Email Send API

EMAIL SEND

 

Description

Send Email to a list 

Returns

Send id

 

XML Tags

Warning: It’s not possible to send the same messageid to the same list multiple times

Optional Tags:

<subject>  (default to message subject)

<trackopens>  (0 or 1) (default to 1)

<trackurls> (0 or 1)  (default to 1)

<displayaswebpage> (0 or 1)  (default to 1)

<fromaddress> Default to message from. Must be in the format: Name <email@address.com>

 

If certain special characters appear in your email content or subject, you must substitute

the HTML code for the character to ensure that the character is passed

correctly.

o Ampersand: Replace & with %26

o Percent: Replace % with %25

o Pound: Replace # with %23

 

CALLING SAMPLE

<criticalimpact>

<login>

<username>username_here</username>

<password>password_here</password>

</login>

<command>

<action>emailsend</action>

<listid>1234567</listid>

<fromaddress><![CDATA[Test Name api@criticalimpact.com>]]></fromaddress>

<messageid>123456</messageid>

</command>

</criticalimpact>

 

RETURN SAMPLE (SUCCESSFUL)

<criticalimpact>

<sendid>1234</sendid>

<description>Send Successful</description>

</criticalimpact>

 

Copyright  eMail Networks Software, Inc. 1725 Eye Street NW, Suite 300 Washington DC 20006