Sign in

Trigger custom webhook (GET)

documented

Trigger a Call Loop Custom Trigger via GET request with payload parameters.

GET /webhook/Custom/{trigger_id}Triggersno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.callloop.com/webhook/Custom/{{$trigger_id}}?phone={{$phone}}&first={{$first}}&last={{$last}}&email={{$email}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{CALLLOOP_API_KEY}}"
Trigger custom webhook (GET) · Call Loop · OpenIntegrations