SendPulse
The SendPulse module allows you to send email campaigns through the SendPulse service.
Module Settings
Please refer to the SendPulse Integration Setup Documentation to set the correct parameters.
Parameter
Default
Description
User ID
none
Located in the Send Pulse account settings in the API section
User Secret
none
Located in the Send Pulse account settings in the API section
Sender Name
none
Must be added to the Send Pulse account
Sender Email
none
Must be added to the Send Pulse account
For the module to work, you need to configure your Send Pulse account. To do this, go to the SMTP section and fill out the form.
Data models
Email Template Value Virtual Model - is used to work with variables in the template
Fields:
Name (string) - name of variable;
Value (string) - value of variable.
Business processes
Send Email
Input
Recipient (email) - the recipient of the email;
Subject (string) - subject of the message;
Content (string) - body of the message string.
Send Email from template
Input
Recipient (email) - the recipient of the email;
Subject (string) - subject of the message;
Template name (string) - template name used in SendPulse;
Template values (array model) - variables in the message body.
Verify email
Input
Email - email for verification.
Get verify email result
Input
Email - email for getting the result of the verification.
Output
Passed (boolean) - whether the verification was performed;
Valid format (integer) - the result of the verification. 1 if the address format is correct, that is, it contains valid characters in the correct order, 0 if the address format is incorrect;
Disposable (integer) - check for disposable email services. 1 if the address is provided by an email service, 0 if not.
Last updated