Create contact via webhook (GET)
documentedCreate 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 runsNo 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"