This is a pre-built, source-available component from Pipedream's GitHub repo. The component is developed by Pipedream and the community, and verified and maintained by Pipedream.
To contribute an update to an existing component or create a new component, create a PR on GitHub. If you're new to Pipedream component development, you can start with quickstarts for trigger span and action development, and then review the component API reference.
New Workbook Created (Instant) on Zoho Sheet
Description:Emit new event whenever a new workbook is created.
Version:0.0.1
Key:zoho_sheet-new-workbook-instant
import common from "../common/base.mjs";
import sampleEmit from "./test-event.mjs";
export default {
...common,
key: "zoho_sheet-new-workbook-instant",
name: "New Workbook Created (Instant)",
description: "Emit new event whenever a new workbook is created.",
version: "0.0.1",
type: "source",
dedupe: "unique",
methods: {
...common.methods,
getEvent() {
return "new_workbook";
},
getSummary(event) {
return `New workbook: ${event.workbook_name} (${event.resource_id})`;
},
},
sampleEmit,
};
This component may be configured based on the props defined in the component code. Pipedream automatically prompts for input values in the UI and CLI.
| Label | Prop | Type | Description |
|---|
| Zoho Sheet | zohoSheet | app | This component uses the Zoho Sheet app. |
| N/A | http | $.interface.http | This component uses $.interface.http to generate a unique URL when the component is first instantiated. Each request to the URL will trigger the run() method of the component. |
| N/A | db | $.service.db | This component uses $.service.db to maintain state between executions. |
| Service Name | serviceName | string | |
Zoho Sheet uses OAuth authentication. When you connect your Zoho Sheet account, Pipedream will open a popup window where you can sign into Zoho Sheet and grant Pipedream permission to connect to your account. Pipedream securely stores and automatically refreshes the OAuth tokens so you can easily authenticate any Zoho Sheet API.
Pipedream requests the following authorization scopes when you connect your account:
ZohoSheet.dataAPI.UPDATEZohoSheet.dataAPI.READ
Create spreadsheets your teams can easily collaborate on for free. Powered with an automated data processor, an AI-assisted data analyst, and 1000+ integration possibilities, Zoho Sheet makes data handling easier and more effective.