| |
PARAMETERS |
TYPE |
NOTES |
| |
Id |
Numeric |
|
| |
Remove |
Numeric |
1/0 |
| |
|
|
|
| |
ApplySystemTemplate |
Text (1) |
Deprecated. Use Document (below) or SETUP_MESSAGING_ACCOUNT_MANAGE OutgoingTemplateDocument instead. Y / N [default]. If set to Y, the message will the wrapped in the attachment called EMAILTEMPLATE.HTML stored against your core business record. In this attachment you should have a tag of to indicate where the message should be inserted |
| |
BCC |
Text |
A semi-colon (;) delimited list of the BCC recipients. Each can either be a contact id, or their actual email address. See note on 'to' paramater. |
| |
BCCFrom |
Text (1) |
Y / N [default]. Add the sender as a BCC recipient |
| |
CC |
Text |
A semi-colon (;) delimited list of the CC recipients. Each can either be a contact id, or their actual email address. See note on 'to' paramater. |
| |
CopyAttachmentsFromObject |
Numeric |
|
| |
CopyAttachmentsFromObjectAttachmentLink |
Numeric |
If you are copying attachments from an object, you can limit the attachments by providing a comma delimited list of their ids. |
| |
CopyAttachmentsFromObjectContext |
Numeric |
|
| |
Document |
Numeric |
Id of the document for the content. If you don't pass a subject, it uses the title of the document as the subject. You can have template fields within the document by using [TEMPLATE_ABC]. For example you could have the text [TEMPLATE_AMOUNT], for pass TEMPLATE_AMOUNT=$500.00. These fields must start with TEMPLATE_. The message will be inserted where you have the tag '' |
| |
FromEmail |
Text |
Defaults to the logged on user's email address. Value can either be an email address, or a contact id. The address needs to have been verified. See note on 'to' paramater. |
| |
Message |
Text (Long) |
The actual text of the message. This will get over-riden if you specify a document, and can get adjusted to you use a template etc |
| |
Priority |
Numeric |
1=Low,2=Medium [default],3=High,4=Critical. Note: Not all email clients respond to this setting |
| |
ReadReceipt |
Text (1) |
Y / N [default]. Request a Read Receipt. |
| |
ReplyTo |
Text |
Defaults to the value logged on user's email address. Value can either be an email address, or a contact id. |
| |
Save |
Text (1) |
Y [default]/ N. Save the email as an action |
| |
SaveAgainstContactBusiness |
Numeric |
By default, the action will be saved against the first recipient. Use these properties if you want to specify a different contact |
| |
SaveAgainstContactPerson |
Numeric |
|
| |
SaveAgainstObject |
Numeric |
|
| |
SaveAgainstObjectContext |
Numeric |
|
| |
Send |
Text (1) |
Y [default]/ N. Send the email. If you are a building a draft, you would set it to N. Then you can add attachments etc. The email is saved as an action (Object 17) |
| |
Subject |
Text |
Mandatory (when sending) |
| |
Tags |
Text (200) |
|
| |
To |
Text |
Mandatory (when sending). A semi-colon (;) delimited list of the recipients. Each can either be a contact id, or their actual email address. Note: If you supply at least one 'to', 'cc', 'bcc', or 'fromemail', you must pass them all. i.e. You cannot incrementally add recipients |