Supported reply patterns
Use one of these patterns when recipients need to reply: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.
