- webhook tickets use
channel.type: "email"; - webhook clients can include
email; - webhook and Public API history messages can include
subjectand attachment descriptors; - the Embed outbound composer can start email conversations when
startOutboundChatis enabled.
Chats and recipients
An email chat is identified by the connected company mailbox and the client’s normalized email address. The same client address in two connected company mailboxes creates two separate chats. For an incoming message, YoLead uses a single validReply-To address as the client identity when one is present. Otherwise it uses the From address. The original From address remains available as the message fromId.
Starting an outbound email chat requires a recipient with an email identity. One message is sent to one recipient; multiple To recipients, CC, and BCC are not currently supported.
Subjects and replies
A subject is optional when starting a new email chat. The maximum supported subject length is 998 characters. When an employee replies in an existing email chat, YoLead preserves the subject of the latest message and links the reply to that message when its email message id is available. A subject supplied while replying does not replace the existing subject. If the previous message did not have a subject, the reply is sent without one. The subject does not affect chat identity: messages between the same connected mailbox and client email address belong to the same chat and follow the normal ticket restore-period rules.Message content
Email messages support plain-text content, an optional subject, and metadata for ordinary attachments received through the Inbox or discovered through Sent-folder synchronization. Multiple attachments preserve their original MIME order. Inline or related MIME parts such as signatures, logos, and tracking pixels are excluded. The following content is not currently available through YoLead’s public integration surfaces:- sending outbound attachments from YoLead;
- downloadable incoming email attachments;
- HTML message bodies as HTML;
- multiple recipients, CC, or BCC.
Public integration fields
Email mailbox connection, authentication, and credential management are performed in the YoLead application. They are not part of the public
/v1 REST API.