Skip to main content
POST
将联系人添加到序列

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

路径参数

sequence_id
string
必填

序列(邮件营销活动)ID。

查询参数

emailer_campaign_id
string
必填

序列 ID(与 sequence_id 相同)。

contact_ids[]
string[]

要添加的联系人 ID。请提供 contact_ids[] 或 label_names[](也可两者都提供)。

label_names[]
string[]

要添加到联系人的标签名称。请提供 label_names[] 或 contact_ids[](也可同时提供)。

send_email_from_email_account_id
string
必填

用于发送邮件的邮箱账户 ID(可指定一个或多个)。

send_email_from_email_address
string

可选的发件地址别名。

sequence_no_email
boolean

允许没有电子邮件地址的联系人。

sequence_unverified_email
boolean

允许电子邮件未经验证的联系人。

sequence_job_change
boolean

允许职位发生变动的联系人。

sequence_active_in_other_campaigns
boolean

允许联系人同时活跃于其他序列中。

sequence_finished_in_other_campaigns
boolean

允许已在其他序列中完成的联系人。

响应

成功响应

success
boolean

添加是否成功(返回时)。