Pranav
368d7c4608
feat: Add support for HTML emails in outgoing messages (#12662)
This PR adds sending custom HTML content in outgoing email messages
through Chatwoot's Email channels, while maintaining backward
compatibility with existing markdown rendering.
### API Usage
**Endpoint:** `POST
/api/v1/accounts/{account_id}/conversations/{conversation_id}/messages`
```json
{
"content": "Fallback text content",
"email_html_content": "<div><h1>Welcome!</h1><p>This is <strong>custom HTML</strong></p></div>"
}
```
---------
Co-authored-by: Muhsin <muhsinkeramam@gmail.com>
2025-10-15 13:22:23 +05:30
..
2021-06-02 08:46:45 -07:00
2025-09-25 18:59:55 +05:30
2025-01-08 21:25:11 +05:30
2019-08-14 15:18:44 +05:30
2023-05-23 09:37:40 +05:30
2025-06-17 15:45:40 -07:00
2025-06-11 15:07:24 -04:00
2025-02-06 09:43:38 +05:30
2025-09-18 21:16:06 +05:30
2025-10-15 13:22:23 +05:30
2023-02-02 11:01:18 +05:30
2025-08-11 21:23:05 +02:00
2025-09-09 12:13:35 +05:30
2025-08-22 20:39:11 +05:30
2024-10-02 00:36:30 -07:00
2025-07-08 15:31:33 +05:30
2025-06-05 14:13:46 -05:00