Create Service Request
create_requestCreates a new service request in Zoho FSM to capture customer needs before scheduling a work order. Requires a summary and either a company or contact ID.
Instructions
Create a new service Request in Zoho FSM. A Request is the initial intake record capturing what a customer needs before a Work Order is scheduled. Requires at least a summary and the associated company or contact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | Short summary/title of the request. | |
| due_date | No | Due date in ISO format (YYYY-MM-DD). | |
| priority | No | Request priority. | |
| company_id | No | ID of the associated Company. | |
| contact_id | No | ID of the associated Contact. | |
| description | No | Detailed description of the issue or need. | |
| additional_fields | No | Any other FSM field API names → values (e.g. custom fields). |