Conversation
Trigger an outbound touch for an externally-orchestrated campaign
Sends one outbound touch (voice or WhatsApp) under an EXTERNAL campaign and returns the conversationId to mirror the conversation off. Lorikeet runs no timers or sequencing: subscribe to the outcome webhooks to drive the next touch. Consent and do-not-contact are re-checked on every touch.
post/v1/conversation/campaign/touch
Request body
Example request
{
"customer": {
"phoneNumber": "+61400000000"
}
}