Connect Wagent to your stack
Every supported platform uses the same secure pattern: a scoped Wagent API key for actions and signed webhooks for instant triggers.
Zapier
Webhooks by Zapier + API Request
Catch Hook
API Request
Make
Custom webhook + HTTP module
Custom webhook
Make a request
HighLevel
Workflow webhooks
Inbound Webhook
Custom Webhook
n8n
Webhook + HTTP Request nodes
Webhook
HTTP Request
Pipedream
HTTP source + HTTP action
HTTP / Webhook
Send HTTP Request
Universal setup
- 1Create a scoped key
Open Dashboard → Developer API. Select only the permissions used by the workflow.
- 2Test the connection
Call GET /api/v1/me with the API key as a Bearer token.
- 3Configure actions
Map platform fields to Wagent IDs and request bodies. Outbound messages need an Idempotency-Key.
- 4Configure triggers
Create a webhook endpoint in the automation platform, then register its HTTPS URL in Wagent.
- 5Test and activate
Send a real test event, confirm mapped fields, then turn on the workflow.
Production checklist
Use production API keys, keep secrets in the platform credential store, test successful and failed requests, and retain the Wagent request ID in workflow logs.