PipedreamHQ / PipedreamHQ/pipedream

[Components] zoho_tables

Open
#15,554 0 comments 0 reactions 0 assignees View on GitHub
triaged
Dominant language
JavaScript
Stars
11.7k
Forks
5.8k
Avg merge
3d 10h
Merged PRs (30d)
102

Description

# zoho_tables
## URLs
- https://tables.zoho.com/help/api/v1
## Webhook Sources
### new-record-instant
#### Description
Emit new event when a record is added to a specified table. Users must specify the table to monitor.
### updated-record-instant
#### Description
Emit new event when a record is updated in a specified table. Users must select the table and can optionally filter by specific fields.
### deleted-record-instant
#### Description
Emit new event when a record is deleted from a specified table. Users must specify the table to monitor.
## Actions
### create-record
#### Description
Create a new record in a specified table. Users must provide the table ID and field values.
### update-record
#### Description
Update an existing record in a specified table. Users must provide the table ID, record ID, and fields to update.
### delete-record
#### Description
Delete a record from a specified table. Users must provide the table ID and the record ID.

Contributor guide

Open the contributing guide

Research direction

Start with the Zoho Tables API v1 documentation at https://tables.zoho.com/help/api/v1 and verify the requirements for the three webhook sources and three record actions listed in the issue. Done means the zoho_tables component supports each listed entry point with its required table, record, and field inputs.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
api
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.