Skip to main content

Overview of the Transactional Messaging Trigger API

The Transactional Messaging Trigger API allows you to set up the triggers for sending your Transactional Messages.

The following methods are available:

REST:

 MethodDescription
Send a Transactional Message Request (XML)This method allows you to send a Transactional Message to multiple email addresses.
Send a Transactional Message Request (Query String) This method creates a request to send a Transactional Message to an email address. The response indicates whether the send was successful.
Send a Transactional Message Request (Path Info)This method creates a request to send a Transactional Message to an email address. The response indicates whether the send was successful.

SOAP:

 MethodDescription
sendObject This method creates a request to send a Transactional Message to an email address. The response indicates whether the send was successful.
sendObjects This method allows you to send a Transactional Message to multiple email addresses.
sendObjectsWithFullStatusThis method allows you to send a Transactional Message to multiple email addresses with a detailed status response.