Supported reply patterns
Use one of these patterns when recipients need to reply:| Pattern | Use it when |
|---|---|
| Real mailbox | A person or team should read and answer replies in an inbox. |
| Shared support address | Replies should create or update support tickets through your help desk. |
| Dedicated inbound provider | Your application needs to parse inbound message content, attachments, or reply threads. |
No-reply sender plus reply_to | The visible sender should be product-owned, but replies should route elsewhere. |
Configure reply_to
Set reply_to in your send request when replies should go to a different mailbox than the from address.
What webhooks do not include
MailChannels webhooks report delivery events such as processing, delivery, bounces, drops, complaints, and unsubscribe activity. They are not inbound message webhooks and do not include reply content. If your product needs reply parsing, store the outboundrequest_id and message metadata in your application, then connect replies through your mailbox or inbound provider.
