Webhooks provide a powerful way to automate document creation by allowing external applications to trigger actions within our system. By configuring a webhook, you can set up an automated workflow that creates a new document every time a POST request is sent to your unique webhook URL with the required JSON payload.
This guide will help you understand how to use your webhook for seamless document generation.
You will be provided with a unique URL that our system will monitor for incoming POST requests:
This URL is specific to your account and will be the endpoint that receives the JSON data to generate documents.
After copying your unique webhook URL:
To successfully create documents, the JSON keys must match the fields or tags defined in your document template:
Example:
{
"variable 1": "Value for variable 1",
"tag 2": "Value for tag 2",
"tag 3": "Value for tag 3",
"tag 4": "Value for tag 4",
"tag 5": "Value for tag 5",
"LIST_ITEM": ["List item 1", "List item 2"]
}
If you encounter any issues or have questions about configuring your webhook:
To facilitate real-time delivery of generated documents, AutomatedDocs allows you to set up a webhook endpoint. Each time a document is created, we will send a POST request to your specified endpoint containing a JSON object with the document's download URL. This guide explains how to configure your webhook endpoint for seamless document delivery.
To begin the setup:
Once you have entered your endpoint URL:
By integrating a webhook endpoint with AutomatedDocs, you create an efficient and automated system for receiving your generated documents instantly, enhancing your workflow and productivity.