Active with remarks |
---|
This application needs additional settings. Please follow the documentation below to create your own connection. |
The Clickatell modules enable you to monitor new SMS, create a new SMS, or perform a custom API call in your Clickatell account.
Prerequisites
-
A Clickatell account
In order to use Clickatell with Boost.space Integrator, it is necessary to have a Clickatell account. If you do not have one, you can create a Clickatell account at www.clickatell.com/sign-up.
Note | |
---|---|
The module dialog fields that are displayed in bold (in the Boost.space Integrator scenario, not in this documentation article) are mandatory! |
To connect your Clickatell account to Boost.space Integrator you need to obtain the API Key from your Clickatell account.
-
Log in to your Clickatell account.
-
Go to SMS > Configure SMS. Add test phone to test the sending and/or receiving of messages from the Sandbox environment.
-
Click the Create new integration button.
-
Enter the name of the integration, select the environment (for testing purposes select the Sandbox option),and the
REST
API Type. Click Next. -
Select the desired features. Click Next.
-
Switch on the Enable delivery notifications option to set up the webhook. For more details about the webhook see the Watch New SMS section. Click Next.
-
Select your test phone.
-
Save the integration setting by clicking the Finish button.
-
Click the Integration you have created and copy the provided API Key.
Note Make sure that you copy the API Key without space after the key.
-
Go to Boost.space Integrator and open the Clickatell module’s Create a connection dialog.
-
Enter the API Key you have copied in step 9 to the respective field and click the Continue button to establish the connection.
The connection has been established. You can proceed with setting up the module.
Triggers when an SMS is received.
The webhook URL needs to be generated in Boost.space Integrator and then added to Clickatell’s integrations settings.
-
Add the Watch New SMSmodule to your Boost.space Integrator scenario.
-
Generate and copy the webhook URL.
-
Log in to your Clickatell account.
-
Go to SMS > Configure SMSand click the API key you are using for Boost.space Integrator.
-
Open the Settings tab and switch on the Enable delivery notifications option. Enter the webhook URL copied in step 2 above. Click Save.
Now, every time an SMS is received, the Watch New SMSmodule in your Boost.space Integrator scenario is triggered.
Sends an SMS.
Connection |
|
Content |
Enter the text content of the SMS message. |
To |
Add phone numbers you want to send a message to. |
Allows you to perform a custom API call.
Connection |
||||
URL |
Enter a path relative to For example:
|
|||
Method |
Select the HTTP method you want to use: GET to retrieve information for an entry. POST to create a new entry. PUT to update/replace an existing entry. PATCH to make a partial entry update. DELETE to delete an entry. |
|||
Headers |
Enter the desired request headers. You don’t have to add authorization headers; we already did that for you. |
|||
Query string |
Enter the request query string. |
|||
Body |
Enter the body content for your API call. |