This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

To use the Sendloop connector, add the <sendloop.init> element in your configuration before carrying out any other Sendloop operations. 

An API key will be required when connecting to the Sendloop API, in order to generate this key you will first have to be logged into your Sendloop account. For more information, see https://sendloop.com/help/api-001/getting-started.

init
<sendloop.init>
	<apiUrl>{$ctx:apiUrl}</apiUrl>
    <apiKey>{$ctx:apiKey}</apiKey>
	<format>{$ctx:format}</format>
</sendloop.init>
Properties
  • apiUrl: The base endpoint URL of the Sendloop API.
  • apiKey: The API key to access data of the Sendloop account.
  • format: The format of the response expected from the Sendloop API.

Now that you have connected to Sendloop, use the information in the following topics to perform various operations with the connector. 

  • No labels