Which kind of content type is accepted by Webhooks?
Currently, the content types accepted by Webhooks in LeadsBridge are JSON and FormData.
How can I use the Access Secret field?
When the Webhook Integration is used as a Destination , it’s possible to specify an Access Secret.
It will be used as a password to maintain secure access to the Destination and avoid other pages from calling the same page with data that doesn’t originate from your specific Source.
Why aren’t leads getting to the Destination?
Notice that the Outbound Webhook integration is very technical and versatile. The LeadsBridge system simply takes the data that comes from the Source and sends it to the specified URL.
If the lead doesn’t arrive at the Destination, double-check the Success and Failure patterns; they must be set according to the destination requirements.
Some Success and Failure Pattern examples could be:
- Ok
- Error
How is Webhook data sent when used as a destination?
Webhook data is sent using an HTTP request to the configured endpoint URL. Depending on the integration’s configuration, the data will use the GET or POST method.
The data will be sent exactly as received from the source of the Bridge, so if, for example, we receive the data from the source with the following format:
['first_name'=>'John', 'last_name'=>'Doe', 'email'=>'john.doe@leadsbridge.com']
The LeadsBridge app will send it to the destination using the GET or POST method with the exact same format.
Comments
0 comments
Please sign in to leave a comment.