Skip to content

[Components] zoho-sheet #14584

@pipedream-component-development

Description

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).

URLs

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).

URLs

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.

URLs

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.

URLs

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.

URLs

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.

URLs

Metadata

Metadata

Assignees

Labels

triagedFor maintainers: This issue has been triaged by a Pipedream employee

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions