Sign in

Create contact via webhook (GET)

documented

Create or update a Call Loop contact by GET-ing a webhook URL with contact data.

GET /webhook/create-contact/custom/{webhook_id}Contactsno 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/create-contact/custom/{{$webhook_id}}?phone={{$phone}}&firstName={{$firstName}}&lastName={{$lastName}}&email={{$email}}" \
  -X GET \
  -H "Accept: application/json"
Create contact via webhook (GET) · Call Loop · OpenIntegrations