curl -X POST https://api2.ecomailapp.cz/pipelines/1/trigger \
-H "key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"email": "foo@bar.cz"
}'
{
"email": "foo@bar.cz"
}
Run a specific automation for the given email/subscriber.
curl -X POST https://api2.ecomailapp.cz/pipelines/1/trigger \
-H "key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"email": "foo@bar.cz"
}'
{
"email": "foo@bar.cz"
}