邮件、广告
点击复制
提供各种营销工具的模块。
Intercom API
该模块允许你配置与Intercom 通信平台的集成。
数据模型
- 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
设置
参数 | 预设 | 说明 |
API Token | - | 您的Intercom API令牌 |
谷歌AdMob
该模块提供了与Google AddMob广告网络的整合,允许你在你的移动应用程序中放置本地广告、奖励广告和横幅广告。
小工具
- Admob native
- Admob banner
参数 | 预设 | 描述 |
Credentials file | - | 谷歌云平台提供的credentials.json文件的路径 |
SendPulse
SendPulse 模块允许你通过SendPulse服务发送电子邮件活动。
模块设置
请参考SendPulse集成设置文档以设置正确的参数。
参数 | 默认值 | 说明 |
User ID | 无 | 位于Send Pulse账户设置中的API部分 |
User Secret | 无 | 位于Send Pulse账户设置中的API部分 |
Sender Name | 无 | 必须添加到Send Pulse账户中 |
Sender Email | 没有 | 必须添加到Send Pulse账户中 |
为了使该模块工作,你需要配置你的Send Pulse账户。要做到这一点,请进入SMTP部分并填写表格。
Email Template Value Virtual Model- 用来处理模板中的变量
字段。
- Name (string)- 变量的名称。
- Value (string)- 变量的值。
业务流程
Send Email
输入
- Recipient (email)- 邮件的收件人。
- Subject (string)- 信息的主题。
- Content (string)- 信息的主体字符串。
Send Email from template
输入
- Recipient (email)- 邮件的收件人。
- Subject (string)- 信息的主题。
- Template name (string)- SendPulse中使用的模板名称。
- Template values (array model)- 消息正文中的变量。
Verify email
输入
- Email - 用于验证的电子邮件。
Get verify email result
输入
- Email - 获取验证结果的电子邮件。
输出
- Passed (boolean)- 是否进行了验证。
- Valid format (integer)- 验证的结果。如果地址格式正确,即包含正确顺序的有效字符,则为1;如果地址格式不正确,则为0。
- Disposable (integer)- 检查一次性的电子邮件服务。如果该地址是由电子邮件服务提供的,则为1,如果不是,则为0。
获取回复
GetResponse模块允许你通过GetResponse服务发送电子邮件活动。
请参考GetResponse集成设置文档以设置正确的参数。
参数 | 默认值 | 说明 |
API key | - | 来自GetResponse的API密钥。如果您只使用您的GetResponse账户的访问权,则可使用。 |
OAuth Token | - | 来自GetResponse的OAuth令牌。如果您使用GetResponse客户账户的访问权,则可使用。 |
Domain | - | 发件人的域名。仅适用于使用MAX计划的GetResponse用户 |
From ID | - | 发件人地址标识符。 |
Get Response: Send Email
输入
- Recipient (email)- 邮件的收件人。
- Subject (string)- 信息的主题。
- Content (string)- 信息字符串的主体。
Mail Chimp
Mail Chimp模块允许你通过MailChimp服务发送电子邮件通讯。
请参考MailChimp关于配置集成的文档,以设置正确的参数。
参数 | 预设 | 说明 |
API Key | - | MailChimp API密钥。 |
Sender Email | - | 发件人的地址。 |
Sender Name | - | 收件人将看到的发件人的名字。 |
MailChimp Email Template Value Virtual Model- 用于处理模板中的变量
字段。
- Name (string)- 变量的名称。
- Value (string)- 变量的值。
MailChimp: Send Email
输入
- Recipient (email)- 邮件的收件人。
- Subject (string)- 信息的主题。
- Content (string)- 信息字符串的主体。
MailChimp: Send Template Email
输入
- Recipient (email)- 邮件的收件人。
- Subject (string)- 信息的主题。
- Template name (string)- MailChimp中使用的模板名称。
- Template values (array model)- 信息正文中的变量。