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: "Unsubscribe",
description: "Unsubscribes a contact. [See the docs](https://rest.smoove.io/#!/Contacts/Contacts_Unsubscribe).",
type: "action",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
props: {
app,
email: {
Expand Down
7 changes: 6 additions & 1 deletion components/sms/actions/send-sms/send-sms.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@
key: "sms-send-sms",
name: "Send SMS",
description: "Send an SMS to the [verified phone number for your account](https://pipedream.com/settings). While this feature is in alpha, you may send up to 10 messages per day.",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
sms,
message: {

Check warning on line 16 in components/sms/actions/send-sms/send-sms.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Component prop message must have a label. See https://pipedream.com/docs/components/guidelines/#props
type: "string",
description: "Send an SMS to the [verified phone number for your account](https://pipedream.com/settings). While this feature is in alpha, you may send up to 10 messages per day.",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "sms_alert-create-contact",
name: "Create Contact",
description: "Creates a new contact within a specified group. [See the documentation](https://kb.smsalert.co.in/developers-api/#Create-Contact)",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
smsAlert,
Expand Down
7 changes: 6 additions & 1 deletion components/sms_alert/actions/schedule-sms/schedule-sms.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "sms_alert-schedule-sms",
name: "Schedule SMS",
description: "Schedules a text message to be sent at a specified time. [See the documentation](https://kb.smsalert.co.in/developers-api/#Schedule-a-SMS)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
smsAlert,
Expand Down
7 changes: 6 additions & 1 deletion components/sms_alert/actions/send-sms/send-sms.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "sms_alert-send-sms",
name: "Send SMS",
description: "Sends a text message directly. [See the documentation](https://kb.smsalert.co.in/developers-api/#Send-a-SMS)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
smsAlert,
Expand Down
7 changes: 6 additions & 1 deletion components/sms_everyone/actions/send-sms/send-sms.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ export default {
key: "sms_everyone-send-sms",
name: "Send SMS",
description: "Send an SMS message or a bulk SMS campaign. [See the documentation](https://www.smseveryone.com.au/restapi)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
smsEveryone,
Expand Down
7 changes: 6 additions & 1 deletion components/sms_fusion/actions/get-balance/get-balance.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "sms_fusion-get-balance",
name: "Get Balance",
description: "Get current account balance including credit limits in SMS Fusion. [See the documentation](https://docs.smsfusion.com.au/)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
smsFusion,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "sms_fusion-perform-hlr-lookup",
name: "Perform HLR Lookup",
description: "Perform HLR on a number with SMS Fusion. [See the documentation](https://docs.smsfusion.com.au/)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
smsFusion,
Expand Down
7 changes: 6 additions & 1 deletion components/sms_fusion/actions/send-sms/send-sms.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "sms_fusion-send-sms",
name: "Send SMS",
description: "Send an SMS using SMS Fusion. [See the documentation](https://docs.smsfusion.com.au/)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
smsFusion,
Expand Down
7 changes: 6 additions & 1 deletion components/smsapi/actions/create-contact/create-contact.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
key: "smsapi-create-contact",
name: "Create Contact",
description: "Creates a new contact in SMSAPI. [See the documentation](https://www.smsapi.com/docs/#create-contact)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
smsapi,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "smsapi-send-group-text-message",
name: "Send Group Text Message",
description: "Sends a group text message using SMSAPI. [See the documentation](https://www.smsapi.com/docs/#2-single-sms)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
smsapi,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "smsapi-send-text-message",
name: "Send Text Message",
description: "Sends a text message using SMSAPI. [See the documentation](https://www.smsapi.com/docs/#2-single-sms)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
smsapi,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "smslink_nc-create-contact",
name: "Create Contact",
description: "Create a new contact. [See the documentation](https://api.smslink.nc/api/documentation#/Contact/556b84f384422939a9db51e60685798a).",
version: "0.0.1",
version: "0.0.2",
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: "smslink_nc-delete-contact",
name: "Delete Contact",
description: "Deletes a contact. [See the documentation](https://api.smslink.nc/api/documentation)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: true,
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: "smslink_nc-delete-sms-campaign",
name: "Delete SMS Campaign",
description: "Delete an existing SMS campaign. [See the documentation](https://api.smslink.nc/api/documentation)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
key: "smstools-add-contact-opt-out",
name: "Add Contact to Opt-Out List",
description: "Adds a selected contact to the opt-out list, stopping further communications. [See the documentation](https://www.smstools.com/en/sms-gateway-api/add_optout)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
smstools,
Expand Down
7 changes: 6 additions & 1 deletion components/smstools/actions/add-contact/add-contact.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
key: "smstools-add-contact",
name: "Add Contact to Group",
description: "Adds a new contact to an existing contact list. [See the documentation](https://www.smstools.com/en/sms-gateway-api/add_contact)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
smstools,
Expand Down
7 changes: 6 additions & 1 deletion components/smstools/actions/send-sms/send-sms.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "smstools-send-sms",
name: "Send SMS or WhatsApp Message",
description: "Sends a SMS or WhatsApp message to a specified contact. [See the documentation](https://www.smstools.com/en/sms-gateway-api/send_message)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
smstools,
Expand Down
7 changes: 6 additions & 1 deletion components/smugmug/actions/create-album/create-album.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
key: "smugmug-create-album",
name: "Create Album",
description: "Creates an album. [See the docs here](https://api.smugmug.com/api/v2/doc/reference/album.html)",
version: "2.0.1",
version: "2.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
smugmug,
Expand Down
7 changes: 6 additions & 1 deletion components/smugmug/actions/get-album/get-album.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "smugmug-get-album",
name: "Get Album",
description: "Gets an album given its id. [See the docs here](https://api.smugmug.com/api/v2/doc/reference/album.html)",
version: "0.1.2",
version: "0.1.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
smugmug,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "smugmug-get-authenticated-user",
name: "Get Authenticated User",
description: "Gets details of the authenticated user. [See the docs here](https://api.smugmug.com/api/v2/doc/reference/user.html)",
version: "0.1.2",
version: "0.1.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
smugmug,
Expand Down
7 changes: 6 additions & 1 deletion components/smugmug/actions/get-image/get-image.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "smugmug-get-image",
name: "Get Image",
description: "Gets an image. An image is a photo or video stored on SmugMug. [See the docs here](https://api.smugmug.com/api/v2/doc/reference/image.html)",
version: "0.1.2",
version: "0.1.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
smugmug,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "smugmug-get-user-profile",
name: "Get User Profile",
description: "Gets a user profile. A user profile is the data provided by a user to establish that user's public presence. This may include social networking links, biographical text, and bio and cover images. [See the docs here](https://api.smugmug.com/api/v2/user/cmac!profile)",
version: "0.2.2",
version: "0.2.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
smugmug,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "smugmug-update-albumimage",
name: "Update Album Image",
description: "Updates an album image. [See the docs here](https://api.smugmug.com/api/v2/doc/reference/album-image.html)",
version: "0.1.2",
version: "0.1.3",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
smugmug,
Expand Down
7 changes: 6 additions & 1 deletion components/smugmug/actions/upload-image/upload-image.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ export default {
key: "smugmug-upload-image",
name: "Upload Image",
description: "Uploads an image to a SmugMug album. [See the docs here](https://api.smugmug.com/services/api/?method=upload)",
version: "0.1.1",
version: "0.1.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
smugmug,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ import snappy from "../../snappy.app.mjs";

export default {
name: "Create Wall Post",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
key: "snappy-create-wall-post",
description: "Creates a wall post. [See docs here](https://github.com/BeSnappy/api-docs#posting-to-team-wall)",
type: "action",
Expand Down
7 changes: 6 additions & 1 deletion components/snatchbot/actions/get-messages/get-messages.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "snatchbot-get-messages",
name: "Get Messages",
description: "Retrieve a message or a list of messages. [See the documentation](https://support.snatchbot.me/reference/get-message)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
snatchbot,
Expand Down
7 changes: 6 additions & 1 deletion components/snatchbot/actions/post-message/post-message.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "snatchbot-post-message",
name: "Post Message",
description: "Post a new message and receive a response from your bot. [See the documentation](https://support.snatchbot.me/reference/post-message)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
snatchbot,
Expand Down
Loading
Loading