You need to sign in to do that
Don't have an account?

Outbound Message- ACK URL
Hi Everyone,
When returning ACK for an outbound message, what URL should I use? (is it enterprise URL?)
also, should I include notification ID in ACK? I'm not sure how SFDC identifies which message I acknowledged.
Thanks for any help,
Sunny_Slp
the ACK is on the http response, not a separarate call, and it just requires a true/false indication (it is ack'ing all the notifications in the request)
All Answers
the ACK is on the http response, not a separarate call, and it just requires a true/false indication (it is ack'ing all the notifications in the request)
Thank you.
Simon, is it possible to make an ack call in a seperate message? If so, what items do I need from the request to make a good response? Thanks.
No, it has to be on the http response.
it is part of response header or body?
should I be doing something like HttpResponse.header('Ack', 'true') ?