1. Is this relevant to me?
This feature is relevant to you if you are interested in setting up advanced integrations between your services and the Verified platform.
2. What is it?
Webhooks are custom callbacks which allow external services to react automatically to events within the Verified platform, such as “document was signed”. This opens the door to advanced integrations such as automatically retrieving envelope data from a signed document, and processing that in your own system such as Salesforce or SAP.
3. How does it work?
Once this feature has been enabled (see point 4, below), your company administrators will be able to set up webhooks under the Company Settings → Webhooks area, in the Verified platform.
Preview of the Webhooks settings area
There, they will be able to add an endpoint URL and select one or more events from the envelope events list. Once they will submit the URL and events, the webhook will appear as pending and the subscription confirmation process will begin.
The webhook’s URL will be called with a subscription confirmation HTTPS POST (see details). If the endpoint is not available, the system will retry several times until considering that the subscription has failed.
The company admin’s server will receive the HTTPS POST, the message body will be parsed and the SubscribeURL property will be extracted. To confirm the subscription, the server needs to visit the SubscribeURL using HTTPS GET.
After that, the subscription will be confirmed and ready to receive notifications.
For more details, have a look at our API documentation.
4. How can I get it?
This feature is available on demand. If you are interested, you can contact our support staff via email at support@verified.eu
Comments
0 comments
Please sign in to leave a comment.