MailBluster integration (Communication, Marketing). Imported from open-connector.
https://api.mailbluster.com/api/fields
/api/leads
| Param | Type | Required | Description |
|---|---|---|---|
| firstName | string | optional | The lead's first name. |
| lastName | string | optional | The lead's last name. |
| string | required | The lead's email address. | |
| timezone | string | optional | The lead's timezone, such as America/Los_Angeles. |
| ipAddress | string | optional | The lead's IP address. |
| subscribed | boolean | required | Whether the lead should be subscribed. |
| fields | object | optional | Custom fields keyed by MailBluster field merge tag. |
| meta | object | optional | Additional MailBluster lead metadata such as company, role, source, or geolocat… |
| tags | array | optional | MailBluster tags associated with the lead. |
| doubleOptIn | boolean | optional | Whether MailBluster should require double opt-in for this lead. |
| overrideExisting | boolean | optional | Whether MailBluster should update the existing lead when the email already exis… |
/api/leads/{lead_hash}
| Param | Type | Required | Description |
|---|---|---|---|
| lead_hash | string | required | The MD5 hash of the lead email address. |
/api/leads/{lead_hash}
| Param | Type | Required | Description |
|---|---|---|---|
| lead_hash | string | required | The MD5 hash of the lead email address to update. |
| firstName | string | optional | The lead's first name. |
| lastName | string | optional | The lead's last name. |
| string | optional | The lead's email address. | |
| timezone | string | optional | The lead's timezone, such as America/Los_Angeles. |
| ipAddress | string | optional | The lead's IP address. |
| subscribed | boolean | optional | Whether the lead should be subscribed. |
| fields | object | optional | Custom fields keyed by MailBluster field merge tag. |
| meta | object | optional | Additional MailBluster lead metadata such as company, role, source, or geolocat… |
| tags | array | optional | MailBluster tags associated with the lead. |
| addTags | array | optional | MailBluster tags associated with the lead. |
| removeTags | array | optional | MailBluster tags associated with the lead. |
/api/leads/{lead_hash}
| Param | Type | Required | Description |
|---|---|---|---|
| lead_hash | string | required | The MD5 hash of the lead email address. |