function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Suvankar Chakraborty 21Suvankar Chakraborty 21 

outbound message

How to resolve error during sending outbound message? I am getting error 'Function Notifications does not exist'.
karthikeyan perumalkarthikeyan perumal
Hello, 

you are using any middle layer for this integration . have you  check your end point accept your outbound messge ?  and what is the response code you are getting ?

Thanks
karthik
 
Suvankar Chakraborty 21Suvankar Chakraborty 21
I am using endpoint of php.How to check response code ? Pleas tell me.
karthikeyan perumalkarthikeyan perumal
Hello 

Kinldy refer the link below for response code.  

https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/errorcodes.htm

the response code will be there in you JSON. for example go through the link. 
also check the Delivery status of your outbound message.
 using below option in salesforce

User-added image

Hope this will help you

Thanks
karthik