Heyy integration (Communication, Marketing). Imported from open-connector.
https://api.heyy.io/api/v2.0/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The Heyy contacts page number. |
| pageSize | integer | optional | The number of Heyy contacts to return. |
| sortBy | string | optional | The Heyy contact field to sort by. |
| order | string | optional | The Heyy contact sort order. |
| search | string | optional | Search text used to filter Heyy contacts. |
/contacts/{contactId}
| Param | Type | Required | Description |
|---|---|---|---|
| contactId | string | required | The Heyy contact ID. |
/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| firstName | string | optional | — |
| lastName | string | optional | — |
| string | optional | — | |
| phoneNumber | string | optional | — |
| labels | array | optional | Labels to assign to the contact. |
| attributes | array | optional | Custom attribute values to assign to the contact. |
/contacts/{contactId}
| Param | Type | Required | Description |
|---|---|---|---|
| contactId | string | required | The Heyy contact ID. |
| firstName | string | optional | — |
| lastName | string | optional | — |
| labels | array | optional | Labels to assign to the contact. |
| attributes | array | optional | Custom attribute values to assign to the contact. |
/labels
/labels
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | The Heyy label name. |
/attributes
/attributes
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | The Heyy attribute name. |
| externalId | string | required | The Heyy attribute external ID. |
| description | string | optional | — |
| isVisibleQuickEdit | boolean | optional | Whether the attribute is visible in quick edit. |
| isVisibleContactsTable | boolean | optional | Whether the attribute is visible in the contacts table. |
| isVisibleContactCreate | boolean | optional | Whether the attribute is visible while creating contacts. |
/channels