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.