Mailings, advertising
Modules providing various marketing tools.
Intercom API
The module allows you to configure integration with the Intercom communication platform.
Data models
- Intercom Company
- Intercom Contact
- Intercom Location
Business processes
- Intercom API: Delete lead
- Intercom API: Update lead
- Intercom API: Get all companies
- Intercom API: Get all leads data
- Intercom API: Get user data
- Intercom API: Create lead
- Intercom API: Delete user
- Intercom API: Update company
- Intercom API: Get lead data
- Intercom API: Update user
- Intercom API: Create company
- Intercom API: Create user
- Intercom API: Get company data
- Intercom API: Get all user data
Settings
Parameter | Preset | Description |
API Token | - | Your Intercom API token |
Google AdMob
The module provides integration with the Google AddMob ad network and allows you to place native ads, rewarded ads and banners in your mobile app.
Widgets
- Admob native
- Admob banner
Parameter | Preset | Description |
Credentials file | - | Path to credentials.json file provided by Google Cloud Platform |
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.
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.
GetResponse
The GetResponse module allows you to send email campaigns through the GetResponse service.
Please refer to the GetResponse Integration Setup Documentation to set the correct parameters.
Parameter | Default | Description |
API key | - | API key from GetResponse. Used if you only use access to your GetResponse account |
OAuth Token | - | OAuth token from GetResponse. Used if you use GetResponse client accounts access |
Domain | - | Sender's domain name. Only for GetResponse users with MAX plan |
From ID | - | Sender address identifier. |
Get Response: Send Email
Input
- Recipient (email) - the recipient of the email;
- Subject (string) - subject of the message;
- Content (string) - body of the message string.
Mail Chimp
The Mail Chimp module allows you to send e-mail newsletters through the MailChimp service.
Please refer to MailChimp's documentation on configuring integration to set the correct parameters.
Parameter | Preset | Description |
API Key | - | MailChimp API Key. |
Sender Email | - | Sender's address. |
Sender Name | - | The name of the sender that the recipient will see. |
Data models
MailChimp 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.
MailChimp: Send Email
Input
- Recipient (email) - the recipient of the email;
- Subject (string) - subject of the message;
- Content (string) - body of the message string.
MailChimp: Send Template Email
Input
- Recipient (email) - the recipient of the email;
- Subject (string) - subject of the message;
- Template name (string) - template name used in MailChimp;
- Template values (array model) - variables in the message body.