Trying to bypass the standard widget to build a custom UI. I’m hitting /api/v2/webmessaging/guests/messages to send the initial message. The auth header is valid. The body looks right.
POST /api/v2/webmessaging/guests/messages
{
“conversationId”: “conv-123”,
“text”: “hello”
}
Getting 400 Bad Request. Message says ‘Invalid guest state’. I checked the guest endpoint and it’s active. Tried waiting 5 seconds. Same error. What am I missing?