Contacts
Fulfill Contact
Mark a contact as fulfilled by phone number.
POST
Marks a contact as fulfilled by their phone number. This cancels all scheduled outreach (calls, SMS, WhatsApp messages, and triggers) and sets the contact’s status to
fulfilled.
This endpoint requires an
X-API-Key header. See Authentication for details.Request Body
Phone number of the contact to fulfill, in E.164 format (e.g.,
+11234567890).Behavior Notes
Scheduled outreach is cancelled
Scheduled outreach is cancelled
All pending calls, SMS, WhatsApp messages, and triggers for this contact are immediately cancelled.
Fulfilled timestamp
Fulfilled timestamp
The contact’s status is set to
fulfilled and the fulfilledAt timestamp is recorded automatically.Response
Always
true on a successful request.Human-readable confirmation message.