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
We are experiencing errors when sending emails in broadcast mode after identifying a user, the identify endpoint responds 200 but when we send broadcast emails with ids option the recipients remain at 0, there must be a data synchronization issue between their 2 services (broadcast / identity.... you recently moved this endpoint).
As a workaround we have to fail with the flag ({id_ignore_missing:false} RECIPIENTS_ERROR_CODE (422)) if any of our recipients are missing in your side and we've built a cron job server to retry the failed broadcasts
The text was updated successfully, but these errors were encountered:
@kevinkucharczyk @mike-engel
We are experiencing errors when sending emails in broadcast mode after identifying a user, the identify endpoint responds 200 but when we send broadcast emails with ids option the recipients remain at 0, there must be a data synchronization issue between their 2 services (broadcast / identity.... you recently moved this endpoint).
As a workaround we have to fail with the flag (
{id_ignore_missing:false} RECIPIENTS_ERROR_CODE (422)
) if any of our recipients are missing in your side and we've built a cron job server to retry the failed broadcastsThe text was updated successfully, but these errors were encountered: