📄️ Fetch Process
The following APIs allow you to fetch a single process. Examples of a process are models like: Lead, Ticket, FieldVisit.
📄️ List Process
The following APIs allow you to query and list processes. Examples of a process are models like: Lead, Ticket, FieldVisit.
📄️ Create Process
The following APIs allow you to create a single process. Examples of a process are models like Lead, Ticket and Fieldvisit
📄️ Update Process
The following APIs allow you to update a single process. A process can be updated basis its chakra processId or via its primaryKey value.
📄️ Delete Process
The following APIs allow you to delete a single process. A process can be deleted basis its chakra processId or via its primaryKey value.
📄️ Bulk Create Process
The following API allows you to create multiple processes in a single API call. This API is asynchronous - meaning the request is accepted and an acknowledgment is returned while the creates are carried out in the background. Use this API when you have to update 1000s of processes in one go.
📄️ Bulk Update Process
The following API allows you to update multiple processes in a single API call. This API is asynchronous - meaning the request is accepted and an acknowledgment is returned while the updates are carried out in the background. Use this api when you have to update 1000s of processes in one go.