You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The best idea that I can come up with is:
(1) send the (email, in my case) trigger with a unique data parameter
(2) query https://beta-api.customer.io/v1/api/campaigns/{{campaign_id}}/messages, searching for that unique parameter
(3) checking failure_message
It would be very nice if CustomerIO would return a unique ID from the Trigger POST, but afaik that never happens.
So, does anyone have a good way of determining the status of the Trigger, post-send?
The text was updated successfully, but these errors were encountered:
The best idea that I can come up with is:
(1) send the (email, in my case) trigger with a unique data parameter
(2) query
https://beta-api.customer.io/v1/api/campaigns/{{campaign_id}}/messages
, searching for that unique parameter(3) checking
failure_message
It would be very nice if CustomerIO would return a unique ID from the Trigger POST, but afaik that never happens.
So, does anyone have a good way of determining the status of the Trigger, post-send?
The text was updated successfully, but these errors were encountered: