Notify Webhook
Notify other services about successful document creations
Last updated
Notify other services about successful document creations
Last updated
Webhooks are a way for apps of sending information to other apps. DocsAutomator let's you "register" an address that will be notified once documents are created.
It's often convenient to send additional parameters to your webhook address. You can do so by adding an object webhookParams
to your requests:
These will appear as additionalParams
on sent webhooks.
In the case of Airtable, the record id is always sent as an additional parameters.