POST
/
api
/
webhooks
/
Create a Webhook
curl --request POST \
  --url https://api.trysela.com/api/webhooks/ \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "url": "<string>",
  "trigger": "LEAD_CREATED"
}'
{
  "url": "<string>",
  "trigger": "LEAD_CREATED"
}

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Body

Response

201 - application/json

The response is of type object.