Mailercloud integration (Communication, Marketing). Imported from open-connector.
https://cloudapi.mailercloud.com/v1/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| string | required | The contact's email address. | |
| list_id | string | required | The Mailercloud list ID where the contact should be added. |
| first_name | string | optional | The contact's first name. |
| middle_name | string | optional | The contact's middle name. |
| last_name | string | optional | The contact's last name. |
| phone | string | optional | The contact's phone number. |
| city | string | optional | The contact's city. |
| state | string | optional | The contact's state or province. |
| country | string | optional | The contact's country. |
| postal_code | string | optional | The contact's postal code. |
| company_name | string | optional | The contact's company name. |
| job_title | string | optional | The contact's job title. |
| department | string | optional | The contact's department. |
| industry | string | optional | The contact's industry. |
| salary | number | optional | The contact's salary or numeric value used by Mailercloud segmentation. |
| lead_source | string | optional | The source where this contact was collected. |
| contact_type | string | optional | The Mailercloud contact status to set. |
| tags | array | optional | Tags to attach to the contact. |
| custom_fields | object | optional | Custom contact property values keyed by Mailercloud property ID. |
/list
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | The display name of the recipient list. |
| list_type | number | required | The Mailercloud list type. Use 1 for a normal list. |
/contact/property/search
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | required | The page number to request. |
| limit | integer | required | The number of records to return per page. |
| search | string | optional | Filter contact properties by name. |
| type | string | optional | Filter contact properties by property source. |
/contact/property
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | The name of the custom property. |
| type | string | required | The custom property type. |
| description | string | optional | A description of the custom property's purpose. |
/contact/property/{property_id}
| Param | Type | Required | Description |
|---|---|---|---|
| property_id | string | required | The ID of the custom property to update. |
| name | string | required | The new custom property name. |
| description | string | optional | The new custom property description. |
/contact/property/{property_id}
| Param | Type | Required | Description |
|---|---|---|---|
| property_id | string | required | The ID of the custom property to delete. |