Zixflow integration (Marketing, Productivity). Imported from open-connector.
https://api.zixflow.com/api/v1/collections
/collections/{collectionId}
| Param | Type | Required | Description |
|---|---|---|---|
| collectionId | string | required | The unique identifier of the collection. |
/collection-records/{collectionId}/query
| Param | Type | Required | Description |
|---|---|---|---|
| collectionId | string | required | The unique identifier of the collection. |
| filter | object | optional | Filter criteria accepted by Zixflow. |
| sort | array | optional | Sort criteria accepted by Zixflow. |
| limit | integer | required | Maximum number of records or entries to return. |
| offset | integer | required | Number of records or entries to skip before returning results. |
/collection-records/{collectionId}/{recordId}
| Param | Type | Required | Description |
|---|---|---|---|
| collectionId | string | required | The unique identifier of the collection. |
| recordId | string | required | The unique identifier of the collection record. |
/collection-records/collectionId
| Param | Type | Required | Description |
|---|---|---|---|
| collectionId | string | optional | The unique identifier of the collection. |
| record | object | optional | A dynamic Zixflow collection record with fields defined by the collection attri… |
/collection-records/{collectionId}/{recordId}
| Param | Type | Required | Description |
|---|---|---|---|
| collectionId | string | required | The unique identifier of the collection. |
| recordId | string | required | The unique identifier of the collection record. |
| record | object | optional | A dynamic Zixflow collection record with fields defined by the collection attri… |
/collection-records/{collectionId}/{recordId}
| Param | Type | Required | Description |
|---|---|---|---|
| collectionId | string | required | The unique identifier of the collection. |
| recordId | string | required | The unique identifier of the collection record. |
/lists
/lists/{listId}
| Param | Type | Required | Description |
|---|---|---|---|
| listId | string | required | The unique identifier of the list. |
/list-entries/{listId}/query
| Param | Type | Required | Description |
|---|---|---|---|
| listId | string | required | The unique identifier of the list. |
| filter | object | optional | Filter criteria accepted by Zixflow. |
| sort | array | optional | Sort criteria accepted by Zixflow. |
| limit | integer | required | Maximum number of records or entries to return. |
| offset | integer | required | Number of records or entries to skip before returning results. |
/list-entries/{listId}/{entryId}
| Param | Type | Required | Description |
|---|---|---|---|
| listId | string | required | The unique identifier of the list. |
| entryId | string | required | The unique identifier of the list entry. |
/list-entries/listId
| Param | Type | Required | Description |
|---|---|---|---|
| listId | string | optional | The unique identifier of the list. |
| entry | object | optional | A dynamic Zixflow list entry with fields defined by the list attributes. |
/list-entries/{listId}/{entryId}
| Param | Type | Required | Description |
|---|---|---|---|
| listId | string | required | The unique identifier of the list. |
| entryId | string | required | The unique identifier of the list entry. |
| entry | object | optional | A dynamic Zixflow list entry with fields defined by the list attributes. |
/list-entries/{listId}/{entryId}
| Param | Type | Required | Description |
|---|---|---|---|
| listId | string | required | The unique identifier of the list. |
| entryId | string | required | The unique identifier of the list entry. |
/workspace-members
/workspace-members/{memberId}
| Param | Type | Required | Description |
|---|---|---|---|
| memberId | string | required | The unique identifier of the workspace member. |