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 {
key: "sendgrid-remove-contact-from-list",
name: "Remove Contact From List",
description: "Allows you to remove contacts from a given list. [See the docs here](https://docs.sendgrid.com/api-reference/lists/remove-contacts-from-a-list)",
version: "0.0.5",
version: "0.0.6",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
...common.props,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ export default {
key: "sendgrid-search-contacts",
name: "Search Contacts",
description: "Searches contacts with a SGQL query. [See the docs here](https://docs.sendgrid.com/api-reference/contacts/search-contacts)",
version: "0.0.5",
version: "0.0.6",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
...common.props,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ export default {
key: "sendgrid-send-email-multiple-recipients",
name: "Send Email Multiple Recipients",
description: "This action sends a personalized e-mail to multiple specified recipients. [See the docs here](https://docs.sendgrid.com/api-reference/mail-send/mail-send)",
version: "0.1.1",
version: "0.1.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
...common.props,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ export default {
key: "sendgrid-send-email-single-recipient",
name: "Send Email Single Recipient",
description: "This action sends a personalized e-mail to the specified recipient. [See the docs here](https://docs.sendgrid.com/api-reference/mail-send/mail-send)",
version: "0.1.1",
version: "0.1.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
...common.props,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ export default {
key: "sendgrid-validate-email",
name: "Validate Email",
description: "Validates an email address. This action requires a Sendgrid's Pro or Premier plan. [See the docs here](https://docs.sendgrid.com/api-reference/e-mail-address-validation/validate-an-email)",
version: "0.0.5",
version: "0.0.6",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
...common.props,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "sendinblue-add-or-update-contact",
name: "Add or Update a contact",
description: "Add or Update a contact",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
sendinBlueApp,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "sendinblue-send-transactional-email",
name: "Send Transactional Email",
description: "Send transactional email. [See the docs](https://developers.sendinblue.com/reference/sendtransacemail) for more information.",
version: "0.0.4",
version: "0.0.5",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
sendinBlueApp,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "sendloop-add-subscriber",
name: "Add Subscriber",
description: "Adds a new subscriber to a specified list.",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
sendloop,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "sendloop-remove-subscriber",
name: "Remove Subscriber",
description: "Unsubscribe an email address from your lists.",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
sendloop,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import sendoso from "../../sendoso.app.mjs";
export default {
key: "sendoso-generate-egift-link",
name: "Generate eGift Link",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
description: "Generate a new E-Gift link [See the docs here](https://sendoso.docs.apiary.io/#reference/send-management/generate-egift-links/sending-a-e-gift)",
type: "action",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import sendoso from "../../sendoso.app.mjs";
export default {
key: "sendoso-get-send-status",
name: "Get Send Status",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
description: "Track all sent gifts and retrieve analytics information regarding sent gift. [See the docs here](https://sendoso.docs.apiary.io/#reference/send-management/send-tracking/fetch-the-status-of-a-send)",
type: "action",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import sendoso from "../../sendoso.app.mjs";
export default {
key: "sendoso-send-physical-gift-with-address-confirmation",
name: "Send A Physical Gift With Address Confirmation",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
description: "Send a physical gift. [See the docs here](https://sendoso.docs.apiary.io/#reference/send-management/send-a-gift/sending-a-gift)",
type: "action",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,19 @@
key: "sendpulse-retrieve-info-for-email-address",
name: "Retrieve General Information About a Specific Email Address",
description: "Make a GET request to https://api.sendpulse.com/emails/{email}",
version: "0.1.1",
version: "0.1.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
sendpulse: {

Check warning on line 16 in components/sendpulse/actions/retrieve-info-for-email-address/retrieve-info-for-email-address.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

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

Check warning on line 16 in components/sendpulse/actions/retrieve-info-for-email-address/retrieve-info-for-email-address.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

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

Check warning on line 20 in components/sendpulse/actions/retrieve-info-for-email-address/retrieve-info-for-email-address.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Component prop email must have a label. See https://pipedream.com/docs/components/guidelines/#props
type: "string",
description: "Email address",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,23 @@
key: "sendpulse-unsubscribe-contact-from-mailing-list",
name: "Unsubscribe a Contact From a Defined Mailing List",
description: "Make a POST request to https://api.sendpulse.com/addressbooks/{id}/emails/unsubscribe",
version: "0.1.1",
version: "0.1.2",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
sendpulse: {

Check warning on line 16 in components/sendpulse/actions/unsubscribe-contact-from-mailing-list/unsubscribe-contact-from-mailing-list.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

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

Check warning on line 16 in components/sendpulse/actions/unsubscribe-contact-from-mailing-list/unsubscribe-contact-from-mailing-list.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

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

Check warning on line 20 in components/sendpulse/actions/unsubscribe-contact-from-mailing-list/unsubscribe-contact-from-mailing-list.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Component prop id must have a label. See https://pipedream.com/docs/components/guidelines/#props
type: "string",
description: "The mailing list ID",
},
emails: {

Check warning on line 24 in components/sendpulse/actions/unsubscribe-contact-from-mailing-list/unsubscribe-contact-from-mailing-list.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Component prop emails must have a label. See https://pipedream.com/docs/components/guidelines/#props
type: "string",
description: "The contact that you want to unsubscribe from the defined mailing list [\"[email protected]\"]",
},
Expand Down
7 changes: 6 additions & 1 deletion components/sendsms/actions/add-contact/add-contact.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "sendsms-add-contact",
name: "Add Contact",
description: "Add a new contact into a specified group in SendSMS. [See the documentation](https://www.sendsms.ro/api/#add-a-contact)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
sendsms,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "sendsms-check-blocklist",
name: "Check Blocklist",
description: "Checks if a specific phone number is in the blocklist. [See the documentation](https://www.sendsms.ro/api/)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
sendsms,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
name: "Send Message with Unsubscribe Link",
description: "This action sends an SMS message with an unsubscribe link using the SendSMS.ro API. [See the documentation](https://www.sendsms.ro/api/?shell#send-message-with-unsubscribe-link)",
key: "sendsms-send-message-with-unsubscribe-link",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
sendsms,
Expand Down
7 changes: 6 additions & 1 deletion components/sendsms/actions/send-message/send-message.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
name: "Send Message",
description: "This action sends an SMS message using the SendSMS.ro API. [See the documentation](https://www.sendsms.ro/api/#send-message)",
key: "sendsms-send-message",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
sendsms,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "sendspark-create-dynamic-video",
name: "Create Dynamic Video",
description: "Creates a new dynamic video campaign. [See the documentation](https://help.sendspark.com/en/articles/9051823-api-automatically-create-dynamic-videos-via-api-integration)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
sendspark,
Expand Down
7 changes: 6 additions & 1 deletion components/sendx/actions/add-tag-contact/add-tag-contact.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "sendx-add-tag-contact",
name: "Add Tag to Contact",
description: "Associates a user-provided tag with a specified contact in SendX. This action requires the contact's identification detail and the tag.",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
sendx,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
key: "sendx-create-update-contact",
name: "Create or Update Contact",
description: "Creates a new contact or updates an existing one with user-provided data. [See the documentation](https://github.com/sendx/sendx-api-nodejs/tree/master)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
sendx,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "sendx-remove-tag-contact",
name: "Remove Tag from Contact",
description: "De-associates a user-provided tag from a given contact in SendX.",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
sendx,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "sendy-add-update-subscriber",
name: "Add or Update a Subscriber",
description: "Adds a new subscriber or updates existing subscriber's details for a specific list. [See the documentation](https://sendy.co/api?app_path=https://sendy.email/dev2#subscribe)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
sendy,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
key: "sendy-create-draft-campaign",
name: "Create Draft Campaign",
description: "Creates a new draft campaign ready to be filled in with details. [See the documentation](https://sendy.co/api?app_path=https://sendy.email/dev2#create-send-campaigns)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
sendy,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "sendy-unsubscribe-email",
name: "Unsubscribe Email",
description: "Removes a subscriber from a specified list. [See the documentation](https://sendy.co/api?app_path=https://sendy.email/dev2#unsubscribe)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
sendy,
Expand Down
7 changes: 6 additions & 1 deletion components/senta/actions/create-client/create-client.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "senta-create-client",
name: "Create Client",
description: "Creates a new client. [See the documentation](https://app.swaggerhub.com/apis-docs/senta/Senta/1.6#/Client/post_api_clients)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
senta,
Expand Down
7 changes: 6 additions & 1 deletion components/senta/actions/update-client/update-client.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "senta-update-client",
name: "Update Client",
description: "Updates an existing client. [See the documentation](https://app.swaggerhub.com/apis-docs/senta/Senta/1.6#/Client/put_api_clients__clientId_)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
senta,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "sentry-list-issue-events",
name: "List Issue Events",
description: "Return a list of events bound to an issue. [See the docs here](https://docs.sentry.io/api/events/list-an-issues-events/)",
version: "0.1.1",
version: "0.1.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
sentry,
Expand Down
Loading
Loading