-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
Description
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
ElianCordoba, geneoes and raajc