
Actions (4)
Contacts · 2
- Create contact via webhookPOST /webhook/create-contact/custom/{webhook_id}
Create or update a Call Loop contact by posting contact data to a webhook URL and optionally assign to a list.
documented - Create contact via webhook (GET)GET /webhook/create-contact/custom/{webhook_id}
Create or update a Call Loop contact by GET-ing a webhook URL with contact data.
documented
Triggers · 2
- Trigger custom webhookPOST /webhook/Custom/{trigger_id}
Trigger a Call Loop Custom Trigger by posting required fields (phone, first, last, email) and any merge tokens to customize the message.
documented - Trigger custom webhook (GET)GET /webhook/Custom/{trigger_id}
Trigger a Call Loop Custom Trigger via GET request with payload parameters.
documented