Hello
Endpoint: POST /api/v2/conversations/emails
Example Body:
{
"flowId": "09472fa2-a394-4013-9872-fc8cdb8b337f",
"provider": "Task System",
"toAddress": "b487caef-3423-4841-9d57-1697c14e4b0c;Skill;FileMask",
"textBody": "Hello, this is a test body"
}
We are encountering an issue when creating emails via the API. While everything else works as expected, the email body does not appear for the agents.
We have followed the Genesys Third-Party Object Routing guide to implement a task flow. Despite this, the body is missing when using the API.
Here are the key details of our testing:
- We have tried both HTML and plain text for the email body.
- The body is visible when retrieving the email using the
/api/v2/conversations/emails/{conversationId}/messages
endpoint. - Sending emails from Outlook through a Genesys email routing flow (using the same flow) works correctly, and the body is visible to agents.
The issue seems specific to emails created via the API. Our guess is its related to the provider but any tips or help would be helpfull