Email in Twilio Flex is not a HIPAA Eligible Service and should not be used in workflows that are subject to HIPAA.
To send and receive emails in Flex, you need to configure your email addresses. Before you can add an email address in Flex Console, ensure that you have added and authenticated your domain.
If you need to edit or delete your email addresses later, return to Flex > Manage > Email to make your changes.
If you choose Studio Flow as the integration type for an email address, the Conversations Autocreation feature invokes the Studio Flow when the first message arrives for a new inbound Conversation.
Twilio recommends that you create a new Studio Flow to handle email.
Use these guidelines to create your Studio Flow:
Alternatively, you can reuse one of your existing Studio Flows, as long as it meets these requirements.
When there's an error invoking the Studio Flow, there will be three retry attempts.
If you choose Webhook as the integration type for an email address, specify a webhook to be called when the first message arrives for a new inbound Conversation. A webhook enables you to implement custom workflows that react programmatically to new Conversations.
The webhook URL that you provide must eventually invoke the Send to Flex widget if that Conversation should be handled by an agent in Flex.
If the webhook returns an error code, it will not be retried. Retries are not currently supported.