Need An Email Marketing Solution For All Of Your Customers?

Partner With VerticalResponse!

createEmailArgs


session_id [xsd:string]
Your API session id.
email [vrtypens:Email]
An Email object representing the new email.
The following fields are required to be passed with createEmail:

  • name: A unique string used to identify your campaign.
  • email_type: The type of email you are creating, which must be one of the following:
    • canvas: Editable using the Canvas Editor in the VerticalResponse web application.
    • freeform: Fully-formed HTML/Text; can be edited in the VerticalResponse application using the non-WYSIWYG editor.
    • freeform_text: Fully-formed text-only email; can be edited in the VerticalResponse application using the non-WYSIWYG editor.
  • from_label: The name this email should appear to be sent from. This value is usually displayed in the recipient’s email client instead of the actual “from” email address and will be appended to mail.vresp.com. For example, the from_label of “Apple Pie, Inc” will create a from address of apple_pie_inc@mail.vresp.com.
  • reply_to_email: The email address to which replies to this email will be sent. We filter automatic replies (like out of office replies) and forward unique responses to this email address.
  • subject: The subject of the email.

If your user will not use the VerticalResponse web application to launch the email, we recommend setting the following attributes to true. Emails will not launch if any of the following attributes is set to false:

  • previewed_html: Whether the email should be considered to have had its HTML version previewed. Defaults to false; can only be toggled to True via the VerticalResponse web application.
  • previewed_text: Whether the email should be considered to have had its text version previewed. Defaults to false; can only be toggled to True via the VerticalResponse web application.k
  • tested: Whether the email should be considered to have been tested. Defaults to false; is toggled to true if sendEmailCampaignTest has been called on the email.