Help get this topic noticed by sharing it on
Twitter,
Facebook, or email.
Twitter,
Facebook, or email.
Repeated parse notifications
Thinking of it ideally, should not the parse notification be sent only once after an email has been delivered to an inbox, unless the server fails to correctly interpret this notification and throws out an error. It seems I am getting multiple notifications from time to time in my notification URL. What could the problem be. Is this the way Sendgrid is constructed to response?
-
Parse API is where we POST the contents of a message received to a domain you've asked us to watch. We'll only POST once per message, provided you give a 200 response. If you don't give a 200 response on the handshake, we don't continue with the POST.
After pushing the POST, we expect a 200 response to confirm transfer. If there's not one, we assume the conversation timed out, and reattempt later.
The only way we'd reattempt a send is if your system is providing the 200 at the beginning of the conversation, but not the end. -
Loading Profile...




EMPLOYEE
