AutomatedDocs currently does not offer a native integration with zapier, but you could always use our existing webhooks integrations with Webhooks by Zapier.
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.
We recomend checking this tutorial which explains, step by step how to use webhooks in zapier.
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"]
}