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
..
2025-07-24 12:56:39 +04:00
2025-04-15 23:43:12 -07:00
2025-10-15 13:22:23 +05:30
2025-03-13 17:46:48 -07:00
2025-05-30 16:26:40 +05:30
2023-05-19 14:37:10 +05:30
2025-10-06 10:41:26 -07:00
2020-03-29 19:18:30 +05:30
2023-12-08 14:13:35 -08:00
2025-10-08 07:53:43 -07:00
2025-10-08 07:53:43 -07:00
2025-09-22 17:52:56 +05:30
2025-08-27 20:31:22 +05:30
2025-08-29 11:46:52 -07:00
2019-08-25 19:59:28 +05:30
2025-09-25 15:26:44 +05:30
2025-10-13 15:59:59 +05:30
2025-09-18 14:17:54 +05:30
2025-09-22 17:52:56 +05:30
2025-10-15 13:22:23 +05:30
2025-10-13 18:05:12 +05:30
2025-06-05 15:53:17 -05:00
2025-08-05 13:17:06 +05:30
2025-09-18 20:19:24 +05:30
2025-10-13 11:07:07 +05:30
2025-10-13 18:05:12 +05:30
2024-01-26 14:22:18 +04:00
2025-08-31 00:39:34 +05:30
2025-08-11 23:31:25 +05:30
2025-08-31 00:39:34 +05:30
2025-08-31 00:39:34 +05:30