BigMailer integration (Marketing, Communication). Imported from open-connector.
https://api.bigmailer.io/v1/brands
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of objects to return. |
| cursor | string | optional | The pagination cursor returned by a previous BigMailer response. |
/v1/brands/{brandId}
| Param | Type | Required | Description |
|---|---|---|---|
| brandId | string | required | The BigMailer brand ID. |
/v1/brands/{brandId}/lists
| Param | Type | Required | Description |
|---|---|---|---|
| brandId | string | required | The BigMailer brand ID. |
| limit | integer | optional | The maximum number of objects to return. |
| cursor | string | optional | The pagination cursor returned by a previous BigMailer response. |
/v1/brands/{brandId}/lists
| Param | Type | Required | Description |
|---|---|---|---|
| brandId | string | required | The BigMailer brand ID. |
| name | string | required | The list name. |
/v1/brands/{brandId}/lists/{listId}
| Param | Type | Required | Description |
|---|---|---|---|
| brandId | string | required | The BigMailer brand ID. |
| listId | string | required | The BigMailer list ID. |
/v1/brands/{brandId}/lists/{listId}
| Param | Type | Required | Description |
|---|---|---|---|
| brandId | string | required | The BigMailer brand ID. |
| listId | string | required | The BigMailer list ID. |
| name | string | required | The new list name. |
/v1/brands/{brandId}/lists/{listId}
| Param | Type | Required | Description |
|---|---|---|---|
| brandId | string | required | The BigMailer brand ID. |
| listId | string | required | The BigMailer list ID. |
/v1/brands/{brandId}/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| brandId | string | required | The BigMailer brand ID. |
| limit | integer | optional | The maximum number of objects to return. |
| cursor | string | optional | The pagination cursor returned by a previous BigMailer response. |
| listId | string | optional | The BigMailer list ID. |
/v1/brands/{brandId}/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| brandId | string | required | The BigMailer brand ID. |
| validate | boolean | optional | Whether BigMailer should validate email deliverability before adding the contac… |
| string | required | The contact email address. | |
| fieldValues | array | optional | Field values to save with the contact. Each name must match a BigMailer field t… |
| listIds | array | optional | IDs of lists the contact should belong to. |
| unsubscribeAll | boolean | optional | Whether to unsubscribe the contact from all future campaigns regardless of mess… |
| unsubscribeIds | array | optional | IDs of message types the contact should be unsubscribed from. |
/v1/brands/{brandId}/contacts/{contactId}
| Param | Type | Required | Description |
|---|---|---|---|
| brandId | string | required | The BigMailer brand ID. |
| contactId | string | required | The BigMailer contact ID or email address. |
/v1/brands/{brandId}/contacts/{contactId}
| Param | Type | Required | Description |
|---|---|---|---|
| brandId | string | required | The BigMailer brand ID. |
| contactId | string | required | The BigMailer contact ID or email address. |
| fieldValuesOp | string | optional | How BigMailer should apply the supplied values. |
| listIdsOp | string | optional | How BigMailer should apply the supplied values. |
| unsubscribeIdsOp | string | optional | How BigMailer should apply the supplied values. |
| string | optional | The contact email address. | |
| fieldValues | array | optional | Field values to save with the contact. Each name must match a BigMailer field t… |
| listIds | array | optional | IDs of lists the contact should belong to. |
| unsubscribeAll | boolean | optional | Whether to unsubscribe the contact from all future campaigns regardless of mess… |
| unsubscribeIds | array | optional | IDs of message types the contact should be unsubscribed from. |
/v1/brands/{brandId}/contacts/upsert
| Param | Type | Required | Description |
|---|---|---|---|
| brandId | string | required | The BigMailer brand ID. |
| validate | boolean | optional | Whether BigMailer should validate email deliverability before adding the contac… |
| string | required | The contact email address. | |
| fieldValues | array | optional | Field values to save with the contact. Each name must match a BigMailer field t… |
| listIds | array | optional | IDs of lists the contact should belong to. |
| unsubscribeAll | boolean | optional | Whether to unsubscribe the contact from all future campaigns regardless of mess… |
| unsubscribeIds | array | optional | IDs of message types the contact should be unsubscribed from. |
/v1/brands/{brandId}/contacts/{contactId}
| Param | Type | Required | Description |
|---|---|---|---|
| brandId | string | required | The BigMailer brand ID. |
| contactId | string | required | The BigMailer contact ID or email address. |