Zoho FSM integration tasks
- Create Record: Creates a record in the specified module
- Get Records: Fetches records from the specified module
- Get Record By ID: Fetches the details of the specified record
- Get Related Records: Fetches records from the submodule related to the specified record
- Search Records: Fetches records based on criteria
- Update Record: Updates the specified record with new values
- Get Transitions: Fetch all the possible transitions (statuses) the record in the specified module can take from its current status.
- Update Transitions: Update the status of the record in the specified transactional module.