Additional information
Version:
2
Create:
Sep 18, 2018
Update:
Sep 18, 2018
Click to rate:
SendPulse
Click Use this process and template will be copied to your environment.
This template is a set of processes for integration with SendPulse service REST API.
GET access token
This folder contains objects Get token and Token storage.
Process Get token is intended for getting access token to call SendPulse service REST API methods.
Input parameters
Name | Type | Description |
---|---|---|
client_id | string | API client_id |
client_secret | string | API client_secret |
After the access token is received it will be created or modified in state diagram Token storage.
Following process (SMS) begins with the getting of the fresh access token from the state diagram Token storage.
SMS
Input parameters
Name | Type | Description |
---|---|---|
phone |
string | Recipient phone |
sender |
string | Sender name |
text |
string | SMS text |
transliterate |
string | 1 / 0 |
Output parameters
Name | Type | Description |
---|---|---|
result |
string | Process result: ok or error |
campaign_id |
string | ID of created campaign |
error_code |
string | SendPulse API error code |
message |
string | SendPulse API error text or Corezoid error text |
Read more