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-04-21 11:57:38 +05:30
2021-06-29 20:59:41 +05:30
2025-09-24 11:36:53 -07:00
2025-10-15 13:22:23 +05:30
2025-09-04 18:04:00 +05:30
2025-05-20 20:45:39 -07:00
2025-09-17 19:33:38 +05:30
2025-05-21 19:40:07 +05:30
2025-04-08 10:47:41 +05:30
2022-11-25 13:01:04 +03:00
2025-01-12 15:30:27 +05:30
2022-09-13 17:40:06 +05:30