Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
name: "Create Article",
description: "Create a new article. [See the documentation](https://www.zoho.com/salesiq/help/developer-section/create-articles-v2.html)",
type: "action",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
props: {
zohoSalesIQ,
screenName: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
name: "Get Visitor Feedback",
description: "Retrieve visitor feedback by conversation ID. [See the documentation](https://www.zoho.com/salesiq/help/developer-section/get-a-visitor-feedback-v2.html)",
type: "action",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
props: {
zohoSalesIQ,
screenName: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
name: "List Feedback",
description: "Retrieve a list of feedback from website visitors. [See the documentation](https://www.zoho.com/salesiq/help/developer-section/visitor-feedback-v2.html)",
type: "action",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
props: {
zohoSalesIQ,
screenName: {
Expand Down
7 changes: 6 additions & 1 deletion components/zoho_sheet/actions/create-row/create-row.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
key: "zoho_sheet-create-row",
name: "Create Row",
description: "Creates a new row in the specified worksheet. [See the documentation](https://www.zoho.com/sheet/help/api/v2/)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
zohoSheet,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ export default {
key: "zoho_sheet-search-delete-row",
name: "Search and Delete Row",
description: "Searches for a row based on provided criteria and deletes it. [See the documentation](https://www.zoho.com/sheet/help/api/v2/)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
zohoSheet,
Expand Down
7 changes: 6 additions & 1 deletion components/zoho_sheet/actions/update-row/update-row.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
key: "zoho_sheet-update-row",
name: "Update Row",
description: "Finds a specific row by its index and updates its content. [See the documentation](https://www.zoho.com/sheet/help/api/v2/)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
zohoSheet,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
name: "Get Document Details",
description: "Get the details of a particular document. [See the documentation](https://www.zoho.com/sign/api/#get-details-of-a-particular-document)",
type: "action",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
props: {
zohoSign,
documentId: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
name: "Get Document Form Detail",
description: "Retrieves the filled field data for a particular document. [See the documentation](https://www.zoho.com/sign/api/#get-document-form-data)",
type: "action",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
props: {
zohoSign,
documentId: {
Expand Down
7 changes: 6 additions & 1 deletion components/zoho_sign/actions/send-document/send-document.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
name: "Send Document",
description: "Sends a document to the designated recipients for their signatures. [See the documentation](https://www.zoho.com/sign/api/#send-document-out-for-signature-using-templates)",
type: "action",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
props: {
zohoSign,
templateId: {
Expand Down
7 changes: 6 additions & 1 deletion components/zoho_sprints/actions/create-item/create-item.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "zoho_sprints-create-item",
name: "Create Item",
description: "Creates a new task, story, or bug in an existing Zoho Sprints project. [See the documentation](https://sprints.zoho.com/apidoc.html#Createitem)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
zohoSprints,
Expand Down
7 changes: 6 additions & 1 deletion components/zoho_sprints/actions/delete-item/delete-item.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "zoho_sprints-delete-item",
name: "Delete Item",
description: "Removes a specified task, story, or bug from a project in Zoho Sprints. [See the documentation](https://sprints.zoho.com/apidoc.html#Deleteitem)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
zohoSprints,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "zoho_sprints-update-project-status",
name: "Update Project Status",
description: "Changes the status of an existing project in Zoho Sprints. [See the documentation](https://sprints.zoho.com/apidoc.html#Updateproject)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
zohoSprints,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import zohoSubscriptions from "../../zoho_subscriptions.app.mjs";
export default {
key: "zoho_subscriptions-create-customer",
name: "Create Customer",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
description: "Create a new customer. [See the documentation](https://www.zoho.com/billing/api/v1/customers/#create-a-customer)",
type: "action",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ import zohoSubscriptions from "../../zoho_subscriptions.app.mjs";
export default {
key: "zoho_subscriptions-create-subscription",
name: "Create Subscription",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
description: "Create a new subscription. [See the documentation](https://www.zoho.com/billing/api/v1/subscription/#create-a-subscription)",
type: "action",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "zoho_survey-send-email-invitation",
name: "Send Email Invitation",
description: "Sends an email invitation with Zoho Survey.",
version: "0.0.4",
version: "0.0.5",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
zohoSurvey,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ export default {
key: "zoho_workdrive-download-file",
name: "Download File to Tmp Direcory",
description: "Download a file to the /tmp directory. [See the documentation](https://workdrive.zoho.com/apidocs/v1/filesfolders/downloadserverfile)",
version: "0.0.6",
version: "0.0.7",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ import {
export default {
key: "zoho_workdrive-upload-file",
name: "Upload File",
version: "0.0.8",
version: "0.0.9",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
description: "Upload a new file to your WorkDrive account. [See the documentation](https://workdrive.zoho.com/apidocs/v1/chunkupload/chunkuploadcreatesession)",
type: "action",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "zonka_feedback-list-surveys",
name: "List Surveys",
description: "List surveys from Zonka Feedback. You can filter surveys based on their status.",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
zonkaFeedback,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "zonka_feedback-send-email-survey",
name: "Send Email Survey",
description: "Send a survey by email. [See docs](https://apidocs.zonkafeedback.com/?version=latest#97c28279-79ce-47e8-ac73-a3077f37631e)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
zonkaFeedback,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "zonka_feedback-send-sms-survey",
name: "Send SMS Survey",
description: "Send a survey by SMS. Please ensure you have enough SMS credits. [See docs](https://apidocs.zonkafeedback.com/?version=latest#9b6a1283-fb22-457e-8031-cf18d51d26f7)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
zonkaFeedback,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "zoom-add-meeting-registrant",
name: "Add Meeting Registrant",
description: "Registers a participant for a meeting. [See the docs here](https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/meetingRegistrantCreate)",
version: "0.3.3",
version: "0.3.4",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "zoom-add-webinar-registrant",
name: "Add Webinar Registrant",
description: "Registers a participant for a webinar. [See the docs here](https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinarregistrantcreate).",
version: "0.3.3",
version: "0.3.4",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
app,
Expand Down
7 changes: 6 additions & 1 deletion components/zoom/actions/create-meeting/create-meeting.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,49 +5,54 @@
key: "zoom-create-meeting",
name: "Create Meeting",
description: "Creates a meeting for a user. A maximum of 100 meetings can be created for a user in a day.",
version: "0.1.4",
version: "0.1.5",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
zoom: {

Check warning on line 16 in components/zoom/actions/create-meeting/create-meeting.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Component prop zoom must have a description. See https://pipedream.com/docs/components/guidelines/#props

Check warning on line 16 in components/zoom/actions/create-meeting/create-meeting.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Component prop zoom must have a label. See https://pipedream.com/docs/components/guidelines/#props
type: "app",
app: "zoom",
},
topic: {

Check warning on line 20 in components/zoom/actions/create-meeting/create-meeting.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Component prop topic must have a label. See https://pipedream.com/docs/components/guidelines/#props
type: "string",
description: "Meeting topic",
optional: true,
},
type: {

Check warning on line 25 in components/zoom/actions/create-meeting/create-meeting.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Component prop type must have a label. See https://pipedream.com/docs/components/guidelines/#props
type: "integer",
description: "Meeting type:\n1 - Instant meeting.\n2 - Scheduled meeting.\n3 - Recurring meeting with no fixed time.\n8 - Recurring meeting with fixed time.",
optional: true,
},
start_time: {

Check warning on line 30 in components/zoom/actions/create-meeting/create-meeting.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Component prop start_time must have a label. See https://pipedream.com/docs/components/guidelines/#props
type: "string",
description: "Meeting start time. We support two formats for start_time - local time and GMT.\nTo set time as GMT the format should be yyyy-MM-ddTHH:mm:ssZ.\nTo set time using a specific timezone, use yyyy-MM-ddTHH:mm:ss format and specify the timezone ID in the timezone field OR leave it blank and the timezone set on your Zoom account will be used. You can also set the time as UTC as the timezone field.\nThe start_time should only be used for scheduled and / or recurring webinars with fixed time.",
optional: true,
},
duration: {

Check warning on line 35 in components/zoom/actions/create-meeting/create-meeting.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Component prop duration must have a label. See https://pipedream.com/docs/components/guidelines/#props
type: "integer",
description: "Meeting duration (minutes). Used for scheduled meetings only.",
optional: true,
},
timezone: {

Check warning on line 40 in components/zoom/actions/create-meeting/create-meeting.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Component prop timezone must have a label. See https://pipedream.com/docs/components/guidelines/#props
type: "string",
description: "Time zone to format start_time. For example, “America/Los_Angeles”. For scheduled meetings only. Please reference our time [zone list](https://marketplace.zoom.us/docs/api-reference/other-references/abbreviation-lists#timezones) for supported time zones and their formats.",
optional: true,
},
password: {

Check warning on line 45 in components/zoom/actions/create-meeting/create-meeting.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Component prop password must have a label. See https://pipedream.com/docs/components/guidelines/#props
type: "string",
description: "Password to join the meeting. Password may only contain the following characters: [a-z A-Z 0-9 @ - _ *]. Max of 10 characters.",
optional: true,
},
agenda: {

Check warning on line 50 in components/zoom/actions/create-meeting/create-meeting.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Component prop agenda must have a label. See https://pipedream.com/docs/components/guidelines/#props
type: "string",
description: "Meeting description.",
optional: true,
},
tracking_fields: {

Check warning on line 55 in components/zoom/actions/create-meeting/create-meeting.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Component prop tracking_fields must have a label. See https://pipedream.com/docs/components/guidelines/#props
type: "any",
description: "Tracking fields.",
optional: true,
Expand Down
7 changes: 6 additions & 1 deletion components/zoom/actions/create-user/create-user.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
key: "zoom-create-user",
name: "Create User",
description: "Creates a new user in your account.",
version: "0.2.4",
version: "0.2.5",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
zoom: {
Expand Down
7 changes: 6 additions & 1 deletion components/zoom/actions/delete-user/delete-user.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
key: "zoom-delete-user",
name: "Delete User",
description: "Disassociates (unlinks) a user from the associated account or permanently deletes a user.",
version: "0.2.4",
version: "0.2.5",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
zoom: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
key: "zoom-get-meeting-details",
name: "Get Meeting Details",
description: "Retrieves the details of a meeting.",
version: "0.3.4",
version: "0.3.5",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
zoom: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "zoom-get-meeting-transcript",
name: "Get Meeting Transcript",
description: "Get the transcript of a meeting. [See the documentation](https://developers.zoom.us/docs/api/meetings/#tag/cloud-recording/get/meetings/{meetingId}/transcript)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
zoom,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "zoom-get-webinar-details",
name: "Get Webinar Details",
description: "Gets details of a scheduled webinar. [See the docs here](https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/webinar).",
version: "0.3.3",
version: "0.3.4",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
app,
Expand Down
Loading
Loading