webhook
Webhook (flat JSON)
Generic webhook target — receives mapped flat JSON via POST.
A full written guide for this connector is on the way. In the meantime, here's the live
technical reference — always generated from the connector itself, so it's never out of date.
checklist
What it does
checkWrites / receives data (use as a target)
tune
What you'll need to set it up
Webhook URL
required
HTTPS only — where we POST the mapped JSON.
Authentication
required
How this endpoint checks that requests are from you. Pick what the API's docs specify.
Bearer token
kept secret
Sent as the header Authorization: Bearer <token>.
Header name
The header the API expects the key in — e.g. X-API-Key, or x-make-apikey for Make.
API key
kept secret
Query parameter name
The key is added to your endpoint's web address as ?api_key=value . Use this when the API expects the key in the URL rather than a header.
API key
kept secret
Username
Password
kept secret
api
Technical reference — endpoints
auto — always current
| Operation | Direction | Call |
|---|---|---|
| POST (webhook delivery) | Write (target) | POST |
Ready to connect Webhook (flat JSON)?
Set it up inside Smart Data Studio in a few minutes.