post To Person
Posts a message with optional file attachments to a person asynchronously. The content of the message can be plain text, html, or markdown.
Since
2.3.0
Parameters
The email address of a person to which the message is to be posted.
The content of message to be posted to the person. The content can be plain text, html, or markdown.
Local files to be attached with the message. Null if no files to be attached.
A closure to be executed once the message has posted.
Posts a message with optional file attachments to a person asynchronously. The content of the message can be plain text, html, or markdown.
Since
2.1.0
Parameters
The identifier of a person to which the message is to be posted.
The content of message to be posted to the person. The content can be plain text, html, or markdown.
Local files to be attached with the message. Null if no files to be attached.
A closure to be executed once the message has posted.