Enterprise API and Webhooks
Prepare for Zapier automation
Enterprise API keys and signed webhooks let your team build a private Zapier or Make automation without a public marketplace app.
Steps to follow
- 1
Create an Enterprise API key with the smallest scopes needed for the automation.
- 2
Signrrett does not currently provide a native Zapier or Make marketplace app. Use a custom webhook trigger and API request in a private workflow.
- 3
Use GET /api/v1/me as the Zapier authentication test request.
- 4
Use GET /api/v1/automation/manifest to see the supported actions and webhook triggers.
- 5
Use POST /api/v1/signing-requests for document-signing actions or POST /api/v1/vendors for vendor workspace actions.
- 6
Use GET /api/v1/vendors as a search or lookup action.
- 7
Create a signed webhook endpoint, then use Send test or POST /api/v1/automation/test-event to confirm Zapier or Make receives it before using a live workflow.
