Additional information
Version:
1
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.
Each following process (sms, smtp, viber, get viber sender_id) begins with the getting of the fresh access token from the state diagram Token storage.
SMTP
Input parameters
Name | Type | Description |
---|---|---|
from_email |
string | Sender email address |
from_name |
string | Sender name |
to_email |
string | Recipient email address |
subject |
string | Email subject |
htmlText |
string | HTML version of email body |
plainText |
string | Text version of email body |
Output parameters
Name | Type | Description |
---|---|---|
result |
string | Process result: ok or error |
error_code |
string | SendPulse API error code |
message |
string | SendPulse API error text or Corezoid error text |
Read more