Emit new event each time a new row is created. Requires a worksheet prop (the name or ID of the worksheet).
new-or-updated-row-instant
Prompt
Emit new event whenever a row is added or modified. The worksheet where the changes happen needs to be configured as a prop (requires the worksheet's name or ID).
new-workbook-instant
Prompt
Emit new event whenever a new workbook is created. No required props, but an optional prop could be a specific location in Zoho Sheet to monitor.
Actions
create-row
Prompt
Creates a new row in a specified worksheet. The required props should include 'worksheet' to specify worksheet's name or id and 'data' for the row content.
search-delete-row
Prompt
Searches for a row based on provided criteria and deletes it. The required props should include 'worksheet' and 'criteria'. The 'criteria' prop will include the conditions used to locate the row.
update-row
Prompt
Finds a specific row via its index and updates its content. The required props should include 'worksheet', 'rowIndex' and 'data'. Where 'worksheet' is the name or id of the worksheet, 'rowIndex' is the index of the row to update and 'data' defines the updated content.
zoho-sheet
URLs
Webhook Sources
new-row-instant
Prompt
Emit new event each time a new row is created. Requires a worksheet prop (the name or ID of the worksheet).
new-or-updated-row-instant
Prompt
Emit new event whenever a row is added or modified. The worksheet where the changes happen needs to be configured as a prop (requires the worksheet's name or ID).
new-workbook-instant
Prompt
Emit new event whenever a new workbook is created. No required props, but an optional prop could be a specific location in Zoho Sheet to monitor.
Actions
create-row
Prompt
Creates a new row in a specified worksheet. The required props should include 'worksheet' to specify worksheet's name or id and 'data' for the row content.
search-delete-row
Prompt
Searches for a row based on provided criteria and deletes it. The required props should include 'worksheet' and 'criteria'. The 'criteria' prop will include the conditions used to locate the row.
update-row
Prompt
Finds a specific row via its index and updates its content. The required props should include 'worksheet', 'rowIndex' and 'data'. Where 'worksheet' is the name or id of the worksheet, 'rowIndex' is the index of the row to update and 'data' defines the updated content.