Skip to main content

Get Default Senders

This method retrieves the Transactional Messaging default sender.

This is a GET method.

REST WADL

https://atmp-pub-api-www3.actito.com/apitransactional/services/rest?_wadl&_type=xml

REST URL

https://atmp-pub-api-www3.actito.com/apitransactional/services/rest/template/getNotifDefaultSender/{token}

| Input parameters
Required parameters | Description | Output parameters | Description | | ----------------------------------------------------------------------------- | ----------- | ----------------- | ----------- | | token | The connection token | return | The default sender |

Error messages

  • You must fill in the token parameter
  • An error occured on the server

REST Example

Input

https://atmp-pub-api-www3.actito.com/apitransactional/services/rest/template/getNotifDefaultSender/{token}

Output

<response responseStatus="success">
<result xsi:type="xs:string">email@johnsmith.ccemails.com</result>
</response>