联系人管理
使用 Brevo API 创建、更新和整理你的联系人。
创建联系人
const contact = { attributes: { FIRSTNAME: "John", LASTNAME: "Doe", SMS: "+1234567890" }, listIds: [1, 2]};
brevo.contacts.createContact(contact);更新联系人
const updates = { attributes: { FIRSTNAME: "Jane" }};
功能
- 联系人创建与更新
- 列表管理
- 自定义属性
- 联系人细分
- 导入/导出能力