Webhook Overview
Webhooks are user-defined HTTP callbacks in user applications triggered by some events. eformsign Webhooks are triggered by document events that occurred whenever document status changes through the document workflow process. You will learn how to:
Add a webhook endpoint to eformsign service
Get the results from eformsign document events
Types of eformsign webhook events
Document event
Raised when a document has been created or document status has been changed
The event type is "document" and contains a document object.
PDF creation event
Raised when a PDF file of a document has been created
The event type is "ready_document_pdf" and contains a ready_document_pdf object
Wehook structure
Prepare webhook callback URL
In this class, we will use a website that enables us to test and debug Webhooks and HTTP requests.
Copy the callback URL as shown below.
Register callback URL to eformsign
Left-Side vertical navigation menu
Integration > API / Webhook > Manage Webhook tab > New Webhook button
New Webhook dialog
Name: "webhook.site"
URL: "https://webhook.site/6d7126bb-xxxx-xxxx-xxxx-429c2c4e2b06"
Target: All documents
Authentication type: No authentication
Register
Test Webhook
You can test if the callback URL works fine. Just click the Test button as below.
Create document
Fill out forms except for the OFFICE USE ONLY section and Complete.
Complete dialog > OK
Response from eformsign
Last updated