Zapier
Connect to 5000+ apps via Zapier webhooks.
Automationwebhook_send
Connect Zapier
Zapier uses API key authentication. Send your credentials directly via the connect endpoint:
POST /connect/v1/providers/zapier/connect
# Headers
Authorization: YOUR_JWT_TOKEN
Content-Type: application/json
# Body
{
"credentials": { "apiKey": "your-api-key" }
}
Check Status
Verify whether your Zapier connection is active and credentials are valid:
GET /connect/v1/providers/zapier/status
# Headers
Authorization: YOUR_JWT_TOKEN
Disconnect
Remove the Zapier connection and revoke stored credentials:
DELETE /connect/v1/providers/zapier/disconnect
# Headers
Authorization: YOUR_JWT_TOKEN