
What Embedded commands are there?
Message commands
Subject
The Subject field allows you to specify a line for the subject field of your message. This is particularly useful if you wish to completely automate your message sending, for example if you are creating a mail merge with many recipients.
To add a subject to a file use the command:
%%[subject:<subject>]
For example:
%%[subject: Today's meeting notes]
Name
You can specify the name of the recipient by the adding the following command:
%%[name:<recipient_name>]
where <recipient_name> is the name of the person you are sending the document to.
Organization
You can specify the name of the organization by using the following command:
%%[organization: <organization_name>]
where <organization_name> is the name of the company where you are sending the document to.