← Tools Reference

Zixflow

Zixflow integration (Marketing, Productivity). Imported from open-connector.

API key16 toolshttps://api.zixflow.com/api/v1
GET
zixflow_list_collections
List system and custom collections in the Zixflow workspace.

/collections

GET
zixflow_get_collection
Get one Zixflow collection by ID.

/collections/{collectionId}

1 parameter
ParamTypeRequiredDescription
collectionIdstringrequiredThe unique identifier of the collection.
POST
zixflow_query_collection_records
Query records from a Zixflow collection using the official filter and paging body.

/collection-records/{collectionId}/query

5 parameters
ParamTypeRequiredDescription
collectionIdstringrequiredThe unique identifier of the collection.
filterobjectoptionalFilter criteria accepted by Zixflow.
sortarrayoptionalSort criteria accepted by Zixflow.
limitintegerrequiredMaximum number of records or entries to return.
offsetintegerrequiredNumber of records or entries to skip before returning results.
GET
zixflow_get_collection_record
Get one dynamic record from a Zixflow collection.

/collection-records/{collectionId}/{recordId}

2 parameters
ParamTypeRequiredDescription
collectionIdstringrequiredThe unique identifier of the collection.
recordIdstringrequiredThe unique identifier of the collection record.
POST
zixflow_create_collection_record
Create a dynamic record in a Zixflow collection.

/collection-records/collectionId

2 parameters
ParamTypeRequiredDescription
collectionIdstringoptionalThe unique identifier of the collection.
recordobjectoptionalA dynamic Zixflow collection record with fields defined by the collection attri…
PATCH
zixflow_update_collection_record
Update a dynamic record in a Zixflow collection.

/collection-records/{collectionId}/{recordId}

3 parameters
ParamTypeRequiredDescription
collectionIdstringrequiredThe unique identifier of the collection.
recordIdstringrequiredThe unique identifier of the collection record.
recordobjectoptionalA dynamic Zixflow collection record with fields defined by the collection attri…
DELETE
zixflow_delete_collection_record
Delete a dynamic record from a Zixflow collection.

/collection-records/{collectionId}/{recordId}

2 parameters
ParamTypeRequiredDescription
collectionIdstringrequiredThe unique identifier of the collection.
recordIdstringrequiredThe unique identifier of the collection record.
GET
zixflow_list_lists
List Zixflow lists in the workspace.

/lists

GET
zixflow_get_list
Get one Zixflow list by ID.

/lists/{listId}

1 parameter
ParamTypeRequiredDescription
listIdstringrequiredThe unique identifier of the list.
POST
zixflow_query_list_entries
Query entries from a Zixflow list using the official filter and paging body.

/list-entries/{listId}/query

5 parameters
ParamTypeRequiredDescription
listIdstringrequiredThe unique identifier of the list.
filterobjectoptionalFilter criteria accepted by Zixflow.
sortarrayoptionalSort criteria accepted by Zixflow.
limitintegerrequiredMaximum number of records or entries to return.
offsetintegerrequiredNumber of records or entries to skip before returning results.
GET
zixflow_get_list_entry
Get one dynamic entry from a Zixflow list.

/list-entries/{listId}/{entryId}

2 parameters
ParamTypeRequiredDescription
listIdstringrequiredThe unique identifier of the list.
entryIdstringrequiredThe unique identifier of the list entry.
POST
zixflow_create_list_entry
Create a dynamic entry in a Zixflow list.

/list-entries/listId

2 parameters
ParamTypeRequiredDescription
listIdstringoptionalThe unique identifier of the list.
entryobjectoptionalA dynamic Zixflow list entry with fields defined by the list attributes.
PATCH
zixflow_update_list_entry
Update a dynamic entry in a Zixflow list.

/list-entries/{listId}/{entryId}

3 parameters
ParamTypeRequiredDescription
listIdstringrequiredThe unique identifier of the list.
entryIdstringrequiredThe unique identifier of the list entry.
entryobjectoptionalA dynamic Zixflow list entry with fields defined by the list attributes.
DELETE
zixflow_delete_list_entry
Delete a dynamic entry from a Zixflow list.

/list-entries/{listId}/{entryId}

2 parameters
ParamTypeRequiredDescription
listIdstringrequiredThe unique identifier of the list.
entryIdstringrequiredThe unique identifier of the list entry.
GET
zixflow_list_workspace_members
List members in the Zixflow workspace.

/workspace-members

GET
zixflow_get_workspace_member
Get one Zixflow workspace member by ID.

/workspace-members/{memberId}

1 parameter
ParamTypeRequiredDescription
memberIdstringrequiredThe unique identifier of the workspace member.