Brevo integration (Communication, Marketing). Imported from open-connector.
https://api.brevo.com/v3/account
/v3/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of items to return. |
| offset | integer | optional | The number of items to skip before returning results. |
| sort | string | optional | The sort direction accepted by the official Brevo API. |
| modifiedSince | string | optional | Only return records modified after this ISO-8601 timestamp. |
| createdSince | string | optional | Only return records created after this ISO-8601 timestamp. |
/v3/contacts/{identifier}
| Param | Type | Required | Description |
|---|---|---|---|
| identifier | string | required | The Brevo contact identifier value used in the request path. |
| identifierType | string | optional | The optional Brevo identifier type used to interpret the identifier. |
/v3/contacts/{identifier}
| Param | Type | Required | Description |
|---|---|---|---|
| identifier | string | required | The Brevo contact identifier value used in the request path. |
| identifierType | string | optional | The optional Brevo identifier type used to interpret the identifier. |
/v3/contacts/folders
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of items to return. |
| offset | integer | optional | The number of items to skip before returning results. |
| sort | string | optional | The sort direction accepted by the official Brevo API. |
/v3/contacts/lists
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of items to return. |
| offset | integer | optional | The number of items to skip before returning results. |
| sort | string | optional | The sort direction accepted by the official Brevo API. |
/v3/contacts/lists
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | The Brevo contact list name. |
| folderId | integer | required | The Brevo folder ID. |
/v3/contacts/lists/{listId}
| Param | Type | Required | Description |
|---|---|---|---|
| listId | integer | required | The Brevo contact list ID. |
| name | string | optional | The updated Brevo contact list name. |
| folderId | integer | optional | The Brevo folder ID. |
/v3/contacts/lists/{listId}/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| listId | integer | required | The Brevo contact list ID. |
| limit | integer | optional | The maximum number of items to return. |
| offset | integer | optional | The number of items to skip before returning results. |
| sort | string | optional | The sort direction accepted by the official Brevo API. |
| modifiedSince | string | optional | Only return records modified after this ISO-8601 timestamp. |
/v3/contacts/lists/{listId}/contacts/add
| Param | Type | Required | Description |
|---|---|---|---|
| listId | string | required | Path parameter: listId |
/v3/contacts/lists/{listId}/contacts/remove
| Param | Type | Required | Description |
|---|---|---|---|
| listId | string | required | Path parameter: listId |