Trying to build a custom chat client using the Guest API. Skipping the Messenger widget entirely.
Got the guest ID via POST /api/v2/externalcontacts/guests. Then posting to /api/v2/externalcontacts/messages with the right payload.
{ “text”: “hello”, “type”: “text” }
Returns 200 OK. But the platform never receives it. No webhook fires. Is there a specific header or flow step missing to actually queue this for routing? Just getting the guest ID doesn’t seem to activate the channel.