diff --git a/components/slack/actions/add-emoji-reaction/add-emoji-reaction.mjs b/components/slack/actions/add-emoji-reaction/add-emoji-reaction.mjs index 9e40b595b50b0..010ee53ed3e6c 100644 --- a/components/slack/actions/add-emoji-reaction/add-emoji-reaction.mjs +++ b/components/slack/actions/add-emoji-reaction/add-emoji-reaction.mjs @@ -4,7 +4,12 @@ export default { key: "slack-add-emoji-reaction", name: "Add Emoji Reaction", description: "Add an emoji reaction to a message. [See the documentation](https://api.slack.com/methods/reactions.add)", - version: "0.0.15", + version: "0.0.16", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { slack, diff --git a/components/slack/actions/approve-workflow/approve-workflow.mjs b/components/slack/actions/approve-workflow/approve-workflow.mjs index 7de3fafa926eb..fb8a147c59b85 100644 --- a/components/slack/actions/approve-workflow/approve-workflow.mjs +++ b/components/slack/actions/approve-workflow/approve-workflow.mjs @@ -5,7 +5,12 @@ export default { key: "slack-approve-workflow", name: "Approve Workflow", description: "Suspend the workflow until approved by a Slack message. [See the documentation](https://pipedream.com/docs/code/nodejs/rerun#flowsuspend)", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { slack, diff --git a/components/slack/actions/archive-channel/archive-channel.mjs b/components/slack/actions/archive-channel/archive-channel.mjs index 81178d8bf9d8a..9ce69641c5627 100644 --- a/components/slack/actions/archive-channel/archive-channel.mjs +++ b/components/slack/actions/archive-channel/archive-channel.mjs @@ -5,7 +5,12 @@ export default { key: "slack-archive-channel", name: "Archive Channel", description: "Archive a channel. [See the documentation](https://api.slack.com/methods/conversations.archive)", - version: "0.0.23", + version: "0.0.24", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { slack, diff --git a/components/slack/actions/create-channel/create-channel.mjs b/components/slack/actions/create-channel/create-channel.mjs index 898c0790f4bcc..d14ea45272547 100644 --- a/components/slack/actions/create-channel/create-channel.mjs +++ b/components/slack/actions/create-channel/create-channel.mjs @@ -4,7 +4,12 @@ export default { key: "slack-create-channel", name: "Create a Channel", description: "Create a new channel. [See the documentation](https://api.slack.com/methods/conversations.create)", - version: "0.0.24", + version: "0.0.25", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { slack, diff --git a/components/slack/actions/create-reminder/create-reminder.mjs b/components/slack/actions/create-reminder/create-reminder.mjs index 5165ba591e53c..7d3ce551d2ffc 100644 --- a/components/slack/actions/create-reminder/create-reminder.mjs +++ b/components/slack/actions/create-reminder/create-reminder.mjs @@ -4,7 +4,12 @@ export default { key: "slack-create-reminder", name: "Create Reminder", description: "Create a reminder. [See the documentation](https://api.slack.com/methods/reminders.add)", - version: "0.0.24", + version: "0.0.25", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { slack, diff --git a/components/slack/actions/delete-file/delete-file.mjs b/components/slack/actions/delete-file/delete-file.mjs index 72d4dd046cee5..0648c96c71ba5 100644 --- a/components/slack/actions/delete-file/delete-file.mjs +++ b/components/slack/actions/delete-file/delete-file.mjs @@ -4,7 +4,12 @@ export default { key: "slack-delete-file", name: "Delete File", description: "Delete a file. [See the documentation](https://api.slack.com/methods/files.delete)", - version: "0.0.23", + version: "0.0.24", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { slack, diff --git a/components/slack/actions/delete-message/delete-message.mjs b/components/slack/actions/delete-message/delete-message.mjs index 6bee963612b0c..7dd9b92861992 100644 --- a/components/slack/actions/delete-message/delete-message.mjs +++ b/components/slack/actions/delete-message/delete-message.mjs @@ -4,7 +4,12 @@ export default { key: "slack-delete-message", name: "Delete Message", description: "Delete a message. [See the documentation](https://api.slack.com/methods/chat.delete)", - version: "0.0.23", + version: "0.0.24", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { slack, diff --git a/components/slack/actions/find-message/find-message.mjs b/components/slack/actions/find-message/find-message.mjs index 2333de3ef37b4..85d5bb317c9b2 100644 --- a/components/slack/actions/find-message/find-message.mjs +++ b/components/slack/actions/find-message/find-message.mjs @@ -4,7 +4,12 @@ export default { key: "slack-find-message", name: "Find Message", description: "Find a Slack message. [See the documentation](https://api.slack.com/methods/search.messages)", - version: "0.0.25", + version: "0.0.26", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { slack, diff --git a/components/slack/actions/find-user-by-email/find-user-by-email.mjs b/components/slack/actions/find-user-by-email/find-user-by-email.mjs index 92b1ac76b3ff1..cc12d5d439bf0 100644 --- a/components/slack/actions/find-user-by-email/find-user-by-email.mjs +++ b/components/slack/actions/find-user-by-email/find-user-by-email.mjs @@ -4,7 +4,12 @@ export default { key: "slack-find-user-by-email", name: "Find User by Email", description: "Find a user by matching against their email. [See the documentation](https://api.slack.com/methods/users.lookupByEmail)", - version: "0.0.23", + version: "0.0.24", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { slack, diff --git a/components/slack/actions/get-file/get-file.mjs b/components/slack/actions/get-file/get-file.mjs index f89784a4bb89c..9fc1afaa35b6a 100644 --- a/components/slack/actions/get-file/get-file.mjs +++ b/components/slack/actions/get-file/get-file.mjs @@ -4,7 +4,12 @@ export default { key: "slack-get-file", name: "Get File", description: "Return information about a file. [See the documentation](https://api.slack.com/methods/files.info)", - version: "0.0.23", + version: "0.0.24", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { slack, diff --git a/components/slack/actions/invite-user-to-channel/invite-user-to-channel.mjs b/components/slack/actions/invite-user-to-channel/invite-user-to-channel.mjs index 9b9cf1d1801bb..4d2e8240a4ae3 100644 --- a/components/slack/actions/invite-user-to-channel/invite-user-to-channel.mjs +++ b/components/slack/actions/invite-user-to-channel/invite-user-to-channel.mjs @@ -4,7 +4,12 @@ export default { key: "slack-invite-user-to-channel", name: "Invite User to Channel", description: "Invite a user to an existing channel. [See the documentation](https://api.slack.com/methods/conversations.invite)", - version: "0.0.23", + version: "0.0.24", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { slack, diff --git a/components/slack/actions/kick-user/kick-user.mjs b/components/slack/actions/kick-user/kick-user.mjs index 5598d9cf0d543..eacd9d761f9a7 100644 --- a/components/slack/actions/kick-user/kick-user.mjs +++ b/components/slack/actions/kick-user/kick-user.mjs @@ -5,7 +5,12 @@ export default { key: "slack-kick-user", name: "Kick User", description: "Remove a user from a conversation. [See the documentation](https://api.slack.com/methods/conversations.kick)", - version: "0.0.23", + version: "0.0.24", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { slack, diff --git a/components/slack/actions/list-channels/list-channels.mjs b/components/slack/actions/list-channels/list-channels.mjs index 32cab1cf48ac4..ef00493f71f77 100644 --- a/components/slack/actions/list-channels/list-channels.mjs +++ b/components/slack/actions/list-channels/list-channels.mjs @@ -4,7 +4,12 @@ export default { key: "slack-list-channels", name: "List Channels", description: "Return a list of all channels in a workspace. [See the documentation](https://api.slack.com/methods/conversations.list)", - version: "0.0.23", + version: "0.0.24", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { slack, diff --git a/components/slack/actions/list-files/list-files.mjs b/components/slack/actions/list-files/list-files.mjs index 1915becf44591..72881dd96edfb 100644 --- a/components/slack/actions/list-files/list-files.mjs +++ b/components/slack/actions/list-files/list-files.mjs @@ -4,7 +4,12 @@ export default { key: "slack-list-files", name: "List Files", description: "Return a list of files within a team. [See the documentation](https://api.slack.com/methods/files.list)", - version: "0.0.51", + version: "0.0.52", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { slack, diff --git a/components/slack/actions/list-group-members/list-group-members.mjs b/components/slack/actions/list-group-members/list-group-members.mjs index 16aba1393b3c5..a1ba13acdf935 100644 --- a/components/slack/actions/list-group-members/list-group-members.mjs +++ b/components/slack/actions/list-group-members/list-group-members.mjs @@ -4,7 +4,12 @@ export default { key: "slack-list-group-members", name: "List Group Members", description: "List all users in a User Group. [See the documentation](https://api.slack.com/methods/usergroups.users.list)", - version: "0.0.8", + version: "0.0.9", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { slack, diff --git a/components/slack/actions/list-members-in-channel/list-members-in-channel.mjs b/components/slack/actions/list-members-in-channel/list-members-in-channel.mjs index dded65e4afd74..63981dcf5b29b 100644 --- a/components/slack/actions/list-members-in-channel/list-members-in-channel.mjs +++ b/components/slack/actions/list-members-in-channel/list-members-in-channel.mjs @@ -4,7 +4,12 @@ export default { key: "slack-list-members-in-channel", name: "List Members in Channel", description: "Retrieve members of a channel. [See the documentation](https://api.slack.com/methods/conversations.members)", - version: "0.0.23", + version: "0.0.24", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { slack, diff --git a/components/slack/actions/list-replies/list-replies.mjs b/components/slack/actions/list-replies/list-replies.mjs index 8abffdaea3403..28cc4f750a0c6 100644 --- a/components/slack/actions/list-replies/list-replies.mjs +++ b/components/slack/actions/list-replies/list-replies.mjs @@ -4,7 +4,12 @@ export default { key: "slack-list-replies", name: "List Replies", description: "Retrieve a thread of messages posted to a conversation. [See the documentation](https://api.slack.com/methods/conversations.replies)", - version: "0.0.23", + version: "0.0.24", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { slack, diff --git a/components/slack/actions/list-users/list-users.mjs b/components/slack/actions/list-users/list-users.mjs index 79ddcf8281845..f4d7733cf7eb0 100644 --- a/components/slack/actions/list-users/list-users.mjs +++ b/components/slack/actions/list-users/list-users.mjs @@ -4,7 +4,12 @@ export default { key: "slack-list-users", name: "List Users", description: "Return a list of all users in a workspace. [See the documentation](https://api.slack.com/methods/users.list)", - version: "0.0.23", + version: "0.0.24", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { slack, diff --git a/components/slack/actions/reply-to-a-message/reply-to-a-message.mjs b/components/slack/actions/reply-to-a-message/reply-to-a-message.mjs index fe983a74f0fd8..6054fcd4efa19 100644 --- a/components/slack/actions/reply-to-a-message/reply-to-a-message.mjs +++ b/components/slack/actions/reply-to-a-message/reply-to-a-message.mjs @@ -6,7 +6,12 @@ export default { key: "slack-reply-to-a-message", name: "Reply to a Message Thread", description: "Send a message as a threaded reply. See [postMessage](https://api.slack.com/methods/chat.postMessage) or [scheduleMessage](https://api.slack.com/methods/chat.scheduleMessage) docs here", - version: "0.1.28", + version: "0.1.29", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { slack: common.props.slack, diff --git a/components/slack/actions/send-block-kit-message/send-block-kit-message.mjs b/components/slack/actions/send-block-kit-message/send-block-kit-message.mjs index 8e7695e168aa8..f78c9489ce809 100644 --- a/components/slack/actions/send-block-kit-message/send-block-kit-message.mjs +++ b/components/slack/actions/send-block-kit-message/send-block-kit-message.mjs @@ -7,7 +7,12 @@ export default { key: "slack-send-block-kit-message", name: "Build and Send a Block Kit Message", description: "Configure custom blocks and send to a channel, group, or user. [See the documentation](https://api.slack.com/tools/block-kit-builder).", - version: "0.4.4", + version: "0.4.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { slack: common.props.slack, diff --git a/components/slack/actions/send-large-message/send-large-message.mjs b/components/slack/actions/send-large-message/send-large-message.mjs index 412f13940a8cb..9d0ee386a6dd5 100644 --- a/components/slack/actions/send-large-message/send-large-message.mjs +++ b/components/slack/actions/send-large-message/send-large-message.mjs @@ -5,7 +5,12 @@ export default { key: "slack-send-large-message", name: "Send a Large Message (3000+ characters)", description: "Send a large message (more than 3000 characters) to a channel, group or user. See [postMessage](https://api.slack.com/methods/chat.postMessage) or [scheduleMessage](https://api.slack.com/methods/chat.scheduleMessage) docs here", - version: "0.0.23", + version: "0.0.24", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { slack: common.props.slack, diff --git a/components/slack/actions/send-message-advanced/send-message-advanced.mjs b/components/slack/actions/send-message-advanced/send-message-advanced.mjs index 1a724cbb50d20..ad2d604633db7 100644 --- a/components/slack/actions/send-message-advanced/send-message-advanced.mjs +++ b/components/slack/actions/send-message-advanced/send-message-advanced.mjs @@ -7,7 +7,12 @@ export default { key: "slack-send-message-advanced", name: "Send Message (Advanced)", description: "Customize advanced setttings and send a message to a channel, group or user. See [postMessage](https://api.slack.com/methods/chat.postMessage) or [scheduleMessage](https://api.slack.com/methods/chat.scheduleMessage) docs here", - version: "0.0.6", + version: "0.0.7", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { slack: common.props.slack, diff --git a/components/slack/actions/send-message-to-channel/send-message-to-channel.mjs b/components/slack/actions/send-message-to-channel/send-message-to-channel.mjs index c5dd32cf4ca32..55d1119349614 100644 --- a/components/slack/actions/send-message-to-channel/send-message-to-channel.mjs +++ b/components/slack/actions/send-message-to-channel/send-message-to-channel.mjs @@ -6,7 +6,12 @@ export default { key: "slack-send-message-to-channel", name: "Send Message to Channel", description: "Send a message to a public or private channel. [See the documentation](https://api.slack.com/methods/chat.postMessage)", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { slack: common.props.slack, diff --git a/components/slack/actions/send-message-to-user-or-group/send-message-to-user-or-group.mjs b/components/slack/actions/send-message-to-user-or-group/send-message-to-user-or-group.mjs index 5a11024688ab5..ecbf1965e6077 100644 --- a/components/slack/actions/send-message-to-user-or-group/send-message-to-user-or-group.mjs +++ b/components/slack/actions/send-message-to-user-or-group/send-message-to-user-or-group.mjs @@ -7,7 +7,12 @@ export default { key: "slack-send-message-to-user-or-group", name: "Send Message to User or Group", description: "Send a message to a user or group. [See the documentation](https://api.slack.com/methods/chat.postMessage)", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { slack: common.props.slack, diff --git a/components/slack/actions/send-message/send-message.mjs b/components/slack/actions/send-message/send-message.mjs index 514495ea0ab1e..06dc22d8b7f7a 100644 --- a/components/slack/actions/send-message/send-message.mjs +++ b/components/slack/actions/send-message/send-message.mjs @@ -6,7 +6,12 @@ export default { key: "slack-send-message", name: "Send Message", description: "Send a message to a user, group, private channel or public channel. [See the documentation](https://api.slack.com/methods/chat.postMessage)", - version: "0.0.19", + version: "0.0.20", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { slack: common.props.slack, diff --git a/components/slack/actions/set-channel-description/set-channel-description.mjs b/components/slack/actions/set-channel-description/set-channel-description.mjs index ff8df9907e254..7a544b28c6362 100644 --- a/components/slack/actions/set-channel-description/set-channel-description.mjs +++ b/components/slack/actions/set-channel-description/set-channel-description.mjs @@ -4,7 +4,12 @@ export default { key: "slack-set-channel-description", name: "Set Channel Description", description: "Change the description or purpose of a channel. [See the documentation](https://api.slack.com/methods/conversations.setPurpose)", - version: "0.0.8", + version: "0.0.9", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { slack, diff --git a/components/slack/actions/set-channel-topic/set-channel-topic.mjs b/components/slack/actions/set-channel-topic/set-channel-topic.mjs index 844d926ef37eb..9f12041184de0 100644 --- a/components/slack/actions/set-channel-topic/set-channel-topic.mjs +++ b/components/slack/actions/set-channel-topic/set-channel-topic.mjs @@ -4,7 +4,12 @@ export default { key: "slack-set-channel-topic", name: "Set Channel Topic", description: "Set the topic on a selected channel. [See the documentation](https://api.slack.com/methods/conversations.setTopic)", - version: "0.0.23", + version: "0.0.24", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { slack, diff --git a/components/slack/actions/set-status/set-status.mjs b/components/slack/actions/set-status/set-status.mjs index a7f9a05fb98f3..10f0069f743fd 100644 --- a/components/slack/actions/set-status/set-status.mjs +++ b/components/slack/actions/set-status/set-status.mjs @@ -4,7 +4,12 @@ export default { key: "slack-set-status", name: "Set Status", description: "Set the current status for a user. [See the documentation](https://api.slack.com/methods/users.profile.set)", - version: "0.0.8", + version: "0.0.9", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { slack, diff --git a/components/slack/actions/update-group-members/update-group-members.mjs b/components/slack/actions/update-group-members/update-group-members.mjs index ebd92713c2379..fdb927619b3ac 100644 --- a/components/slack/actions/update-group-members/update-group-members.mjs +++ b/components/slack/actions/update-group-members/update-group-members.mjs @@ -4,7 +4,12 @@ export default { key: "slack-update-group-members", name: "Update Groups Members", description: "Update the list of users for a User Group. [See the documentation](https://api.slack.com/methods/usergroups.users.update)", - version: "0.0.8", + version: "0.0.9", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { slack, diff --git a/components/slack/actions/update-message/update-message.mjs b/components/slack/actions/update-message/update-message.mjs index 1c0087958f304..4f797ffabb3af 100644 --- a/components/slack/actions/update-message/update-message.mjs +++ b/components/slack/actions/update-message/update-message.mjs @@ -4,7 +4,12 @@ export default { key: "slack-update-message", name: "Update Message", description: "Update a message. [See the documentation](https://api.slack.com/methods/chat.update)", - version: "0.1.23", + version: "0.1.24", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { slack, diff --git a/components/slack/actions/update-profile/update-profile.mjs b/components/slack/actions/update-profile/update-profile.mjs index 4ea6418afe444..e3c871d7d0246 100644 --- a/components/slack/actions/update-profile/update-profile.mjs +++ b/components/slack/actions/update-profile/update-profile.mjs @@ -5,7 +5,12 @@ export default { key: "slack-update-profile", name: "Update Profile", description: "Update basic profile field such as name or title. [See the documentation](https://api.slack.com/methods/users.profile.set)", - version: "0.0.23", + version: "0.0.24", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { slack, diff --git a/components/slack/actions/upload-file/upload-file.mjs b/components/slack/actions/upload-file/upload-file.mjs index f04398b5e7e57..56240f1c4b169 100644 --- a/components/slack/actions/upload-file/upload-file.mjs +++ b/components/slack/actions/upload-file/upload-file.mjs @@ -8,7 +8,12 @@ export default { key: "slack-upload-file", name: "Upload File", description: "Upload a file. [See the documentation](https://api.slack.com/messaging/files#uploading_files)", - version: "0.1.1", + version: "0.1.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { slack, diff --git a/components/slack/actions/verify-slack-signature/verify-slack-signature.mjs b/components/slack/actions/verify-slack-signature/verify-slack-signature.mjs index 1860e13bd59a0..15997e6d2c906 100644 --- a/components/slack/actions/verify-slack-signature/verify-slack-signature.mjs +++ b/components/slack/actions/verify-slack-signature/verify-slack-signature.mjs @@ -5,7 +5,12 @@ export default { key: "slack-verify-slack-signature", name: "Verify Slack Signature", description: "Verifying requests from Slack, slack signs its requests using a secret that's unique to your app. [See the documentation](https://api.slack.com/authentication/verifying-requests-from-slack)", - version: "0.0.16", + version: "0.0.17", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { slack, diff --git a/scripts/tool-annotations/README.md b/scripts/tool-annotations/README.md new file mode 100644 index 0000000000000..e9711dbe659e8 --- /dev/null +++ b/scripts/tool-annotations/README.md @@ -0,0 +1,30 @@ +# Tool Annotations Script + +Applies MCP (Model Context Protocol) annotations to Pipedream action files from CSV data. + +## Usage + +```bash +# Test with first 10 entries +node apply-annotations.js --csv registry-actions-claude-2025-09-29.csv --limit 10 + +# Process in batches +node apply-annotations.js --csv registry-actions-claude-2025-09-29.csv --offset 0 --limit 100 +node apply-annotations.js --csv registry-actions-claude-2025-09-29.csv --offset 100 --limit 100 + +# Process all +node apply-annotations.js --csv registry-actions-claude-2025-09-29.csv +``` + +## What it does + +1. Reads CSV with action keys and annotation values +2. Finds corresponding action files in `../../components/*/actions/` +3. Adds `annotations` object after the `version` field +4. Increments patch version (e.g., "0.1.5" → "0.1.6") + +## Options + +- `--verbose` - Detailed logging +- `--limit N` - Process only N entries +- `--offset N` - Skip N entries before processing diff --git a/scripts/tool-annotations/apply-annotations.js b/scripts/tool-annotations/apply-annotations.js new file mode 100644 index 0000000000000..697ab5696f9b3 --- /dev/null +++ b/scripts/tool-annotations/apply-annotations.js @@ -0,0 +1,451 @@ +#!/usr/bin/env node + +const fs = require('fs'); +const path = require('path'); +const { execSync } = require('child_process'); + +/** + * Script to apply MCP annotations to Pipedream action files from CSV data + * + * Usage: + * node apply-annotations.js --csv annotations.csv [--verbose] [--limit N] [--offset N] + */ + +class AnnotationApplier { + constructor(options = {}) { + this.csvFile = options.csvFile; + this.verbose = options.verbose || false; + this.limit = options.limit || null; + this.offset = options.offset || 0; + this.batchSize = 100; + + this.stats = this.initializeStats(); + this.errors = []; + this.annotations = new Map(); + } + + initializeStats() { + return { + totalFiles: 0, + processed: 0, + modified: 0, + errors: 0, + skipped: 0 + }; + } + + log(message, level = 'info') { + const timestamp = new Date().toISOString(); + const logMessage = `${timestamp} ${message}`; + + switch (level) { + case 'error': + console.error(`${logMessage.replace(message, `ERROR: ${message}`)}`); + break; + case 'warn': + console.warn(`${logMessage.replace(message, `WARN: ${message}`)}`); + break; + default: + if (this.verbose || level === 'info') { + console.log(logMessage); + } + } + } + + parseCSVLine(line) { + const values = []; + let current = ''; + let inQuotes = false; + + for (const char of line) { + if (char === '"') { + inQuotes = !inQuotes; + } else if (char === ',' && !inQuotes) { + values.push(current.trim()); + current = ''; + } else { + current += char; + } + } + + values.push(current.trim()); + return values; + } + + parseBoolean(value) { + const normalizedValue = value?.toLowerCase(); + if (normalizedValue === 'true') return true; + if (normalizedValue === 'false') return false; + throw new Error(`Invalid boolean value: ${value}`); + } + + validateCSVHeaders(headers) { + const headerMap = { + 'KEY': 'key', + 'key': 'key', + 'component_key': 'key', + 'destructiveHint': 'destructiveHint', + 'openWorldHint': 'openWorldHint', + 'readOnlyHint': 'readOnlyHint' + }; + + const columnIndices = {}; + headers.forEach((header, index) => { + const mappedHeader = headerMap[header]; + if (mappedHeader) { + columnIndices[mappedHeader] = index; + } + }); + + const requiredHeaders = ['key', 'destructiveHint', 'openWorldHint', 'readOnlyHint']; + const missingHeaders = requiredHeaders.filter(header => columnIndices[header] === undefined); + + if (missingHeaders.length > 0) { + throw new Error(`Missing required CSV columns: ${missingHeaders.join(', ')} (available: ${headers.join(', ')})`); + } + + return columnIndices; + } + + sliceCSVData(allLines) { + const dataLines = allLines.slice(1); // Remove header + const startIndex = this.offset; + const endIndex = this.limit ? Math.min(startIndex + this.limit, dataLines.length) : dataLines.length; + + this.log(`Processing CSV entries ${startIndex + 1} to ${endIndex} (${endIndex - startIndex} entries)`); + + return [allLines[0], ...dataLines.slice(startIndex, endIndex)]; // Add header back + } + + async loadCsv() { + this.log(`Loading CSV file: ${this.csvFile}`); + + if (!fs.existsSync(this.csvFile)) { + throw new Error(`CSV file not found: ${this.csvFile}`); + } + + const csvContent = fs.readFileSync(this.csvFile, 'utf8'); + const allLines = csvContent.trim().split('\n'); + const headers = this.parseCSVLine(allLines[0]); + const lines = this.sliceCSVData(allLines); + const columnIndices = this.validateCSVHeaders(headers); + + let loadedCount = 0; + + // Process data rows (skip header) + for (let i = 1; i < lines.length; i++) { + const values = this.parseCSVLine(lines[i]); + const key = values[columnIndices.key]; + + if (!key) { + this.log(`Skipping row ${i + 1}: missing key`, 'warn'); + continue; + } + + try { + const annotations = { + destructiveHint: this.parseBoolean(values[columnIndices.destructiveHint]), + openWorldHint: this.parseBoolean(values[columnIndices.openWorldHint]), + readOnlyHint: this.parseBoolean(values[columnIndices.readOnlyHint]) + }; + + this.annotations.set(key, annotations); + loadedCount++; + } catch (error) { + this.log(`Invalid annotation values for ${key}: ${error.message}`, 'warn'); + } + } + + this.log(`Loaded ${loadedCount} annotation entries from CSV`); + return loadedCount; + } + + async findActionFiles() { + this.log('Finding action files...'); + const componentsDir = path.join(__dirname, '../../components'); + const actionFiles = []; + + const walkDir = (dir) => { + const entries = fs.readdirSync(dir, { withFileTypes: true }); + + for (const entry of entries) { + const fullPath = path.join(dir, entry.name); + + if (entry.isDirectory()) { + walkDir(fullPath); + } else if (this.isActionFile(entry.name, fullPath)) { + actionFiles.push(fullPath); + } + } + }; + + walkDir(componentsDir); + this.stats.totalFiles = actionFiles.length; + this.log(`Found ${actionFiles.length} action files`); + return actionFiles; + } + + isActionFile(fileName, fullPath) { + return (fileName.endsWith('.mjs') || fileName.endsWith('.ts')) && + fullPath.includes('/actions/') && + !fullPath.includes('/common/'); + } + + extractActionKey(fileContent) { + const keyMatch = fileContent.match(/key:\s*["']([^"']+)["']/); + return keyMatch ? keyMatch[1] : null; + } + + hasAnnotations(fileContent) { + return /annotations:\s*\{/.test(fileContent); + } + + incrementVersion(version) { + const versionParts = version.split('.'); + if (versionParts.length !== 3) { + throw new Error(`Invalid version format: ${version}`); + } + + const patch = parseInt(versionParts[2], 10) + 1; + return `${versionParts[0]}.${versionParts[1]}.${patch}`; + } + + generateAnnotationsBlock(annotations, indent) { + return [ + `${indent}annotations: {`, + `${indent} destructiveHint: ${annotations.destructiveHint},`, + `${indent} openWorldHint: ${annotations.openWorldHint},`, + `${indent} readOnlyHint: ${annotations.readOnlyHint},`, + `${indent}},` + ].join('\n') + '\n'; + } + + applyAnnotations(fileContent, annotations) { + // Find and replace version + const versionMatch = fileContent.match(/(.*version:\s*["'])([^"']+)(["'],?\s*\n)/s); + if (!versionMatch) { + throw new Error('Could not find version field in file'); + } + + const [fullMatch, beforeVersionValue, currentVersion, afterVersionValue] = versionMatch; + const newVersion = this.incrementVersion(currentVersion); + + // Reconstruct content with new version + const beforeVersion = fileContent.substring(0, versionMatch.index) + + beforeVersionValue + newVersion + afterVersionValue; + const afterVersion = fileContent.substring(versionMatch.index + fullMatch.length); + + // Detect indentation + const versionLine = fullMatch.split('\n').slice(-2)[0]; + const indentMatch = versionLine.match(/^(\s*)/); + const indent = indentMatch ? indentMatch[1] : ' '; + + // Insert annotations + const annotationsBlock = this.generateAnnotationsBlock(annotations, indent); + return beforeVersion + annotationsBlock + afterVersion; + } + + async processFile(filePath) { + try { + const fileContent = fs.readFileSync(filePath, 'utf8'); + const actionKey = this.extractActionKey(fileContent); + + if (!actionKey) { + this.recordSkip(`could not extract action key from ${filePath}`); + return false; + } + + const annotations = this.annotations.get(actionKey); + if (!annotations) { + this.recordSkip(`no annotations in CSV for ${actionKey}`, 'debug'); + return false; + } + + if (this.hasAnnotations(fileContent)) { + this.recordSkip(`annotations already exist for ${actionKey}`, 'debug'); + return false; + } + + // Apply changes + const modifiedContent = this.applyAnnotations(fileContent, annotations); + fs.writeFileSync(filePath, modifiedContent, 'utf8'); + + this.recordModification(fileContent, actionKey); + return true; + + } catch (error) { + this.recordError(filePath, error); + return false; + } + } + + recordSkip(reason, level = 'warn') { + this.stats.skipped++; + this.log(`Skipping: ${reason}`, level); + } + + recordError(filePath, error) { + this.stats.errors++; + this.errors.push(`${filePath}: ${error.message}`); + this.log(`Error processing ${filePath}: ${error.message}`, 'error'); + } + + recordModification(fileContent, actionKey) { + this.stats.modified++; + + const currentVersionMatch = fileContent.match(/version:\s*["']([^"']+)["']/); + const currentVersion = currentVersionMatch ? currentVersionMatch[1] : 'unknown'; + const newVersion = this.incrementVersion(currentVersion); + + this.log(`Modified ${actionKey} (${currentVersion} → ${newVersion})`, 'debug'); + } + + verifyGitStatus() { + try { + const gitStatus = execSync('git status --porcelain', { encoding: 'utf8' }); + if (gitStatus.trim()) { + this.log('Git working directory is not clean - changes will be mixed with existing modifications', 'warn'); + } + } catch (error) { + this.log(`Git check failed: ${error.message}`, 'warn'); + } + } + + async processFilesInBatches(actionFiles) { + this.log(`Processing ${actionFiles.length} files in batches of ${this.batchSize}`); + + for (let i = 0; i < actionFiles.length; i += this.batchSize) { + const batch = actionFiles.slice(i, i + this.batchSize); + + for (const filePath of batch) { + await this.processFile(filePath); + this.stats.processed++; + } + + // Progress update + const progress = ((i + this.batchSize) / actionFiles.length * 100).toFixed(1); + this.log(`Progress: ${Math.min(i + this.batchSize, actionFiles.length)}/${actionFiles.length} (${progress}%)`); + } + } + + printFinalReport(duration) { + this.log('\n=== FINAL REPORT ==='); + this.log(`Total files found: ${this.stats.totalFiles}`); + this.log(`Files processed: ${this.stats.processed}`); + this.log(`Files modified: ${this.stats.modified}`); + this.log(`Files skipped: ${this.stats.skipped}`); + this.log(`Errors: ${this.stats.errors}`); + this.log(`Duration: ${duration}s`); + + if (this.errors.length > 0) { + this.log('\n=== ERRORS ==='); + this.errors.forEach(error => this.log(error, 'error')); + } + } + + async run() { + const startTime = Date.now(); + this.log('Starting annotation application'); + + this.verifyGitStatus(); + await this.loadCsv(); + + const actionFiles = await this.findActionFiles(); + await this.processFilesInBatches(actionFiles); + + const duration = ((Date.now() - startTime) / 1000).toFixed(2); + this.printFinalReport(duration); + + return this.stats; + } +} + +// CLI Interface +function parseArgs() { + const args = process.argv.slice(2); + const options = { + verbose: false + }; + + for (let i = 0; i < args.length; i++) { + const arg = args[i]; + + switch (arg) { + case '--csv': + options.csvFile = args[++i]; + break; + case '--verbose': + options.verbose = true; + break; + case '--limit': + options.limit = parseInt(args[++i], 10); + if (isNaN(options.limit) || options.limit <= 0) { + throw new Error('--limit must be a positive number'); + } + break; + case '--offset': + options.offset = parseInt(args[++i], 10); + if (isNaN(options.offset) || options.offset < 0) { + throw new Error('--offset must be a non-negative number'); + } + break; + case '--help': + console.log(` +Usage: node apply-annotations.js --csv [options] + +Options: + --csv Path to CSV file with annotations + --verbose Show detailed logging + --limit Process only this many entries from CSV + --offset Skip this many entries before processing (default: 0) + --help Show this help message + +Batch Processing Examples: + # Process first 10 entries + node apply-annotations.js --csv file.csv --limit 10 + + # Process entries 11-110 (next 100) + node apply-annotations.js --csv file.csv --offset 10 --limit 100 + + # Process entries 111-1110 (next 1000) + node apply-annotations.js --csv file.csv --offset 110 --limit 1000 + +CSV Format: + KEY,NAME,DESCRIPTION,destructiveHint,openWorldHint,readOnlyHint + slack-send-message,Send Message,Description...,FALSE,TRUE,FALSE + `); + process.exit(0); + break; + default: + console.error(`Unknown argument: ${arg}`); + process.exit(1); + } + } + + if (!options.csvFile) { + console.error('Error: --csv argument is required'); + console.error('Use --help for usage information'); + process.exit(1); + } + + return options; +} + +// Main execution +async function main() { + try { + const options = parseArgs(); + const applier = new AnnotationApplier(options); + await applier.run(); + process.exit(0); + } catch (error) { + console.error('Fatal error:', error.message); + process.exit(1); + } +} + +if (require.main === module) { + main(); +} + +module.exports = AnnotationApplier; \ No newline at end of file diff --git a/scripts/tool-annotations/registry-action-chatgpt-2025-09-25.csv b/scripts/tool-annotations/registry-action-chatgpt-2025-09-25.csv new file mode 100644 index 0000000000000..b816b036684db --- /dev/null +++ b/scripts/tool-annotations/registry-action-chatgpt-2025-09-25.csv @@ -0,0 +1,7196 @@ +KEY,NAME,DESCRIPTION,destructiveHint,openWorldHint,readOnlyHint +databricks-upsert-vector-search-index-data,Upsert Vector Search Index Data,Upserts (inserts/updates) data into an existing vector search index. [See the documentation](https://docs.databricks.com/api/workspace/vectorsearchindexes/upsertdatavectorindex),TRUE,TRUE,FALSE +databricks-update-job,Update Job,Update an existing job. Only the fields that are provided will be updated. [See the documentation](https://docs.databricks.com/api/workspace/jobs/update),TRUE,TRUE,FALSE +databricks-sync-vector-search-index,Sync Vector Search Index,Synchronize a Delta Sync vector search index in Databricks. [See the documentation](https://docs.databricks.com/api/workspace/vectorsearchindexes/syncindex),TRUE,TRUE,FALSE +databricks-stop-sql-warehouse,Stop SQL Warehouse,Stops a SQL Warehouse by ID. [See the documentation](https://docs.databricks.com/api/workspace/warehouses/stop),TRUE,TRUE,FALSE +databricks-start-sql-warehouse,Start SQL Warehouse,Starts a SQL Warehouse by ID. [See the documentation](https://docs.databricks.com/api/workspace/warehouses/start),FALSE,TRUE,FALSE +databricks-set-sql-warehouse-permissions,Set SQL Warehouse Permissions,Updates the permissions for a specific SQL Warehouse. [See docs](https://docs.databricks.com/api/workspace/warehouses/setpermissions),TRUE,TRUE,FALSE +databricks-set-sql-warehouse-config,Set SQL Warehouse Config,Updates the global configuration for SQL Warehouses. [See the documentation](https://docs.databricks.com/api/workspace/warehouses/setworkspacewarehouseconfig),TRUE,TRUE,FALSE +databricks-set-job-permissions,Set Job Permissions,Set permissions on a job. [See the documentation](https://docs.databricks.com/api/workspace/jobs/setpermissions),TRUE,TRUE,FALSE +databricks-scan-vector-search-index,Scan Vector Search Index,Scans a vector search index and returns entries after the given primary key. [See documentation](https://docs.databricks.com/api/workspace/vectorsearchindexes/scanindex),TRUE,TRUE,FALSE +databricks-run-job-now,Run Job Now,Run a job now and return the id of the triggered run. [See the documentation](https://docs.databricks.com/en/workflows/jobs/jobs-2.0-api.html#runs-list),FALSE,TRUE,FALSE +databricks-reset-job,Reset Job,Overwrite all settings for the given job. [See the documentation](https://docs.databricks.com/api/workspace/jobs/reset),TRUE,TRUE,FALSE +databricks-repair-run,Repair Run,Re-run one or more tasks. [See the documentation](https://docs.databricks.com/api/workspace/jobs/repairrun),FALSE,TRUE,FALSE +databricks-query-vector-search-index,Query Vector Search Index,Query a specific vector search index in Databricks. [See the documentation](https://docs.databricks.com/api/workspace/vectorsearchindexes/queryindex),TRUE,TRUE,FALSE +databricks-list-vector-search-indexes,List Vector Search Indexes,Lists all vector search indexes for a given endpoint. [See the documentation](https://docs.databricks.com/api/workspace/vectorsearchindexes/listindexes),FALSE,TRUE,TRUE +databricks-list-sql-warehouses,List SQL Warehouses,Lists all SQL Warehouses available in the Databricks workspace. [See the documentation](https://docs.databricks.com/api/workspace/warehouses/list),FALSE,TRUE,TRUE +databricks-list-runs,List Runs,Lists all runs available to the user. [See the documentation](https://docs.databricks.com/en/workflows/jobs/jobs-2.0-api.html#runs-list),FALSE,TRUE,TRUE +databricks-list-jobs,List Jobs,List all jobs using automatic pagination. [See the documentation](https://docs.databricks.com/api/workspace/jobs/list),FALSE,TRUE,TRUE +databricks-list-endpoints,List Endpoints,List all vector search endpoints. [See the documentation](https://docs.databricks.com/api/workspace/vectorsearchendpoints/listendpoints),FALSE,TRUE,TRUE +databricks-get-vector-search-index,Get Vector Search Index,Retrieves details about a specific vector search index. [See the documentation](https://docs.databricks.com/api/workspace/vectorsearchindexes/getindex),TRUE,TRUE,FALSE +databricks-get-sql-warehouse,Get SQL Warehouse,Retrieves details for a specific SQL Warehouse. [See docs](https://docs.databricks.com/api/workspace/warehouses/get),FALSE,TRUE,TRUE +databricks-get-sql-warehouse-permissions,Get SQL Warehouse Permissions,Retrieves the permissions for a specific SQL Warehouse. [See the documentation](https://docs.databricks.com/api/workspace/warehouses/getpermissions),FALSE,TRUE,TRUE +databricks-get-sql-warehouse-config,Get SQL Warehouse Config,Retrieves the global configuration for SQL Warehouses. [See the documentation](https://docs.databricks.com/api/workspace/warehouses/getworkspacewarehouseconfig),FALSE,TRUE,TRUE +databricks-get-run,Get Run,Retrieve the metadata of a run. [See the documentation](https://docs.databricks.com/api/workspace/jobs/getrun),FALSE,TRUE,FALSE +databricks-get-run-output,Get Run Output,Retrieve the output and metadata of a single task run. [See the documentation](https://docs.databricks.com/en/workflows/jobs/jobs-2.0-api.html#runs-get-output),FALSE,TRUE,FALSE +databricks-get-job,Get Job,Retrieves the details for a single job. [See the documentation](https://docs.databricks.com/api/workspace/jobs/get),FALSE,TRUE,TRUE +databricks-get-job-permissions,Get Job Permissions,Get permissions of a job. [See the documentation](https://docs.databricks.com/api/workspace/jobs/getpermissions),FALSE,TRUE,TRUE +databricks-get-endpoint,Get Endpoint,Get details of a specific vector search endpoint. [See the documentation](https://docs.databricks.com/api/workspace/vectorsearchendpoints/getendpoint),FALSE,TRUE,TRUE +databricks-export-run,Export Run,Export and retrieve the job run task. [See the documentation](https://docs.databricks.com/api/workspace/jobs/exportrun),FALSE,TRUE,FALSE +databricks-edit-sql-warehouse,Edit SQL Warehouse,Edits the configuration of an existing SQL Warehouse. [See the documentation](https://docs.databricks.com/api/workspace/warehouses/edit),TRUE,TRUE,FALSE +databricks-delete-vector-search-index,Delete Vector Search Index,Deletes a vector search index in Databricks. [See the documentation](https://docs.databricks.com/api/workspace/vectorsearchindexes/deleteindex),TRUE,TRUE,FALSE +databricks-delete-vector-search-index-data,Delete Data from Vector Search Index,Deletes rows from a Direct Access vector index by primary-key values. [See the documentation](https://docs.databricks.com/api/workspace/vectorsearchindexes/deletedatavectorindex),TRUE,TRUE,FALSE +databricks-delete-sql-warehouse,Delete SQL Warehouse,Deletes a SQL Warehouse by ID. [See the documentation](https://docs.databricks.com/api/workspace/warehouses/delete),TRUE,TRUE,FALSE +databricks-delete-run,Delete Run,Delete a non-active run. Returns an error if the run is active. [See the documentation](https://docs.databricks.com/api/workspace/jobs/deleterun),TRUE,TRUE,FALSE +databricks-delete-job,Delete Job,Delete a job. Deleted jobs cannot be recovered. [See the documentation](https://docs.databricks.com/api/workspace/jobs/delete),TRUE,TRUE,FALSE +databricks-delete-endpoint,Delete Endpoint,Delete a vector search endpoint. [See the documentation](https://docs.databricks.com/api/workspace/vectorsearchendpoints/deleteendpoint),TRUE,TRUE,FALSE +databricks-create-vector-search-index,Create Vector Search Index,Creates a new vector search index in Databricks. [See the documentation](https://docs.databricks.com/api/workspace/vectorsearchindexes/createindex),TRUE,TRUE,FALSE +databricks-create-sql-warehouse,Create SQL Warehouse,Creates a new SQL Warehouse in Databricks. [See the documentation](https://docs.databricks.com/api/workspace/warehouses/create),FALSE,TRUE,FALSE +databricks-create-job,Create Job,Create a job. [See the documentation](https://docs.databricks.com/api/workspace/jobs/create),FALSE,TRUE,FALSE +databricks-create-endpoint,Create Endpoint,Create a new vector search endpoint. [See the documentation](https://docs.databricks.com/api/workspace/vectorsearchendpoints/createendpoint),FALSE,TRUE,FALSE +databricks-cancel-run,Cancel Run,"Cancel a job run. The run is canceled asynchronously, so it may still be running when this request completes. [See the documentation](https://docs.databricks.com/api/workspace/jobs/cancelrun)",TRUE,TRUE,FALSE +databricks-cancel-all-runs,Cancel All Runs,"Cancel all active runs for a job. The runs are canceled asynchronously, so it doesn't prevent new runs from being started. [See the documentation](https://docs.databricks.com/api/workspace/jobs/cancelallruns)",TRUE,TRUE,FALSE +expensify-list-policies,List Policies,Retrieves a list of policies. [See the documentation](https://integrations.expensify.com/Integration-Server/doc/#policy-list-getter),FALSE,TRUE,TRUE +jira-search-issues-with-jql,Search Issues with JQL,Search for issues using JQL (Jira Query Language). [See the documentation](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api-rest-api-3-search-jql-get),FALSE,TRUE,FALSE +paazl-save-order,Save Order,Saves an order's most important information to the Paazl database once a customer has paid for their purchase. [See the documentation](https://support.paazl.com/hc/en-us/articles/360008633973-REST-API-reference#/Order/saveOrderUsingPOST),FALSE,TRUE,FALSE +paazl-save-checkout-session,Save Checkout Session Data,Saves the most important information of a specific checkout session to the Paazl database. The information will be kept for 30 days. [See the documentation](https://support.paazl.com/hc/en-us/articles/360008633973-REST-API-reference#/Checkout/saveCheckoutUsingPOST),FALSE,TRUE,FALSE +paazl-modify-order,Modify Order,Modifies the information of an order with a specific reference in the Paazl database. The method overwrites the order. [See the documentation](https://support.paazl.com/hc/en-us/articles/360008633973-REST-API-reference#/Order/editOrderUsingPUT),FALSE,TRUE,FALSE +paazl-get-shipping-options,Get Home Delivery Shipping Options,Contains shipping options for your checkout page. [See the documentation](https://support.paazl.com/hc/en-us/articles/360008633973-REST-API-reference#/Shipping%20options/shippingOptionsUsingPOST),FALSE,TRUE,TRUE +paazl-get-shipment-tracking,Get Specific Shipment Tracking,Retrieves a specific shipment's tracking number details. [See the documentation](https://support.paazl.com/hc/en-us/articles/360008633973-REST-API-reference#/Shipments/getShipmentByShipmentIdUsingGET),FALSE,TRUE,TRUE +paazl-get-shipment-labels,Get Specific Shipment Label,Retrieves a specific shipment's labels. [See the documentation](https://support.paazl.com/hc/en-us/articles/360008633973-REST-API-reference#/Shipments/getShipmentLabelsUsingGet),FALSE,TRUE,TRUE +paazl-get-return-shipments,Get Return Shipment Details,Retrieves an order's return shipments details. [See the documentation](https://support.paazl.com/hc/en-us/articles/360008633973-REST-API-reference#/Shipments/getReturnShipmentsUsingGET),FALSE,TRUE,TRUE +paazl-get-pickup-location-options,Get Pickup Location Shipping Options,Contains pickup locations for your checkout page. [See the documentation](https://support.paazl.com/hc/en-us/articles/360008633973-REST-API-reference#/Shipping%20options/getPickupLocationsUsingPOST),FALSE,TRUE,TRUE +paazl-get-parcel-label,Get Specific Parcel Label,Retrieves a specific parcel's label. [See the documentation](https://support.paazl.com/hc/en-us/articles/360008633973-REST-API-reference#/Shipments/getParcelLabelUsingGet),FALSE,TRUE,TRUE +paazl-get-order-shipments,Get Order Shipment Details,Retrieves an order's shipments details. [See the documentation](https://support.paazl.com/hc/en-us/articles/360008633973-REST-API-reference#/Shipments/getShipmentsUsingGET),FALSE,TRUE,TRUE +paazl-get-order-labels,Get Order Shipping Labels,Retrieves an order's labels. [See the documentation](https://support.paazl.com/hc/en-us/articles/360008633973-REST-API-reference#/Shipments/getOrderLabelsUsingGet),FALSE,TRUE,TRUE +paazl-get-checkout-session,Get Checkout Session Data,Gets your reference for a checkout session. [See the documentation](https://support.paazl.com/hc/en-us/articles/360008633973-REST-API-reference#/Checkout/getCheckoutUsingGET),FALSE,TRUE,TRUE +paazl-delete-order,Delete Order,Deletes an order. [See the documentation](https://support.paazl.com/hc/en-us/articles/360008633973-REST-API-reference#/Order/saveOrderUsingPOST),TRUE,TRUE,FALSE +paazl-create-shipment,Create Shipment For Order,Generates a shipment at the carrier for the shipping option specified in POST order. [See the documentation](https://support.paazl.com/hc/en-us/articles/360008633973-REST-API-reference#/Shipments/createShipmentUsingPOST),FALSE,TRUE,FALSE +paazl-create-checkout-token,Create Checkout Access Token,Returns an access token for a checkout session. This enables the Paazl checkout widget to access Paazl resources. [See the documentation](https://support.paazl.com/hc/en-us/articles/360008633973-REST-API-reference#/Checkout/createTokenUsingPOST),FALSE,TRUE,FALSE +microsoft_outlook-update-contact,Update Contact,"Update an existing contact, [See the docs](https://docs.microsoft.com/en-us/graph/api/user-post-contacts)",TRUE,TRUE,FALSE +microsoft_outlook-send-email,Send Email,"Send an email to one or multiple recipients, [See the docs](https://docs.microsoft.com/en-us/graph/api/user-sendmail)",FALSE,TRUE,FALSE +microsoft_outlook-reply-to-email,Reply to Email,Reply to an email in Microsoft Outlook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/message-reply),FALSE,TRUE,FALSE +microsoft_outlook-remove-label-from-email,Remove Label from Email,Removes a label/category from an email in Microsoft Outlook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/message-update),TRUE,TRUE,FALSE +microsoft_outlook-move-email-to-folder,Move Email to Folder,Moves an email to the specified folder in Microsoft Outlook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/message-move),FALSE,TRUE,FALSE +microsoft_outlook-list-labels,List Labels,Get all the labels/categories that have been defined for a user. [See the documentation](https://learn.microsoft.com/en-us/graph/api/outlookuser-list-mastercategories),FALSE,TRUE,TRUE +microsoft_outlook-list-folders,List Folders,Retrieves a list of all folders in Microsoft Outlook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/user-list-mailfolders),FALSE,TRUE,TRUE +microsoft_outlook-list-contacts,List Contacts,"Get a contact collection from the default contacts folder, [See the documentation](https://docs.microsoft.com/en-us/graph/api/user-list-contacts)",FALSE,TRUE,TRUE +microsoft_outlook-find-shared-folder-email,Find Shared Folder Email,Search for an email in a shared folder in Microsoft Outlook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/user-list-messages),FALSE,TRUE,TRUE +microsoft_outlook-find-email,Find Email,Search for an email in Microsoft Outlook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/user-list-messages),FALSE,TRUE,TRUE +microsoft_outlook-find-contacts,Find Contacts,Finds contacts with the given search string. [See the documentation](https://docs.microsoft.com/en-us/graph/api/user-list-contacts),FALSE,TRUE,TRUE +microsoft_outlook-download-attachment,Download Attachment,Downloads an attachment to the /tmp directory. [See the documentation](https://learn.microsoft.com/en-us/graph/api/attachment-get?view=graph-rest-1.0&tabs=http),FALSE,TRUE,TRUE +microsoft_outlook-create-draft-email,Create Draft Email,"Create a draft email, [See the documentation](https://docs.microsoft.com/en-us/graph/api/user-post-messages)",FALSE,TRUE,FALSE +microsoft_outlook-create-contact,Create Contact,"Add a contact to the root Contacts folder, [See the documentation](https://docs.microsoft.com/en-us/graph/api/user-post-contacts)",FALSE,TRUE,FALSE +microsoft_outlook-approve-workflow,Approve Workflow,Suspend the workflow until approved by email. [See the documentation](https://pipedream.com/docs/code/nodejs/rerun#flowsuspend),TRUE,TRUE,FALSE +microsoft_outlook-add-label-to-email,Add Label to Email,Adds a label/category to an email in Microsoft Outlook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/message-update),TRUE,TRUE,FALSE +dropbox-upload-multiple-files,Upload Multiple Files,Uploads multiple file to a selected folder. [See the documentation](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesUpload__anchor),FALSE,TRUE,FALSE +dropbox-upload-file,Upload a File,Uploads a file to a selected folder. [See the documentation](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesUpload__anchor),FALSE,TRUE,FALSE +dropbox-search-files-folders,Search files and folders,Searches for files and folders by name. [See the documentation](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesSearchV2__anchor),FALSE,TRUE,TRUE +dropbox-restore-a-file,Restore a File,Restores a previous file version. [See the documentation](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesRestore__anchor),FALSE,TRUE,FALSE +dropbox-rename-file-folder,Rename a File/Folder,Renames a file or folder in the user's Dropbox [See the documentation](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesMoveV2__anchor),TRUE,TRUE,FALSE +dropbox-move-file-folder,Move a File/Folder,Moves a file or folder to a different location in the user's Dropbox [See the documentation](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesMoveV2__anchor),FALSE,TRUE,FALSE +dropbox-list-shared-links,List Shared Links,Retrieves a list of shared links for a given path. [See the documentation](https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_shared_links),FALSE,TRUE,TRUE +dropbox-list-file-revisions,List File Revisions,Retrieves a list of file revisions needed to recover previous content. [See the documentation](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesListRevisions__anchor),FALSE,TRUE,TRUE +dropbox-list-file-folders-in-a-folder,List All Files/Subfolders in a Folder,Retrieves a list of files or subfolders in a specified folder [See the documentation](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesListFolder__anchor),FALSE,TRUE,TRUE +dropbox-get-shared-link-metadata,Get Shared Link Metadata,Retrieves the shared link metadata for a given shared link. [See the documentation](https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_metadata),FALSE,TRUE,TRUE +dropbox-get-shared-link-file,Get Shared Link File,Get a file from a shared link. [See the documentation](https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_file),FALSE,TRUE,TRUE +dropbox-download-file-to-tmp,Download File to TMP,Download a specific file to the temporary directory. [See the documentation](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesDownload__anchor).,FALSE,TRUE,TRUE +dropbox-delete-file-folder,Delete a File/Folder,Permanently removes a file/folder from the server. [See documentation](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesDeleteV2__anchor),TRUE,TRUE,FALSE +dropbox-create-update-share-link,Create/Update a Share Link,Creates or updates a public share link to the file or folder (It allows you to share the file or folder with anyone). [See the documentation](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#sharingCreateSharedLinkWithSettings__anchor),TRUE,TRUE,FALSE +dropbox-create-or-append-to-a-text-file,Create or Append to a Text File,"Adds a new line to an existing text file, or creates a file if it doesn't exist. [See the documentation](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesUpload__anchor)",FALSE,TRUE,FALSE +dropbox-create-folder,Create folder,Create a Folder. [See the documentation](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesCreateFolderV2__anchor),FALSE,TRUE,FALSE +dropbox-create-a-text-file,Create a Text File,Creates a brand new text file from plain text content you specify. [See the documentation](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesUpload__anchor),FALSE,TRUE,FALSE +google_sheets-upsert-row,Upsert Row,Upsert a row of data in a Google Sheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/append),TRUE,TRUE,FALSE +google_sheets-update-row,Update Row,Update a row in a spreadsheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/update),TRUE,TRUE,FALSE +google_sheets-update-multiple-rows,Update Multiple Rows,Update multiple rows in a spreadsheet defined by a range. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/update),TRUE,TRUE,FALSE +google_sheets-update-cell,Update Cell,Update a cell in a spreadsheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/update),TRUE,TRUE,FALSE +google_sheets-list-worksheets,List Worksheets,Get a list of all worksheets in a spreadsheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/get),FALSE,TRUE,TRUE +google_sheets-insert-comment,Insert Comment,Insert a comment into a spreadsheet. [See the documentation](https://developers.google.com/drive/api/v3/reference/comments/create),FALSE,TRUE,FALSE +google_sheets-insert-anchored-note,Insert an Anchored Note,Insert a note on a spreadsheet cell. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/batchUpdate),FALSE,TRUE,FALSE +google_sheets-get-values-in-range,Get Values in Range,Get all values or values from a range of cells using A1 notation. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/get),FALSE,TRUE,TRUE +google_sheets-get-spreadsheet-by-id,Get Spreadsheet by ID,Returns the spreadsheet at the given ID. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/get) for more information,FALSE,TRUE,TRUE +google_sheets-get-cell,Get Cell,Fetch the contents of a specific cell in a spreadsheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/get),FALSE,TRUE,TRUE +google_sheets-find-row,Find Row,Find one or more rows by a column and value. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/get),FALSE,TRUE,TRUE +google_sheets-delete-worksheet,Delete Worksheet,Delete a specific worksheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/batchUpdate),TRUE,TRUE,FALSE +google_sheets-delete-rows,Delete Rows,Deletes the specified rows from a spreadsheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/request#deletedimensionrequest),TRUE,TRUE,FALSE +google_sheets-create-worksheet,Create Worksheet,Create a blank worksheet with a title. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/batchUpdate),FALSE,TRUE,FALSE +google_sheets-create-spreadsheet,Create Spreadsheet,Create a blank spreadsheet or duplicate an existing spreadsheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/create),FALSE,TRUE,FALSE +google_sheets-copy-worksheet,Copy Worksheet,Copy an existing worksheet to another Google Sheets file. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.sheets/copyTo),FALSE,TRUE,FALSE +google_sheets-clear-rows,Clear Rows,Delete the content of a row or rows in a spreadsheet. Deleted rows will appear as blank rows. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/clear),TRUE,TRUE,FALSE +google_sheets-clear-cell,Clear Cell,Delete the content of a specific cell in a spreadsheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/clear),TRUE,TRUE,FALSE +google_sheets-add-single-row,Add Single Row,Add a single row of data to Google Sheets. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/append),FALSE,TRUE,FALSE +google_sheets-add-multiple-rows,Add Multiple Rows,Add multiple rows of data to a Google Sheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/append),FALSE,TRUE,FALSE +google_sheets-add-column,Create Column,Create a new column in a spreadsheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/batchUpdate),FALSE,TRUE,FALSE +notion_api_key-update-page,Update Page,"Update a page's property values. To append page content, use the *Append Block* action instead. [See the documentation](https://developers.notion.com/reference/patch-page)",TRUE,TRUE,FALSE +notion_api_key-search,Find Pages or Data Sources,Searches for a page or data source. [See the documentation](https://developers.notion.com/reference/post-search),FALSE,TRUE,FALSE +notion_api_key-retrieve-page,Retrieve Page Metadata,Get details of a page. [See the documentation](https://developers.notion.com/reference/retrieve-a-page),FALSE,TRUE,TRUE +notion_api_key-retrieve-page-property-item,Retrieve Page Property Item,Get a Property Item object for a selected page and property. [See the documentation](https://developers.notion.com/reference/retrieve-a-page-property),FALSE,TRUE,TRUE +notion_api_key-retrieve-database-schema,Retrieve Data Source Schema,Get the property schema of a data source in Notion. [See the documentation](https://developers.notion.com/reference/retrieve-a-data-source),FALSE,TRUE,TRUE +notion_api_key-retrieve-database-content,Retrieve Data Source Content,Get all content of a data source. [See the documentation](https://developers.notion.com/reference/query-a-data-source),FALSE,TRUE,TRUE +notion_api_key-retrieve-block,Retrieve Page Content,"Get page content as block objects or markdown. Blocks can be text, lists, media, a page, among others. [See the documentation](https://developers.notion.com/reference/retrieve-a-block)",FALSE,TRUE,TRUE +notion_api_key-query-database,Query Data Source,Query a data source with a specified filter. [See the documentation](https://developers.notion.com/reference/query-a-data-source),FALSE,TRUE,FALSE +notion_api_key-duplicate-page,Duplicate Page,Create a new page copied from an existing page block. [See the documentation](https://developers.notion.com/reference/post-page),FALSE,TRUE,FALSE +notion_api_key-create-page,Create Page,Create a page from a parent page. [See the documentation](https://developers.notion.com/reference/post-page),FALSE,TRUE,FALSE +notion_api_key-create-page-from-database,Create Page from Data Source,Create a page from a data source. [See the documentation](https://developers.notion.com/reference/post-page),FALSE,TRUE,FALSE +notion_api_key-create-comment,Create Comment,Create a comment in a page or existing discussion thread. [See the documentation](https://developers.notion.com/reference/create-a-comment),FALSE,TRUE,FALSE +notion_api_key-append-block,Append Block to Parent,Append new and/or existing blocks to the specified parent. [See the documentation](https://developers.notion.com/reference/patch-block-children),FALSE,TRUE,FALSE +notion-update-page,Update Page,"Update a page's property values. To append page content, use the *Append Block* action instead. [See the documentation](https://developers.notion.com/reference/patch-page)",TRUE,TRUE,FALSE +notion-update-database,Update Data Source,Update a data source. [See the documentation](https://developers.notion.com/reference/update-a-data-source),TRUE,TRUE,FALSE +notion-update-block,Update Child Block,Updates a child block object. [See the documentation](https://developers.notion.com/reference/update-a-block),TRUE,TRUE,FALSE +notion-send-file-upload,Send File Upload,Send a file upload. [See the documentation](https://developers.notion.com/reference/send-a-file-upload),FALSE,TRUE,FALSE +notion-retrieve-file-upload,Retrieve File Upload,Use this action to retrieve a file upload. [See the documentation](https://developers.notion.com/reference/retrieve-a-file-upload),FALSE,TRUE,FALSE +notion-list-file-uploads,List File Uploads,Use this action to list file uploads. [See the documentation](https://developers.notion.com/reference/list-file-uploads),FALSE,TRUE,TRUE +notion-duplicate-page,Duplicate Page,Create a new page copied from an existing page block. [See the documentation](https://developers.notion.com/reference/post-page),FALSE,TRUE,FALSE +notion-delete-block,Delete Block,"Sets a Block object, including page blocks, to archived: true using the ID specified. [See the documentation](https://developers.notion.com/reference/delete-a-block)",TRUE,TRUE,FALSE +notion-create-page,Create Page,Create a page from a parent page. [See the documentation](https://developers.notion.com/reference/post-page),FALSE,TRUE,FALSE +notion-create-page-from-database,Create Page from Data Source,Create a page from a data source. [See the documentation](https://developers.notion.com/reference/post-page),FALSE,TRUE,FALSE +notion-create-file-upload,Create File Upload,Create a file upload. [See the documentation](https://developers.notion.com/reference/create-a-file-upload),FALSE,TRUE,FALSE +notion-create-database,Create Database,Create a database and its initial data source. [See the documentation](https://developers.notion.com/reference/database-create),FALSE,TRUE,FALSE +notion-complete-file-upload,Complete File Upload,Use this action to finalize a `mode=multi_part` file upload after all of the parts have been sent successfully. [See the documentation](https://developers.notion.com/reference/complete-a-file-upload),FALSE,TRUE,FALSE +notion-append-block,Append Block to Parent,Append new and/or existing blocks to the specified parent. [See the documentation](https://developers.notion.com/reference/patch-block-children),FALSE,TRUE,FALSE +hubspot-list-forms,List Forms,Retrieves a list of forms. [See the documentation](https://developers.hubspot.com/docs/reference/api/marketing/forms#get-%2Fmarketing%2Fv3%2Fforms%2F),FALSE,TRUE,TRUE +linkedin-search-organization,Search Organization,Searches for an organization by vanity name or email domain. [See the docs here](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/organizations/organization-lookup-api),FALSE,TRUE,TRUE +linkedin-retrieve-comments-shares,Retrieve Comments On Shares,Retrieve comments on shares given the share urn. [See the docs here](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/network-update-social-actions#retrieve-comments-on-shares),TRUE,TRUE,FALSE +linkedin-retrieve-comments-on-comments,Retrieves Comments on Comments,"Retrieves comments on comments, given the parent comment urn. [See the docs here](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/network-update-social-actions#retrieve-comments-on-comments)",TRUE,TRUE,FALSE +linkedin-get-profile-picture-fields,Get Profile Picture Fields,Gets the authenticated user's profile picture data including display image and metadata. [See the documentation](https://learn.microsoft.com/en-us/linkedin/shared/references/v2/profile/profile-picture),FALSE,TRUE,TRUE +linkedin-get-organization-administrators,Get Organization Administrators,Gets the administrator members of a selected organization. [See the documentation](https://learn.microsoft.com/en-us/linkedin/marketing/community-management/organizations/organization-access-control-by-role?view=li-lms-2025-01&tabs=http#find-organization-administrators),FALSE,TRUE,TRUE +linkedin-get-organization-access-control,Gets Organization Access Control,Gets a selected organization's access control information. [See the documentation](https://learn.microsoft.com/en-us/linkedin/marketing/community-management/organizations/organization-access-control-by-role?view=li-lms-2025-01&tabs=http#find-organization-access-control),FALSE,TRUE,TRUE +linkedin-get-org-member-access,Get Member's Organization Access Control Information,Gets the organization access control information of the current authenticated member. [See the documentation](https://learn.microsoft.com/en-us/linkedin/marketing/community-management/organizations/organization-access-control-by-role?view=li-lms-2025-01&tabs=http#find-a-members-organization-access-control-information),FALSE,TRUE,TRUE +linkedin-get-multiple-member-profiles,Get Multiple Member Profiles,Gets multiple member profiles at once. [See the docs here](https://docs.microsoft.com/en-us/linkedin/shared/integrations/people/profile-api#retrieve-other-members-profile),FALSE,TRUE,TRUE +linkedin-get-member-profile,Get Member Profile,"Gets another member's profile, given its person id. [See the docs here](https://docs.microsoft.com/en-us/linkedin/shared/integrations/people/profile-api#retrieve-other-members-profile)",FALSE,TRUE,TRUE +linkedin-get-current-member-profile,Get Current Member Profile,Gets the profile of the current authenticated member. [See the docs here](https://docs.microsoft.com/en-us/linkedin/shared/integrations/people/profile-api#retrieve-current-members-profile),FALSE,TRUE,TRUE +linkedin-fetch-ad-account,Fetch Ad Account,Fetches an individual adAccount given its id. [See the docs here](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/ads/account-structure/create-and-manage-accounts#fetch-ad-account),FALSE,TRUE,FALSE +linkedin-delete-post,Delete Post,Removes a post from user's wall. [See the docs](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/share-api?tabs=http#delete-shares) for more information,TRUE,TRUE,FALSE +linkedin-create-text-post-user,Create a Simple Post (User),"Create post on LinkedIn using text, URL or article. [See the documentation](https://learn.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/posts-api?view=li-lms-2022-11&tabs=http#create-organic-posts) for more information",FALSE,TRUE,FALSE +linkedin-create-text-post-organization,Create a Simple Post (Organization),"Create post on LinkedIn using text, URL or article. [See the documentation](https://learn.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/posts-api?view=li-lms-2022-11&tabs=http#create-organic-posts) for more information",FALSE,TRUE,FALSE +linkedin-create-like-on-share,Create Like On Share,Creates a like on a share. [See the docs here](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/network-update-social-actions#create-a-like-on-a-share),TRUE,TRUE,FALSE +linkedin-create-image-post-user,Create Image Post (User),Create an image post on LinkedIn. [See the documentation](https://learn.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/images-api?view=li-lms-2023-09&tabs=http#uploading-an-image),FALSE,TRUE,FALSE +linkedin-create-image-post-organization,Create Image Post (Organization),Create an image post on LinkedIn. [See the documentation](https://learn.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/images-api?view=li-lms-2023-09&tabs=http#uploading-an-image),FALSE,TRUE,FALSE +linkedin-create-comment,Create Comment,Create a comment on a share or user generated content post. [See the docs here](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/network-update-social-actions#create-comment),TRUE,TRUE,FALSE +twilio-send-sms-verification,Send SMS Verification,Send an SMS verification to a phone number. [See the documentation](https://www.twilio.com/docs/verify/api),FALSE,TRUE,FALSE +twilio-send-message,Send Message,Send an SMS text with optional media files. [See the documentation](https://www.twilio.com/docs/sms/api/message-resource#create-a-message-resource),FALSE,TRUE,FALSE +twilio-phone-number-lookup,Phone Number Lookup,Lookup information about a phone number. [See the documentation](https://www.twilio.com/docs/lookup/v2-api/line-type-intelligence) for more information,FALSE,TRUE,TRUE +twilio-make-phone-call,Make a Phone Call,"Make a phone call passing text, a URL, or an application that Twilio will use to handle the call. [See the documentation](https://www.twilio.com/docs/voice/api/call-resource#create-a-call-resource)",FALSE,TRUE,FALSE +twilio-list-transcripts,List Transcripts,Return a list of transcripts. [See the documentation](https://www.twilio.com/docs/voice/intelligence/api/transcript-resource#fetch-multiple-transcripts),FALSE,TRUE,TRUE +twilio-list-messages,List Messages,Return a list of messages associated with your account. [See the documentation](https://www.twilio.com/docs/sms/api/message-resource#read-multiple-message-resources),FALSE,TRUE,FALSE +twilio-list-message-media,List Message Media,Return a list of media associated with your message. [See the documentation](https://www.twilio.com/docs/sms/api/media-resource#read-multiple-media-resources),FALSE,TRUE,FALSE +twilio-list-calls,List Calls,Return a list of calls associated with your account. [See the documentation](https://www.twilio.com/docs/voice/api/call-resource#read-multiple-call-resources),FALSE,TRUE,TRUE +twilio-get-transcripts,Get Transcripts,Retrieves full transcripts for the specified transcript SIDs. [See the documentation](https://www.twilio.com/docs/voice/intelligence/api/transcript-sentence-resource#get-transcript-sentences),FALSE,TRUE,TRUE +twilio-get-message,Get Message,Return details of a message. [See the documentation](https://www.twilio.com/docs/sms/api/message-resource#fetch-a-message-resource),FALSE,TRUE,FALSE +twilio-get-call,Get Call,Return call resource of an individual call. [See the documentation](https://www.twilio.com/docs/voice/api/call-resource#fetch-a-call-resource),FALSE,TRUE,TRUE +twilio-download-recording-media,Download Recording Media,Download a recording media file. [See the documentation](https://www.twilio.com/docs/voice/api/recording#fetch-a-recording-media-file),FALSE,TRUE,TRUE +twilio-delete-message,Delete Message,Delete a message record from your account. [See the documentation](https://www.twilio.com/docs/sms/api/message-resource#delete-a-message-resource),TRUE,TRUE,FALSE +twilio-delete-call,Delete Call,Remove a call record from your account. [See the documentation](https://www.twilio.com/docs/voice/api/call-resource#delete-a-call-resource),TRUE,TRUE,FALSE +twilio-create-verification-service,Create Verification Service,Create a verification service for sending SMS verifications. [See the documentation](https://www.twilio.com/docs/verify/api/service#create-a-verification-service),FALSE,TRUE,FALSE +twilio-check-verification-token,Check Verification Token,Check if user-provided token is correct. [See the documentation](https://www.twilio.com/docs/verify/api),FALSE,TRUE,TRUE +trustpilot-reply-to-service-review,Reply to Service Review,Reply to a service review on Trustpilot.,FALSE,TRUE,FALSE +trustpilot-reply-to-product-review,Reply to Product Review,Reply to a product review by creating a conversation and posting a comment. This follows the proper flow: fetch review -> create conversation if needed -> post comment. [See the documentation](https://developers.trustpilot.com/product-reviews-api#reply-to-product-review),FALSE,TRUE,FALSE +trustpilot-get-conversation-from-product-review,Get Conversation from Product Review,"Get conversation and related comments from a product review. First fetches the review to get the conversationId, then retrieves the full conversation details. [See the documentation](https://developers.trustpilot.com/conversations-api#get-conversation)",FALSE,TRUE,TRUE +trustpilot-fetch-service-reviews,Fetch Service Reviews,Get private reviews for a business unit. Response includes customer email and order ID. [See the documentation](https://developers.trustpilot.com/business-units-api#get-private-reviews-for-business-unit),FALSE,TRUE,TRUE +trustpilot-fetch-service-review-by-id,Fetch Service Review by ID,"Get a private service review by ID, including customer email and order ID. Access comprehensive data about an individual service review for your business. [See the documentation](https://developers.trustpilot.com/business-units-api#get-private-review-by-id)",FALSE,TRUE,TRUE +trustpilot-fetch-product-reviews,Fetch Product Reviews,Retrieves a list of product reviews for a specific business unit. See documentation [here](https://developers.trustpilot.com/product-reviews-api/#get-private-product-reviews),FALSE,TRUE,TRUE +trustpilot-fetch-product-review-by-id,Fetch Product Review by ID,"Retrieves detailed information about a specific product review on Trustpilot. Use this action to get comprehensive data about a single product review, including customer feedback, star rating, review text, and metadata. Perfect for analyzing individual customer experiences, responding to specific feedback, or integrating review data into your customer service workflows. [See the documentation](https://developers.trustpilot.com/product-reviews-api#get-private-product-review)",TRUE,TRUE,FALSE +redcircle_api-search-categories,Search Categories,Search for a category in Redcirle API. [See the documentation](https://docs.trajectdata.com/redcircleapi/categories-api/list-and-search),FALSE,TRUE,TRUE +redcircle_api-get-account-data,Get Account Data,Get your account details. [See the documentation](https://docs.trajectdata.com/redcircleapi/account-api),FALSE,TRUE,TRUE +redcircle_api-add-zipcode,Add Zipcode,Add a zipcode to Redcircle API. [See the documentation](https://docs.trajectdata.com/redcircleapi/zipcodes-api/add),FALSE,TRUE,FALSE +weaviate-get-schema,Get Schema,Get schema from Weaviate. [See the documentation](https://docs.weaviate.io/weaviate/api/rest#tag/schema/get/schema),FALSE,TRUE,TRUE +weaviate-delete-class,Delete Class,Delete a class from Weaviate. [See the documentation](https://docs.weaviate.io/weaviate/api/rest#tag/schema/delete/schema/{className}),TRUE,TRUE,FALSE +weaviate-create-class,Create Class,Create a new class in Weaviate. [See the documentation](https://docs.weaviate.io/weaviate/api/rest#tag/schema/post/schema),FALSE,TRUE,FALSE +sproutgigs-post-job,Post Job,Post a new job to Sproutgigs. [See the documentation](https://sproutgigs.com/api/documentation.php#jobs-post),FALSE,TRUE,FALSE +sproutgigs-get-zones,Get Zones,Get the available zones. [See the documentation](https://sproutgigs.com/api/documentation.php#jobs-zones),FALSE,TRUE,TRUE +sproutgigs-get-categories,Get Categories,Get a list of categories from Sproutgigs. [See the documentation](https://sproutgigs.com/api/documentation.php#gigs-categories),FALSE,TRUE,TRUE +taiga-update-userstory,Update User Story,Update an existing user story in a Taiga project. [See the documentation](https://docs.taiga.io/api.html#_user_stories),TRUE,TRUE,FALSE +taiga-update-task,Update Task,Update an existing task in a Taiga project. [See the documentation](https://docs.taiga.io/api.html#tasks-edit),TRUE,TRUE,FALSE +taiga-update-issue,Update Issue,Update an existing issue in a Taiga project. [See the documentation](https://docs.taiga.io/api.html#issues-edit),TRUE,TRUE,FALSE +taiga-get-userstory,Get User Story,Get an existing user story from a Taiga project. [See the documentation](https://docs.taiga.io/api.html#user-stories-get),FALSE,TRUE,TRUE +taiga-get-issue,Get Issue,Get an existing issue from a Taiga project. [See the documentation](https://docs.taiga.io/api.html#issues-get),FALSE,TRUE,FALSE +taiga-delete-userstory,Delete User Story,Delete an existing user story from a Taiga project. [See the documentation](https://docs.taiga.io/api.html#user-stories-delete),TRUE,TRUE,FALSE +taiga-delete-task,Delete Task,Delete an existing task from a Taiga project. [See the documentation](https://docs.taiga.io/api.html#tasks-delete),TRUE,TRUE,FALSE +taiga-delete-issue,Delete Issue,Delete an existing issue from a Taiga project. [See the documentation](https://docs.taiga.io/api.html#issues-delete),TRUE,TRUE,FALSE +taiga-create-userstory,Create User Story,Create a new user story in a Taiga project. [See the documentation](https://docs.taiga.io/api.html#user-stories-create),FALSE,TRUE,FALSE +taiga-create-task,Create Task,Create a new task in a Taiga project. [See the documentation](https://docs.taiga.io/api.html#tasks-create),FALSE,TRUE,FALSE +taiga-create-issue,Create Issue,Create a new issue in a Taiga project. [See the documentation](https://docs.taiga.io/api.html#issues-create),FALSE,TRUE,FALSE +hubspot-update-page,Update Page,Update a page in Hubspot. [See the documentation](https://developers.hubspot.com/docs/reference/api/cms/pages#patch-%2Fcms%2Fv3%2Fpages%2Fsite-pages%2F%7Bobjectid%7D),TRUE,TRUE,FALSE +hubspot-update-landing-page,Update Landing Page,Update a landing page in HubSpot. [See the documentation](https://developers.hubspot.com/docs/reference/api/cms/pages#patch-%2Fcms%2Fv3%2Fpages%2Flanding-pages%2F%7Bobjectid%7D),TRUE,TRUE,FALSE +hubspot-list-pages,List Pages,Retrieves a list of site pages. [See the documentation](https://developers.hubspot.com/docs/reference/api/cms/pages),FALSE,TRUE,TRUE +hubspot-create-page,Create Page,Create a page in HubSpot. [See the documentation](https://developers.hubspot.com/docs/reference/api/cms/pages#post-%2Fcms%2Fv3%2Fpages%2Fsite-pages),FALSE,TRUE,FALSE +hubspot-create-landing-page,Create Landing Page,Create a landing page in Hubspot. [See the documentation](https://developers.hubspot.com/docs/reference/api/cms/pages#post-%2Fcms%2Fv3%2Fpages%2Flanding-pages),FALSE,TRUE,FALSE +hubspot-search-crm,Search CRM,"Search companies, contacts, deals, feedback submissions, products, tickets, line-items, quotes, leads, or custom objects. [See the documentation](https://developers.hubspot.com/docs/api/crm/search)",FALSE,TRUE,TRUE +slack_v2_test-send-message-advanced,Send Message (Advanced),"Customize advanced setttings and send a message to a channel, group or user. See [postMessage](https://api.slack.com/methods/chat.postMessage) or [scheduleMessage](https://api.slack.com/methods/chat.scheduleMessage) docs here",FALSE,TRUE,FALSE +pipedrive-update-person,Update Person,Updates an existing person in Pipedrive. [See the documentation](https://developers.pipedrive.com/docs/api/v1/Persons#updatePerson),TRUE,TRUE,FALSE +pipedrive-update-deal,Update Deal,Updates the properties of a deal. See the Pipedrive API docs for Deals [here](https://developers.pipedrive.com/docs/api/v1/Deals#updateDeal),TRUE,TRUE,FALSE +pipedrive-search-persons,Search persons,"Searches all Persons by `name`, `email`, `phone`, `notes` and/or custom fields. This endpoint is a wrapper of `/v1/itemSearch` with a narrower OAuth scope. Found Persons can be filtered by Organization ID. See the Pipedrive API docs [here](https://developers.pipedrive.com/docs/api/v1/Persons#searchPersons)",FALSE,TRUE,TRUE +pipedrive-search-notes,Search Notes,Search for notes in Pipedrive. [See the documentation](https://developers.pipedrive.com/docs/api/v1/Notes#getNotes),FALSE,TRUE,TRUE +pipedrive-search-leads,Search Leads,Search for leads by name or email. [See the documentation](https://developers.pipedrive.com/docs/api/v1/Leads#searchLeads),FALSE,TRUE,TRUE +pipedrive-remove-duplicate-notes,Remove Duplicate Notes,Remove duplicate notes from an object in Pipedrive. See the documentation for [getting notes](https://developers.pipedrive.com/docs/api/v1/Notes#getNotes) and [deleting notes](https://developers.pipedrive.com/docs/api/v1/Notes#deleteNote),TRUE,TRUE,FALSE +pipedrive-merge-persons,Merge Persons,Merge two persons in Pipedrive. [See the documentation](https://developers.pipedrive.com/docs/api/v1/Persons#mergePersons),FALSE,TRUE,FALSE +pipedrive-merge-deals,Merge Deals,Merge two deals in Pipedrive. [See the documentation](https://developers.pipedrive.com/docs/api/v1/Deals#mergeDeals),FALSE,TRUE,FALSE +pipedrive-get-person-details,Get person details,Get details of a person by their ID. [See the documentation](https://developers.pipedrive.com/docs/api/v1/Persons#getPerson),FALSE,TRUE,TRUE +pipedrive-get-lead-by-id,Get Lead by ID,Get a lead by its ID. [See the documentation](https://developers.pipedrive.com/docs/api/v1/Leads#getLead),FALSE,TRUE,TRUE +pipedrive-add-person,Add Person,Adds a new person. See the Pipedrive API docs for People [here](https://developers.pipedrive.com/docs/api/v1/Persons#addPerson),FALSE,TRUE,FALSE +pipedrive-add-organization,Add Organization,Adds a new organization. See the Pipedrive API docs for Organizations [here](https://developers.pipedrive.com/docs/api/v1/Organizations#addOrganization),FALSE,TRUE,FALSE +pipedrive-add-note,Add Note,Adds a new note. For info on [adding an note in Pipedrive](https://developers.pipedrive.com/docs/api/v1/Notes#addNote),FALSE,TRUE,FALSE +pipedrive-add-lead,Add Lead,Create a new lead in Pipedrive. [See the documentation](https://developers.pipedrive.com/docs/api/v1/Leads#addLead),FALSE,TRUE,FALSE +pipedrive-add-deal,Add Deal,Adds a new deal. See the Pipedrive API docs for Deals [here](https://developers.pipedrive.com/docs/api/v1/Deals#addDeal),FALSE,TRUE,FALSE +pipedrive-add-activity,Add Activity,"Adds a new activity. Includes `more_activities_scheduled_in_context` property in response's `additional_data` which indicates whether there are more undone activities scheduled with the same deal, person or organization (depending on the supplied data). See the Pipedrive API docs for Activities [here](https://developers.pipedrive.com/docs/api/v1/#!/Activities). For info on [adding an activity in Pipedrive](https://developers.pipedrive.com/docs/api/v1/Activities#addActivity)",FALSE,TRUE,FALSE +sharepoint-update-item,Update Item,Updates an existing item in Microsoft Sharepoint. [See the documentation](https://learn.microsoft.com/en-us/graph/api/listitem-update?view=graph-rest-1.0&tabs=http),TRUE,TRUE,FALSE +sharepoint-download-file,Download File,Download a Microsoft Sharepoint file to the /tmp directory. [See the documentation](https://learn.microsoft.com/en-us/graph/api/driveitem-get-content?view=graph-rest-1.0&tabs=http),FALSE,TRUE,TRUE +sharepoint-create-list,Create List,Create a new list in Microsoft Sharepoint. [See the documentation](https://learn.microsoft.com/en-us/graph/api/list-create?view=graph-rest-1.0&tabs=http),FALSE,TRUE,FALSE +sharepoint-create-item,Create Item,Create a new item in Microsoft Sharepoint. [See the documentation](https://learn.microsoft.com/en-us/graph/api/listitem-create?view=graph-rest-1.0&tabs=http),FALSE,TRUE,FALSE +gong-list-calls,List calls,List calls. [See the documentation](https://us-66463.app.gong.io/settings/api/documentation#get-/v2/calls),FALSE,TRUE,TRUE +expensify-export-report,Export Report,"Export Expensify reports to a file (csv, xls, xlsx, txt, pdf, json, xml). [See the documentation](https://integrations.expensify.com/Integration-Server/doc/#report-exporter)",FALSE,TRUE,TRUE +expensify-export-report-to-pdf,Export Report To PDF,Export a report to PDF. [See docs here](https://integrations.expensify.com/Integration-Server/doc/#report-exporter),FALSE,TRUE,TRUE +expensify-create-report,Create Report,Creates a new report with transactions in a user's account. [See docs here](https://integrations.expensify.com/Integration-Server/doc/#report-creator),FALSE,TRUE,FALSE +expensify-create-expense,Create Expense,Creates a new expense. [See docs here](https://integrations.expensify.com/Integration-Server/doc/#expense-creator),FALSE,TRUE,FALSE +devin-upload-file,Upload File,Upload files for Devin to use in sessions. [See the documentation](https://docs.devin.ai/api-reference/attachments/upload-files-for-devin-to-work-with),FALSE,TRUE,FALSE +devin-update-session-tags,Update Session Tags,Update the tags for an existing session. [See the documentation](https://docs.devin.ai/api-reference/sessions/update-session-tags),TRUE,TRUE,FALSE +devin-update-knowledge,Update Knowledge,Update an existing knowledge object. [See the documentation](https://docs.devin.ai/api-reference/knowledge/update-knowledge),TRUE,TRUE,FALSE +devin-send-message-to-session,Send Message to Session,Send a message to an existing Devin session. [See the documentation](https://docs.devin.ai/api-reference/sessions/send-a-message-to-an-existing-devin-session),FALSE,TRUE,FALSE +devin-list-sessions,List Sessions,Retrieve a list of all sessions. [See the documentation](https://docs.devin.ai/api-reference/sessions/list-sessions),FALSE,TRUE,TRUE +devin-list-knowledge,List Knowledge,Retrieve a list of all knowledge objects. [See the documentation](https://docs.devin.ai/api-reference/knowledge/list-knowledge),FALSE,TRUE,TRUE +devin-get-session,Get Session,Retrieve details about an existing session. [See the documentation](https://docs.devin.ai/api-reference/sessions/retrieve-details-about-an-existing-session),FALSE,TRUE,TRUE +devin-delete-knowledge,Delete Knowledge,Delete an existing knowledge object. [See the documentation](https://docs.devin.ai/api-reference/knowledge/delete-knowledge),TRUE,TRUE,FALSE +devin-create-session,Create Session,Create a new session with Devin. [See the documentation](https://docs.devin.ai/api-reference/sessions/create-a-new-devin-session),FALSE,TRUE,FALSE +devin-create-knowledge,Create Knowledge,Create a new knowledge object to share information with Devin. [See the documentation](https://docs.devin.ai/api-reference/knowledge/create-knowledge),FALSE,TRUE,FALSE +espy-name-lookup,Name Lookup,Request a lookup for the provided name. [See the documentation](https://api-docs.espysys.com/name-socialscan/headers-and-body-request-by-name-lookup),FALSE,TRUE,TRUE +espy-get-lookup-results,Get Lookup Results,Get the results of the lookup with the provided ID. [See the documentation](https://api-docs.espysys.com/e-mail-lookup/get-get-lookup-data-for-a-request-by-e-mail-lookup),FALSE,TRUE,TRUE +espy-email-lookup,Email Lookup,Request a lookup for the provided email. [See the documentation](https://api-docs.espysys.com/name-socialscan/headers-and-body-request-by-name-lookup),FALSE,TRUE,TRUE +buddee-list-time-registrations,List Time Registrations,"Get all time tracking records, [See the documentation](https://developers.buddee.nl/#539c5261-c313-49ef-89d8-82b835b22cd4)",FALSE,TRUE,TRUE +buddee-list-leave-requests,List Leave Requests,Retrieves all leave requests. [See the documentation](https://developers.buddee.nl/#2c5f483b-63d4-4ecf-a9d1-7efe36563639),FALSE,TRUE,TRUE +buddee-list-employees,List Employees,Retrieve a complete list of employees. [See the documentation](https://developers.buddee.nl/#fd057d3c-8b40-4808-a4d2-eeffc5da82d7),FALSE,TRUE,TRUE +buddee-create-leave-request,Create Leave Request,Creates a new leave request. [See the documentation](https://developers.buddee.nl/#b5a0cea5-e416-4521-8bc1-46cc4c3d95cb),FALSE,TRUE,FALSE +buddee-create-employee,Create Employee,Create a new employee record. [See the documentation](https://developers.buddee.nl/#d08b1399-6333-4f08-a17b-26b2d8485d7e),FALSE,TRUE,FALSE +google_my_business-list-posts,List Posts,List local posts associated with a location. [See the documentation](https://developers.google.com/my-business/reference/rest/v4/accounts.locations.localPosts/list),FALSE,TRUE,TRUE +google_my_business-list-all-reviews,List All Reviews,List all reviews of a location to audit reviews in bulk. [See the documentation](https://developers.google.com/my-business/content/review-data#list_all_reviews),FALSE,TRUE,TRUE +google_my_business-get-specific-review,Get a Specific Review,Return a specific review by name. [See the documentation](https://developers.google.com/my-business/content/review-data#get_a_specific_review),FALSE,TRUE,TRUE +google_my_business-get-reviews-multiple-locations,Get Reviews from Multiple Locations,Get reviews from multiple locations at once. [See the documentation](https://developers.google.com/my-business/content/review-data#get_reviews_from_multiple_locations),FALSE,TRUE,TRUE +google_my_business-create-update-reply-to-review,Create or Update Reply to Review,Create or update a reply to the specified review. [See the documentation](https://developers.google.com/my-business/reference/rest/v4/accounts.locations.reviews/updateReply),TRUE,TRUE,FALSE +google_my_business-create-post,Create Post,Create a new local post associated with a location. [See the documentation](https://developers.google.com/my-business/reference/rest/v4/accounts.locations.localPosts/create),FALSE,TRUE,FALSE +notion-search,Find Pages or Data Sources,Searches for a page or data source. [See the documentation](https://developers.notion.com/reference/post-search),FALSE,TRUE,FALSE +notion-retrieve-user,Retrieve User,Returns a user using the ID specified. [See the documentation](https://developers.notion.com/reference/get-user),FALSE,TRUE,TRUE +notion-retrieve-page,Retrieve Page Metadata,Get details of a page. [See the documentation](https://developers.notion.com/reference/retrieve-a-page),FALSE,TRUE,TRUE +notion-retrieve-page-property-item,Retrieve Page Property Item,Get a Property Item object for a selected page and property. [See the documentation](https://developers.notion.com/reference/retrieve-a-page-property),FALSE,TRUE,TRUE +notion-retrieve-database-schema,Retrieve Data Source Schema,Get the property schema of a data source in Notion. [See the documentation](https://developers.notion.com/reference/retrieve-a-data-source),FALSE,TRUE,TRUE +notion-retrieve-database-content,Retrieve Data Source Content,Get all content of a data source. [See the documentation](https://developers.notion.com/reference/query-a-data-source),FALSE,TRUE,TRUE +notion-retrieve-block,Retrieve Page Content,"Get page content as block objects or markdown. Blocks can be text, lists, media, a page, among others. [See the documentation](https://developers.notion.com/reference/retrieve-a-block)",FALSE,TRUE,TRUE +notion-query-database,Query Data Source,Query a data source with a specified filter. [See the documentation](https://developers.notion.com/reference/query-a-data-source),FALSE,TRUE,FALSE +notion-list-all-users,List All Users,Returns all users in the workspace. [See the documentation](https://developers.notion.com/reference/get-users),FALSE,TRUE,TRUE +notion-create-comment,Create Comment,Create a comment in a page or existing discussion thread. [See the documentation](https://developers.notion.com/reference/create-a-comment),FALSE,TRUE,FALSE +hubspot-batch-upsert-companies,Batch Upsert Companies,Upsert a batch of companies in Hubspot. [See the documentation](https://developers.hubspot.com/docs/reference/api/crm/objects/companies#post-%2Fcrm%2Fv3%2Fobjects%2Fcompanies%2Fbatch%2Fupsert),TRUE,TRUE,FALSE +hubspot-update-lead,Update Lead,Update a lead in Hubspot. [See the documentation](https://developers.hubspot.com/beta-docs/guides/api/crm/objects/leads#update-leads),TRUE,TRUE,FALSE +hubspot-update-fields-on-the-form,Update Fields on the Form,Update some of the form definition components. [See the documentation](https://developers.hubspot.com/docs/reference/api/marketing/forms#patch-%2Fmarketing%2Fv3%2Fforms%2F%7Bformid%7D),TRUE,TRUE,FALSE +hubspot-update-deal,Update Deal,Update a deal in Hubspot. [See the documentation](https://developers.hubspot.com/beta-docs/guides/api/crm/objects/deals#update-deals),TRUE,TRUE,FALSE +hubspot-update-custom-object,Update Custom Object,Update a custom object in Hubspot. [See the documentation](https://developers.hubspot.com/beta-docs/guides/api/crm/objects/custom-objects#update-existing-custom-objects),TRUE,TRUE,FALSE +hubspot-update-contact,Update Contact,Update a contact in Hubspot. [See the documentation](https://developers.hubspot.com/docs/api/crm/contacts#endpoint?spec=POST-/crm/v3/objects/contacts),TRUE,TRUE,FALSE +hubspot-update-company,Update Company,Update a company in Hubspot. [See the documentation](https://developers.hubspot.com/docs/api/crm/companies),TRUE,TRUE,FALSE +hubspot-retrieve-workflows,Retrieve Workflows,Retrieve a list of all workflows. [See the documentation](https://developers.hubspot.com/docs/api-reference/legacy/create-manage-workflows-v3/get-automation-v3-workflows),FALSE,TRUE,FALSE +hubspot-retrieve-workflow-emails,Retrieve Workflow Emails,Retrieve emails sent by a workflow by ID. [See the documentation](https://developers.hubspot.com/docs/api-reference/automation-automation-v4-v4/email-campaigns/get-automation-v4-flows-email-campaigns),FALSE,TRUE,TRUE +hubspot-retrieve-workflow-details,Retrieve Workflow Details,Retrieve detailed information about a specific workflow. [See the documentation](https://developers.hubspot.com/docs/api-reference/legacy/create-manage-workflows-v3/get-automation-v3-workflows-workflowId),FALSE,TRUE,FALSE +hubspot-retrieve-migrated-workflow-mappings,Retrieve Migrated Workflow Mappings,Retrieve the IDs of v3 workflows that have been migrated to the v4 API. [See the documentation](https://developers.hubspot.com/docs/api-reference/automation-automation-v4-v4/workflow-id-mappings/post-automation-v4-workflow-id-mappings-batch-read),FALSE,TRUE,FALSE +hubspot-list-templates,List Templates,Retrieves a list of templates. [See the documentation](https://developers.hubspot.com/docs/reference/api/cms/templates),FALSE,TRUE,TRUE +hubspot-list-marketing-events,List Marketing Events,Retrieves a list of marketing events. [See the documentation](https://developers.hubspot.com/docs/reference/api/marketing/marketing-events#get-%2Fmarketing%2Fv3%2Fmarketing-events%2F),FALSE,TRUE,TRUE +hubspot-list-marketing-emails,List Marketing Emails,Retrieves a list of marketing emails. [See the documentation](https://developers.hubspot.com/docs/reference/api/marketing/emails/marketing-emails#get-%2Fmarketing%2Fv3%2Femails%2F),FALSE,TRUE,TRUE +hubspot-list-campaigns,List Campaigns,Retrieves a list of campaigns. [See the documentation](https://developers.hubspot.com/docs/reference/api/marketing/campaigns#get-%2Fmarketing%2Fv3%2Fcampaigns%2F),FALSE,TRUE,TRUE +hubspot-list-blog-posts,List Blog Posts,Retrieves a list of blog posts. [See the documentation](https://developers.hubspot.com/docs/reference/api/cms/blogs/blog-posts),FALSE,TRUE,TRUE +hubspot-get-subscription-preferences,Get Subscription Preferences,Retrieves the subscription preferences for a contact. [See the documentation](https://developers.hubspot.com/docs/reference/api/marketing/subscriptions#get-%2Fcommunication-preferences%2Fv4%2Fstatuses%2F%7Bsubscriberidstring%7D),FALSE,TRUE,TRUE +hubspot-get-meeting,Get Meeting,Retrieves a specific meeting by its ID. [See the documentation](https://developers.hubspot.com/docs/reference/api/crm/engagements/meetings#get-%2Fcrm%2Fv3%2Fobjects%2Fmeetings%2F%7Bmeetingid%7D),FALSE,TRUE,TRUE +hubspot-get-file-public-url,Get File Public URL,Get a publicly available URL for a file that was uploaded using a Hubspot form. [See the documentation](https://developers.hubspot.com/docs/api/files/files#endpoint?spec=GET-/files/v3/files/{fileId}/signed-url),FALSE,TRUE,TRUE +hubspot-get-deal,Get Deal,Gets a deal. [See the documentation](https://developers.hubspot.com/docs/api/crm/deals#endpoint?spec=GET-/crm/v3/objects/deals/{dealId}),FALSE,TRUE,TRUE +hubspot-get-contact,Get Contact,Gets a contact. [See the documentation](https://developers.hubspot.com/docs/api/crm/contacts#endpoint?spec=GET-/crm/v3/objects/contacts/{contactId}),FALSE,TRUE,TRUE +hubspot-get-company,Get Company,Gets a company. [See the documentation](https://developers.hubspot.com/docs/api/crm/companies#endpoint?spec=GET-/crm/v3/objects/companies/{companyId}),FALSE,TRUE,TRUE +hubspot-get-associated-meetings,Get Associated Meetings,"Retrieves meetings associated with a specific object (contact, company, or deal) with optional time filtering. [See the documentation](https://developers.hubspot.com/docs/reference/api/crm/associations/association-details#get-%2Fcrm%2Fv4%2Fobjects%2F%7Bobjecttype%7D%2F%7Bobjectid%7D%2Fassociations%2F%7Btoobjecttype%7D)",FALSE,TRUE,TRUE +hubspot-get-associated-emails,Get Associated Emails,"Retrieves emails associated with a specific object (contact, company, or deal). [See the documentation](https://developers.hubspot.com/docs/reference/api/crm/search)",FALSE,TRUE,TRUE +hubspot-enroll-contact-into-workflow,Enroll Contact Into Workflow,Add a contact to a workflow. Note: The Workflows API currently only supports contact-based workflows and is only available for Marketing Hub Enterprise accounts. [See the documentation](https://legacydocs.hubspot.com/docs/methods/workflows/add_contact),FALSE,TRUE,FALSE +hubspot-delete-workflow,Delete a Workflow,Delete a workflow by ID. [See the documentation](https://developers.hubspot.com/docs/api-reference/legacy/create-manage-workflows-v3/delete-automation-v3-workflows-workflowId),TRUE,TRUE,FALSE +hubspot-create-workflow,Create a New Workflow,Create a new workflow. [See the documentation](https://developers.hubspot.com/docs/api-reference/legacy/create-manage-workflows-v3/post-automation-v3-workflows),FALSE,TRUE,FALSE +hubspot-create-ticket,Create Ticket,Create a ticket in Hubspot. [See the documentation](https://developers.hubspot.com/docs/api/crm/tickets),FALSE,TRUE,FALSE +hubspot-create-task,Create Task,Create a new task. [See the documentation](https://developers.hubspot.com/docs/api/crm/engagements),FALSE,TRUE,FALSE +hubspot-create-or-update-contact,Create or Update Contact,Create or update a contact in Hubspot. [See the documentation](https://developers.hubspot.com/docs/api/crm/contacts#endpoint?spec=POST-/crm/v3/objects/contacts),TRUE,TRUE,FALSE +hubspot-create-note,Create Note,Create a new note. [See the documentation](https://developers.hubspot.com/docs/api/crm/engagements),FALSE,TRUE,FALSE +hubspot-create-meeting,Create Meeting,Creates a new meeting with optional associations to other objects. [See the documentation](https://developers.hubspot.com/docs/reference/api/crm/engagements/meetings#post-%2Fcrm%2Fv3%2Fobjects%2Fmeetings),FALSE,TRUE,FALSE +hubspot-create-lead,Create Lead,Create a lead in Hubspot. [See the documentation](https://developers.hubspot.com/beta-docs/guides/api/crm/objects/leads#create-leads),FALSE,TRUE,FALSE +hubspot-create-form,Create Form,Create a form in HubSpot. [See the documentation](https://developers.hubspot.com/docs/reference/api/marketing/forms#post-%2Fmarketing%2Fv3%2Fforms%2F),FALSE,TRUE,FALSE +hubspot-create-engagement,Create Engagement,Create a new engagement for a contact. [See the documentation](https://developers.hubspot.com/docs/api/crm/engagements),FALSE,TRUE,FALSE +hubspot-create-email,Create Marketing Email,Create a marketing email in Hubspot. [See the documentation](https://developers.hubspot.com/docs/reference/api/marketing/emails/marketing-emails#post-%2Fmarketing%2Fv3%2Femails%2F),FALSE,TRUE,FALSE +hubspot-create-deal,Create Deal,Create a deal in Hubspot. [See the documentation](https://developers.hubspot.com/docs/api/crm/deals#endpoint?spec=POST-/crm/v3/objects/deals),FALSE,TRUE,FALSE +hubspot-create-custom-object,Create Custom Object,Create a new custom object in Hubspot. [See the documentation](https://developers.hubspot.com/beta-docs/guides/api/crm/objects/custom-objects#create-a-custom-object),FALSE,TRUE,FALSE +hubspot-create-contact-workflow,Create Contact Workflow,Create a contact workflow in Hubspot. [See the documentation](https://developers.hubspot.com/docs/reference/api/automation/create-manage-workflows#post-%2Fautomation%2Fv4%2Fflows),FALSE,TRUE,FALSE +hubspot-create-company,Create Company,Create a company in Hubspot. [See the documentation](https://developers.hubspot.com/docs/api/crm/companies#endpoint?spec=POST-/crm/v3/objects/companies),FALSE,TRUE,FALSE +hubspot-create-communication,Create Communication,"Create a WhatsApp, LinkedIn, or SMS message. [See the documentation](https://developers.hubspot.com/beta-docs/reference/api/crm/engagements/communications/v3#post-%2Fcrm%2Fv3%2Fobjects%2Fcommunications)",FALSE,TRUE,FALSE +hubspot-create-associations,Create Associations,Create associations between objects. [See the documentation](https://developers.hubspot.com/docs/api/crm/associations#endpoint?spec=POST-/crm/v3/associations/{fromObjectType}/{toObjectType}/batch/create),FALSE,TRUE,FALSE +hubspot-clone-site-page,Clone Site Page,Clone a site page in Hubspot. [See the documentation](https://developers.hubspot.com/docs/reference/api/cms/pages#post-%2Fcms%2Fv3%2Fpages%2Fsite-pages%2Fclone),FALSE,TRUE,FALSE +hubspot-clone-email,Clone Marketing Email,Clone a marketing email in HubSpot. [See the documentation](https://developers.hubspot.com/docs/reference/api/marketing/emails/marketing-emails#post-%2Fmarketing%2Fv3%2Femails%2Fclone),FALSE,TRUE,FALSE +hubspot-batch-update-companies,Batch Update Companies,Update a batch of companies in Hubspot. [See the documentation](https://developers.hubspot.com/docs/reference/api/crm/objects/companies#post-%2Fcrm%2Fv3%2Fobjects%2Fcompanies%2Fbatch%2Fupdate),TRUE,TRUE,FALSE +hubspot-batch-create-or-update-contact,Batch Create or Update Contact,Create or update a batch of contacts by its ID or email. [See the documentation](https://developers.hubspot.com/docs/api/crm/contacts),TRUE,TRUE,FALSE +hubspot-batch-create-companies,Batch Create Companies,Create a batch of companies in Hubspot. [See the documentation](https://developers.hubspot.com/docs/reference/api/crm/objects/companies#post-%2Fcrm%2Fv3%2Fobjects%2Fcompanies%2Fbatch%2Fcreate),FALSE,TRUE,FALSE +hubspot-add-contact-to-list,Add Contact to List,Adds a contact to a specific static list. [See the documentation](https://legacydocs.hubspot.com/docs/methods/lists/add_contact_to_list),FALSE,TRUE,FALSE +document360-get-file-information,Get File Information,Gets file information from Document360 Drive. [See the documentation](https://apidocs.document360.com/apidocs/gets-file-information),FALSE,TRUE,TRUE +document360-get-article,Get Article,Gets an article from Document360. [See the documentation](https://apidocs.document360.com/apidocs/get-article),FALSE,TRUE,TRUE +document360-drive-search-files-and-folders,Drive Search - Files and Folders,Search for files and folders in Document360 Drive. [See the documentation](https://apidocs.document360.com/apidocs/drive-search-files-and-folders),FALSE,TRUE,TRUE +document360-create-document,Create Document,Creates a new document in Document360 from text. [See the documentation](https://apidocs.document360.com/apidocs/how-to-create-and-publish-an-article),FALSE,TRUE,FALSE +zoho_workdrive-upload-file,Upload File,Upload a new file to your WorkDrive account. [See the documentation](https://workdrive.zoho.com/apidocs/v1/chunkupload/chunkuploadcreatesession),FALSE,TRUE,FALSE +zoho_workdrive-download-file,Download File to Tmp Direcory,Download a file to the /tmp directory. [See the documentation](https://workdrive.zoho.com/apidocs/v1/filesfolders/downloadserverfile),FALSE,TRUE,TRUE +google_drive-upload-file,Upload File,Upload a file to Google Drive. [See the documentation](https://developers.google.com/drive/api/v3/manage-uploads) for more information,FALSE,TRUE,FALSE +google_drive-update-shared-drive,Update Shared Drive,Update an existing shared drive. [See the documentation](https://developers.google.com/drive/api/v3/reference/drives/update) for more information,TRUE,TRUE,FALSE +google_drive-update-file,Update File,Update a file's metadata and/or content. [See the documentation](https://developers.google.com/drive/api/v3/reference/files/update) for more information,TRUE,TRUE,FALSE +google_drive-search-shared-drives,Search for Shared Drives,Search for shared drives with query options. [See the documentation](https://developers.google.com/drive/api/v3/search-shareddrives) for more information,FALSE,TRUE,TRUE +google_drive-resolve-comment,Resolve Comment,Mark a comment as resolved. [See the documentation](https://developers.google.com/workspace/drive/api/reference/rest/v3/comments/update),TRUE,TRUE,FALSE +google_drive-resolve-access-proposal,Resolve Access Proposals,Accept or deny a request for access to a file or folder in Google Drive. [See the documentation](https://developers.google.com/workspace/drive/api/reference/rest/v3/accessproposals/resolve),TRUE,TRUE,FALSE +google_drive-reply-to-comment,Reply to Comment,Add a reply to an existing comment. [See the documentation](https://developers.google.com/workspace/drive/api/reference/rest/v3/replies/create),FALSE,TRUE,FALSE +google_drive-move-file,Move File,Move a file from one folder to another. [See the documentation](https://developers.google.com/drive/api/v3/reference/files/update) for more information,TRUE,TRUE,FALSE +google_drive-move-file-to-trash,Move File to Trash,Move a file or folder to trash. [See the documentation](https://developers.google.com/drive/api/v3/reference/files/update) for more information,TRUE,TRUE,FALSE +google_drive-list-files,List Files,List files from a specific folder. [See the documentation](https://developers.google.com/drive/api/v3/reference/files/list) for more information,FALSE,TRUE,TRUE +google_drive-list-comments,List Comments,List all comments on a file. [See the documentation](https://developers.google.com/workspace/drive/api/reference/rest/v3/comments/list),FALSE,TRUE,TRUE +google_drive-list-access-proposals,List Access Proposals,List access proposals for a file or folder. [See the documentation](https://developers.google.com/workspace/drive/api/reference/rest/v3/accessproposals/list),FALSE,TRUE,TRUE +google_drive-get-shared-drive,Get Shared Drive,Get metadata for one or all shared drives. [See the documentation](https://developers.google.com/drive/api/v3/reference/drives/get) for more information,FALSE,TRUE,TRUE +google_drive-get-folder-id-for-path,Get Folder ID for a Path,Retrieve a folderId for a path. [See the documentation](https://developers.google.com/drive/api/v3/search-files) for more information,FALSE,TRUE,TRUE +google_drive-get-file-by-id,Get File By ID,Get info on a specific file. [See the documentation](https://developers.google.com/drive/api/reference/rest/v3/files/get) for more information,FALSE,TRUE,TRUE +google_drive-find-spreadsheets,Find Spreadsheets,Search for a specific spreadsheet by name. [See the documentation](https://developers.google.com/drive/api/v3/search-files) for more information,FALSE,TRUE,TRUE +google_drive-find-forms,Find Forms,List Google Form documents or search for a Form by name. [See the documentation](https://developers.google.com/drive/api/v3/search-files) for more information,FALSE,TRUE,TRUE +google_drive-find-folder,Find Folder,Search for a specific folder by name. [See the documentation](https://developers.google.com/drive/api/v3/search-files) for more information,FALSE,TRUE,TRUE +google_drive-find-file,Find File,Search for a specific file by name. [See the documentation](https://developers.google.com/drive/api/v3/search-files) for more information,FALSE,TRUE,TRUE +google_drive-download-file,Download File,Download a file. [See the documentation](https://developers.google.com/drive/api/v3/manage-downloads) for more information,FALSE,TRUE,TRUE +google_drive-delete-shared-drive,Delete Shared Drive,Delete a shared drive without any content. [See the documentation](https://developers.google.com/drive/api/v3/reference/drives/delete) for more information,TRUE,TRUE,FALSE +google_drive-delete-file,Delete File,Permanently delete a file or folder without moving it to the trash. [See the documentation](https://developers.google.com/drive/api/v3/reference/files/delete) for more information,TRUE,TRUE,FALSE +google_drive-delete-comment,Delete Comment,Delete a specific comment (Requires ownership or permissions). [See the documentation](https://developers.google.com/workspace/drive/api/reference/rest/v3/comments/delete),TRUE,TRUE,FALSE +google_drive-create-shared-drive,Create Shared Drive,Create a new shared drive. [See the documentation](https://developers.google.com/drive/api/v3/reference/drives/create) for more information,FALSE,TRUE,FALSE +google_drive-create-folder,Create Folder,Create a new empty folder. [See the documentation](https://developers.google.com/drive/api/v3/reference/files/create) for more information,FALSE,TRUE,FALSE +google_drive-create-file-from-text,Create New File From Text,Create a new file from plain text. [See the documentation](https://developers.google.com/drive/api/v3/reference/files/create) for more information,FALSE,TRUE,FALSE +google_drive-create-file-from-template,Create New File From Template,Create a new Google Docs file from a template. Optionally include placeholders in the template document that will get replaced from this action. [See documentation](https://www.npmjs.com/package/google-docs-mustaches),FALSE,TRUE,FALSE +google_drive-copy-file,Copy File,Create a copy of the specified file. [See the documentation](https://developers.google.com/drive/api/v3/reference/files/copy) for more information,FALSE,TRUE,FALSE +google_drive-add-file-sharing-preference,Share File or Folder,Add a [sharing permission](https://support.google.com/drive/answer/7166529) to the sharing preferences of a file or folder and provide a sharing URL. [See the documentation](https://developers.google.com/drive/api/v3/reference/permissions/create),FALSE,TRUE,FALSE +google_drive-add-comment,Add Comment,"Add an unanchored comment to a Google Doc (general feedback, no text highlighting). [See the documentation](https://developers.google.com/workspace/drive/api/reference/rest/v3/comments/create)",FALSE,TRUE,FALSE +egnyte-upload-file,Upload File,Uploads a file to a specified folder in Egnyte. [See the documentation](https://developers.egnyte.com/docs/File_System_Management_API_Documentation#Upload-a-File),FALSE,TRUE,FALSE +egnyte-create-folder,Create Folder,Creates a new folder in your Egnyte workspace. [See the documentation](https://developers.egnyte.com/docs/File_System_Management_API_Documentation#Create-a-Folder),FALSE,TRUE,FALSE +box-upload-file,Upload a File,Uploads a small file to Box. [See the documentation](https://developer.box.com/reference/post-files-content/).,FALSE,TRUE,FALSE +box-upload-file-version,Upload File Version,Update a file's content. [See the documentation](https://developer.box.com/reference/post-files-id-content/).,TRUE,TRUE,FALSE +box-search-content,Search Content,"Searches for files, folders, web links, and shared files across the users content or across the entire enterprise. [See the documentation](https://developer.box.com/reference/get-search/).",FALSE,TRUE,TRUE +box-get-comments,Get Comments,Fetches comments for a file. [See the documentation](https://developer.box.com/reference/get-files-id-comments/).,FALSE,TRUE,TRUE +box-download-file,Download File,Downloads a file from Box to your workflow's `/tmp` directory. [See the documentation](https://developer.box.com/reference/get-files-id-content/),FALSE,TRUE,TRUE +box-create-sign-request,Create Box Sign Request,Creates a signature request. This involves preparing a document for signing and sending the signature request to signers. [See the documentation](https://developer.box.com/reference/post-sign-requests/).,FALSE,TRUE,FALSE +trengo-send-a-whatsapp-message-template,Send A WhatsApp Message Template,"Sends a WhatsApp message template, [See the documentation](https://developers.trengo.com/reference/start-a-conversation)",FALSE,TRUE,FALSE +trengo-send-a-team-chat-message,Send A Team Chat Message,"Send a message as a bot in the Team Chat, [See the documentation](https://developers.trengo.com/reference/sending-a-bot-message)",FALSE,TRUE,FALSE +trengo-send-a-message,Send A Message,"This action can be used to easily send a message or an email without having to think about contacts or tickets, [See the documentation](https://developers.trengo.com/reference/send-a-message-1)",FALSE,TRUE,FALSE +trengo-log-a-voice-call,Log A Voice Call,"Logs a phone call from external VOIP applications, [See the documentation](https://developers.trengo.com/reference/log-a-phone-call)",FALSE,TRUE,FALSE +trengo-list-tickets,List Tickets,List tickets according to the specified criteria. [See the documentation](https://developers.trengo.com/reference/list-all-tickets),FALSE,TRUE,TRUE +trengo-list-messages,List Messages,List messages from a ticket. [See the documentation](https://developers.trengo.com/reference/list-all-messages),FALSE,TRUE,TRUE +trengo-list-articles,List Articles,List articles from a help center according to the specified criteria. [See the documentation](https://developers.trengo.com/reference/list-all-articles),FALSE,TRUE,TRUE +trengo-find-contacts,Find Contacts,Finds contacts with the given term. [See the documentation](https://developers.trengo.com/reference/list-all-contacts),FALSE,TRUE,TRUE +trengo-create-contact,Create Contact,"Creates a contact. If a contact with given identifier already exists, returns it. [See the documentation](https://developers.trengo.com/reference/create-contact)",FALSE,TRUE,FALSE +billbee-update-stock,Update Stock,Update the stock level for a single product. [See the documentation](https://app.billbee.io//swagger/ui/index#/Products/Article_UpdateStock),TRUE,TRUE,FALSE +billbee-update-order,Update Order,Partially update an existing order. [See the documentation](https://app.billbee.io//swagger/ui/index#/Orders/OrderApi_PatchOrder),TRUE,TRUE,FALSE +billbee-list-products,List Products,Retrieve a list of products. [See the documentation](https://app.billbee.io//swagger/ui/index#/Products/Article_GetList),TRUE,TRUE,FALSE +billbee-list-orders,List Orders,Retrieve a list of orders. [See the documentation](https://app.billbee.io//swagger/ui/index#/Orders/OrderApi_GetList),TRUE,TRUE,FALSE +billbee-list-customers,List Customers,Retrieve a list of customers. [See the documentation](https://app.billbee.io/swagger/ui/index#/Customers/Customer_GetAll),TRUE,TRUE,FALSE +billbee-get-order-by-id,Get Order By ID,Retrieve a specific order by its ID from Billbee. [See the documentation](https://app.billbee.io//swagger/ui/index#/Orders/OrderApi_Get),TRUE,TRUE,FALSE +billbee-create-order,Create Order,Create a new order. [See the documentation](https://app.billbee.io//swagger/ui/index#/Orders/OrderApi_PostNewOrder),TRUE,TRUE,FALSE +billbee-create-invoice-for-order,Create Invoice For Order,Create an invoice for an existing order. [See the documentation](https://app.billbee.io//swagger/ui/index#/Orders/OrderApi_CreateInvoice),TRUE,TRUE,FALSE +billbee-change-order-state,Change Order State,Change the state of an order. [See the documentation](https://app.billbee.io//swagger/ui/index#/Orders/OrderApi_UpdateState),TRUE,TRUE,FALSE +billbee-add-shipment-to-order,Add Shipment To Order,Add a shipment to an existing order. [See the documentation](https://app.billbee.io//swagger/ui/index#/Orders/OrderApi_AddShipment),TRUE,TRUE,FALSE +elorus-get-tasks,Get Tasks,Get a list of tasks from Elorus. [See the documentation](https://developer.elorus.com/#operation/tasks_list),FALSE,TRUE,TRUE +elorus-delete-tasks,Delete Tasks,Delete a task from Elorus. [See the documentation](https://developer.elorus.com/#operation/tasks_delete),TRUE,TRUE,FALSE +elorus-create-task,Create Task,Create a new task in Elorus. [See the documentation](https://developer.elorus.com/#operation/tasks_create),FALSE,TRUE,FALSE +chatlayer-list-messages,List Messages,Lists the messages of the specified session. [See the documentation](https://api.chatlayer.ai/v1/docs#operation/getAllMessagesInConversation),FALSE,TRUE,TRUE +chatlayer-get-session-data,Get Session Data,Gets data for the specified session. [See the documentation](https://api.chatlayer.ai/v1/docs#operation/getConversationSessionData),FALSE,TRUE,TRUE +chatlayer-get-conversations,Get Conversations,Lists conversations with the specified bot. [See the documentation](https://api.chatlayer.ai/v1/docs#operation/getAllPaginatedConversationsByBotId),FALSE,TRUE,TRUE +postnl-get-status-by-reference,Get Status By Reference,Retrieve the status of a shipment using a reference number. [See the documentation](https://developer.postnl.nl/docs/#/http/api-endpoints/send-track/shippingstatus/get-status-by-reference),FALSE,TRUE,FALSE +postnl-get-status-by-barcode,Get Status By Barcode,Retrieve the status of a shipment using its barcode. [See the documentation](https://developer.postnl.nl/docs/#/http/api-endpoints/send-track/shippingstatus/get-status-by-barcode),FALSE,TRUE,FALSE +stripe-write-off-invoice,Write Off Invoice,Mark an invoice as uncollectible. [See the documentation](https://stripe.com/docs/api/invoices/mark_uncollectible).,TRUE,TRUE,FALSE +stripe-void-invoice,Void Invoice,Void an invoice. [See the documentation](https://stripe.com/docs/api/invoices/void).,FALSE,TRUE,FALSE +stripe-update-refund,Update a Refund,Update the metadata on a refund. [See the documentation](https://stripe.com/docs/api/refunds/update).,TRUE,TRUE,FALSE +stripe-update-payout,Update a Payout,Update the metadata on a payout. [See the documentation](https://stripe.com/docs/api/payouts/update).,TRUE,TRUE,FALSE +stripe-update-payment-intent,Update a Payment Intent,Update a payment intent. [See the documentation](https://stripe.com/docs/api/payment_intents/update).,TRUE,TRUE,FALSE +stripe-update-invoice,Update Invoice,Update an invoice. [See the documentation](https://stripe.com/docs/api/invoices/update).,TRUE,TRUE,FALSE +stripe-update-invoice-item,Update Invoice Line Item,Update an invoice line item. [See the documentation](https://stripe.com/docs/api/invoiceitems/update).,TRUE,TRUE,FALSE +stripe-update-customer,Update a Customer,Update a customer. [See the documentation](https://stripe.com/docs/api/customers/update).,TRUE,TRUE,FALSE +stripe-send-invoice,Send Invoice,Manually send an invoice to your customer out of the normal schedule for payment (note that no emails are actually sent in test mode). [See the documentation](https://stripe.com/docs/api/invoices/send).,FALSE,TRUE,FALSE +stripe-search-subscriptions,Search Subscriptions,Search for subscriptions. [See the documentation](https://docs.stripe.com/api/subscriptions/search?lang=node),FALSE,TRUE,TRUE +stripe-search-customers,Search Customers,"Search customers by various attributes like email domain, created date, etc. [See the documentation](https://stripe.com/docs/api/customers/search).",FALSE,TRUE,TRUE +stripe-retrieve-refund,Retrieve a Refund,Retrieves the details of an existing refund. [See the documentation](https://stripe.com/docs/api/refunds/retrieve).,FALSE,TRUE,TRUE +stripe-retrieve-product,Retrieve Product,Retrieve a product by ID. [See the documentation](https://stripe.com/docs/api/products/retrieve).,FALSE,TRUE,TRUE +stripe-retrieve-price,Retrieve a Price,Retrieves the details of an existing product price. [See the documentation](https://stripe.com/docs/api/prices/retrieve).,FALSE,TRUE,TRUE +stripe-retrieve-payout,Retrieve a Payout,Retrieves the details of an existing payout. [See the documentation](https://stripe.com/docs/api/payouts/retrieve).,FALSE,TRUE,TRUE +stripe-retrieve-payment-intent,Retrieve a Payment Intent,Retrieves the details of a payment intent that was previously created. [See the documentation](https://stripe.com/docs/api/payment_intents/retrieve).,FALSE,TRUE,TRUE +stripe-retrieve-invoice,Retrieve an Invoice,Retrieves the details of an existing invoice. [See the documentation](https://stripe.com/docs/api/invoices/retrieve).,FALSE,TRUE,TRUE +stripe-retrieve-invoice-item,Retrieve Invoice Line Item,Retrieve a single line item on an invoice. [See the documentation](https://stripe.com/docs/api/invoiceitems/retrieve).,FALSE,TRUE,TRUE +stripe-retrieve-customer,Retrieve a Customer,Retrieves the details of an existing customer. [See the documentation](https://stripe.com/docs/api/customers/retrieve).,FALSE,TRUE,TRUE +stripe-retrieve-checkout-session,Retrieve a Checkout Session,A Checkout Session represents your customer's session as they pay for one-time purchases or subscriptions through Stripe Checkout. [See the documentation](https://stripe.com/docs/api/checkout/sessions/retrieve).,FALSE,TRUE,TRUE +stripe-retrieve-checkout-session-line-items,Retrieve Checkout Session Line Items,"Given a checkout session ID, retrieve the line items. [See the documentation](https://stripe.com/docs/api/checkout/sessions/line_items).",FALSE,TRUE,TRUE +stripe-retrieve-balance,Retrieve the Current Balance,"Retrieves the current account balance, based on the authentication that was used to make the request. [See the documentation](https://stripe.com/docs/api/balance/balance_retrieve).",FALSE,TRUE,TRUE +stripe-list-refunds,List Refunds,Find or list refunds. [See the documentation](https://stripe.com/docs/api/refunds/list).,FALSE,TRUE,TRUE +stripe-list-payouts,List Payouts,Find or list payouts. [See the documentation](https://stripe.com/docs/api/payouts/list).,FALSE,TRUE,TRUE +stripe-list-payment-intents,List Payment Intents,Retrieves a list of payment intents that were previously created. [See the documentation](https://stripe.com/docs/api/payment_intents/list).,FALSE,TRUE,TRUE +stripe-list-invoices,List Invoices,Find or list invoices. [See the documentation](https://stripe.com/docs/api/invoices/list).,FALSE,TRUE,TRUE +stripe-list-customers,List Customers,Find or list customers. [See the documentation](https://stripe.com/docs/api/customers/list).,FALSE,TRUE,TRUE +stripe-list-balance-history,List Balance History,List all balance transactions. [See the documentation](https://stripe.com/docs/api/balance_transactions/list).,FALSE,TRUE,TRUE +stripe-finalize-invoice,Finalize Draft Invoice,Finalize a draft invoice. [See the documentation](https://stripe.com/docs/api/invoices/finalize).,FALSE,TRUE,FALSE +stripe-delete-or-void-invoice,Delete Or Void Invoice,"Delete a draft invoice, or void a non-draft or subscription invoice. [See the documentation](https://stripe.com/docs/api/invoiceitems/delete).",TRUE,TRUE,FALSE +stripe-delete-invoice-item,Delete Invoice Line Item,Delete a line item from an invoice. [See the documentation](https://stripe.com/docs/api/invoiceitems/delete).,TRUE,TRUE,FALSE +stripe-delete-customer,Delete a Customer,Delete a customer. [See the documentation](https://stripe.com/docs/api/customers/delete).,TRUE,TRUE,FALSE +stripe-create-subscription,Create Subscription,Create a subscription. [See the documentation](https://stripe.com/docs/api/subscriptions/create).,FALSE,TRUE,FALSE +stripe-create-refund,Create A Refund,Create a refund. [See the documentation](https://stripe.com/docs/api/refunds/create).,FALSE,TRUE,FALSE +stripe-create-product,Create Product,Creates a new product object in Stripe. [See the documentation](https://stripe.com/docs/api/products/create).,FALSE,TRUE,FALSE +stripe-create-price,Create Price,Creates a new price for an existing product. The price can be recurring or one-time. [See the documentation](https://stripe.com/docs/api/prices/create),FALSE,TRUE,FALSE +stripe-create-payout,Create a Payout,Create a payout. [See the documentation](https://stripe.com/docs/api/payouts/create).,FALSE,TRUE,FALSE +stripe-create-payment-intent,Create a Payment Intent,Create a payment intent. [See the documentation](https://stripe.com/docs/api/payment_intents/create).,FALSE,TRUE,FALSE +stripe-create-invoice,Create Invoice,Create an invoice. [See the documentation](https://stripe.com/docs/api/invoices/create).,FALSE,TRUE,FALSE +stripe-create-invoice-item,Create Invoice Line Item,Add a line item to an invoice. [See the documentation](https://stripe.com/docs/api/invoiceitems/create).,FALSE,TRUE,FALSE +stripe-create-customer,Create a Customer,Create a customer. [See the documentation](https://stripe.com/docs/api/customers/create).,FALSE,TRUE,FALSE +stripe-create-billing-meter,Create Billing Meter,Creates a billing meter. [See the documentation](https://docs.stripe.com/api/billing/meter/create).,FALSE,TRUE,FALSE +stripe-confirm-payment-intent,Confirm A Payment Intent,Confirm that your customer intends to pay with current or provided payment method. [See the documentation](https://stripe.com/docs/api/payment_intents/confirm).,FALSE,TRUE,FALSE +stripe-capture-payment-intent,Capture a Payment Intent,Capture the funds of an existing uncaptured payment intent. [See the documentation](https://stripe.com/docs/api/payment_intents/capture).,FALSE,TRUE,FALSE +stripe-cancel-subscription,Cancel Subscription,Cancel a subscription. [See the documentation](https://docs.stripe.com/api/subscriptions/cancel?lang=node),TRUE,TRUE,FALSE +stripe-cancel-payment-intent,Cancel A Payment Intent,Cancel a PaymentIntent. [See the documentation](https://stripe.com/docs/payments/payment-intents).,TRUE,TRUE,FALSE +stripe-cancel-or-reverse-payout,Cancel Or Reverse A Payout,Cancel a pending payout or reverse a paid payout. [See the documentation here](https://docs.stripe.com/api/payouts/cancel) and [here](https://docs.stripe.com/api/payouts/reverse),TRUE,TRUE,FALSE +frontapp-update-teammate,Update Teammate,Update a teammate. [See the documentation](https://dev.frontapp.com/reference/update-teammate).,TRUE,TRUE,FALSE +frontapp-update-conversation,Update Conversation,Updates a conversation. [See the documentation](https://dev.frontapp.com/reference/patch_conversations-conversation-id).,TRUE,TRUE,FALSE +frontapp-tag-conversation,Tag Conversation,Add tags to a conversation. [See the documentation](https://dev.frontapp.com/reference/patch_conversations-conversation-id),FALSE,TRUE,FALSE +frontapp-send-new-message,Send New Message,Sends a new message from a channel. It will create a new conversation. [See the documentation](https://dev.frontapp.com/reference/post_channels-channel-id-messages).,FALSE,TRUE,FALSE +frontapp-reply-to-conversation,Reply To Conversation,Reply to a conversation by sending a message and appending it to the conversation. [See the documentation](https://dev.frontapp.com/reference/post_conversations-conversation-id-messages).,FALSE,TRUE,FALSE +frontapp-receive-custom-messages,Receive Custom Messages,Receive a custom message in Front. [See the documentation](https://dev.frontapp.com/reference/post_channels-channel-id-incoming-messages).,FALSE,TRUE,FALSE +frontapp-list-teammates,List Teammate,List teammates in the company. [See the documentation](https://dev.frontapp.com/reference/list-teammates),FALSE,TRUE,TRUE +frontapp-list-message-templates,List Message Templates,List the message templates. [See the documentation](https://dev.frontapp.com/reference/list-message-templates).,FALSE,TRUE,FALSE +frontapp-list-conversations,List Conversations,List conversations in the company. [See the documentation](https://dev.frontapp.com/reference/list-conversations),FALSE,TRUE,TRUE +frontapp-list-comments,List Conversation Comments,List the comments in a conversation. [See the documentation](https://dev.frontapp.com/reference/list-conversation-comments),FALSE,TRUE,TRUE +frontapp-list-comment-mentions,List Comment Mentions,List the teammates mentioned in a comment. [See the documentation](https://dev.frontapp.com/reference/list-comment-mentions),FALSE,TRUE,FALSE +frontapp-import-message,Import Message,Appends a new message into an inbox. [See the documentation](https://dev.frontapp.com/reference/import-inbox-message).,FALSE,TRUE,FALSE +frontapp-get-teammate,Get Teammate,Retrieve a teammate by ID. [See the documentation](https://dev.frontapp.com/reference/get-teammate),FALSE,TRUE,TRUE +frontapp-get-message,Get Message,Retrieve a message by its ID. [See the documentation](https://dev.frontapp.com/reference/get-message),FALSE,TRUE,FALSE +frontapp-get-conversation,Get Conversation,Retrieve a conversation by its ID from Front. [See the documentation](https://dev.frontapp.com/reference/get-conversation-by-id),FALSE,TRUE,TRUE +frontapp-get-comment,Get Comment,Retrieve a comment from a conversation. [See the documentation](https://dev.frontapp.com/reference/get-comment),FALSE,TRUE,FALSE +frontapp-delete-message-template,Delete Message Template,Delete a message template. [See the documentation](https://dev.frontapp.com/reference/delete-message-template).,TRUE,TRUE,FALSE +frontapp-create-message,Create Message,Send a new message from a channel. [See the documentation](https://dev.frontapp.com/reference/create-message).,FALSE,TRUE,FALSE +frontapp-create-message-template,Create Message Template,Create a new message template. [See the documentation](https://dev.frontapp.com/reference/create-message-template).,FALSE,TRUE,FALSE +frontapp-create-inbox,Create Inbox,Create an inbox in the default team (workspace). [See the documentation](https://dev.frontapp.com/reference/create-inbox).,FALSE,TRUE,FALSE +frontapp-create-draft,Create Draft,Create a draft message which is the first message of a new conversation. [See the documentation](https://dev.frontapp.com/reference/create-draft),FALSE,TRUE,FALSE +frontapp-create-draft-reply,Create Draft Reply,Create a new draft as a reply to the last message in the conversation. [See the documentation](https://dev.frontapp.com/reference/create-draft-reply),FALSE,TRUE,FALSE +frontapp-assign-conversation,Assign Conversation,Assign or unassign a conversation. [See the documentation](https://dev.frontapp.com/reference/update-conversation-assignee),TRUE,TRUE,FALSE +frontapp-archive-conversation,Archive Conversation,Archives a conversation. [See the documentation](https://dev.frontapp.com/reference/patch_conversations-conversation-id),TRUE,TRUE,FALSE +frontapp-add-comment,Add Comment,Add a comment to a conversation. [See the documentation](https://dev.frontapp.com/reference/add-comment),FALSE,TRUE,FALSE +confluence-update-post,Update a Post,Updates a page or blog post on Confluence by its ID. [See the documentation](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-blog-post/#api-blogposts-id-put),TRUE,TRUE,FALSE +confluence-search-content,Search Content,Searches for content using the Confluence Query Language (CQL). [See the documentation](https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-search#api-wiki-rest-api-search-get),FALSE,TRUE,TRUE +confluence-get-pages,Get Pages,Retrieve a list of pages. [See the documentation](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page/#api-pages-get),FALSE,TRUE,TRUE +confluence-get-pages-in-space,Get Pages in Space,Retrieve a list of pages in a space. [See the documentation](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page/#api-spaces-id-pages-get),FALSE,TRUE,TRUE +confluence-get-page-by-id,Get Page by ID,Retrieve a page by its ID. [See the documentation](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page/#api-pages-id-get),FALSE,TRUE,TRUE +confluence-delete-post,Delete Post,"Removes a blog post from Confluence by its ID. Use with caution, the action is irreversible. [See the documentation](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-blog-post/#api-blogposts-id-delete)",TRUE,TRUE,FALSE +confluence-create-post,Create Post,Creates a new page or blog post on Confluence. [See the documentation](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-blog-post/#api-blogposts-post),FALSE,TRUE,FALSE +confluence-create-page,Create Page,Creates a new page in the space. [See the documentation](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page/#api-pages-post),FALSE,TRUE,FALSE +fedex-validate-shipment,Validate Shipment,Validate a shipment. [See the documentation](https://developer.fedex.com/api/en-us/catalog/ship/docs.html#operation/ShipmentPackageValidate),FALSE,TRUE,TRUE +fedex-create-shipment,Create Shipment,Create a new shipment. [See the documentation](https://developer.fedex.com/api/en-us/catalog/ship/docs.html#operation/Create%20Shipment),FALSE,TRUE,FALSE +salesforce_rest_api-upsert-record,Upsert Record,Create or update a record of a given object. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_upsert.htm),TRUE,TRUE,FALSE +salesforce_rest_api-update-record,Update Record,Update fields of a record. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_update_fields.htm),TRUE,TRUE,FALSE +salesforce_rest_api-update-opportunity,Update Opportunity,Updates an opportunity. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_opportunity.htm),TRUE,TRUE,FALSE +salesforce_rest_api-update-opportunities-batch,Update Opportunities (Batch),Update multiple Opportunities in Salesforce using Bulk API 2.0. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/datafiles_understanding_bulk2_ingest.htm),TRUE,TRUE,FALSE +salesforce_rest_api-update-email-template,Update Email Template,Updates an email template. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_update_fields.htm),TRUE,TRUE,FALSE +salesforce_rest_api-update-contact,Update Contact,Updates a contact. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_contact.htm),TRUE,TRUE,FALSE +salesforce_rest_api-update-accounts-batch,Update Accounts (Batch),Update multiple Accounts in Salesforce using Bulk API 2.0. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/datafiles_understanding_bulk2_ingest.htm),TRUE,TRUE,FALSE +salesforce_rest_api-update-account,Update Account,Updates a Salesforce account. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_account.htm),TRUE,TRUE,FALSE +salesforce_rest_api-sosl-search,SOSL Search (Object Search),Executes a [Salesforce Object Search Language (SOSL)](https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_sosl_examples.htm) text-based search query.,FALSE,TRUE,TRUE +salesforce_rest_api-soql-search,SOQL Query (Object Query),"Executes a [Salesforce Object Query Language (SOQL)](https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_soql_select_examples.htm) query-based, SQL-like search.",FALSE,TRUE,TRUE +salesforce_rest_api-send-email,Send Email,Sends an email. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.api_action.meta/api_action/actions_obj_email_simple.htm),FALSE,TRUE,FALSE +salesforce_rest_api-search-string,Search Object Records,Searches for records in an object using a parameterized search. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_search_parameterized_get.htm),FALSE,TRUE,TRUE +salesforce_rest_api-post-feed-to-chatter,Post a Message to Chatter Feed,Post a feed item in Chatter. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/quickreference_post_feed_item.htm),FALSE,TRUE,FALSE +salesforce_rest_api-list-knowledge-articles,List Knowledge Articles,Lists all knowledge articles. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_knowledgearticle.htm),FALSE,TRUE,TRUE +salesforce_rest_api-list-email-templates,List Email Templates,Lists all email templates. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_emailtemplate.htm),FALSE,TRUE,TRUE +salesforce_rest_api-list-email-messages,List Email Messages,Lists all email messages for a case. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_get_field_values.htm),FALSE,TRUE,TRUE +salesforce_rest_api-list-case-comments,List Case Comments,Lists all comments for a case. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_get_field_values.htm),FALSE,TRUE,TRUE +salesforce_rest_api-insert-blob-data,Insert Blob Data,Inserts blob data in Salesforce standard objects. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.228.0.api_rest.meta/api_rest/dome_sobject_insert_update_blob.htm),FALSE,TRUE,FALSE +salesforce_rest_api-get-user,Get User,Retrieves a user by their ID. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_get_field_values.htm),FALSE,TRUE,TRUE +salesforce_rest_api-get-knowledge-data-category-groups,Get Knowledge Data Category Groups,Fetch data category groups visible to the current user. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.knowledge_dev.meta/knowledge_dev/resources_knowledge_support_dcgroups.htm),FALSE,TRUE,TRUE +salesforce_rest_api-get-knowledge-articles,Get Knowledge Articles,Get a page of online articles for the given language and category through either search or query. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.knowledge_dev.meta/knowledge_dev/sforce_api_rest_retrieve_article_list.htm),FALSE,TRUE,TRUE +salesforce_rest_api-get-case,Get Case,Retrieves a case by its ID. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_get_field_values.htm),FALSE,TRUE,TRUE +salesforce_rest_api-find-records,Find Records,Retrieves selected fields for some or all records of a selected object. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_get_field_values.htm),FALSE,TRUE,TRUE +salesforce_rest_api-delete-record,Delete Record,Deletes an existing record in an object. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_sobject_retrieve_delete.htm),TRUE,TRUE,FALSE +salesforce_rest_api-delete-opportunity,Delete Opportunity,Deletes an opportunity. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.228.0.api_rest.meta/api_rest/dome_delete_record.htm),TRUE,TRUE,FALSE +salesforce_rest_api-create-user,Create User,Creates a Salesforce user. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_user.htm),FALSE,TRUE,FALSE +salesforce_rest_api-create-task,Create Task,Creates a task. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_task.htm),FALSE,TRUE,FALSE +salesforce_rest_api-create-record,Create Record,Create a record of a given object. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_sobject_create.htm),FALSE,TRUE,FALSE +salesforce_rest_api-create-opportunity,Create Opportunity,Creates an opportunity. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_opportunity.htm),FALSE,TRUE,FALSE +salesforce_rest_api-create-opportunities-batch,Create Opportunities (Batch),Create multiple Opportunities in Salesforce using Bulk API 2.0. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/datafiles_understanding_bulk2_ingest.htm),FALSE,TRUE,FALSE +salesforce_rest_api-create-note,Create Note,Creates a note. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_note.htm),FALSE,TRUE,FALSE +salesforce_rest_api-create-lead,Create Lead,Creates a lead. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_lead.htm),FALSE,TRUE,FALSE +salesforce_rest_api-create-event,Create Event,Creates an event. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_event.htm),FALSE,TRUE,FALSE +salesforce_rest_api-create-content-note,Create Content Note,Creates a content note. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_contentnote.htm) and [Set Up Notes](https://help.salesforce.com/s/articleView?id=sales.notes_admin_setup.htm&type=5).,TRUE,TRUE,FALSE +salesforce_rest_api-create-contact,Create Contact,Creates a contact. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_contact.htm),FALSE,TRUE,FALSE +salesforce_rest_api-create-casecomment,Create Case Comment,Creates a Case Comment on a selected Case. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_casecomment.htm),FALSE,TRUE,FALSE +salesforce_rest_api-create-case,Create Case,"Creates a Case, which represents a customer issue or problem. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_case.htm)",FALSE,TRUE,FALSE +salesforce_rest_api-create-campaign,Create Campaign,Creates a marketing campaign. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_campaign.htm),FALSE,TRUE,FALSE +salesforce_rest_api-create-attachment,Create Attachment,Creates an Attachment on a parent object. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_attachment.htm),FALSE,TRUE,FALSE +salesforce_rest_api-create-accounts-batch,Create Accounts (Batch),Create multiple Accounts in Salesforce using Bulk API 2.0. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/datafiles_understanding_bulk2_ingest.htm),FALSE,TRUE,FALSE +salesforce_rest_api-create-account,Create Account,Creates a Salesforce account. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_account.htm),FALSE,TRUE,FALSE +salesforce_rest_api-convert-soap-xml-to-json,Convert SOAP XML Object to JSON,Converts a SOAP XML Object received from Salesforce to JSON,FALSE,TRUE,TRUE +salesforce_rest_api-add-lead-to-campaign,Add Lead to Campaign,Adds an existing lead to an existing campaign. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.228.0.object_reference.meta/object_reference/sforce_api_objects_campaignmember.htm),FALSE,TRUE,FALSE +salesforce_rest_api-add-contact-to-campaign,Add Contact to Campaign,Adds an existing contact to an existing campaign. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.228.0.object_reference.meta/object_reference/sforce_api_objects_campaignmember.htm),FALSE,TRUE,FALSE +lawmatics-update-contact,Update Contact,Update a contact. [See the documentation](https://docs.lawmatics.com/#4734312c-854c-46c7-b8f9-962f775f1ab2),TRUE,TRUE,FALSE +lawmatics-create-contact,Create Contact,Create a new contact. [See the documentation](https://docs.lawmatics.com/#714b9275-b769-4195-9954-2095479b9993),FALSE,TRUE,FALSE +firecrawl-search,Search,Search the web and get full content from results. [See the documentation](https://docs.firecrawl.dev/features/search),FALSE,TRUE,TRUE +firecrawl-scrape-page,Scrape Page,Scrapes a URL and returns content from that page. [See the documentation](https://docs.firecrawl.dev/api-reference/endpoint/scrape),FALSE,TRUE,FALSE +firecrawl-map-url,Map URL,"Maps a given URL using Firecrawl's Map endpoint. Optionally, you can provide a search term to filter the mapping. [See the documentation](https://docs.firecrawl.dev/features/map)",FALSE,TRUE,TRUE +firecrawl-get-extract-status,Get Extract Data,Obtains the status and data from a previous extract operation. [See the documentation](https://docs.firecrawl.dev/api-reference/endpoint/extract-get),FALSE,TRUE,TRUE +firecrawl-get-crawl-status,Get Crawl Data,Obtains the status and data from a previous crawl operation. [See the documentation](https://docs.firecrawl.dev/api-reference/endpoint/crawl-get),FALSE,TRUE,TRUE +firecrawl-extract-data,Extract Data,Extract structured data from one or multiple URLs. [See the documentation](https://docs.firecrawl.dev/api-reference/endpoint/extract),FALSE,TRUE,FALSE +firecrawl-crawl-url,Crawl URL,Crawls a given URL and returns the contents of sub-pages. [See the documentation](https://docs.firecrawl.dev/api-reference/endpoint/crawl-post),FALSE,TRUE,FALSE +resend-send-email,Send Email,Send an email [See the documentation](https://resend.com/docs/api-reference/emails/send-email),FALSE,TRUE,FALSE +bitget-spot-trade-place-order,Spot - Trade - Place Order,Place a spot order on Bitget. [See the documentation](https://www.bitget.com/api-doc/spot/trade/Place-Order),FALSE,TRUE,FALSE +bitget-spot-trade-get-unfilled-orders,Spot - Trade - Get Unfilled Orders,Retrieve unfilled (open) orders for a user on Bitget. [See the documentation](https://www.bitget.com/api-doc/spot/trade/Get-Unfilled-Orders),FALSE,TRUE,FALSE +bitget-spot-trade-get-order-info,Spot - Trade - Get Order Info,Retrieve detailed information about a specific order on Bitget. You can query by orderId or clientOid. [See the documentation](https://www.bitget.com/api-doc/spot/trade/Get-Order-Info),FALSE,TRUE,TRUE +bitget-spot-trade-get-history-orders,Spot - Trade - Get History Orders,Retrieve historical order data for a user. [See the documentation](https://www.bitget.com/api-doc/spot/trade/Get-History-Orders),FALSE,TRUE,TRUE +bitget-spot-trade-get-fills,Spot - Trade - Get Fills,Retrieve transaction details (fills) for a user. [See the documentation](https://www.bitget.com/api-doc/spot/trade/Get-Fills),FALSE,TRUE,TRUE +bitget-spot-trade-cancel-symbol-orders,Spot - Trade - Cancel Symbol Orders,Cancel all orders for a specific symbol. [See the documentation](https://www.bitget.com/api-doc/spot/trade/Cancel-Symbol-Orders),TRUE,TRUE,FALSE +bitget-spot-trade-cancel-replace-order,Spot - Trade - Cancel Replace Order,Cancel an Existing Order and Send a New Order. [See the documentation](https://www.bitget.com/api-doc/spot/trade/Cancel-Replace-Order),TRUE,TRUE,FALSE +bitget-spot-trade-cancel-order,Spot - Trade - Cancel Order,Cancel a spot order on Bitget. You can cancel by orderId or clientOid. [See the documentation](https://www.bitget.com/api-doc/spot/trade/Cancel-Order),TRUE,TRUE,FALSE +bitget-spot-trade-batch-place-orders,Spot - Trade - Batch Place Orders,Place multiple spot orders in batch. Maximum 50 orders per request. [See the documentation](https://www.bitget.com/api-doc/spot/trade/Batch-Place-Orders),FALSE,TRUE,FALSE +bitget-spot-trade-batch-cancel-replace-order,Spot - Trade - Batch Cancel Replace Order,Cancel existing orders and send new orders in batch. Maximum 50 orders per request. [See the documentation](https://bitgetlimited.github.io/apidoc/en/spot/#batch-cancel-existing-order-and-send-new-orders),TRUE,TRUE,FALSE +bitget-spot-trade-batch-cancel-orders,Spot - Trade - Batch Cancel Orders,Cancel multiple spot orders in batch. Maximum 50 orders per request. [See the documentation](https://www.bitget.com/api-doc/spot/trade/Batch-Cancel-Orders),TRUE,TRUE,FALSE +bitget-spot-market-get-vip-fee-rate,Spot - Market - Get VIP Fee Rate,Retrieve VIP fee rate information. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-VIP-Fee-Rate),FALSE,TRUE,TRUE +bitget-spot-market-get-tickers,Spot - Market - Get Tickers,Obtain ticker information for all trading pairs or specific ones. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-Tickers),FALSE,TRUE,TRUE +bitget-spot-market-get-symbols,Spot - Market - Get Symbols,Obtain all trading pair information on the platform. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-Symbols),FALSE,TRUE,TRUE +bitget-spot-market-get-recent-trades,Spot - Market - Get Recent Trades,Retrieve recent trade fills for a specified symbol. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-Recent-Trades),FALSE,TRUE,TRUE +bitget-spot-market-get-orderbook,Spot - Market - Get Orderbook,Retrieve the order book depth for a specified symbol. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-Orderbook),FALSE,TRUE,TRUE +bitget-spot-market-get-merge-depth,Spot - Market - Get Merge Depth,Retrieve merge depth for a specified symbol. [See the documentation](https://www.bitget.com/api-doc/spot/market/Merge-Orderbook),FALSE,TRUE,TRUE +bitget-spot-market-get-market-trades,Spot - Market - Get Market Trades,Retrieve market trade history for a specified symbol. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-Market-Trades),FALSE,TRUE,TRUE +bitget-spot-market-get-history-candle-data,Spot - Market - Get History Candle Data,Retrieve history candlestick data for a specified symbol and time period. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-History-Candle-Data),FALSE,TRUE,TRUE +bitget-spot-market-get-coin-list,Spot - Market - Get Coin List,"Get spot coin information,supporting both individual and full queries. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-Coin-List)",FALSE,TRUE,TRUE +bitget-spot-market-get-candle-data,Spot - Market - Get Candle Data,Retrieve candlestick data for a specified symbol and time period. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-Candle-Data),FALSE,TRUE,TRUE +bitget-spot-market-get-auction,Spot - Market - Get Auction,Retrieve auction data for a specified symbol. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-Auction),FALSE,TRUE,TRUE +bitget-future-market-get-vip-fee-rate,Future - Market - Get VIP Fee Rate,Retrieve VIP fee rate information for contract trading. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-VIP-Fee-Rate),FALSE,TRUE,TRUE +bitget-future-market-get-tickers,Future - Market - Get Tickers,Get all ticker data of the given product type. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-All-Symbol-Ticker),FALSE,TRUE,TRUE +bitget-future-market-get-ticker,Future - Market - Get Ticker,Retrieve ticker information for a specific contract symbol. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Ticker),FALSE,TRUE,TRUE +bitget-future-market-get-symbol-price,Future - Market - Get Symbol Price,Retrieve current price for a contract symbol. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Symbol-Price),FALSE,TRUE,TRUE +bitget-future-market-get-symbol-next-funding-time,Future - Market - Get Symbol Next Funding Time,Retrieve next funding time for a contract symbol. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Symbol-Next-Funding-Time),FALSE,TRUE,TRUE +bitget-future-market-get-recent-fills,Future - Market - Get Recent Fills,Retrieve recent fill data for a contract symbol. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Recent-Fills),FALSE,TRUE,TRUE +bitget-future-market-get-open-interest,Future - Market - Get Open Interest,Retrieve open interest data for a contract symbol. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Open-Interest),FALSE,TRUE,FALSE +bitget-future-market-get-merge-depth,Future - Market - Get Merge Depth,Retrieve order book merge depth for a contract symbol. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Merge-Depth),FALSE,TRUE,TRUE +bitget-future-market-get-interest-rate,Future - Market - Get Interest Rate,Get interest rate history for a specific coin asset. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Interest-Rate),FALSE,TRUE,TRUE +bitget-future-market-get-history-mark-candle-data,Future - Market - Get History Mark Candle Data,Retrieve historical mark price candlestick data for a contract symbol. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-History-Mark-Candle-Data),TRUE,TRUE,FALSE +bitget-future-market-get-history-index-candle-data,Future - Market - Get History Index Candle Data,Retrieve historical index candlestick data for a contract symbol. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-History-Index-Candle-Data),TRUE,TRUE,FALSE +bitget-future-market-get-history-funding-rate,Future - Market - Get History Funding Rate,Retrieve historical funding rate for a contract symbol. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-History-Funding-Rate),FALSE,TRUE,TRUE +bitget-future-market-get-history-candle-data,Future - Market - Get History Candle Data,Retrieve historical candlestick data for a contract symbol. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-History-Candle-Data),FALSE,TRUE,TRUE +bitget-future-market-get-fills-history,Future - Market - Get Fills History,Retrieve historical fill data for a contract symbol. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Fills-History),FALSE,TRUE,TRUE +bitget-future-market-get-exchange-rate,Future - Market - Get Exchange Rate,Get interest exchange rate information for contract trading. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Exchange-Rate),FALSE,TRUE,TRUE +bitget-future-market-get-discount-rate,Future - Market - Get Discount Rate,Retrieve discount rate information for contract trading. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Discount-Rate),FALSE,TRUE,TRUE +bitget-future-market-get-current-funding-rate,Future - Market - Get Current Funding Rate,Retrieve current funding rate for a contract symbol. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Current-Funding-Rate),FALSE,TRUE,TRUE +bitget-future-market-get-contracts-oi,Future - Market - Get Contracts OI,Retrieve open interest for contracts. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Contracts-Oi),FALSE,TRUE,FALSE +bitget-future-market-get-candle-data,Future - Market - Get Candle Data,Retrieve candlestick data for a contract symbol. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Candle-Data),FALSE,TRUE,TRUE +bitget-future-market-get-all-symbols-contracts,Future - Market - Get All Symbols Contracts,Retrieve all contract symbols by product type. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-All-Symbols-Contracts),FALSE,TRUE,TRUE +zendesk-update-ticket,Update Ticket,Updates a ticket. [See the documentation](https://developer.zendesk.com/api-reference/ticketing/tickets/tickets/#update-ticket).,TRUE,TRUE,FALSE +zendesk-set-ticket-tags,Set Ticket Tags,Set tags on a ticket (replaces all existing tags). [See the documentation](https://developer.zendesk.com/api-reference/ticketing/ticket-management/tags/#set-tags).,TRUE,TRUE,FALSE +zendesk-search-tickets,Search Tickets,Searches for tickets using Zendesk's search API. [See the documentation](https://developer.zendesk.com/api-reference/ticketing/ticket-management/search/#search-tickets).,FALSE,TRUE,TRUE +zendesk-remove-ticket-tags,Remove Ticket Tags,Remove specific tags from a ticket. [See the documentation](https://developer.zendesk.com/api-reference/ticketing/ticket-management/tags/#remove-tags).,TRUE,TRUE,FALSE +zendesk-list-tickets,List Tickets,Retrieves a list of tickets. [See the documentation](https://developer.zendesk.com/api-reference/ticketing/tickets/tickets/#list-tickets).,FALSE,TRUE,TRUE +zendesk-list-ticket-comments,List Ticket Comments,Retrieves all comments for a specific ticket. [See the documentation](https://developer.zendesk.com/api-reference/ticketing/tickets/ticket_comments/#list-comments).,FALSE,TRUE,TRUE +zendesk-list-macros,List Macros,Retrieves all macros. [See the documentation](https://developer.zendesk.com/api-reference/ticketing/business-rules/macros/#list-macros).,FALSE,TRUE,TRUE +zendesk-list-locales,List Locales,Retrieves all locales. [See the documentation](https://developer.zendesk.com/api-reference/ticketing/account-configuration/locales/).,FALSE,TRUE,TRUE +zendesk-get-user-info,Get User Info,Retrieves information about a specific user. [See the documentation](https://developer.zendesk.com/api-reference/ticketing/users/users/#show-user).,FALSE,TRUE,TRUE +zendesk-get-ticket-info,Get Ticket Info,Retrieves information about a specific ticket. [See the documentation](https://developer.zendesk.com/api-reference/ticketing/tickets/tickets/#show-ticket).,FALSE,TRUE,TRUE +zendesk-delete-ticket,Delete Ticket,Deletes a ticket. [See the documentation](https://developer.zendesk.com/api-reference/ticketing/tickets/tickets/#delete-ticket).,TRUE,TRUE,FALSE +zendesk-create-ticket,Create Ticket,Creates a ticket. [See the documentation](https://developer.zendesk.com/api-reference/ticketing/tickets/tickets/#create-ticket).,FALSE,TRUE,FALSE +zendesk-add-ticket-tags,Add Ticket Tags,Add tags to a ticket (appends to existing tags). [See the documentation](https://developer.zendesk.com/api-reference/ticketing/ticket-management/tags/#add-tags).,FALSE,TRUE,FALSE +returnless-list-sales-order-items,List Sales Order Items,Retrieve all items from a specific sales order with cursor-based pagination support. [See the documentation](https://docs.returnless.com/docs/api-rest-reference/6b3c26dad0434-list-all-items-of-a-sales-order),FALSE,TRUE,TRUE +plentyone-get-orders,Get Orders,Retrieves a list of orders from PlentyONE. [See the documentation](https://developers.plentymarkets.com/en-gb/plentymarkets-rest-api/index.html#/Order/get_rest_orders),TRUE,TRUE,FALSE +plentyone-get-order,Get Order,Retrieves a specific order by ID from PlentyONE. [See the documentation](https://developers.plentymarkets.com/en-gb/plentymarkets-rest-api/index.html#/Order/get_rest_orders__orderId_),TRUE,TRUE,FALSE +plentyone-get-order-properties,Get Order Properties,Retrieves properties for a specific order from PlentyONE [See the documentation](https://developers.plentymarkets.com/en-gb/plentymarkets-rest-api/index.html#/Order/get_rest_orders__orderId_),TRUE,TRUE,FALSE +plentyone-get-order-items,Get Order Items,Retrieves items for a specific order from PlentyONE [See the documentation](https://developers.plentymarkets.com/en-gb/plentymarkets-rest-api/index.html#/Order/get_rest_orders__orderId_),TRUE,TRUE,FALSE +plentyone-get-order-documents,Get Order Documents,Retrieves documents for a specific order from PlentyONE. [See the documentation](https://developers.plentymarkets.com/en-gb/plentymarkets-rest-api/index.html#/Document/get_rest_orders_documents_find),TRUE,TRUE,FALSE +plentyone-create-order,Create Order,Creates a new order in PlentyONE. [See the documentation](https://developers.plentymarkets.com/en-gb/plentymarkets-rest-api/index.html#/Order/post_rest_orders),TRUE,TRUE,FALSE +plentyone-add-order-note,Add Order Note,Adds a note to an order in PlentyONE. [See the documentation](https://developers.plentymarkets.com/en-gb/plentymarkets-rest-api/index.html#/Comment/post_rest_comments),TRUE,TRUE,FALSE +jira-update-issue,Update Issue,"Updates an issue. A transition may be applied and issue properties updated as part of the edit, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-put)",TRUE,TRUE,FALSE +jira-update-comment,Update Comment,"Updates a comment, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comments/#api-rest-api-3-issue-issueidorkey-comment-id-put)",TRUE,TRUE,FALSE +jira-transition-issue,Transition Issue,"Performs an issue transition and, if the transition has a screen, updates the fields from the transition screen, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-transitions-post)",FALSE,TRUE,FALSE +jira-list-issue-comments,List Issue Comments,"Lists all comments for an issue, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comments/#api-rest-api-3-issue-issueidorkey-comment-get)",FALSE,TRUE,FALSE +jira-get-users,Get Users,Gets details of a list of users. [See docs here](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-search/#api-rest-api-3-user-search-get),FALSE,TRUE,TRUE +jira-get-user,Get User,"Gets details of user, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users/#api-rest-api-3-user-get)",FALSE,TRUE,TRUE +jira-get-transitions,Get Transitions,"Gets either all transitions or a transition that can be performed by the user on an issue, based on the issue's status, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-transitions-get)",FALSE,TRUE,FALSE +jira-get-task,Get Task,"Gets the status of a long-running asynchronous task, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-tasks/#api-rest-api-3-task-taskid-get)",FALSE,TRUE,TRUE +jira-get-issue,Get Issue,Gets the details for an issue. [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-get),FALSE,TRUE,FALSE +jira-get-all-projects,Get All Projects,"Gets metadata on all projects, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-rest-api-3-project-get)",FALSE,TRUE,TRUE +jira-delete-project,Delete Project,"Deletes a project, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects/#api-rest-api-3-project-projectidorkey-delete)",TRUE,TRUE,FALSE +jira-create-version,Create Jira Version in project,"Creates a project version., [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-versions/#api-rest-api-3-version-post)",FALSE,TRUE,FALSE +jira-create-issue,Create Issue,"Creates an issue or, where the option to create subtasks is enabled in Jira, a subtask, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-rest-api-3-issue-post)",FALSE,TRUE,FALSE +jira-create-custom-field-options-context,Create Custom Field Options (Context),Create a context for custom field options. [See the documentation here](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options/#api-rest-api-3-field-fieldid-context-contextid-option-post).,FALSE,TRUE,FALSE +jira-assign-issue,Assign Issue,Assigns an issue to a user. [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-assignee-put),TRUE,TRUE,FALSE +jira-add-watcher-to-issue,Add Watcher To Issue,"Adds a user as a watcher of an issue by passing the account ID of the user, For example, `5b10ac8d82e05b22cc7d4ef5`, If no user is specified the calling user is added. [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-watchers/#api-rest-api-3-issue-issueidorkey-watchers-post)",FALSE,TRUE,FALSE +jira-add-multiple-attachments-to-issue,Add Multiple Attachments To Issue,"Adds multiple attachments to an issue, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments/#api-rest-api-3-issue-issueidorkey-attachments-post)",FALSE,TRUE,FALSE +jira-add-comment-to-issue,Add Comment To Issue,"Adds a new comment to an issue, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comments/#api-rest-api-3-issue-issueidorkey-comment-post)",FALSE,TRUE,FALSE +jira-add-attachment-to-issue,Add Attachment To Issue,"Adds an attachment to an issue, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments/#api-rest-api-3-issue-issueidorkey-attachments-post)",FALSE,TRUE,FALSE +booking_experts-search-contacts,Search Contacts,Search for contacts by email or phone. [See the documentation](https://developers.bookingexperts.com/reference/contact-search-first),FALSE,TRUE,TRUE +booking_experts-list-inventory-objects,List Inventory Objects,Returns inventory objects of the administration. [See the documentation](https://developers.bookingexperts.com/reference/administration-inventoryobjects-index),TRUE,TRUE,FALSE +booking_experts-list-bookings,List Bookings,Returns a list of bookings for an administration. [See the documentation](https://developers.bookingexperts.com/reference/administration-bookings-index),TRUE,TRUE,FALSE +booking_experts-get-complex-prices,Get Complex Prices,Returns all complex prices of a master price list. [See the documentation](https://developers.bookingexperts.com/reference/administration-masterpricelist-complexprices-index),TRUE,TRUE,FALSE +booking_experts-create-agenda-period,Create Agenda Period,Creates a new agenda period. [See the documentation](https://developers.bookingexperts.com/reference/administration-maintenance-agenda-periods-create),FALSE,TRUE,FALSE +booking_experts-add-guest-to-reservation,Add Guest to Reservation,Add a guest to a reservation.. [See the documentation](https://developers.bookingexperts.com/reference/administration-reservation-guests-create),FALSE,TRUE,FALSE +airtable_oauth-update-table,Update Table,Update an existing table. [See the documentation](https://airtable.com/developers/web/api/update-table),TRUE,TRUE,FALSE +airtable_oauth-update-record,Update Record,Update a single record in a table by Record ID. [See the documentation](https://airtable.com/developers/web/api/update-record),TRUE,TRUE,FALSE +airtable_oauth-update-field,Update Field,Update an existing field in a table. [See the documentation](https://airtable.com/developers/web/api/update-field),TRUE,TRUE,FALSE +airtable_oauth-update-comment,Update Comment,Update an existing comment on a selected record. [See the documentation](https://airtable.com/developers/web/api/update-comment),TRUE,TRUE,FALSE +airtable_oauth-search-records,Search Records,Search for a record by formula or by field value. [See the documentation](https://airtable.com/developers/web/api/list-records),FALSE,TRUE,TRUE +airtable_oauth-list-tables,List Tables,Get a list of tables in the selected base. [See the documentation](https://airtable.com/developers/web/api/get-base-schema),FALSE,TRUE,TRUE +airtable_oauth-list-records,List Records,"Retrieve records from a table, optionally sorting and filtering results. [See the documentation](https://airtable.com/developers/web/api/list-records)",FALSE,TRUE,TRUE +airtable_oauth-list-records-in-view,List Records in View,"Retrieve records from a view, optionally sorting and filtering results. [See the documentation](https://airtable.com/developers/web/api/list-views)",FALSE,TRUE,TRUE +airtable_oauth-list-bases,List Bases,Get the list of bases that can be accessed. [See the documentation](https://airtable.com/developers/web/api/list-bases),FALSE,TRUE,TRUE +airtable_oauth-get-record,Get Record,Get data of a selected record from a table. [See the documentation](https://airtable.com/developers/web/api/get-record),FALSE,TRUE,TRUE +airtable_oauth-get-record-or-create,Get Record Or Create,"Get a specific record, or create one if it doesn't exist. [See the documentation](https://airtable.com/developers/web/api/create-records)",FALSE,TRUE,FALSE +airtable_oauth-delete-record,Delete Record,Delete a selected record from a table. [See the documentation](https://airtable.com/developers/web/api/delete-record),TRUE,TRUE,FALSE +airtable_oauth-create-table,Create Table,Create a new table. [See the documentation](https://airtable.com/developers/web/api/create-table),FALSE,TRUE,FALSE +airtable_oauth-create-single-record,Create Single Record,Adds a record to a table.,FALSE,TRUE,FALSE +airtable_oauth-create-or-update-record,Create or Update Record,Create a new record or update an existing one. [See the documentation](https://airtable.com/developers/web/api/create-records),TRUE,TRUE,FALSE +airtable_oauth-create-multiple-records,Create Multiple Records,Create one or more records in a table in a single operation with an array. [See the documentation](https://airtable.com/developers/web/api/create-records),FALSE,TRUE,FALSE +airtable_oauth-create-field,Create Field,Create a new field in a table. [See the documentation](https://airtable.com/developers/web/api/create-field),FALSE,TRUE,FALSE +airtable_oauth-create-comment,Create Comment,Create a comment on a selected record. [See the documentation](https://airtable.com/developers/web/api/create-comment),FALSE,TRUE,FALSE +apify_oauth-set-key-value-store-record,Set Key-Value Store Record,Create or update a record in the key-value store of Apify. [See the documentation](https://docs.apify.com/api/v2#/reference/key-value-stores/record-collection/put-record),TRUE,TRUE,FALSE +apify_oauth-scrape-single-url,Scrape Single URL,Executes a scraper on a specific website and returns its content as HTML. This action is perfect for extracting content from a single page. [See the documentation](https://docs.apify.com/sdk/js/docs/examples/crawl-single-url),FALSE,TRUE,FALSE +apify_oauth-run-task-synchronously,Run Task Synchronously,Run a specific task and return its dataset items. [See the documentation](https://docs.apify.com/api/v2/actor-task-run-sync-get-dataset-items-get),TRUE,TRUE,FALSE +apify_oauth-run-actor,Run Actor,Performs an execution of a selected Actor in Apify. [See the documentation](https://docs.apify.com/api/v2#/reference/actors/run-collection/run-actor),FALSE,TRUE,FALSE +apify_oauth-get-dataset-items,Get Dataset Items,Returns data stored in a dataset. [See the documentation](https://docs.apify.com/api/v2/dataset-items-get),FALSE,TRUE,TRUE +dhl-get-tracking,Get Tracking Information,Get tracking information for shipments. [See the documentation](https://developer.dhl.com/api-reference/shipment-tracking#operations-default-getTrackingShipment),FALSE,TRUE,TRUE +google_ads-send-offline-conversion,Send Offline Conversion,Send an event to Google Ads to track offline conversions. [See the documentation](https://developers.google.com/google-ads/api/reference/rpc/v21/ConversionAction),FALSE,TRUE,FALSE +google_ads-create-report,Create Report,Generates a report from your Google Ads data. [See the documentation](https://developers.google.com/google-ads/api/reference/rpc/v21/GoogleAdsService/Search?transport=rest),FALSE,TRUE,FALSE +google_ads-create-customer-list,Create Customer List,Create a new customer list in Google Ads. [See the documentation](https://developers.google.com/google-ads/api/reference/rpc/v21/UserList),FALSE,TRUE,FALSE +google_ads-add-contact-to-list-by-email,Add Contact to Customer List by Email,Adds a contact to a specific customer list in Google Ads. Lists typically update in 6 to 12 hours after operation. [See the documentation](https://developers.google.com/google-ads/api/docs/remarketing/audience-segments/customer-match/get-started),TRUE,TRUE,FALSE +apify-scrape-single-url,Scrape Single URL,Executes a scraper on a specific website and returns its content as HTML. This action is perfect for extracting content from a single page. [See the documentation](https://docs.apify.com/sdk/js/docs/examples/crawl-single-url),FALSE,TRUE,FALSE +topmessage-send-message,Send Message,Send messages via Whatsapp or SMS. [See the documentation](https://topmessage.com/documentation-api/send-message),FALSE,TRUE,FALSE +typeflo-create-post,Create Post,Creates and publish posts in yout blog. [See the documentation](https://typeflo.io/knowledge-base/headless-cms-admin-api-documentation#1-posts),FALSE,TRUE,FALSE +bamboohr-update-application-status,Update Application Status,Update the status of an application. [See the documentation](https://documentation.bamboohr.com/reference/post-applicant-status-1),TRUE,TRUE,FALSE +bamboohr-list-applications,List Applications,List all applications. [See the documentation](https://documentation.bamboohr.com/reference/get-applications),FALSE,TRUE,TRUE +bamboohr-get-application,Get Application,Get the details of an application. [See the documentation](https://documentation.bamboohr.com/reference/get-application-details-1),FALSE,TRUE,TRUE +bamboohr-download-resume,Download Resume,Download a resume from an application. [See the documentation](https://documentation.bamboohr.com/reference/get-company-file),TRUE,TRUE,FALSE +bamboohr-add-application-comment,Add Application Comment,Add a comment to an application. [See the documentation](https://documentation.bamboohr.com/reference/post-application-comment-1),FALSE,TRUE,FALSE +gong-retrieve-transcripts-of-calls,Retrieve Transcripts Of Calls,Retrieve transcripts of calls. [See the documentation](https://us-66463.app.gong.io/settings/api/documentation#post-/v2/calls/transcript),FALSE,TRUE,FALSE +gong-get-extensive-data,Get Extensive Data,Lists detailed call data. [See the documentation](https://gong.app.gong.io/settings/api/documentation#post-/v2/calls/extensive),FALSE,TRUE,FALSE +gong-add-new-call,Add New Call,Add a new call. [See the documentation](https://us-66463.app.gong.io/settings/api/documentation#post-/v2/calls),FALSE,TRUE,FALSE +token_metrics-get-trading-signals,Get Trading Signals,Get the AI generated trading signals for long and short positions for all tokens. [See the documentation](https://developers.tokenmetrics.com/reference/trading-signals),FALSE,TRUE,TRUE +token_metrics-get-top-market-cap-tokens,Get Top Market Cap Tokens,Get the list of coins for top market cap. [See the documentation](https://developers.tokenmetrics.com/reference/top-market-cap-tokens),FALSE,TRUE,TRUE +token_metrics-get-tokens,Get Tokens,Get the list of coins and their associated TOKEN_ID supported by Token Metrics. [See the documentation](https://developers.tokenmetrics.com/reference/tokens),FALSE,TRUE,TRUE +token_metrics-get-tm-grades,Get TM Grades,"Get the latest TM Grade for a token, including trader grade change, quant grade, signals, momentum, and 24-hour percentage changes for both TM Grade and Trader Grade. [See the documentation](https://developers.tokenmetrics.com/reference/tm-grade)",FALSE,TRUE,TRUE +token_metrics-get-tm-grades-historical,Get TM Grades Historical,"Get historical TM Grade data for a token, including trader grade change, quant grade, signals, momentum, and 24-hour percentage changes for both TM Grade and Trader Grade over time. [See the documentation](https://developers.tokenmetrics.com/reference/tm-grade-history)",FALSE,TRUE,TRUE +token_metrics-get-technology-grades,Get Technology Grades,"Get Technology Grade insights for a token, including activity score, security score, repository score, collaboration score, and DeFi scanner score. [See the documentation](https://developers.tokenmetrics.com/reference/technology-grade)",FALSE,TRUE,TRUE +token_metrics-get-technology-grades-historical,Get Technology Grades Historical,"Get historical Technology Grade data for a token, including activity score, security score, repository score, collaboration score, and DeFi scanner score over time. [See the documentation](https://developers.tokenmetrics.com/reference/technology-grade-history)",FALSE,TRUE,TRUE +token_metrics-get-scenario-analysis,Get Scenario Analysis,Get the price prediction based on different Crypto Market scenario. [See the documentation](https://developers.tokenmetrics.com/reference/scenario-analysis),FALSE,TRUE,TRUE +token_metrics-get-resistance-support,Get Resistance & Support,Get the historical levels of resistance and support for each token. [See the documentation](https://developers.tokenmetrics.com/reference/resistance-support),FALSE,TRUE,TRUE +token_metrics-get-quantmetrics,Get Quantmetrics,Get the latest quantitative metrics for tokens. Note that Token Metrics pricing data starts on 2019-01-01 for most tokens. More historical data will be available soon. [See the documentation](https://developers.tokenmetrics.com/reference/quantmetrics),FALSE,TRUE,TRUE +token_metrics-get-price,Get Price,Get token prices based on the provided token IDs. [See the documentation](https://developers.tokenmetrics.com/reference/price),FALSE,TRUE,TRUE +token_metrics-get-moonshot-tokens,Get Moonshot Tokens,"Get the AI-curated token picks (Moonshots) with high breakout potential based on grades, sentiment, volume, and on-chain data to help users trade smarter and faster. [See the documentation](https://developers.tokenmetrics.com/reference/moonshot-tokens)",FALSE,TRUE,TRUE +token_metrics-get-market-metrics,Get Market Metrics,"Get the Market Analytics from Token Metrics. They provide insight into the full Crypto Market, including the Bullish/Bearish Market indicator. [See the documentation](https://developers.tokenmetrics.com/reference/market-metrics)",FALSE,TRUE,TRUE +token_metrics-get-indices,Get Indices,Get active and passive crypto indices with performance and market data. [See the documentation](https://developers.tokenmetrics.com/reference/indices),FALSE,TRUE,TRUE +token_metrics-get-indices-performance,Get Indices Performance,"The Indices Performance endpoint provides historical performance data for a given index, including cumulative return on investment (ROI) over time. This data is useful for analyzing index trends and evaluating investment performance. [See the documentation](https://developers.tokenmetrics.com/reference/indices-performance)",TRUE,TRUE,FALSE +token_metrics-get-indices-holdings,Get Indices Holdings,"This endpoint returns the current holdings of the given Index, along with their respective weight in %. [See the documentation](https://developers.tokenmetrics.com/reference/indices-holdings)",TRUE,TRUE,FALSE +token_metrics-get-hourly-trading-signals,Get Hourly Trading Signals,Get the hourly AI generated trading signals for long and short positions for all tokens. [See the documentation](https://developers.tokenmetrics.com/reference/hourly-trading-signals),FALSE,TRUE,TRUE +token_metrics-get-hourly-ohlcv,Get Hourly OHLCV,"Get hourly OHLCV (Open, High, Low, Close, Volume) data for tokens. [See the documentation](https://developers.tokenmetrics.com/reference/hourly-ohlcv)",TRUE,TRUE,FALSE +token_metrics-get-fundamental-grades,Get Fundamental Grades,"Get the latest Fundamental Grade insights for a token, including grade class, community score, exchange score, VC score, tokenomics score, and DeFi scanner score. [See the documentation](https://developers.tokenmetrics.com/reference/fundamental-grade)",FALSE,TRUE,TRUE +token_metrics-get-fundamental-grades-historical,Get Fundamental Grades Historical,"Get historical Fundamental Grade insights for a token, including grade class, community score, exchange score, VC score, tokenomics score, and DeFi scanner score over time. [See the documentation](https://developers.tokenmetrics.com/reference/fundamental-grade-history)",FALSE,TRUE,TRUE +token_metrics-get-daily-ohlcv,Get Daily OHLCV,"Get daily OHLCV (Open, High, Low, Close, Volume) data for tokens. [See the documentation](https://developers.tokenmetrics.com/reference/daily-ohlcv)",TRUE,TRUE,FALSE +token_metrics-get-crypto-investors,Get Crypto Investors,Get the latest list of crypto investors and their scores. [See the documentation](https://developers.tokenmetrics.com/reference/crypto-investors),FALSE,TRUE,TRUE +token_metrics-get-correlation,Get Correlation,Get the Top 10 and Bottom 10 correlation of tokens with the top 100 market cap tokens. [See the documentation](https://developers.tokenmetrics.com/reference/correlation),FALSE,TRUE,TRUE +token_metrics-get-ai-reports,Get AI Reports,"Retrieve AI-generated reports providing comprehensive analyses of cryptocurrency tokens, including deep dives, investment analyses, and code reviews. [See the documentation](https://developers.tokenmetrics.com/reference/ai-reports)",FALSE,TRUE,TRUE +dachser-get-shipment-status,Get Shipment Status,Retrieve the current status for a shipment by tracking number and customer ID. [See the documentation](https://api-portal.dachser.com/bi.b2b.portal/api/library/shipmentstatus?1),FALSE,TRUE,TRUE +dachser-get-shipment-history,Get Shipment History,Retrieve the full history for a shipment by tracking number and customer ID. [See the documentation](https://api-portal.dachser.com/bi.b2b.portal/api/library/shipmenthistory?5),FALSE,TRUE,TRUE +dachser-get-delivery-order-status,Get Delivery Order Status,Retrieve the delivery order status using reference and customer details. [See the documentation](https://api-portal.dachser.com/bi.b2b.portal/api/library/deliveryorderstatus?6),FALSE,TRUE,TRUE +mews-update-reservation,Update Reservation,Update an existing reservation in Mews. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/reservations#update-reservations),TRUE,TRUE,FALSE +mews-update-customer,Update Customer,Update an existing customer in Mews. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/customers#update-customer),TRUE,TRUE,FALSE +mews-get-rate-prices,Get Rate Prices,Get rate pricing information for a specific rate and time period. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/rates#get-rate-pricing),FALSE,TRUE,TRUE +mews-get-bill-pdf,Get Bill PDF,Get a bill PDF by bill ID. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/bills#get-bill-pdf),FALSE,TRUE,TRUE +mews-fetch-reservations,Fetch Reservations,Retrieve reservations using Mews Connector API. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/reservations#get-all-reservations-ver-2023-06-06),FALSE,TRUE,TRUE +mews-fetch-products,Fetch Products,Retrieve products using Mews Connector API. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/products#get-all-products),FALSE,TRUE,TRUE +mews-fetch-order-items,Fetch Order Items,Retrieve order items using Mews Connector API. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/orderitems#get-all-order-items),FALSE,TRUE,TRUE +mews-fetch-customers,Fetch Customers,Retrieve customers using Mews Connector API. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/customers#get-all-customers),FALSE,TRUE,TRUE +mews-fetch-age-categories,Fetch Age Categories,Retrieve all age categories filtered by service. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/agecategories#get-all-age-categories),FALSE,TRUE,TRUE +mews-create-task,Create New Task,Create a new task in Mews. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/tasks#add-task),FALSE,TRUE,FALSE +mews-create-reservation,Create Reservation,Create a reservation in Mews. See reservation parameters in the docs. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/reservations#add-reservations),FALSE,TRUE,FALSE +mews-create-order,Create Order,Create an order in Mews. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/orders#add-order),FALSE,TRUE,FALSE +mews-create-availability-block,Create Availability Block,Create an availability block in Mews. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/availabilityblocks#add-availability-blocks),FALSE,TRUE,FALSE +mews-cancel-reservation,Cancel Reservation,Cancel a reservation in Mews.,TRUE,TRUE,FALSE +mews-add-reservation-product,Add Reservation Product,Add a product to a reservation. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/reservations#add-reservation-product),FALSE,TRUE,FALSE +mews-add-reservation-companion,Add Reservation Companion,Add a customer as a companion to a reservation. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/reservations#add-reservation-companion),FALSE,TRUE,FALSE +mews-add-customer,Add Customer,Adds a new customer to the system. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/customers#add-customer),FALSE,TRUE,FALSE +mews-add-customer-file,Add Customer File,Add a customer file to the Mews system. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/customers#add-customer-file),FALSE,TRUE,FALSE +akeneo-submit-product-for-approval,Submit Product For Approval,Submit a product for approval. [See the documentation](https://api.akeneo.com/api-reference.html#post_proposal),FALSE,TRUE,FALSE +akeneo-search-products,Search Products,Search products from Akeneo. [See the documentation](https://api.akeneo.com/api-reference.html#get_products),FALSE,TRUE,TRUE +akeneo-get-product,Get Product,Get a product from Akeneo. [See the documentation](https://api.akeneo.com/api-reference.html#get_products__code_),FALSE,TRUE,TRUE +akeneo-get-draft,Get Draft,Get a product draft from Akeneo. [See the documentation](https://api.akeneo.com/api-reference.html#get_draft__code_),FALSE,TRUE,TRUE +akeneo-delete-product,Delete Product,Delete a product from Akeneo. [See the documentation](https://api.akeneo.com/api-reference.html#delete_products__code_),TRUE,TRUE,FALSE +akeneo-create-a-new-product-media-file,Create A New Product Media File,Allows you to create a new media file and associate it to an attribute value of a given product or product model. [See the docs](https://api.akeneo.com/api-reference.html#post_media_files),FALSE,TRUE,FALSE +nasdaq_data_link_time_series_and_table_data_-get-table-metadata,Get Table Metadata,"Retrieves metadata for a specific Nasdaq Data Link table, including column names, types, filterable columns, and primary keys. [See the documentation](https://docs.data.nasdaq.com/docs/tables-1)",FALSE,TRUE,TRUE +nasdaq_data_link_time_series_and_table_data_-get-table-data,Get Table Data,Retrieves data from a specific Nasdaq Data Link table with automatic pagination. Supports filtering by columns and rows. [See the documentation](https://docs.data.nasdaq.com/docs/tables-1),FALSE,TRUE,TRUE +nasdaq_data_link_time_series_and_table_data_-export-table,Export Table (Bulk Download),Exports an entire table or a filtered subset as a zipped CSV file. Returns a download link for the data. Premium subscribers can use this feature up to 60 times per hour. [See the documentation](https://docs.data.nasdaq.com/docs/large-table-download),FALSE,TRUE,TRUE +google_docs-replace-text,Replace Text,Replace all instances of matched text in an existing document. [See the documentation](https://developers.google.com/docs/api/reference/rest/v1/documents/request#ReplaceAllTextRequest),TRUE,TRUE,FALSE +google_docs-replace-image,Replace Image,Replace image in a existing document. [See the documentation](https://developers.google.com/docs/api/reference/rest/v1/documents/request#ReplaceImageRequest),TRUE,TRUE,FALSE +google_docs-insert-text,Insert Text,Insert text into a document. [See the documentation](https://developers.google.com/workspace/docs/api/reference/rest/v1/documents/request#inserttextrequest),FALSE,TRUE,FALSE +google_docs-insert-table,Insert Table,Insert a table into a document. [See the documentation](https://developers.google.com/workspace/docs/api/reference/rest/v1/documents/request#inserttablerequest),FALSE,TRUE,FALSE +google_docs-insert-page-break,Insert Page Break,Insert a page break into a document. [See the documentation](https://developers.google.com/workspace/docs/api/reference/rest/v1/documents/request#insertpagebreakrequest),FALSE,TRUE,FALSE +google_docs-get-tab-content,Get Tab Content,Get the content of a tab in a document. [See the documentation](https://developers.google.com/docs/api/reference/rest/v1/documents/get),FALSE,TRUE,TRUE +google_docs-get-document,Get Document,Get the contents of the latest version of a document. [See the documentation](https://developers.google.com/docs/api/reference/rest/v1/documents/get),FALSE,TRUE,TRUE +google_docs-find-document,Find Document,Search for a specific file by name. [See the documentation](https://developers.google.com/drive/api/v3/search-files) for more information,FALSE,TRUE,TRUE +google_docs-create-document,Create a New Document,Create a new document. [See the documentation](https://developers.google.com/docs/api/reference/rest/v1/documents/create),FALSE,TRUE,FALSE +google_docs-create-document-from-template,Create New Document From Template,Create a new Google Docs file from a template. Optionally include placeholders in the template document that will get replaced from this action. [See documentation](https://www.npmjs.com/package/google-docs-mustaches),FALSE,TRUE,FALSE +google_docs-append-text,Append Text,Append text to an existing document. [See the documentation](https://developers.google.com/docs/api/reference/rest/v1/documents/request#InsertTextRequest),FALSE,TRUE,FALSE +google_docs-append-image,Append Image to Document,Appends an image to the end of a document. [See the documentation](https://developers.google.com/docs/api/reference/rest/v1/documents/request#InsertInlineImageRequest),TRUE,TRUE,FALSE +bridge_interactive_platform-get-listings,Get Listings,Get MLS listings from a dataset. [See the documentation](https://bridgedataoutput.com/docs/explorer/mls-data),FALSE,TRUE,TRUE +youtube_data_api_custom_app-upload-video,Upload Video,Post a video to your channel. [See the docs](https://developers.google.com/youtube/v3/docs/videos/insert) for more information,FALSE,TRUE,FALSE +youtube_data_api_custom_app-upload-thumbnail,Upload Thumbnail,Uploads a custom video thumbnail to YouTube and sets it for a video. [See the docs](https://developers.google.com/youtube/v3/docs/thumbnails/set) for more information,TRUE,TRUE,FALSE +youtube_data_api_custom_app-upload-channel-banner,Upload Channel Banner,Uploads a channel banner image to YouTube. [See the docs](https://developers.google.com/youtube/v3/docs/channelBanners/insert) for more information,FALSE,TRUE,FALSE +youtube_data_api_custom_app-update-video-details,Update Video Details,Updates a video's metadata. [See the docs](https://developers.google.com/youtube/v3/docs/videos/update) for more information,TRUE,TRUE,FALSE +youtube_data_api_custom_app-update-playlist,Update Playlist,"Modifies a playlist. For example, you could change a playlist's title, description, or privacy status. **If you are submitting an update request, and your request does not specify a value for a property that already has a value, the property's existing value will be deleted.** [See the docs](https://developers.google.com/youtube/v3/docs/playlists/update) for more information",TRUE,TRUE,FALSE +youtube_data_api_custom_app-update-channel,Update Channel,Updates a channel's metadata. [See the docs](https://developers.google.com/youtube/v3/docs/channels/update) for more information,TRUE,TRUE,FALSE +youtube_data_api_custom_app-reply-to-comment,Reply To Comment,Creates a reply to an existing comment. [See the docs](https://developers.google.com/youtube/v3/docs/comments/insert) for more information,FALSE,TRUE,FALSE +youtube_data_api_custom_app-list-videos,List Videos,Returns a list of videos that match the API request parameters. [See the docs](https://developers.google.com/youtube/v3/docs/videos/list) for more information,FALSE,TRUE,TRUE +youtube_data_api_custom_app-list-playlists,List Playlists,Returns a collection of playlists that match the API request parameters. [See the docs](https://developers.google.com/youtube/v3/docs/playlists/list) for more information,FALSE,TRUE,TRUE +youtube_data_api_custom_app-list-activities,List Activities,Returns a list of channel activity events that match the request criteria. [See the docs](https://developers.google.com/youtube/v3/docs/channels/list) for more information,FALSE,TRUE,TRUE +youtube_data_api_custom_app-delete-playlist,Delete Playlist,Deletes a playlist. [See the docs](https://developers.google.com/youtube/v3/docs/playlists/delete) for more information,TRUE,TRUE,FALSE +youtube_data_api_custom_app-delete-playlist-items,Delete Playlist Items,Deletes a playlist item. [See the docs](https://developers.google.com/youtube/v3/docs/playlistItems/delete) for more information,TRUE,TRUE,FALSE +youtube_data_api_custom_app-create-playlist,Create Playlist,Creates a playlist. [See the docs](https://developers.google.com/youtube/v3/docs/playlists/insert) for more information,FALSE,TRUE,FALSE +youtube_data_api_custom_app-create-comment-thread,Create Comment Thread,Creates a new top-level comment in a video. [See the docs](https://developers.google.com/youtube/v3/docs/commentThreads/insert) for more information,FALSE,TRUE,FALSE +youtube_data_api_custom_app-channel-statistics,Channel Statistics,Returns statistics from my YouTube Channel or by id. [See the docs](https://developers.google.com/youtube/v3/docs/channels/list) for more information,FALSE,TRUE,TRUE +youtube_data_api_custom_app-add-playlist-items,Add Playlist Items,Adds resources to a playlist. [See the docs](https://developers.google.com/youtube/v3/docs/playlistItems/insert) for more information,FALSE,TRUE,FALSE +slack_bot-upload-file,Upload File,Upload a file (Bot). [See the documentation](https://api.slack.com/methods/files.upload),FALSE,TRUE,FALSE +slack_bot-update-message,Update Message,Update a message (Bot). [See the documentation](https://api.slack.com/methods/chat.update),TRUE,TRUE,FALSE +slack_bot-update-group-members,Update Groups Members,Update the list of users for a User Group (Bot). [See docs here](https://api.slack.com/methods/usergroups.users.update),TRUE,TRUE,FALSE +slack_bot-set-channel-topic,Set Channel Topic,Set the topic on a selected channel (Bot). [See the documentation](https://api.slack.com/methods/conversations.setTopic),TRUE,TRUE,FALSE +slack_bot-set-channel-description,Set Channel Description,Change the description or purpose of a channel (Bot). [See the documentation](https://api.slack.com/methods/conversations.setPurpose),TRUE,TRUE,FALSE +slack_bot-send-message,Send Message,"Send a message to a user, group, private channel or public channel (Bot). See [postMessage](https://api.slack.com/methods/chat.postMessage) or [scheduleMessage](https://api.slack.com/methods/chat.scheduleMessage) docs here",FALSE,TRUE,FALSE +slack_bot-send-message-advanced,Send Message (Advanced),"Customize advanced setttings and send a message to a channel, group or user (Bot). See [postMessage](https://api.slack.com/methods/chat.postMessage) or [scheduleMessage](https://api.slack.com/methods/chat.scheduleMessage) docs here",FALSE,TRUE,FALSE +slack_bot-send-large-message,Send a Large Message (3000+ characters),"Send a large message (more than 3000 characters) to a channel, group or user (Bot). See [postMessage](https://api.slack.com/methods/chat.postMessage) or [scheduleMessage](https://api.slack.com/methods/chat.scheduleMessage) docs here",FALSE,TRUE,FALSE +slack_bot-reply-to-a-message,Reply to a Message Thread,Send a message as a threaded reply (Bot). See [postMessage](https://api.slack.com/methods/chat.postMessage) or [scheduleMessage](https://api.slack.com/methods/chat.scheduleMessage) docs here,FALSE,TRUE,FALSE +slack_bot-list-users,List Users,Return a list of all users in a workspace (Bot). [See the documentation](https://api.slack.com/methods/users.list),FALSE,TRUE,TRUE +slack_bot-list-replies,List Replies,Retrieve a thread of messages posted to a conversation (Bot). [See the documentation](https://api.slack.com/methods/conversations.replies),FALSE,TRUE,TRUE +slack_bot-list-members-in-channel,List Members in Channel,Retrieve members of a channel (Bot). [See the documentation](https://api.slack.com/methods/conversations.members),FALSE,TRUE,TRUE +slack_bot-list-group-members,List Group Members,List all users in a User Group (Bot). [See the documentation](https://api.slack.com/methods/usergroups.users.list),FALSE,TRUE,TRUE +slack_bot-list-files,List Files,Return a list of files within a team (Bot). [See the documentation](https://api.slack.com/methods/files.list),FALSE,TRUE,TRUE +slack_bot-list-channels,List Channels,Return a list of all channels in a workspace (Bot). [See the documentation](https://api.slack.com/methods/conversations.list),FALSE,TRUE,TRUE +slack_bot-invite-user-to-channel,Invite User to Channel,Invite a user to an existing channel (Bot). [See the documentation](https://api.slack.com/methods/conversations.invite),FALSE,TRUE,FALSE +slack_bot-get-file,Get File,Return information about a file (Bot). [See the documentation](https://api.slack.com/methods/files.info),FALSE,TRUE,TRUE +slack_bot-find-user-by-email,Find User by Email,Find a user by matching against their email (Bot). [See the documentation](https://api.slack.com/methods/users.lookupByEmail),FALSE,TRUE,TRUE +slack_bot-delete-message,Delete Message,Delete a message (Bot). [See the documentation](https://api.slack.com/methods/chat.delete),TRUE,TRUE,FALSE +slack_bot-delete-file,Delete File,Delete a file (Bot). [See the documentation](https://api.slack.com/methods/files.delete),TRUE,TRUE,FALSE +slack_bot-create-channel,Create a Channel,Create a new channel (Bot). [See the documentation](https://api.slack.com/methods/conversations.create),FALSE,TRUE,FALSE +slack_bot-archive-channel,Archive Channel,Archive a channel (Bot). [See the documentation](https://api.slack.com/methods/conversations.archive),TRUE,TRUE,FALSE +slack_bot-add-emoji-reaction,Add Emoji Reaction,Add an emoji reaction to a message. [See the documentation](https://api.slack.com/methods/reactions.add),FALSE,TRUE,FALSE +procore_sandbox-create-timesheet,Create Timesheet,Create a new timesheet. [See the documentation](https://developers.procore.com/reference/rest/timesheets?version=latest#create-timesheet).,FALSE,TRUE,FALSE +procore_sandbox-create-submittal,Create Submittal,Create a new submittal. [See the documentation](https://developers.procore.com/reference/rest/submittals?version=latest#create-submittal).,FALSE,TRUE,FALSE +procore_sandbox-create-rfi,Create RFI,Create a new RFI. [See the documentation](https://developers.procore.com/reference/rest/rfis?version=latest#create-rfi).,FALSE,TRUE,FALSE +procore_sandbox-create-manpower-log,Create Manpower Log,Create a new manpower log. [See the documentation](https://developers.procore.com/reference/rest/manpower-logs?version=latest#create-manpower-log).,FALSE,TRUE,FALSE +procore_sandbox-create-incident,Create Incident,Create a new incident. [See the documentation](https://developers.procore.com/reference/rest/incidents?version=latest#create-incident).,FALSE,TRUE,FALSE +notiff-create-notification,Create Notification,Send a new notification to a user or system via notiff.io. [See the documentation](https://notiff.io/articles/welcome-to-notiff-getting-started-with-your-notification-center),FALSE,TRUE,FALSE +gitlab_developer_app-update-issue,Update Issue,Updates an existing project issue. [See the documentation](https://docs.gitlab.com/ee/api/issues.html#edit-issue),TRUE,TRUE,FALSE +gitlab_developer_app-update-epic,Update Epic,Updates an epic. [See the documentation](https://docs.gitlab.com/ee/api/epics.html#update-epic),TRUE,TRUE,FALSE +gitlab_developer_app-search-issues,Search Issues,Search for issues in a repository with a query. [See the documentation](https://docs.gitlab.com/ee/api/issues.html#list-issues),FALSE,TRUE,TRUE +gitlab_developer_app-list-repo-branches,List Repo Branches,Get a list of repository branches from a project. [See the documentation](https://docs.gitlab.com/ee/api/branches.html#list-repository-branches),FALSE,TRUE,TRUE +gitlab_developer_app-list-commits,List Commits,List commits in a repository branch. [See the documentation](https://docs.gitlab.com/ee/api/commits.html#list-repository-commits),FALSE,TRUE,TRUE +gitlab_developer_app-get-repo-branch,Get Repo Branch,Get a single project repository branch. [See the documentation](https://docs.gitlab.com/ee/api/branches.html#get-single-repository-branch),FALSE,TRUE,TRUE +gitlab_developer_app-get-issue,Get Issue,Gets a single issue from repository. [See the documentation](https://docs.gitlab.com/ee/api/issues.html#single-project-issue),FALSE,TRUE,FALSE +gitlab_developer_app-create-issue,Create issue,Creates a new issue. [See the documentation](https://docs.gitlab.com/ee/api/issues.html#new-issue),FALSE,TRUE,FALSE +gitlab_developer_app-create-epic,Create Epic,Creates a new epic. [See the documentation](https://docs.gitlab.com/ee/api/epics.html#new-epic),FALSE,TRUE,FALSE +gitlab_developer_app-create-branch,Create Branch,Create a new branch in the repository. [See the documentation](https://docs.gitlab.com/ee/api/branches.html#create-repository-branch),FALSE,TRUE,FALSE +amazon_ses-update-email-template,Update Email Template,Update an email template. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/updateemailtemplatecommand.html),TRUE,TRUE,FALSE +amazon_ses-send-templated-email,Send Templated Email,Send an email replacing the template tags with values using Amazon SES. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/sendtemplatedemailcommand.html),FALSE,TRUE,FALSE +amazon_ses-send-email,Send Email,Send an email using Amazon SES. Supports simple email messaging. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/sendemailcommand.html),FALSE,TRUE,FALSE +amazon_ses-get-email-template,Get Email Template,Get an email template. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/getemailtemplatecommand.html),FALSE,TRUE,TRUE +amazon_ses-create-email-template,Create Email Template,Create a HTML or a plain text email template. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/createemailtemplatecommand.html),FALSE,TRUE,FALSE +rinkel-update-note,Update Note,Update a note on a call. [See the documentation](https://developers.rinkel.com/docs/api/update-a-note-in-a-call-detail-record),TRUE,TRUE,FALSE +rinkel-get-voicemail,Get Voicemail,Returns a URL to stream or download a voicemail. [See the documentation](https://developers.rinkel.com/docs/api/get-a-temporary-url-to-stream-or-download-a-voicemail),FALSE,TRUE,TRUE +rinkel-get-call-recording,Get Call Recording,Get a call recording. [See the documentation](https://developers.rinkel.com/docs/api/get-a-recording),FALSE,TRUE,TRUE +rinkel-get-call-details,Get Call Details,Get details about a call. [See the documentation](https://developers.rinkel.com/docs/api/get-a-specific-call-detail-record),FALSE,TRUE,TRUE +rinkel-add-note,Add Note,Add a note to a call. [See the documentation](https://developers.rinkel.com/docs/api/add-a-note-to-a-call-detail-record),FALSE,TRUE,FALSE +mboum-get-iv-rank-percentile,Get IV Rank Percentile,Get Implied Volatility (IV) rank and percentile data for options to assess volatility levels. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-options-iv-rank-percentile),FALSE,TRUE,TRUE +mboum-get-iv-change,Get IV Change,Get Implied Volatility (IV) change data showing volatility movements and trends over time. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-options-iv-change),FALSE,TRUE,TRUE +mboum-get-earnings,Get Earnings Calendar,Get upcoming and historical earnings announcements and reports. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v2-markets-calendar-earnings),FALSE,TRUE,TRUE +trunkrs-list-time-slots,List Time Slots,List time slots. [See the documentation](https://docs.trunkrs.nl/docs/v2-api-documentation/5f27080ea3314-list-time-slots),FALSE,TRUE,TRUE +trunkrs-list-shipments,List Shipments,List all shipments. [See the documentation](https://docs.trunkrs.nl/docs/v2-api-documentation/b425314ab6c67-list-shipments),FALSE,TRUE,TRUE +trunkrs-get-shipment,Get Shipment,Get a shipment by its Trunkrs number. [See the documentation](https://docs.trunkrs.nl/docs/v2-api-documentation/34c6f57bded33-get-a-specific-shipment),FALSE,TRUE,TRUE +trunkrs-get-shipment-state,Get Shipment State,Get the state of a shipment. [See the documentation](https://docs.trunkrs.nl/docs/v2-api-documentation/47b5b585da6c9-get-status-for-specific-shipment),FALSE,TRUE,TRUE +trunkrs-create-shipment,Create Shipment,Create a new shipment. [See the documentation](https://docs.trunkrs.nl/docs/v2-api-documentation/85ba39933b755-create-shipment),FALSE,TRUE,FALSE +trunkrs-cancel-shipment,Cancel Shipment,Cancel a shipment. [See the documentation](https://docs.trunkrs.nl/docs/v2-api-documentation/29cfeecfd2273-cancel-shipment),TRUE,TRUE,FALSE +mboum-search,Search Markets,"Search for stocks, ETFs, and other financial instruments. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v2-markets-search)",FALSE,TRUE,TRUE +mboum-get-unusual-options-activity,Get Unusual Options Activity,Get unusual options activity including high volume and large trades that deviate from normal patterns. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-options-unusual-options-activity),FALSE,TRUE,TRUE +mboum-get-tickers,Get Market Tickers,Get a comprehensive list of stock tickers and symbols with detailed information. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v2-markets-tickers),FALSE,TRUE,TRUE +mboum-get-ticker-summary,Get Ticker Summary,"Get comprehensive ticker summary including key statistics, financial metrics, and company overview. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v2-markets-stock-ticker-summary)",FALSE,TRUE,TRUE +mboum-get-stock-splits,Get Stock Splits,"Get upcoming and historical stock split data including split ratios, dates, and company information. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-calendar-stock-splits)",FALSE,TRUE,TRUE +mboum-get-stoch,Get Stochastic Oscillator (STOCH),Calculate Stochastic Oscillator technical indicator to identify momentum and potential reversal points. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-indicators-stochh),FALSE,TRUE,TRUE +mboum-get-sma,Get Simple Moving Average (SMA),Calculate Simple Moving Average technical indicator for stocks and crypto. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-indicators-sma),FALSE,TRUE,TRUE +mboum-get-short-interest,Get Short Interest,"Get short interest data including short ratio, short percentage of float, and short interest trends. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v2-markets-stock-short-interest)",FALSE,TRUE,TRUE +mboum-get-sec-filings,Get SEC Filings,"Get SEC filings data including 10-K, 10-Q, 8-K, and other regulatory filings. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v2-markets-stock-sec-filings)",FALSE,TRUE,TRUE +mboum-get-screener,Get Stock Screener Results,Screen stocks based on various financial criteria and filters. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v2-markets-screener),FALSE,TRUE,TRUE +mboum-get-rsi,Get Relative Strength Index (RSI),Calculate Relative Strength Index technical indicator to measure momentum and identify overbought/oversold conditions. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-indicators-rsi),TRUE,TRUE,FALSE +mboum-get-revenue,Get Revenue Data,Get detailed revenue breakdown and analysis for a company including revenue trends and segments. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v2-markets-stock-revenue),FALSE,TRUE,TRUE +mboum-get-realtime-quote,Get Realtime Quote,"Get real-time stock quote data including current price, volume, and market data. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-quote)",FALSE,TRUE,TRUE +mboum-get-public-offerings,Get Public Offerings,"Get data on public offerings including secondary offerings, SPAC mergers, and other capital market events. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-calendar-public_offerings)",FALSE,TRUE,TRUE +mboum-get-price-targets,Get Price Targets,"Get analyst price targets and recommendations for a stock including target highs, lows, and consensus. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v2-markets-stock-price-targets)",FALSE,TRUE,TRUE +mboum-get-options,Get Options Data,"Get comprehensive options data including prices, Greeks, and market metrics. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v3-markets-options)",FALSE,TRUE,TRUE +mboum-get-options-flow,Get Options Flow,Get real-time options flow data showing large block trades and institutional activity. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-options-options-flow),FALSE,TRUE,TRUE +mboum-get-news,Get Financial News,"Get latest financial news and market updates, with optional filtering by ticker or category. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v2-markets-news)",FALSE,TRUE,TRUE +mboum-get-movers,Get Market Movers,"Get top market movers including gainers, losers, and most active stocks. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v2-markets-movers)",FALSE,TRUE,TRUE +mboum-get-most-active-options,Get Most Active Options,Get the most actively traded options contracts based on volume and trading activity. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-options-most-active),FALSE,TRUE,TRUE +mboum-get-modules,Get Stock Modules,"Get comprehensive stock data modules including financial metrics, statistics, and company information. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-stock-modules)",FALSE,TRUE,TRUE +mboum-get-market-info,Get Market Information,"Get comprehensive market information including indices, market status, and general market data. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v2-markets-market-info)",FALSE,TRUE,TRUE +mboum-get-macd,Get MACD,Calculate Moving Average Convergence Divergence (MACD) technical indicator to identify trend changes and momentum. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-indicators-macd),FALSE,TRUE,TRUE +mboum-get-ipo-data,Get IPO Data,"Get upcoming and recent Initial Public Offering (IPO) data including dates, prices, and company information. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-calendar-ipo)",FALSE,TRUE,TRUE +mboum-get-institutional-holdings,Get Institutional Holdings,Get institutional ownership data including top institutional holders and their position changes. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v2-markets-stock-institutional-holdings),FALSE,TRUE,TRUE +mboum-get-insider-trading,Get Insider Trading Data,"Get insider trading activities including buys, sells, and other transactions by company insiders. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-insider-trades)",FALSE,TRUE,TRUE +mboum-get-history,Get Stock History,"Get historical stock data including OHLCV (Open, High, Low, Close, Volume) data. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v2-markets-stock-history)",TRUE,TRUE,FALSE +mboum-get-historical-data,Get Historical Data,Get comprehensive historical stock data with advanced filtering and date range options. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v2-markets-stock-historical),FALSE,TRUE,TRUE +mboum-get-highest-iv-options,Get Highest IV Options,Get options contracts with the highest Implied Volatility (IV) levels for volatility trading strategies. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-options-highest-iv),FALSE,TRUE,TRUE +mboum-get-financials,Get Financial Statements,"Get comprehensive financial statements including income statement, balance sheet, and cash flow data. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v2-markets-stock-financials)",FALSE,TRUE,TRUE +mboum-get-economic-events,Get Economic Events,Get upcoming and historical economic events and indicators that can impact market movements. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-calendar-economic_events),FALSE,TRUE,TRUE +mboum-get-dividends,Get Dividends Calendar,Get upcoming and historical dividend payments and ex-dividend dates. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v2-markets-calendar-dividends),FALSE,TRUE,TRUE +mboum-get-crypto-quotes,Get Crypto Quotes,Get crypto quotes. [See the documentation](https://docs.mboum.com/#crypto-GETapi-v1-crypto-quotes),FALSE,TRUE,TRUE +mboum-get-crypto-profile,Get Crypto Profile,Get crypto profile. [See the documentation](https://docs.mboum.com/#crypto-GETapi-v1-crypto-profile),FALSE,TRUE,TRUE +mboum-get-crypto-modules,Get Crypto Modules,Get crypto modules. [See the documentation](https://docs.mboum.com/#crypto-GETapi-v1-crypto-modules),FALSE,TRUE,TRUE +mboum-get-crypto-holders,Get Crypto Holders,Get crypto holders. [See the documentation](https://docs.mboum.com/#crypto-GETapi-v1-crypto-holders),FALSE,TRUE,TRUE +mboum-get-crypto-currencies,Get Crypto Currencies,Get crypto currencies. [See the documentation](https://docs.mboum.com/#crypto-GETapi-v1-crypto-coins),FALSE,TRUE,TRUE +mboum-get-cci,Get Commodity Channel Index (CCI),Calculate Commodity Channel Index technical indicator to identify cyclical trends and overbought/oversold conditions. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-indicators-cci),TRUE,TRUE,FALSE +mboum-get-analyst-ratings,Get Analyst Ratings,Get analyst ratings and recommendations for a stock including buy/sell/hold ratings. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-stock-analyst-ratings),FALSE,TRUE,TRUE +mboum-get-adx,Get Average Directional Index (ADX),Calculate Average Directional Index technical indicator to measure trend strength and direction. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-indicators-adx),TRUE,TRUE,FALSE +mboum-get-adosc,Get Accumulation/Distribution Oscillator (ADOSC),Calculate Accumulation/Distribution Oscillator technical indicator to measure the momentum of volume flow. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-indicators-adosc),FALSE,TRUE,TRUE +mboum-get-ad,Get Accumulation/Distribution Line (AD),Calculate Accumulation/Distribution Line technical indicator to measure volume flow and confirm price trends. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-indicators-ad),FALSE,TRUE,TRUE +dataforseo-search-business-listings,Search Business Listings,Get information about business entities listed on Google Maps. [See the documentation](https://docs.dataforseo.com/v3/business_data/business_listings/search/live/),FALSE,TRUE,TRUE +dataforseo-parse-page-content,Parse Page Content,Parse the content on any page and return its structured content. [See the documentation](https://docs.dataforseo.com/v3/on_page/content_parsing/live/),FALSE,TRUE,TRUE +dataforseo-get-yahoo-organic-results,Get Yahoo Organic Results,Retrieve Yahoo organic search results for specified keywords. [See the documentation](https://docs.dataforseo.com/v3/serp/yahoo/organic/live/regular/?bash),FALSE,TRUE,TRUE +dataforseo-get-trustpilot-reviews,Get Trustpilot Reviews,Get Trustpilot business reviews and ratings for reputation management. [See the documentation](https://docs.dataforseo.com/v3/business_data/trustpilot/reviews/task_post/?bash),FALSE,TRUE,TRUE +dataforseo-get-tripadvisor-reviews,Get TripAdvisor Reviews,"Get TripAdvisor business reviews and ratings, especially useful for hospitality businesses. [See the documentation](https://docs.dataforseo.com/v3/business_data/tripadvisor/reviews/task_post/?bash)",FALSE,TRUE,TRUE +dataforseo-get-top-serp-results,Get Top SERP Results,Get top-ranking pages and competitor analysis for specified keywords. [See the documentation](https://docs.dataforseo.com/v3/dataforseo_labs/google/serp_competitors/live/?bash),FALSE,TRUE,TRUE +dataforseo-get-technologies-domain-list,Get Technologies Domain List,"Get technologies used by a domain (CMS, analytics, frameworks, etc.). [See the documentation](https://docs.dataforseo.com/v3/domain_analytics/technologies/domain_technologies/live/?bash)",FALSE,TRUE,TRUE +dataforseo-get-sentiment-analysis,Get Sentiment Analysis,Analyze sentiment of brand mentions and content for reputation management. [See the documentation](https://docs.dataforseo.com/v3/content_analysis/sentiment_analysis/live/?bash),FALSE,TRUE,TRUE +dataforseo-get-referring-domains,Get Referring Domains,Get detailed overview of referring domains pointing to the specified target. [See the documentation](https://docs.dataforseo.com/v3/backlinks/referring_domains/live/),FALSE,TRUE,TRUE +dataforseo-get-ranked-keywords,Get Ranked Keywords,Description for get-ranked-keywords. [See the documentation](https://docs.dataforseo.com/v3/keywords_data/google_ads/keywords_for_site/task_post/?bash),FALSE,TRUE,TRUE +dataforseo-get-keyword-suggestions,Get Keyword Suggestions,Get keyword ideas and related terms for specified seed keywords. [See the documentation](https://docs.dataforseo.com/v3/dataforseo_labs/google/keyword_suggestions/live/?bash),FALSE,TRUE,TRUE +dataforseo-get-keyword-ideas-live,Get Keyword Ideas Live,Generate live keyword suggestions and ideas for content strategy. [See the documentation](https://docs.dataforseo.com/v3/dataforseo_labs/google/keyword_ideas/live/?bash),FALSE,TRUE,TRUE +dataforseo-get-keyword-difficulty,Get Keyword Difficulty,Get Keyword Difficulty. [See the documentation](https://docs.dataforseo.com/v3/dataforseo_labs/google/bulk_keyword_difficulty/live/?bash),FALSE,TRUE,TRUE +dataforseo-get-keyword-data-id-list,Get Keyword Data ID List,Retrieve the list of IDs and metadata of the completed Keywords Data tasks during the specified period. [See the documentation](https://docs.dataforseo.com/v3/keywords_data/id_list/?bash),FALSE,TRUE,TRUE +dataforseo-get-keyword-data-errors,Get Keyword Data Errors,Retrieve information about the Keywords Data API tasks that returned an error within the past 7 days [See the documentation](https://docs.dataforseo.com/v3/keywords_data/errors/?bash),FALSE,TRUE,TRUE +dataforseo-get-historical-serp-data,Get Historical SERP Data,Get ranking history for keywords over time. [See the documentation](https://docs.dataforseo.com/v3/dataforseo_labs/google/historical_serps/live/?bash),FALSE,TRUE,TRUE +dataforseo-get-google-reviews,Get Google Reviews,Get Google business reviews and ratings for local SEO and reputation management. [See the documentation](https://docs.dataforseo.com/v3/business_data/google/reviews/task_post/?bash),FALSE,TRUE,TRUE +dataforseo-get-google-play-search,Get Google Play Search,Search Google Play Store apps by keywords for app store optimization (ASO) analysis. [See the documentation](https://docs.dataforseo.com/v3/app_data/google/app_searches/task_post/?bash),FALSE,TRUE,TRUE +dataforseo-get-google-organic-results,Get Google Organic Results,Retrieve Google organic search results for specified keywords. [See the documentation](https://docs.dataforseo.com/v3/serp/google/organic/live/regular/?bash),FALSE,TRUE,TRUE +dataforseo-get-google-news-results,Get Google News Results,Retrieve Google News search results for specified keywords. [See the documentation](https://docs.dataforseo.com/v3/serp/google/news/live/advanced/?bash),FALSE,TRUE,TRUE +dataforseo-get-google-my-business-info,Get Google My Business Info,Get detailed Google My Business listing information for local SEO analysis. [See the documentation](https://docs.dataforseo.com/v3/business_data/google/my_business_info/live/?bash),FALSE,TRUE,TRUE +dataforseo-get-google-images-results,Get Google Images Results,Retrieve Google Images search results for specified keywords. [See the documentation](https://docs.dataforseo.com/v3/serp/google/images/live/advanced/?bash),FALSE,TRUE,TRUE +dataforseo-get-google-ads-traffic-by-keywords-completed-tasks,Get Google Ads Traffic By Keywords Completed Tasks,"Retrieve the results of completed 'Ad Traffic By Keywords' tasks, which haven't been collected yet. [See the documentation](https://docs.dataforseo.com/v3/keywords_data/google_ads/ad_traffic_by_keywords/tasks_ready/?bash)",FALSE,TRUE,TRUE +dataforseo-get-google-ads-status,Get Google Ads Status,"Check the status of Google Ads data updates, indicating whether the keyword data has been refreshed for the previous month. [See the documentation](https://docs.dataforseo.com/v3/keywords_data/google_ads/status/?bash)",FALSE,TRUE,TRUE +dataforseo-get-google-ads-search-volume,Get Google Ads Search Volume,Retrieve search volume data for specified keywords from Google Ads. [See the documentation](https://docs.dataforseo.com/v3/keywords_data/google_ads/search_volume/live/?bash),FALSE,TRUE,TRUE +dataforseo-get-google-ads-search-volume-completed-tasks,Get Google Ads Search Volume Completed Tasks,"Retrieve the results of completed 'Search Volume' tasks, which haven't been collected yet. [See the documentation](https://docs.dataforseo.com/v3/keywords_data/google_ads/search_volume/tasks_ready/?bash)",FALSE,TRUE,TRUE +dataforseo-get-google-ads-locations,Get Google Ads Locations,"Retrieve a list of available locations supported by the Google Ads API, which can be used to specify geographic targeting in your requests. [See the documentation](https://docs.dataforseo.com/v3/keywords_data/google_ads/locations/?bash)",FALSE,TRUE,TRUE +dataforseo-get-google-ads-languages,Get Google Ads Languages,"Retrieve a list of languages supported by the Google Ads API, allowing you to specify language targeting in your requests. [See the documentation](https://docs.dataforseo.com/v3/keywords_data/google_ads/languages/?bash)",FALSE,TRUE,TRUE +dataforseo-get-google-ads-keywords-for-site-completed-tasks,Get Google Ads Keywords For Site Completed Tasks,"Retrieve the results of completed 'Keywords For Site' tasks, which haven't been collected yet. [See the documentation](https://docs.dataforseo.com/v3/keywords_data/google_ads/keywords_for_site/tasks_ready/?bash)",FALSE,TRUE,TRUE +dataforseo-get-google-ads-keywords-for-keywords,Get Google Ads Keywords For Keywords,"Retrieve keywords related to specified terms, helping you discover new keyword opportunities. [See the documentation](https://docs.dataforseo.com/v3/keywords_data/google_ads/keywords_for_keywords/live/?bash)",FALSE,TRUE,TRUE +dataforseo-get-google-ads-keywords-for-keywords-completed-tasks,Get Google Ads Keywords For Keywords Completed Tasks,"Retrieve the results of completed 'Keywords For Keywords' tasks, providing related keywords for previously submitted keyword requests. [See the documentation](https://docs.dataforseo.com/v3/keywords_data/google_ads/keywords_for_keywords/tasks_ready/?bash)",FALSE,TRUE,TRUE +dataforseo-get-google-ads-ad-traffic-by-keyword,Get Google Ads Ad Traffic By Keyword,"Retrieve estimates for impressions, clicks, and cost-per-click for specified keywords, aiding in assessing keyword demand. [See the documentation](https://docs.dataforseo.com/v3/keywords_data/google_ads/ad_traffic_by_keywords/live/?bash)",FALSE,TRUE,TRUE +dataforseo-get-domain-whois-overview,Get Domain Whois Overview,Get domain registration data and ownership information. [See the documentation](https://docs.dataforseo.com/v3/domain_analytics/whois/overview/live/?bash),FALSE,TRUE,TRUE +dataforseo-get-domain-rank-overview,Get Domain Rank Overview,Retrieve domain authority and ranking metrics for specified domains. [See the documentation](https://docs.dataforseo.com/v3/dataforseo_labs/google/domain_rank_overview/live/?bash),FALSE,TRUE,TRUE +dataforseo-get-domain-pages-summary,Get Domain Pages Summary,Get detailed summary data on all backlinks and related metrics for each page of the specified domain or subdomain. [See the documentation](https://docs.dataforseo.com/v3/backlinks/domain_pages_summary/live/),FALSE,TRUE,TRUE +dataforseo-get-domain-keywords,Get Domain Keywords,Get all keywords a domain ranks for in organic search results. [See the documentation](https://docs.dataforseo.com/v3/dataforseo_labs/google/ranked_keywords/live/?bash),FALSE,TRUE,TRUE +dataforseo-get-domain-intersection,Get Domain Intersection,Compare keyword overlap between multiple domains to find shared ranking opportunities. [See the documentation](https://docs.dataforseo.com/v3/dataforseo_labs/google/domain_intersection/live/?bash),FALSE,TRUE,TRUE +dataforseo-get-content-summary,Get Content Summary,Get content performance metrics and summary for content strategy optimization. [See the documentation](https://docs.dataforseo.com/v3/content_analysis/summary/live/?bash),FALSE,TRUE,TRUE +dataforseo-get-content-citations,Get Content Citations,Find mentions and citations of keywords or brands online for brand monitoring and content strategy. [See the documentation](https://docs.dataforseo.com/v3/content_analysis/search/live/?bash),FALSE,TRUE,TRUE +dataforseo-get-competitor-domains,Get Competitor Domains,Find competing domains for specified keywords or target domain. [See the documentation](https://docs.dataforseo.com/v3/dataforseo_labs/google/competitors_domain/live/?bash),FALSE,TRUE,TRUE +dataforseo-get-categories-aggregation,Get Categories Aggregation,Get information about groups of related categories and the number of entities in each category. [See the documentation](https://docs.dataforseo.com/v3/business_data/business_listings/categories_aggregation/live/),FALSE,TRUE,TRUE +dataforseo-get-business-listings,Get Business Listings,Get Business Listings. [See the documentation](https://docs.dataforseo.com/v3/business_data/business_listings/search/live/?bash),FALSE,TRUE,TRUE +dataforseo-get-business-listings-categories,Get Business Listings Categories,Get available business categories for business listings and local SEO. [See the documentation](https://docs.dataforseo.com/v3/business_data/business_listings/categories/?bash),FALSE,TRUE,TRUE +dataforseo-get-bulk-traffic-analytics,Get Bulk Traffic Analytics,Get traffic estimates and analytics for multiple domains in bulk. [See the documentation](https://docs.dataforseo.com/v3/dataforseo_labs/google/bulk_traffic_estimation/live/?bash),FALSE,TRUE,TRUE +dataforseo-get-bulk-spam-score,Get Bulk Spam Score,"Get spam scores of the specified domains, subdomains, and pages. [See the documentation](https://docs.dataforseo.com/v3/backlinks/bulk_spam_score/live/)",FALSE,TRUE,TRUE +dataforseo-get-bulk-referring-domains,Get Bulk Referring Domains,"Get the number of referring domains pointing to the specified domains, subdomains, and pages. [See the documentation](https://docs.dataforseo.com/v3/backlinks/bulk_referring_domains/live/)",FALSE,TRUE,TRUE +dataforseo-get-bulk-ranks,Get Bulk Ranks,"Get rank scores of specified domains, subdomains, and pages. [See the documentation](https://docs.dataforseo.com/v3/backlinks/bulk_ranks/live/)",FALSE,TRUE,TRUE +dataforseo-get-bulk-backlinks,Get Bulk Backlinks,"Get the number of backlinks pointing to specified domains, subdomains, and pages. [See the documentation](https://docs.dataforseo.com/v3/backlinks/bulk_backlinks/live/)",FALSE,TRUE,TRUE +dataforseo-get-bing-organic-results,Get Bing Organic Results,Retrieve Bing organic search results for specified keywords. [See the documentation](https://docs.dataforseo.com/v3/serp/bing/organic/live/regular/?bash),FALSE,TRUE,TRUE +dataforseo-get-backlinks,Get Backlinks,"Get a list of backlinks and relevant data for a given domain, subdomain, or webpage. [See the documentation](https://docs.dataforseo.com/v3/backlinks/backlinks/live/)",FALSE,TRUE,TRUE +dataforseo-get-backlinks-summary,Get Backlinks Summary,"Get an overview of backlinks data available for a given domain, subdomain, or webpage. [See the documentation](https://docs.dataforseo.com/v3/backlinks/summary/live/)",FALSE,TRUE,TRUE +dataforseo-get-backlinks-history,Get Backlinks History,Get historical backlinks data back to the beginning of 2019. [See the documentation](https://docs.dataforseo.com/v3/backlinks/history/live/),FALSE,TRUE,TRUE +dataforseo-get-app-store-search,Get App Store Search,Search iOS App Store apps by keywords for app store optimization (ASO) analysis. [See the documentation](https://docs.dataforseo.com/v3/app_data/apple/app_searches/task_post/?bash),FALSE,TRUE,TRUE +dataforseo-get-app-reviews-summary,Get App Reviews Summary,Get app reviews and ratings summary for mobile app reputation analysis. [See the documentation](https://docs.dataforseo.com/v3/app_data/apple/app_reviews/task_post/?bash),FALSE,TRUE,TRUE +dataforseo-get-app-intersection,Get App Intersection,Compare keyword overlap between mobile apps to find shared ranking opportunities. [See the documentation](https://docs.dataforseo.com/v3/dataforseo_labs/google/app_intersection/live/?bash),FALSE,TRUE,TRUE +google_slides-replace-all-text,Replace All Text,Replace all text in a presentation. [See the documentation](https://developers.google.com/workspace/slides/api/reference/rest/v1/presentations/request#ReplaceAllTextRequest),TRUE,TRUE,FALSE +google_slides-refresh-chart,Refresh a chart,Refresh a chart from Sheets. [See the docs here](https://developers.google.com/slides/api/samples/elements#refresh_a_chart_from_sheets),FALSE,TRUE,FALSE +google_slides-merge-data,Merge Data,Merge data into a presentation. [See the docs here](https://developers.google.com/slides/api/guides/merge),FALSE,TRUE,FALSE +google_slides-insert-text,Insert Text,Insert text into a shape. [See the documentation](https://developers.google.com/workspace/slides/api/reference/rest/v1/presentations/request#InsertTextRequest),FALSE,TRUE,FALSE +google_slides-insert-text-into-table,Insert Text into Table,Insert text into a table cell. [See the documentation](https://developers.google.com/workspace/slides/api/reference/rest/v1/presentations/request#InsertTextRequest),FALSE,TRUE,FALSE +google_slides-insert-table-rows,Insert Table Rows,Insert new rows into a table. [See the documentation](https://developers.google.com/workspace/slides/api/reference/rest/v1/presentations/request#InsertTableRowsRequest),FALSE,TRUE,FALSE +google_slides-insert-table-columns,Insert Table Columns,Insert new columns into a table. [See the documentation](https://developers.google.com/workspace/slides/api/reference/rest/v1/presentations/request#InsertTableColumnsRequest),FALSE,TRUE,FALSE +google_slides-find-presentation,Find a Presentation,Find a presentation on Google Drive. [See the docs here](https://developers.google.com/slides/api/samples/presentation#list_existing_presentation_files),FALSE,TRUE,TRUE +google_slides-delete-table-row,Delete Table Row,Delete row from a table. [See the documentation](https://developers.google.com/workspace/slides/api/reference/rest/v1/presentations/request#DeleteTableRowRequest),TRUE,TRUE,FALSE +google_slides-delete-table-column,Delete Table Column,Delete column from a table. [See the documentation](https://developers.google.com/workspace/slides/api/reference/rest/v1/presentations/request#DeleteTableColumnRequest),TRUE,TRUE,FALSE +google_slides-delete-slide,Delete Slide,Deletes a slide from a presentation. [See the documentation](https://developers.google.com/workspace/slides/api/reference/rest/v1/presentations/request#DeleteObjectRequest),TRUE,TRUE,FALSE +google_slides-delete-page-element,Delete Page Element,Deletes a page element from a slide. [See the documentation](https://developers.google.com/workspace/slides/api/reference/rest/v1/presentations/request#DeleteObjectRequest),TRUE,TRUE,FALSE +google_slides-create-table,Create Table,Create a new table in a slide. [See the documentation](https://developers.google.com/workspace/slides/api/reference/rest/v1/presentations/request#CreateTableRequest),FALSE,TRUE,FALSE +google_slides-create-slide,Create Slide,Create a new slide in a presentation. [See the documentation](https://developers.google.com/workspace/slides/api/reference/rest/v1/presentations/request#CreateSlideRequest),FALSE,TRUE,FALSE +google_slides-create-presentation,Create Presentation,Create a blank presentation or duplicate an existing presentation. [See the docs here](https://developers.google.com/slides/api/guides/presentations#copy_an_existing_presentation),FALSE,TRUE,FALSE +google_slides-create-page-element,Create Page Element,Create a new page element in a slide. [See the documentation](https://developers.google.com/workspace/slides/api/reference/rest/v1/presentations/request#CreateShapeRequest),FALSE,TRUE,FALSE +google_slides-create-image,Create Image,Creates an image in a slide. [See the documentation](https://developers.google.com/workspace/slides/api/reference/rest/v1/presentations/request#CreateImageRequest),FALSE,TRUE,FALSE +prisma_management_api-list-projects-in-prisma-workspace,List Projects in Prisma Workspace,List Projects in a Prisma Workspace via Prisma Management API. [See docs here](https://www.prisma.io/docs/postgres/introduction/management-api),FALSE,TRUE,TRUE +prisma_management_api-list-databases-from-project,List Databases from Project,Retrieves a list of all databases within a specific Prisma project. [See docs here](https://www.prisma.io/docs/postgres/introduction/management-api),FALSE,TRUE,TRUE +prisma_management_api-list-database-connection-strings,List Database Connection Strings,Retrieves a list of all connection strings for a specific database via Prisma Management API. [See docs here](https://www.prisma.io/docs/postgres/introduction/management-api),FALSE,TRUE,TRUE +prisma_management_api-get-project-details,Get Project details,Get project details of a particular project in Prisma Workspace via Prisma Management API. [See docs here](https://www.prisma.io/docs/postgres/introduction/management-api),FALSE,TRUE,TRUE +prisma_management_api-get-postgres-regions,Get Prisma Postgres Regions,Retrieves a list of all available regions where Prisma Postgres databases can be deployed. [See docs here](https://www.prisma.io/docs/postgres/introduction/management-api),FALSE,TRUE,TRUE +prisma_management_api-get-database-details,Get Database details,Get database details of a particular Prisma Postgres database via Prisma Management API. [See docs here](https://www.prisma.io/docs/postgres/introduction/management-api),FALSE,TRUE,TRUE +prisma_management_api-delete-database,Delete Database,Deletes a Postgres database project via Prisma Management API. [See docs here](https://www.prisma.io/docs/postgres/introduction/management-api),TRUE,TRUE,FALSE +prisma_management_api-delete-database-connection-string,Delete Database Connection String,Deletes a specific database connection string via Prisma Management API. This action is irreversible. [See docs here](https://www.prisma.io/docs/postgres/introduction/management-api),TRUE,TRUE,FALSE +prisma_management_api-delete-database-by-database-id,Delete Database by Database ID,Delete a specific database by Database ID via Prisma Management API. This action is irreversible. [See docs here](https://www.prisma.io/docs/postgres/introduction/management-api),TRUE,TRUE,FALSE +prisma_management_api-create-new-database-in-existing-project,Create New Database in Existing Project,Create a new database in an existing Prisma project. Requires Project ID. [See docs here](https://www.prisma.io/docs/postgres/introduction/management-api),FALSE,TRUE,FALSE +prisma_management_api-create-database,Create Database,Creates a new Postgres database project via Prisma Management API. [See docs here](https://www.prisma.io/docs/postgres/introduction/management-api),FALSE,TRUE,FALSE +prisma_management_api-create-database-connection-string,Create Database Connection String,Creates a new connection string for an existing database via Prisma Management API. [See docs here](https://www.prisma.io/docs/postgres/introduction/management-api),FALSE,TRUE,FALSE +rocketskip-skip-trace-property,Skip Trace Property,Send a property to get phone numbers for the property owner. [See the documentation](https://docs.rocketskip.com/api-reference/endpoint/post),FALSE,TRUE,FALSE +gmail-list-send-as-aliases,List Send As Aliases,List all send as aliases for the authenticated user. [See the documentation](https://developers.google.com/workspace/gmail/api/reference/rest/v1/users.settings.sendAs/list),FALSE,TRUE,FALSE +gmail-get-send-as-alias,Get Send As Alias,Get a send as alias for the authenticated user. [See the documentation](https://developers.google.com/workspace/gmail/api/reference/rest/v1/users.settings.sendAs/get),FALSE,TRUE,FALSE +xero_accounting_api-xero-create-sales-invoice,Create Sales Invoice,Creates a new sales invoice. [See the documentation](https://developer.xero.com/documentation/api/invoices#post),FALSE,TRUE,FALSE +xero_accounting_api-xero-create-purchase-bill,Create Purchase Bill,Creates a new purchase bill.,FALSE,TRUE,FALSE +xero_accounting_api-xero-accounting-update-contact,Update Contact,Updates a contact given its identifier.,TRUE,TRUE,FALSE +xero_accounting_api-xero-accounting-create-or-update-contact,Create or Update Contact,Creates a new contact or updates if the contact exists.,TRUE,TRUE,FALSE +xero_accounting_api-xero-accounting-create-employee,Create Employee,Creates a new employee.,FALSE,TRUE,FALSE +xero_accounting_api-upload-file,Upload File,Uploads a file to the specified document. [See the documentation](https://developer.xero.com/documentation/api/accounting/invoices#upload-attachment),FALSE,TRUE,FALSE +xero_accounting_api-update-tracking-category,Update tracking category,Update a tracking category by ID [See the documentation](https://developer.xero.com/documentation/api/accounting/trackingcategories#post-trackingcategories).,TRUE,TRUE,FALSE +xero_accounting_api-update-tracking-category-option,Update tracking category option,Update a tracking category by ID [See the documentation](https://developer.xero.com/documentation/api/accounting/trackingcategories#post-trackingcategories).,TRUE,TRUE,FALSE +xero_accounting_api-make-an-api-call,Make API Call,Makes an aribitrary call to Xero Accounting API.,FALSE,TRUE,FALSE +xero_accounting_api-list-tracking-categories,List tracking categories,Lists information from tracking categories [See the documentation](https://developer.xero.com/documentation/api/accounting/trackingcategories).,FALSE,TRUE,TRUE +xero_accounting_api-list-manual-journals,List Manual Journals,Lists information from manual journals in the given tenant id as per filter parameters.,FALSE,TRUE,TRUE +xero_accounting_api-list-invoices,List Invoices,Lists information from invoices in the given tenant id as per filter parameters.,FALSE,TRUE,TRUE +xero_accounting_api-list-credit-notes,List Credit Notes,Lists information from credit notes in the given tenant id as per filter parameters.,FALSE,TRUE,TRUE +xero_accounting_api-list-contacts,List Contacts,Lists information from contacts in the given tenant id as per filter parameters.,FALSE,TRUE,TRUE +xero_accounting_api-get-tracking-category,Get tracking category,Get information from a tracking category by ID [See the documentation](https://developer.xero.com/documentation/api/accounting/trackingcategories#get-trackingcategories).,FALSE,TRUE,TRUE +xero_accounting_api-get-tenant-connections,Get Tenant Connections,Gets the tenants connections the user is authorized to access,FALSE,TRUE,TRUE +xero_accounting_api-get-item,Get Item,Gets details of an item.,FALSE,TRUE,TRUE +xero_accounting_api-get-invoice,Get Invoice,Gets details of an invoice.,FALSE,TRUE,TRUE +xero_accounting_api-get-invoice-online-url,Get Sales Invoice Online URL,Retrieves the online sales invoice URL.,FALSE,TRUE,TRUE +xero_accounting_api-get-history-of-changes,Get History of Changes,Gets the history of changes to a single existing document.,FALSE,TRUE,TRUE +xero_accounting_api-get-contact,Get Contact,Gets details of a contact.,FALSE,TRUE,TRUE +xero_accounting_api-get-bank-summary,Get Bank Summary,Gets the balances and cash movements for each bank account.,FALSE,TRUE,TRUE +xero_accounting_api-get-bank-statements-report,Bank Statements Report,Gets bank statements for the specified bank account.,FALSE,TRUE,TRUE +xero_accounting_api-find-or-create-contact,Find or Create Contact,"Finds a contact by name or email address. Optionally, create one if none are found. [See the docs here](https://developer.xero.com/documentation/api/accounting/contacts/#get-contacts)",FALSE,TRUE,FALSE +xero_accounting_api-find-invoice,Find Invoice,Finds an invoice by number or reference.[See the docs here](https://developer.xero.com/documentation/api/accounting/invoices/#get-invoices),FALSE,TRUE,TRUE +xero_accounting_api-email-an-invoice,Email an Invoice,Triggers the email of a sales invoice out of Xero.,FALSE,TRUE,FALSE +xero_accounting_api-download-invoice,Download Invoice,Downloads an invoice as pdf file. File will be placed at the action's associated workflow temporary folder.,FALSE,TRUE,TRUE +xero_accounting_api-delete-tracking-category,Delete tracking category,Delete a tracking category by ID [See the documentation](https://developer.xero.com/documentation/api/accounting/trackingcategories#delete-trackingcategories).,TRUE,TRUE,FALSE +xero_accounting_api-delete-tracking-category-option,Delete tracking category option,Delete a tracking category option by ID [See the documentation](https://developer.xero.com/documentation/api/accounting/trackingcategories#delete-trackingcategories).,TRUE,TRUE,FALSE +xero_accounting_api-create-update-contact,Create or update contact,Creates a new contact or updates a contact if a contact already exists. [See the docs here](https://developer.xero.com/documentation/api/accounting/contacts),TRUE,TRUE,FALSE +xero_accounting_api-create-tracking-category,Create tracking category,Create a new tracking category [See the documentation](https://developer.xero.com/documentation/api/accounting/trackingcategories#put-trackingcategories).,FALSE,TRUE,FALSE +xero_accounting_api-create-payment,Create Payment,Creates a new payment,FALSE,TRUE,FALSE +xero_accounting_api-create-item,Create Item,Creates a new item.,FALSE,TRUE,FALSE +xero_accounting_api-create-history-note,Create History Note,Creates a new note adding it to a document.,FALSE,TRUE,FALSE +xero_accounting_api-create-credit-note,Create Credit Note,Creates a new credit note.,FALSE,TRUE,FALSE +xero_accounting_api-create-bill,Create Bill,Creates a new bill (Accounts Payable)[See the docs here](https://developer.xero.com/documentation/api/accounting/invoices),FALSE,TRUE,FALSE +xero_accounting_api-create-bank-transaction,Create Bank Transaction,Create a new bank transaction [See the documentation](https://developer.xero.com/documentation/api/accounting/banktransactions#put-banktransactions),FALSE,TRUE,FALSE +xero_accounting_api-add-line-item-to-invoice,Add Items to Existing Sales Invoice,Adds line items to an existing sales invoice. [See the docs here](https://developer.xero.com/documentation/api/accounting/invoices#post-invoices),FALSE,TRUE,FALSE +zep-update-session,Update Session,Updates an existing session in Zep. [See the documentation](https://help.getzep.com/api-reference/memory/update-session),TRUE,TRUE,FALSE +zep-get-threads,Get Threads,Returns a paginated list of threads. [See the documentation](https://help.getzep.com/sdk-reference/thread/list-all),FALSE,TRUE,TRUE +zep-get-thread-messages,Get Thread Messages,Returns messages for the thread with the specified ID. [See the documentation](https://help.getzep.com/sdk-reference/thread/get),FALSE,TRUE,TRUE +zep-create-session,Create Session,Creates a new session in Zep. [See the documentation](https://help.getzep.com/api-reference/memory/add-session),FALSE,TRUE,FALSE +zep-add-user,Add User,Adds a user in Zep. [See the documentation](https://help.getzep.com/api-reference/user/add),FALSE,TRUE,FALSE +zep-add-memory,Add Memory to Session,Adds memory to an existing session in Zep. [See the documentation](https://help.getzep.com/api-reference/memory/add),FALSE,TRUE,FALSE +quickbooks_sandbox-void-invoice,Void Invoice,Voids an invoice. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/invoice#void-an-invoice),FALSE,TRUE,FALSE +quickbooks_sandbox-update-item,Update Item,Updates an item. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/item#full-update-an-item),TRUE,TRUE,FALSE +quickbooks_sandbox-update-invoice,Update Invoice,Updates an invoice. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/invoice#update-an-invoice),TRUE,TRUE,FALSE +quickbooks_sandbox-update-estimate,Update Estimate,Updates an estimate. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/estimate#update-an-estimate),TRUE,TRUE,FALSE +quickbooks_sandbox-update-customer,Update Customer,Updates a customer. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/customer#full-update-a-customer),TRUE,TRUE,FALSE +quickbooks_sandbox-sparse-update-invoice,Sparse Update Invoice,Sparse updating provides the ability to update a subset of properties for a given object; only elements specified in the request are updated. Missing elements are left untouched. The ID of the object to update is specified in the request body.​ [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/invoice#sparse-update-an-invoice),TRUE,TRUE,FALSE +quickbooks_sandbox-send-invoice,Send Invoice,Sends an invoice by email. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/invoice#send-an-invoice),FALSE,TRUE,FALSE +quickbooks_sandbox-send-estimate,Send Estimate,Sends an estimate by email. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/estimate#send-an-estimate),FALSE,TRUE,FALSE +quickbooks_sandbox-search-vendors,Search Vendors,Searches for vendors. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/vendor#query-a-vendor),FALSE,TRUE,TRUE +quickbooks_sandbox-search-time-activities,Search Time Activities,Searches for time activities. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/timeactivity#query-a-timeactivity-object),FALSE,TRUE,TRUE +quickbooks_sandbox-search-services,Search Services,Search for services. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/item#query-an-item),FALSE,TRUE,TRUE +quickbooks_sandbox-search-query,Search Query,Performs a search query against a Quickbooks entity. [See the documentation](https://developer.intuit.com/app/develophttps://developer.intuit.com/app/developer/qbo/docs/develop/explore-the-quickbooks-online-api/data-queries),FALSE,TRUE,TRUE +quickbooks_sandbox-search-purchases,Search Purchases,Searches for purchases. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/purchase#query-a-purchase),FALSE,TRUE,TRUE +quickbooks_sandbox-search-products,Search Products,Search for products. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/item#query-an-item),FALSE,TRUE,TRUE +quickbooks_sandbox-search-items,Search Items,Searches for items. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/item#query-an-item),FALSE,TRUE,TRUE +quickbooks_sandbox-search-invoices,Search Invoices,Searches for invoices. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/invoice#query-an-invoice),FALSE,TRUE,TRUE +quickbooks_sandbox-search-customers,Search Customers,Searches for customers. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/customer#query-a-customer),FALSE,TRUE,TRUE +quickbooks_sandbox-search-accounts,Search Accounts,Search for accounts. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/account#query-an-account),FALSE,TRUE,TRUE +quickbooks_sandbox-get-time-activity,Get Time Activity,Returns info about an activity. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/timeactivity#read-a-timeactivity-object),FALSE,TRUE,TRUE +quickbooks_sandbox-get-sales-receipt,Get Sales Receipt,Returns details about a sales receipt. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/salesreceipt#read-a-salesreceipt),FALSE,TRUE,TRUE +quickbooks_sandbox-get-purchase,Get Purchase,Returns info about a purchase. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/purchase#read-a-purchase),FALSE,TRUE,TRUE +quickbooks_sandbox-get-purchase-order,Get Purchase Order,Returns details about a purchase order. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/purchaseorder#read-a-purchase-order),FALSE,TRUE,TRUE +quickbooks_sandbox-get-payment,Get Payment,Returns info about a payment. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/payment#read-a-payment),FALSE,TRUE,TRUE +quickbooks_sandbox-get-my-company,Get My Company,Gets info about a company. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/companyinfo),FALSE,TRUE,TRUE +quickbooks_sandbox-get-invoice,Get Invoice,Returns info about an invoice. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/invoice#read-an-invoice),FALSE,TRUE,TRUE +quickbooks_sandbox-get-customer,Get Customer,Returns info about a customer. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/most-commonly-used/customer#read-a-customer),FALSE,TRUE,TRUE +quickbooks_sandbox-get-bill,Get Bill,Returns info about a bill. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/bill#read-a-bill),FALSE,TRUE,TRUE +quickbooks_sandbox-delete-purchase,Delete Purchase,Delete a specific purchase. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/purchase#delete-a-purchase),TRUE,TRUE,FALSE +quickbooks_sandbox-create-sales-receipt,Create Sales Receipt,Creates a sales receipt. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/salesreceipt#create-a-salesreceipt),FALSE,TRUE,FALSE +quickbooks_sandbox-create-purchase,Create Purchase,Creates a new purchase. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/purchase#create-a-purchase),FALSE,TRUE,FALSE +quickbooks_sandbox-create-purchase-order,Create Purchase Order,Creates a purchase order. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/purchaseorder#create-a-purchaseorder),FALSE,TRUE,FALSE +quickbooks_sandbox-create-pl-report,Create Profit and Loss Detail Report,Creates a profit and loss report in Quickbooks Online. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/profitandloss#query-a-report),FALSE,TRUE,FALSE +quickbooks_sandbox-create-payment,Create Payment,Creates a payment. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/payment#create-a-payment),FALSE,TRUE,FALSE +quickbooks_sandbox-create-invoice,Create Invoice,Creates an invoice. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/invoice#create-an-invoice),FALSE,TRUE,FALSE +quickbooks_sandbox-create-estimate,Create Estimate,Creates an estimate. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/estimate#create-an-estimate),FALSE,TRUE,FALSE +quickbooks_sandbox-create-customer,Create Customer,Creates a customer. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/customer#create-a-customer),FALSE,TRUE,FALSE +quickbooks_sandbox-create-bill,Create Bill,Creates a bill. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/bill#create-a-bill),FALSE,TRUE,FALSE +quickbooks_sandbox-create-ap-aging-report,Create AP Aging Detail Report,Creates an AP aging report in Quickbooks Online. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/apagingdetail#query-a-report),FALSE,TRUE,FALSE +quickbooks-void-invoice,Void Invoice,Voids an invoice. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/invoice#void-an-invoice),FALSE,TRUE,FALSE +quickbooks-update-item,Update Item,Updates an item. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/item#full-update-an-item),TRUE,TRUE,FALSE +quickbooks-update-invoice,Update Invoice,Updates an invoice. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/invoice#update-an-invoice),TRUE,TRUE,FALSE +quickbooks-update-estimate,Update Estimate,Updates an estimate. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/estimate#update-an-estimate),TRUE,TRUE,FALSE +quickbooks-update-customer,Update Customer,Updates a customer. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/customer#full-update-a-customer),TRUE,TRUE,FALSE +quickbooks-sparse-update-invoice,Sparse Update Invoice,Sparse updating provides the ability to update a subset of properties for a given object; only elements specified in the request are updated. Missing elements are left untouched. The ID of the object to update is specified in the request body.​ [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/invoice#sparse-update-an-invoice),TRUE,TRUE,FALSE +quickbooks-send-invoice,Send Invoice,Sends an invoice by email. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/invoice#send-an-invoice),FALSE,TRUE,FALSE +quickbooks-send-estimate,Send Estimate,Sends an estimate by email. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/estimate#send-an-estimate),FALSE,TRUE,FALSE +quickbooks-search-vendors,Search Vendors,Searches for vendors. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/vendor#query-a-vendor),FALSE,TRUE,TRUE +quickbooks-search-time-activities,Search Time Activities,Searches for time activities. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/timeactivity#query-a-timeactivity-object),FALSE,TRUE,TRUE +quickbooks-search-services,Search Services,Search for services. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/item#query-an-item),FALSE,TRUE,TRUE +quickbooks-search-query,Search Query,Performs a search query against a Quickbooks entity. [See the documentation](https://developer.intuit.com/app/develophttps://developer.intuit.com/app/developer/qbo/docs/develop/explore-the-quickbooks-online-api/data-queries),FALSE,TRUE,TRUE +quickbooks-search-purchases,Search Purchases,Searches for purchases. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/purchase#query-a-purchase),FALSE,TRUE,TRUE +quickbooks-search-products,Search Products,Search for products. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/item#query-an-item),FALSE,TRUE,TRUE +quickbooks-search-items,Search Items,Searches for items. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/item#query-an-item),FALSE,TRUE,TRUE +quickbooks-search-invoices,Search Invoices,Searches for invoices. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/invoice#query-an-invoice),FALSE,TRUE,TRUE +quickbooks-search-customers,Search Customers,Searches for customers. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/customer#query-a-customer),FALSE,TRUE,TRUE +quickbooks-search-accounts,Search Accounts,Search for accounts. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/account#query-an-account),FALSE,TRUE,TRUE +quickbooks-get-time-activity,Get Time Activity,Returns info about an activity. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/timeactivity#read-a-timeactivity-object),FALSE,TRUE,TRUE +quickbooks-get-sales-receipt,Get Sales Receipt,Returns details about a sales receipt. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/salesreceipt#read-a-salesreceipt),FALSE,TRUE,TRUE +quickbooks-get-purchase,Get Purchase,Returns info about a purchase. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/purchase#read-a-purchase),FALSE,TRUE,TRUE +quickbooks-get-purchase-order,Get Purchase Order,Returns details about a purchase order. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/purchaseorder#read-a-purchase-order),FALSE,TRUE,TRUE +quickbooks-get-payment,Get Payment,Returns info about a payment. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/payment#read-a-payment),FALSE,TRUE,TRUE +quickbooks-get-my-company,Get My Company,Gets info about a company. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/companyinfo),FALSE,TRUE,TRUE +quickbooks-get-invoice,Get Invoice,Returns info about an invoice. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/invoice#read-an-invoice),FALSE,TRUE,TRUE +quickbooks-get-customer,Get Customer,Returns info about a customer. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/most-commonly-used/customer#read-a-customer),FALSE,TRUE,TRUE +quickbooks-get-bill,Get Bill,Returns info about a bill. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/bill#read-a-bill),FALSE,TRUE,TRUE +quickbooks-delete-purchase,Delete Purchase,Delete a specific purchase. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/purchase#delete-a-purchase),TRUE,TRUE,FALSE +quickbooks-create-sales-receipt,Create Sales Receipt,Creates a sales receipt. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/salesreceipt#create-a-salesreceipt),FALSE,TRUE,FALSE +quickbooks-create-purchase,Create Purchase,Creates a new purchase. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/purchase#create-a-purchase),FALSE,TRUE,FALSE +quickbooks-create-purchase-order,Create Purchase Order,Creates a purchase order. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/purchaseorder#create-a-purchaseorder),FALSE,TRUE,FALSE +quickbooks-create-pl-report,Create Profit and Loss Detail Report,Creates a profit and loss report in Quickbooks Online. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/profitandloss#query-a-report),FALSE,TRUE,FALSE +quickbooks-create-payment,Create Payment,Creates a payment. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/payment#create-a-payment),FALSE,TRUE,FALSE +quickbooks-create-invoice,Create Invoice,Creates an invoice. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/invoice#create-an-invoice),FALSE,TRUE,FALSE +quickbooks-create-estimate,Create Estimate,Creates an estimate. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/estimate#create-an-estimate),FALSE,TRUE,FALSE +quickbooks-create-customer,Create Customer,Creates a customer. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/customer#create-a-customer),FALSE,TRUE,FALSE +quickbooks-create-bill,Create Bill,Creates a bill. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/bill#create-a-bill),FALSE,TRUE,FALSE +quickbooks-create-ap-aging-report,Create AP Aging Detail Report,Creates an AP aging report in Quickbooks Online. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/apagingdetail#query-a-report),FALSE,TRUE,FALSE +sendcloud-validate-return,Validate Return,Validate a return. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/returns/operations/create-a-return-validate),FALSE,TRUE,FALSE +sendcloud-update-a-parcel,Update a Parcel,Updates a parcel under your API credentials. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/parcels/operations/update-a-parcel),TRUE,TRUE,FALSE +sendcloud-list-shipping-methods,List Shipping Methods,List shipping methods. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/shipping-methods/operations/list-shipping-methods),FALSE,TRUE,TRUE +sendcloud-list-service-points,List Service Points,List service points. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/service-points/operations/list-service-points),FALSE,TRUE,TRUE +sendcloud-list-service-point-carriers,List Service Point Carriers,List carriers that support service points. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/service-points/operations/list-carriers),FALSE,TRUE,TRUE +sendcloud-list-sender-addresses,List Sender Addresses,List sender addresses for the authenticated user. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/sender-addresses/operations/get-a-user-address-sender),FALSE,TRUE,TRUE +sendcloud-list-returns,List Returns,List returns. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/returns/operations/list-returns),FALSE,TRUE,TRUE +sendcloud-list-parcels,List Parcels,Retrieves a list of all the parcels under your API credentials. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/parcels/operations/list-parcels),FALSE,TRUE,TRUE +sendcloud-list-parcel-statuses,List Parcel Statuses,List parcel statuses. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/parcel-statuses/operations/list-parcel-statuses),FALSE,TRUE,TRUE +sendcloud-list-parcel-documents,List Parcel Documents,List parcel documents. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/parcel-documents/operations/get-a-parcel-document-1),FALSE,TRUE,TRUE +sendcloud-list-integration-shipments,List Integration Shipments,List integration shipments. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/integrations/operations/list-integration-shipments),FALSE,TRUE,TRUE +sendcloud-get-shipping-method,Get Shipping Method,Retrieve a shipping method by ID. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/shipping-methods/operations/get-a-shipping-method),FALSE,TRUE,TRUE +sendcloud-get-service-point,Get Service Point,Retrieve a service point by ID. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/service-points/operations/get-a-service-point),FALSE,TRUE,TRUE +sendcloud-get-sender-address,Get Sender Address,Retrieve a sender address by ID. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/sender-addresses/operations/get-a-user-address-sender-1),FALSE,TRUE,TRUE +sendcloud-get-return,Get Return,Retrieve a return by ID. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/returns/operations/get-a-return),FALSE,TRUE,TRUE +sendcloud-get-return-portal-settings,Get Return Portal Settings,Get return portal settings for the current brand/user. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/return-portal/operations/get-a-brand-return-portal),FALSE,TRUE,TRUE +sendcloud-get-parcel,Get Parcel,Retrieve a parcel by ID. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/parcels/operations/get-a-parcel),FALSE,TRUE,TRUE +sendcloud-get-label,Get Label,Retrieve a label by parcel ID. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/labels/operations/get-a-label),FALSE,TRUE,TRUE +sendcloud-get-current-user,Get Current User,Get the authenticated user info. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/user/operations/list-user-auth-metadata),FALSE,TRUE,TRUE +sendcloud-create-update-integration-shipment,Create Or Update Integration Shipment,Create or update an integration shipment. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/integrations/operations/create-a-integration-shipment),TRUE,TRUE,FALSE +sendcloud-create-return,Create Return,Create a return. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/returns/operations/create-a-return),FALSE,TRUE,FALSE +sendcloud-create-a-parcel,Create a Parcel,Creates a new parcel under your Sendcloud API credentials. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/parcels/operations/create-a-parcel),FALSE,TRUE,FALSE +sendcloud-bulk-pdf-label-printing,Bulk PDF Label Printing,Bulk PDF label printing. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/labels/operations/create-a-label),FALSE,TRUE,FALSE +lumin_pdf-send-signature-request,Send Signature Request,Send a signature request to signers. [See the documentation](https://developers.luminpdf.com/api/send-signature-request/),FALSE,TRUE,FALSE +lumin_pdf-get-user-information,Get User Information,Get information about the current authenticated user. [See the documentation](https://developers.luminpdf.com/api/get-user-information/),FALSE,TRUE,TRUE +lumin_pdf-get-signature-request,Get Signature Request,Get details of a specific signature request. [See the documentation](https://developers.luminpdf.com/api/get-signature-request/),FALSE,TRUE,TRUE +lumin_pdf-download-file,Download File,Download a file directly. [See the documentation](https://developers.luminpdf.com/api/download-file/),FALSE,TRUE,TRUE +lumin_pdf-download-file-as-file-url,Download File as File URL,Get a download URL for a file. [See the documentation](https://developers.luminpdf.com/api/download-file-as-file-url/),FALSE,TRUE,TRUE +lumin_pdf-cancel-signature-request,Cancel Signature Request,Cancel a signature request. [See the documentation](https://developers.luminpdf.com/api/cancel-signature-request/),TRUE,TRUE,FALSE +zoom_admin-get-meeting-transcript,Get Meeting Transcript,Get the transcript of a meeting. [See the documentation](https://developers.zoom.us/docs/api/meetings/#tag/cloud-recording/get/meetings/{meetingId}/transcript),FALSE,TRUE,TRUE +zoom-get-meeting-transcript,Get Meeting Transcript,Get the transcript of a meeting. [See the documentation](https://developers.zoom.us/docs/api/meetings/#tag/cloud-recording/get/meetings/{meetingId}/transcript),FALSE,TRUE,TRUE +google_calendar-quick-add-event,Add Quick Event,Create a quick event to the Google Calendar. [See the documentation](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Events.html#quickAdd),FALSE,TRUE,FALSE +calendly_v2-create-scheduling-link,Create a Scheduling Link,Creates a single-use scheduling link. [See the documentation](https://calendly.stoplight.io/docs/api-docs/b3A6MzQyNTM0OQ-create-single-use-scheduling-link),FALSE,TRUE,FALSE +clickup-update-task,Update Task,Update a task. [See the documentation](https://clickup.com/api) in **Tasks / Update Task** section.,TRUE,TRUE,FALSE +clickup-update-task-custom-field,Update Task Custom Field,Update custom field value of a task. [See the documentation](https://clickup.com/api) in **Custom Fields / Set Custom Field Value** section.,TRUE,TRUE,FALSE +clickup-update-space,Update Space,Update a space. [See the documentation](https://clickup.com/api) in **Spaces / Update Space** section.,TRUE,TRUE,FALSE +clickup-update-list,Update List,Update a list. [See the documentation](https://clickup.com/api) in **Lists / Update List** section.,TRUE,TRUE,FALSE +clickup-update-folder,Update Folder,Update a folder. [See the documentation](https://clickup.com/api) in **Folders / Update Folder** section.,TRUE,TRUE,FALSE +clickup-update-comment,Update Comment,Updates a comment. [See the documentation](https://clickup.com/api) in **Comments / Update Comment** section.,TRUE,TRUE,FALSE +clickup-update-checklist,Update Checklist,Updates a checklist in a task. [See the documentation](https://clickup.com/api) in **Checklists / Edit Checklist** section.,TRUE,TRUE,FALSE +clickup-update-checklist-item,Update Checklist Item,Updates item in a checklist. [See the documentation](https://clickup.com/api) in **Checklists / Edit Checklist Item** section.,TRUE,TRUE,FALSE +clickup-stop-time-entry,Stop Time Entry,Stop time entry. [See the documentation](https://clickup.com/api/clickupreference/operation/StopatimeEntry),TRUE,TRUE,FALSE +clickup-start-time-entry,Start Time Entry,Start time entry. [See the documentation](https://clickup.com/api/clickupreference/operation/StartatimeEntry),FALSE,TRUE,FALSE +clickup-remove-task-custom-field,Remove Task Custom Field,Remove custom field from a task. [See the documentation](https://clickup.com/api) in **Custom Fields / Remove Custom Field Value** section.,TRUE,TRUE,FALSE +clickup-get-view,Get View,Get a view. [See the documentation](https://clickup.com/api) in **Views / Get View** section.,FALSE,TRUE,TRUE +clickup-get-view-tasks,Get View Tasks,Get all tasks of a view. [See the documentation](https://clickup.com/api) in **Views / Get View Tasks** section.,FALSE,TRUE,TRUE +clickup-get-view-comments,Get View Comments,Get a view comments. [See the documentation](https://clickup.com/api) in **Comments / Get Chat View Comments** section.,FALSE,TRUE,TRUE +clickup-get-team-views,Get Team Views,Get all views of a team. [See the documentation](https://clickup.com/api) in **Views / Get Team Views** section.,FALSE,TRUE,TRUE +clickup-get-tasks,Get Tasks,Get a list of tasks. [See the documentation](https://clickup.com/api) in **Tasks / Get Tasks** section.,FALSE,TRUE,TRUE +clickup-get-task,Get Task,Get a task. [See the documentation](https://clickup.com/api) in **Tasks / Get Task** section.,FALSE,TRUE,TRUE +clickup-get-task-templates,Get Task Templates,Get a list of templates. [See the documentation](https://clickup.com/api) in **Task Templates / Get Task Templates** section.,FALSE,TRUE,TRUE +clickup-get-task-comments,Get Task Comments,Get a task comments. [See the documentation](https://clickup.com/api) in **Comments / Get Task Comments** section.,FALSE,TRUE,TRUE +clickup-get-spaces,Get Spaces,Get a list of spaces in a workplace. [See the documentation](https://clickup.com/api) in **Spaces / Get Spaces** section.,FALSE,TRUE,TRUE +clickup-get-space,Get Space,Get a space in a workplace. [See the documentation](https://clickup.com/api) in **Spaces / Get Space** section.,FALSE,TRUE,TRUE +clickup-get-space-views,Get Space Views,Get all views of a space. [See the documentation](https://clickup.com/api) in **Views / Get Space Views** section.,FALSE,TRUE,TRUE +clickup-get-lists,Get Lists,Get a list of lists. [See the documentation](https://clickup.com/api) in **Lists / Get Lists** section.,FALSE,TRUE,TRUE +clickup-get-list,Get List,Get a list. [See the documentation](https://clickup.com/api) in **Lists / Get List** section.,FALSE,TRUE,TRUE +clickup-get-list-views,Get List Views,Get all views of a list. [See the documentation](https://clickup.com/api) in **Views / Get List Views** section.,FALSE,TRUE,TRUE +clickup-get-list-comments,Get List Comments,Get a list comments. [See the documentation](https://clickup.com/api) in **Comments / Get List Comments** section.,FALSE,TRUE,TRUE +clickup-get-folders,Get Folders,Get a list of folders in a workplace. [See the documentation](https://clickup.com/api) in **Folders / Get Folders** section.,FALSE,TRUE,TRUE +clickup-get-folder,Get Folder,Get a folder in a workplace. [See the documentation](https://clickup.com/api) in **Folders / Get Folder** section.,FALSE,TRUE,TRUE +clickup-get-folder-views,Get Folder Views,Get all views of a folder. [See the documentation](https://clickup.com/api) in **Views / Get Folder Views** section.,FALSE,TRUE,TRUE +clickup-get-custom-fields,Get Custom Fields,Get a list of custom fields. [See the documentation](https://clickup.com/api) in **Custom Fields / Get Accessible Custom Fields** section.,FALSE,TRUE,TRUE +clickup-delete-task,Delete Task,Delete a task. [See the documentation](https://clickup.com/api) in **Tasks / Delete Task** section.,TRUE,TRUE,FALSE +clickup-delete-space,Delete Space,Delete a space. [See the documentation](https://clickup.com/api) in **Spaces / Delete Space** section.,TRUE,TRUE,FALSE +clickup-delete-list,Delete List,Delete a list. [See the documentation](https://clickup.com/api) in **Lists / Delete List** section.,TRUE,TRUE,FALSE +clickup-delete-folder,Delete Folder,Delete a folder. [See the documentation](https://clickup.com/api) in **Folders / Delete Folder** section.,TRUE,TRUE,FALSE +clickup-delete-comment,Delete Comment,Deletes a comment. [See the documentation](https://clickup.com/api) in **Comments / Deleet Comment** section.,TRUE,TRUE,FALSE +clickup-delete-checklist,Delete Checklist,Deletes a checklist in a task. [See the documentation](https://clickup.com/api) in **Checklists / Delete Checklist** section.,TRUE,TRUE,FALSE +clickup-delete-checklist-item,Delete Checklist Item,Deletes item in a checklist. [See the documentation](https://clickup.com/api) in **Checklists / Delete Checklist Item** section.,TRUE,TRUE,FALSE +clickup-create-view-comment,Create View Comment,Creates a view comment. [See the documentation](https://clickup.com/api) in **Comments / Create Chat View Comment** section.,FALSE,TRUE,FALSE +clickup-create-time-entry,Create Time Entry,Create a new time entry. [See the documentation](https://developer.clickup.com/reference/createatimeentry),FALSE,TRUE,FALSE +clickup-create-threaded-comment,Create Threaded Comment,Creates a threaded comment. [See the documentation](https://clickup.com/api) in **Comments / Create Threaded Comment** section.,FALSE,TRUE,FALSE +clickup-create-task,Create Task,Creates a new task. [See the documentation](https://clickup.com/api) in **Tasks / Create Task** section.,FALSE,TRUE,FALSE +clickup-create-task-from-template,Create Task From Template,Creates a new task from a template. [See the documentation](https://clickup.com/api) in **Task Templates / Create Task From Template** section.,FALSE,TRUE,FALSE +clickup-create-task-comment,Create Task Comment,Creates a task comment. [See the documentation](https://clickup.com/api) in **Comments / Create Task Comment** section.,FALSE,TRUE,FALSE +clickup-create-space,Create Space,Creates a new space. [See the documentation](https://clickup.com/api) in **Spaces / Create Space** section.,FALSE,TRUE,FALSE +clickup-create-list,Create List,Creates a new list. [See the documentation](https://clickup.com/api) in **Lists / Create List** section.,FALSE,TRUE,FALSE +clickup-create-list-comment,Create List Comment,Creates a list comment. [See the documentation](https://clickup.com/api) in **Comments / Create List Comment** section.,FALSE,TRUE,FALSE +clickup-create-folder,Create Folder,Creates a new folder. [See the documentation](https://clickup.com/api) in **Folders / Create Folder** section.,FALSE,TRUE,FALSE +clickup-create-checklist,Create Checklist,Creates a new checklist in a task. [See the documentation](https://clickup.com/api) in **Checklists / Create Checklist** section.,FALSE,TRUE,FALSE +clickup-create-checklist-item,Create Checklist Item,Creates a new item in a checklist. [See the documentation](https://clickup.com/api) in **Checklists / Create Checklist Item** section.,FALSE,TRUE,FALSE +clickup-create-chat-view-comment,Create Chat View Comment,Creates a chat view comment. [See the documentation](https://clickup.com/api) in **Comments / Create Chat View Comment** section.,FALSE,TRUE,FALSE +getemails-verify-email,Verify Email,"The Api verifies your requested email address, whether it is a Good or Bad email address. [See the documentation](https://app2.getemail.io/dash/integration/api/v2/3).",FALSE,TRUE,TRUE +getemails-status-find-email,Status Find Email,Use this Api when you want to know the status of any previous find-email Api request. [See the documentation](https://app2.getemail.io/dash/integration/api/v2/2).,FALSE,TRUE,TRUE +getemails-find-email,Find Email,Provide Full name of your prospect with Domain or Website and Api will provide you an email address of the prospect in response. [See the documentation](https://app2.getemail.io/dash/integration/api/v2/1#).,FALSE,TRUE,TRUE +workday-search-workers,Search Workers,Retrieve a list of workers based on a search query. [See the documentation](https://community.workday.com/sites/default/files/file-hosting/restapi/#common/v1/get-/workers),FALSE,TRUE,TRUE +workday-list-worker-payslips,List Worker Payslips,List the payslips for a worker. [See the documentation](https://community.workday.com/sites/default/files/file-hosting/restapi/#common/v1/get-/workers/-ID-/paySlips),FALSE,TRUE,TRUE +workday-list-supervisory-organizations,List Supervisory Organizations,List supervisory organizations. [See the documentation](https://community.workday.com/sites/default/files/file-hosting/restapi/#common/v1/get-/supervisoryOrganizations),FALSE,TRUE,TRUE +workday-list-organization-types,List Organization Types,List organization types. [See the documentation](https://community.workday.com/sites/default/files/file-hosting/restapi/#common/v1/organizationTypes),FALSE,TRUE,TRUE +workday-get-worker,Get Worker,Get a worker. [See the documentation](https://community.workday.com/sites/default/files/file-hosting/restapi/#common/v1/get-/workers/-ID-),FALSE,TRUE,TRUE +workday-create-job-change,Create Job Change,Create a job change for a worker. [See the documentation](https://community.workday.com/sites/default/files/file-hosting/restapi/#common/v1/post-/workers/-ID-/jobChanges),FALSE,TRUE,FALSE +workday-change-business-title,Change Business Title,Change the business title of a worker. [See the documentation](https://community.workday.com/sites/default/files/file-hosting/restapi/#common/v1/post-/workers/-ID-/businessTitleChanges),FALSE,TRUE,FALSE +hootsuite-schedule-message,Schedule Message,Schedules a message on your Hootsuite account. [See the documentation](https://apidocs.hootsuite.com/docs/api/index.html#operation/scheduleMessage),TRUE,TRUE,FALSE +hootsuite-get-media-upload-status,Get Media Upload Status,Gets the status of a Media Upload Job on your Hootsuite account. [See the documentation](https://apidocs.hootsuite.com/docs/api/index.html#operation/getMedia),TRUE,TRUE,FALSE +hootsuite-create-media-upload-job,Create Media Upload Job,Creates a new Media Upload Job on your Hootsuite account. [See the documentation](https://apidocs.hootsuite.com/docs/api/index.html#operation/createMedia),TRUE,TRUE,FALSE +line_messaging_api-send-reply-message,Send Reply Message,Sends a reply message to a user. [See the documentation](https://developers.line.biz/en/reference/messaging-api/#send-reply-message),FALSE,TRUE,FALSE +line_messaging_api-send-push-message,Send Push Message,Sends a push message to a user. [See the documentation](https://developers.line.biz/en/reference/messaging-api/#send-push-message),FALSE,TRUE,FALSE +line_messaging_api-send-multicast-message,Send Multicast Message,Sends a multicast message to a list of users. [See the documentation](https://developers.line.biz/en/reference/messaging-api/#send-multicast-message),FALSE,TRUE,FALSE +line_messaging_api-send-broadcast-message,Send Broadcast Message,Sends a broadcast message to all users. [See the documentation](https://developers.line.biz/en/reference/messaging-api/#send-broadcast-message),FALSE,TRUE,FALSE +zoho_desk-update-ticket,Update Ticket,Updates an existing ticket. [See the docs here](https://desk.zoho.com/DeskAPIDocument#Tickets#Tickets_Updateaticket),TRUE,TRUE,FALSE +zoho_desk-update-contact,Update Contact,Updates details of an existing contact. [See the docs here](https://desk.zoho.com/DeskAPIDocument#Contacts#Contacts_Updateacontact),TRUE,TRUE,FALSE +zoho_desk-send-email-reply,Send E-Mail Reply,Sends an email reply. [See the docs here](https://desk.zoho.com/DeskAPIDocument#Threads#Threads_SendEmailReply),FALSE,TRUE,FALSE +zoho_desk-search-ticket,Search Ticket,Searches for tickets in your help desk. [See the docs here](https://desk.zoho.com/DeskAPIDocument#Search_TicketsSearchAPI),FALSE,TRUE,TRUE +zoho_desk-find-or-create-contact,Find or Create Contact,Finds or create a contact. [See the docs here](https://desk.zoho.com/DeskAPIDocument#Contacts#Contacts_CreateContact),FALSE,TRUE,FALSE +zoho_desk-find-contact,Find Contact,Searches for contacts in your help desk portal. [See the docs here](https://desk.zoho.com/DeskAPIDocument#Search#Search_SearchContacts),FALSE,TRUE,TRUE +zoho_desk-create-ticket,Create Ticket,Creates a ticket in your helpdesk. [See the docs here](https://desk.zoho.com/DeskAPIDocument#Tickets#Tickets_Createaticket),FALSE,TRUE,FALSE +zoho_desk-create-contact,Create Contact,Creates a contact in your help desk portal. [See the docs here](https://desk.zoho.com/DeskAPIDocument#Contacts#Contacts_CreateContact),FALSE,TRUE,FALSE +zoho_desk-create-account,Create Account,Creates an account in your help desk portal. [See the docs here](https://desk.zoho.com/DeskAPIDocument#Accounts#Accounts_CreateAccount),FALSE,TRUE,FALSE +zoho_desk-add-ticket-comment,Add Ticket Comment,Adds a comment to a ticket. [See the docs here](https://desk.zoho.com/DeskAPIDocument#TicketsComments#TicketsComments_Createticketcomment),FALSE,TRUE,FALSE +zoho_desk-add-ticket-attachment,Add Ticket Attachment,Attaches a file to a ticket. [See the docs here](https://desk.zoho.com/DeskAPIDocument#TicketAttachments#TicketAttachments_CreateTicketattachment),FALSE,TRUE,FALSE +launch_darkly_oauth-update-feature-flag,Update Feature Flag,Updates an existing feature flag using a JSON object. [See the documentation](https://apidocs.launchdarkly.com/tag/Feature-flags#operation/patchFeatureFlag),TRUE,TRUE,FALSE +launch_darkly_oauth-toggle-feature-flag,Toggle Feature Flag,"Toggles the status of a feature flag, switching it from active to inactive, or vice versa. [See the documentation](https://apidocs.launchdarkly.com/tag/Feature-flags#operation/patchFeatureFlag)",FALSE,TRUE,FALSE +launch_darkly_oauth-list-projects,List Projects,List all projects. [See the documentation](https://launchdarkly.com/docs/api/projects/get-projects).,FALSE,TRUE,TRUE +launch_darkly_oauth-list-members,List Members,List all members in an account. [See the documentation](https://launchdarkly.com/docs/api/account-members/get-members).,FALSE,TRUE,TRUE +launch_darkly_oauth-list-feature-flags,List Feature Flags,List all feature flags. [See the documentation](https://launchdarkly.com/docs/api/feature-flags/get-feature-flags).,FALSE,TRUE,TRUE +launch_darkly_oauth-list-environments,List Environments,List all environments. [See the documentation](https://launchdarkly.com/docs/api/environments/get-environments-by-project).,FALSE,TRUE,TRUE +launch_darkly_oauth-get-project,Get Project,Get a project by key. [See the documentation](https://launchdarkly.com/docs/api/projects/get-project).,FALSE,TRUE,TRUE +launch_darkly_oauth-get-feature-flag,Get Feature Flag,Get a feature flag by key. [See the documentation](https://launchdarkly.com/docs/api/feature-flags/get-feature-flag).,FALSE,TRUE,TRUE +launch_darkly_oauth-get-feature-flag-status,Get Feature Flag Status,Get the status of a feature flag. [See the documentation](https://launchdarkly.com/docs/api/feature-flags/get-feature-flag-status).,FALSE,TRUE,TRUE +launch_darkly_oauth-evaluate-feature-flag,Evaluate Feature Flag,Evaluates an existing feature flag for a specific user or in a general context. [See the documentation](https://apidocs.launchdarkly.com/tag/Contexts#operation/evaluateContextInstance).,FALSE,TRUE,FALSE +oxylabs-scrape-with-query,Scrape with Query,Extract data using a search query. [See the documentation](https://developers.oxylabs.io/scraping-solutions/web-scraper-api),FALSE,TRUE,TRUE +oxylabs-scrape-url,Scrape URL,Scrape a URL. [See the documentation](https://developers.oxylabs.io/scraping-solutions/web-scraper-api),FALSE,TRUE,FALSE +oxylabs-create-schedule,Create Schedule,Create a schedule for a scraping job. [See the documentation](https://developers.oxylabs.io/scraping-solutions/web-scraper-api/features/scheduler#create-a-new-schedule),FALSE,TRUE,FALSE +oxylabs-create-proxy-session,Create Proxy Session,Establish a proxy session using the Residential Proxy endpoint. [See the documentation](https://developers.oxylabs.io/proxies/residential-proxies/session-control#establishing-session),FALSE,TRUE,FALSE +openai-upload-file,Upload File,Upload a file that can be used across various endpoints/features. The size of individual files can be a maximum of 512mb. [See the documentation](https://platform.openai.com/docs/api-reference/files/create),FALSE,TRUE,FALSE +openai-translate-text,Translate Text (Whisper),Translate text from one language to another using the Chat API. [See the documentation](https://platform.openai.com/docs/api-reference/chat),FALSE,TRUE,TRUE +openai-summarize,Summarize Text,Summarizes text using the Chat API. [See the documentation](https://platform.openai.com/docs/api-reference/chat),FALSE,TRUE,TRUE +openai-submit-tool-outputs-to-run,Submit Tool Outputs to Run (Assistants),Submits tool outputs to a run that requires action. [See the documentation](https://platform.openai.com/docs/api-reference/runs/submitToolOutputs),FALSE,TRUE,FALSE +openai-send-prompt,Create Completion (Send Prompt),"OpenAI recommends using the **Chat** action for the latest `gpt-3.5-turbo` API, since it's faster and 10x cheaper. This action creates a completion for the provided prompt and parameters using the older `/completions` API. [See the documentation](https://beta.openai.com/docs/api-reference/completions/create)",FALSE,TRUE,FALSE +openai-retrieve-vector-store,Retrieve Vector Store,Retrieve a vector store. [See the documentation](https://platform.openai.com/docs/api-reference/vector-stores/retrieve),FALSE,TRUE,TRUE +openai-retrieve-vector-store-file,Retrieve Vector Store File,Retrieve a vector store file. [See the documentation](https://platform.openai.com/docs/api-reference/vector-stores-files/getFile),FALSE,TRUE,TRUE +openai-retrieve-run,Retrieve Run (Assistants),Retrieves a specific run within a thread. [See the documentation](https://platform.openai.com/docs/api-reference/runs/getRun),FALSE,TRUE,FALSE +openai-retrieve-run-step,Retrieve Run Step (Assistants),Retrieve a specific run step in a thread. [See the documentation](https://platform.openai.com/docs/api-reference/runs/getRunStep),FALSE,TRUE,FALSE +openai-retrieve-file,Retrieve File,Retrieves a specific file from OpenAI. [See the documentation](https://platform.openai.com/docs/api-reference/files/retrieve),FALSE,TRUE,TRUE +openai-retrieve-file-content,Retrieve File Content,Retrieves the contents of the specified file. [See the documentation](https://platform.openai.com/docs/api-reference/files/retrieve-content),FALSE,TRUE,TRUE +openai-modify-assistant,Modify an Assistant,Modifies an existing OpenAI assistant. [See the documentation](https://platform.openai.com/docs/api-reference/assistants/modifyAssistant),FALSE,TRUE,FALSE +openai-list-vector-stores,List Vector Stores,Returns a list of vector stores. [See the documentation](https://platform.openai.com/docs/api-reference/vector-stores/list),FALSE,TRUE,TRUE +openai-list-vector-store-files,List Vector Store Files,Returns a list of vector store file. [See the documentation](https://platform.openai.com/docs/api-reference/vector-stores-files/listFiles),FALSE,TRUE,TRUE +openai-list-runs,List Runs (Assistants),Returns a list of runs belonging to a thread. [See the documentation](https://platform.openai.com/docs/api-reference/runs/list),FALSE,TRUE,TRUE +openai-list-run-steps,List Run Steps (Assistants),Returns a list of run steps belonging to a run. [See the documentation](https://platform.openai.com/docs/api-reference/runs/list-run-steps),FALSE,TRUE,FALSE +openai-list-messages,List Messages (Assistants),Lists the messages for a given thread. [See the documentation](https://platform.openai.com/docs/api-reference/messages/listMessages),FALSE,TRUE,TRUE +openai-list-files,List Files,Returns a list of files that belong to the user's organization. [See the documentation](https://platform.openai.com/docs/api-reference/files/list),FALSE,TRUE,TRUE +openai-delete-vector-store,Delete Vector Store,Delete a vector store. [See the documentation](https://platform.openai.com/docs/api-reference/vector-stores/delete),TRUE,TRUE,FALSE +openai-delete-vector-store-file,Delete Vector Store File,Deletes a vector store file. [See the documentation](https://platform.openai.com/docs/api-reference/vector-stores-files/deleteFile),TRUE,TRUE,FALSE +openai-delete-file,Delete File,Deletes a specified file from OpenAI. [See the documentation](https://platform.openai.com/docs/api-reference/files/delete),TRUE,TRUE,FALSE +openai-create-vector-store,Create Vector Store,Create a vector store. [See the documentation](https://platform.openai.com/docs/api-reference/vector-stores/create),FALSE,TRUE,FALSE +openai-create-vector-store-file,Create Vector Store File,Create a vector store file. [See the documentation](https://platform.openai.com/docs/api-reference/vector-stores-files/createFile),FALSE,TRUE,FALSE +openai-create-transcription,Create Transcription,Transcribes audio into the input language. [See the documentation](https://platform.openai.com/docs/api-reference/audio/createTranscription),FALSE,TRUE,FALSE +openai-create-thread,Create Thread (Assistants),"Creates a thread with optional messages and metadata, and optionally runs the thread using the specified assistant. [See the documentation](https://platform.openai.com/docs/api-reference/threads/createThread)",FALSE,TRUE,FALSE +openai-create-moderation,Create Moderation,Classifies if text is potentially harmful. [See the documentation](https://platform.openai.com/docs/api-reference/moderations/create),FALSE,TRUE,FALSE +openai-create-image,Create Image (Dall-E),Creates an image given a prompt returning a URL to the image. [See the documentation](https://platform.openai.com/docs/api-reference/images),FALSE,TRUE,FALSE +openai-create-fine-tuning-job,Create Fine Tuning Job,Creates a job that fine-tunes a specified model from a given dataset. [See the documentation](https://platform.openai.com/docs/api-reference/fine-tuning/create),FALSE,TRUE,FALSE +openai-create-embeddings,Create Embeddings,Get a vector representation of a given input that can be easily consumed by machine learning models and algorithms. [See the documentation](https://platform.openai.com/docs/api-reference/embeddings),FALSE,TRUE,FALSE +openai-create-batch,Create Batch,Creates and executes a batch from an uploaded file of requests. [See the documentation](https://platform.openai.com/docs/api-reference/batch/create),FALSE,TRUE,FALSE +openai-create-assistant,Create Assistant,Creates an assistant with a model and instructions. [See the documentation](https://platform.openai.com/docs/api-reference/assistants/createAssistant),FALSE,TRUE,FALSE +openai-convert-text-to-speech,Convert Text to Speech (TTS),Generates audio from the input text. [See the documentation](https://platform.openai.com/docs/api-reference/audio/createSpeech),FALSE,TRUE,TRUE +openai-classify-items-into-categories,Classify Items into Categories,Classify items into specific categories using the Chat API. [See the documentation](https://platform.openai.com/docs/api-reference/chat),FALSE,TRUE,TRUE +openai-chat,Chat,"The Chat API, using the `gpt-3.5-turbo` or `gpt-4` model. [See the documentation](https://platform.openai.com/docs/api-reference/chat)",FALSE,TRUE,FALSE +openai-chat-with-responses-api,Chat With Responses API,"Send a chat via the Responses API, mixing built-in tools and MCP server tools. [See the documentation](https://platform.openai.com/docs/guides/tools?api-mode=responses).",FALSE,TRUE,FALSE +openai-chat-with-assistant,Chat with Assistant,"Sends a message and generates a response, storing the message history for a continuous conversation. [See the documentation](https://platform.openai.com/docs/api-reference/runs/createThreadAndRun)",FALSE,TRUE,FALSE +openai-chat-using-web-search,Chat using Web Search,Chat using the web search tool. [See the documentation](https://platform.openai.com/docs/guides/tools-web-search),FALSE,TRUE,TRUE +openai-chat-using-functions,Chat using Functions,"Chat with your models and allow them to invoke functions. Optionally, you can build and invoke workflows as functions. [See the documentation](https://platform.openai.com/docs/guides/function-calling)",FALSE,TRUE,FALSE +openai-chat-using-file-search,Chat using File Search,Chat with your files knowledge base (vector stores). [See the documentation](https://platform.openai.com/docs/guides/tools-file-search),FALSE,TRUE,TRUE +openai-cancel-run,Cancel Run (Assistants),Cancels a run that is in progress. [See the documentation](https://platform.openai.com/docs/api-reference/runs/cancelRun),TRUE,TRUE,FALSE +openai-analyze-image-content,Analyze Image Content,Send a message or question about an image and receive a response. [See the documentation](https://platform.openai.com/docs/api-reference/runs/createThreadAndRun),FALSE,TRUE,FALSE +anthropic-chat,Chat,The Chat API. [See the documentation](https://docs.anthropic.com/claude/reference/messages_post),FALSE,TRUE,FALSE +microsoft_power_bi-get-reports,Get Reports,Get reports from a Power BI workspace. [See the documentation](https://learn.microsoft.com/en-us/rest/api/power-bi/reports/get-reports),FALSE,TRUE,TRUE +linear-update-issue,Update Issue,"Updates an existing Linear issue. Can modify title, description, assignee, state, project, team, labels, priority, and dates. Returns updated issue details. Uses OAuth authentication. See Linear docs for additional info [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api#creating-and-editing-issues).",TRUE,TRUE,FALSE +linear-search-issues,Search Issues,"Searches Linear issues by team, project, assignee, labels, state, or text query. Supports pagination, ordering, and archived issues. Returns array of matching issues. Uses OAuth authentication. See Linear docs for additional info [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api).",FALSE,TRUE,TRUE +linear-get-teams,Get Teams,"Retrieves all teams in your Linear workspace. Returns array of team objects with details like ID, name, and key. Supports pagination with configurable limit. Uses OAuth authentication. See Linear docs for additional info [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api).",FALSE,TRUE,TRUE +linear-get-issue,Get Issue,"Retrieves a Linear issue by its ID. Returns complete issue details including title, description, state, assignee, team, project, labels, and timestamps. Uses OAuth authentication. See Linear docs for additional info [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api).",FALSE,TRUE,FALSE +linear-create-issue,Create Issue,"Creates a new issue in Linear. Requires team ID and title. Optional: description, assignee, project, state. Returns response object with success status and issue details. Uses OAuth authentication. See Linear docs for additional info [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api#creating-and-editing-issues).",FALSE,TRUE,FALSE +linear_app-update-issue,Update Issue,"Updates an existing Linear issue. Can modify title, description, assignee, state, project, team, labels, priority, and dates. Returns updated issue details. Uses API Key authentication. See Linear docs for additional info [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api#creating-and-editing-issues).",TRUE,TRUE,FALSE +linear_app-search-issues,Search Issues,"Searches Linear issues by team, project, assignee, labels, state, or text query. Supports pagination, ordering, and archived issues. Returns array of matching issues. Uses API Key authentication. See Linear docs for additional info [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api).",FALSE,TRUE,TRUE +linear_app-get-teams,Get Teams,"Retrieves all teams in your Linear workspace. Returns array of team objects with details like ID, name, and key. Supports pagination with configurable limit. Uses API Key authentication. See Linear docs for additional info [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api).",FALSE,TRUE,TRUE +linear_app-get-issue,Get Issue,"Retrieves a Linear issue by its ID. Returns complete issue details including title, description, state, assignee, team, project, labels, and timestamps. Uses API Key authentication. See Linear docs for additional info [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api).",FALSE,TRUE,FALSE +linear_app-create-issue,Create Issue,"Creates a new issue in Linear. Requires team ID and title. Optional: description, assignee, project, state. Returns response object with success status and issue details. Uses API Key authentication. See Linear docs for additional info [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api#creating-and-editing-issues).",FALSE,TRUE,FALSE +pandadoc-create-document-from-template,Create Document From Template,Create a Document from a PandaDoc Template. [See the documentation here](https://developers.pandadoc.com/reference/create-document-from-pandadoc-template),FALSE,TRUE,FALSE +snipe_it-update-hardware,Update Hardware Asset,Partially updates information about an existing hardware asset. [See the documentation](https://snipe-it.readme.io/reference/hardware-partial-update),TRUE,TRUE,FALSE +snipe_it-get-user-assets,Get User Assets,Retrieves all assets currently assigned to a specific user. Useful for audits and inventory reviews. [See the documentation](https://snipe-it.readme.io/reference/usersidassets),FALSE,TRUE,TRUE +snipe_it-get-license,Get License,"Retrieves license details including seat count, expiration, and current usage metrics. Note: The response returns 'product_key' but uses 'serial' field for POST/PUT/PATCH requests. [See the documentation](https://snipe-it.readme.io/reference/licensesid)",FALSE,TRUE,FALSE +snipe_it-get-hardware,Get Hardware Asset,Retrieves details of a specific hardware asset by ID. [See the documentation](https://snipe-it.readme.io/reference/hardware-by-id),FALSE,TRUE,TRUE +snipe_it-create-user,Create User,Creates a new user in Snipe-IT with profile information required for asset or license assignments. [See the documentation](https://snipe-it.readme.io/reference/users-2),FALSE,TRUE,FALSE +snipe_it-create-hardware,Create Hardware Asset,Creates a new hardware asset in Snipe-IT. [See the documentation](https://snipe-it.readme.io/reference/hardware-create),FALSE,TRUE,FALSE +launchdarkly-update-feature-flag,Update Feature Flag,Updates an existing feature flag using a JSON object. [See the documentation](https://apidocs.launchdarkly.com/tag/Feature-flags#operation/patchFeatureFlag),TRUE,TRUE,FALSE +launchdarkly-toggle-feature-flag,Toggle Feature Flag,"Toggles the status of a feature flag, switching it from active to inactive, or vice versa. [See the documentation](https://apidocs.launchdarkly.com/tag/Feature-flags#operation/patchFeatureFlag)",FALSE,TRUE,FALSE +launchdarkly-list-projects,List Projects,List all projects. [See the documentation](https://launchdarkly.com/docs/api/projects/get-projects).,FALSE,TRUE,TRUE +launchdarkly-list-members,List Members,List all members in an account. [See the documentation](https://launchdarkly.com/docs/api/account-members/get-members).,FALSE,TRUE,TRUE +launchdarkly-list-feature-flags,List Feature Flags,List all feature flags. [See the documentation](https://launchdarkly.com/docs/api/feature-flags/get-feature-flags).,FALSE,TRUE,TRUE +launchdarkly-list-environments,List Environments,List all environments. [See the documentation](https://launchdarkly.com/docs/api/environments/get-environments-by-project).,FALSE,TRUE,TRUE +launchdarkly-get-project,Get Project,Get a project by key. [See the documentation](https://launchdarkly.com/docs/api/projects/get-project).,FALSE,TRUE,TRUE +launchdarkly-get-feature-flag,Get Feature Flag,Get a feature flag by key. [See the documentation](https://launchdarkly.com/docs/api/feature-flags/get-feature-flag).,FALSE,TRUE,TRUE +launchdarkly-get-feature-flag-status,Get Feature Flag Status,Get the status of a feature flag. [See the documentation](https://launchdarkly.com/docs/api/feature-flags/get-feature-flag-status).,FALSE,TRUE,TRUE +launchdarkly-evaluate-feature-flag,Evaluate Feature Flag,Evaluates an existing feature flag for a specific user or in a general context. [See the documentation](https://apidocs.launchdarkly.com/tag/Contexts#operation/evaluateContextInstance).,FALSE,TRUE,FALSE +krispcall-new-sms,Send New SMS,Send a new SMS to a number. [See the documentation](https://documenter.getpostman.com/view/38507826/2sB2xEA8V5#be2f5790-43b5-482e-9f4e-c9e8cb9fd633),FALSE,TRUE,FALSE +krispcall-new-mms,Send New MMS,Send a new MMS to a contact. [See the documentation](https://documenter.getpostman.com/view/38507826/2sB2xEA8V5#a5e31a96-ff7a-48cf-9f12-e1215e90970a),FALSE,TRUE,FALSE +krispcall-delete-contact,Delete Contact,Deletes a list of contacts. [See the documentation](https://documenter.getpostman.com/view/38507826/2sB2xEA8V5#fa88b9ed-84fe-49f7-acc1-a37169fc6cb0),TRUE,TRUE,FALSE +krispcall-add-contact,Add Contact,Creates a new contact. [See the documentation](https://documenter.getpostman.com/view/38507826/2sB2xEA8V5#12ee9977-7639-479c-8931-d92f7d7f9dfe),FALSE,TRUE,FALSE +shortcut-search-stories,Search Stories,Searches for stories in your Shortcut account.,FALSE,TRUE,TRUE +shortcut-create-story,Create Story,"Creates a new story in your Shortcut account. See [Create Story](https://shortcut.com/api/rest/v3#Create-Story) in Shortcut Rest API, V3 reference for endpoint documentation.",FALSE,TRUE,FALSE +puppeteer-screenshot-page,Screenshot a Page,Captures a screenshot of a page using Puppeteer. [See the documentation](https://pptr.dev/api/puppeteer.page.screenshot),FALSE,TRUE,FALSE +puppeteer-get-pdf,Get PDF,Generate a PDF of a page using Puppeteer. [See the documentation](https://pptr.dev/api/puppeteer.page.pdf),FALSE,TRUE,TRUE +puppeteer-get-page-title,Get Page Title,Get the title of a webpage using Puppeteer. [See the documentation](https://pptr.dev/api/puppeteer.page.title),FALSE,TRUE,TRUE +puppeteer-get-html,Get HTML,Get the HTML of a webpage using Puppeteer. [See the documentation](https://pptr.dev/api/puppeteer.page.content) for details.,FALSE,TRUE,TRUE +playwright-take-screenshot,Take Screenshot,Store a new screenshot file on /tmp directory. [See the documentation](https://playwright.dev/docs/screenshots),FALSE,TRUE,FALSE +playwright-page-pdf,Page PDF,Generates a pdf of the page and store it on /tmp directory. [See the documentation](https://playwright.dev/docs/api/class-page#page-pdf),FALSE,TRUE,FALSE +playwright-get-page-title,Get Page Title,Returns the page's title. [See the documentation](https://playwright.dev/docs/api/class-page#page-title),FALSE,TRUE,TRUE +playwright-get-page-html,Get Page HTML,Returns the page's html. [See the documentation](https://playwright.dev/docs/api/class-page#page-content),FALSE,TRUE,TRUE +pdfless-generate-pdf,Create a PDF document,Create a PDF document based on selected template identifier and defined payload. [See the documentation](https://github.com/Pdfless/pdfless-js),FALSE,TRUE,FALSE +netlify-rollback-deploy,Rollback Deploy,Restores an old deploy and makes it the live version of the site. [See docs](https://docs.netlify.com/api/get-started/#restore-deploy-rollback),FALSE,TRUE,TRUE +netlify-list-site-deploys,List Site Deploys,Returns a list of all deploys for a specific site. [See docs](https://docs.netlify.com/api/get-started/#get-deploys),FALSE,TRUE,TRUE +netlify-list-files,List Files,Returns a list of all the files in the current deploy. [See docs](https://docs.netlify.com/api/get-started/#get-files),FALSE,TRUE,TRUE +netlify-get-site,Get Site,Get a specified site. [See docs](https://docs.netlify.com/api/get-started/#get-sites),FALSE,TRUE,TRUE +brave_search_api-web-search,Web Search,Query Brave Search and get back search results from the web. [See the documentation](https://api-dashboard.search.brave.com/app/documentation/web-search/get-started),FALSE,TRUE,TRUE +tableau-query-projects,Query Projects,Returns a list of projects on the specified site. [See the documentation](https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref_projects.htm),FALSE,TRUE,TRUE +tableau-download-pdf,Download PDF,Downloads images of the sheets of a workbook as a PDF file. [See the documentation](https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref_workbooks_and_views.htm#download_workbook_pdf),FALSE,TRUE,TRUE +tableau-create-project,Create Project,Creates a project on the specified site. You can also create project hierarchies by creating a project under the specified parent project on the site. [See the documentation](https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref_projects.htm#create_project),FALSE,TRUE,FALSE +gmail-delete-email,Delete Email,Moves the specified message to the trash. [See the documentation](https://developers.google.com/workspace/gmail/api/reference/rest/v1/users.messages/trash),TRUE,TRUE,FALSE +rhombus-unlock-access-controlled-door,Unlock Access Controlled Door,Unlock an access controlled door. [See the documentation](https://apidocs.rhombus.com/reference/unlockaccesscontrolleddoor),TRUE,TRUE,FALSE +rhombus-toggle-audio-gateway-recording,Toggle Audio Gateway Recording,Update audio gateway settings to enable or disable audio recording. [See the documentation](https://apidocs.rhombus.com/reference/updateaudiogatewayconfig),TRUE,TRUE,FALSE +rhombus-reboot-camera,Reboot Camera,Reboot a camera. [See the documentation](https://apidocs.rhombus.com/reference/rebootcamera),FALSE,TRUE,FALSE +rhombus-play-audio-upload,Play Audio Upload,Play an uploaded audio clip through an audio device. [See the documentation](https://apidocs.rhombus.com/reference/playaudioupload),FALSE,TRUE,FALSE +rhombus-create-shared-live-video-stream,Create Shared Live Video Stream,Create a shared live video stream and get the URL to access it. [See the documentation](https://apidocs.rhombus.com/reference/createcamerasharedlivevideostream)),FALSE,TRUE,FALSE +rhombus-create-custom-footage-seekpoints,Create Custom Footage Seekpoints,Create custom activity seekpoints for a specified camera. [See the documentation](https://apidocs.rhombus.com/reference/createcustomfootageseekpoints),FALSE,TRUE,FALSE +rhombus-create-camera-clip,Create Camera Clip,Create a camera clip from video footage. [See the documentation](https://apidocs.rhombus.com/reference/splicev3),FALSE,TRUE,FALSE +trello-get-cards-on-board,Get Cards On A Board,Get all of the open Cards on a Board. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-boards/#api-boards-id-cards-get).,FALSE,TRUE,FALSE +trello-get-cards-in-list,Get Cards In A List,List the cards in a list. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-lists/#api-lists-id-cards-get).,FALSE,TRUE,TRUE +kustomer-update-customer,Update Customer,Updates an existing customer in Kustomer. [See the documentation](https://developer.kustomer.com/kustomer-api-docs/reference/updatecustomer),TRUE,TRUE,FALSE +kustomer-update-custom-object-by-id,Update Custom Object by ID,Updates a custom object identified by ID in Kustomer. [See the documentation](https://developer.kustomer.com/kustomer-api-docs/reference/updatekobject),TRUE,TRUE,FALSE +kustomer-update-conversation,Update Conversation,Updates an existing conversation in Kustomer. [See the documentation](https://developer.kustomer.com/kustomer-api-docs/reference/updateconversation).,TRUE,TRUE,FALSE +kustomer-get-custom-objects,Get Custom Objects,Gets custom objects in Kustomer. [See the documentation](https://developer.kustomer.com/kustomer-api-docs/reference/getkobjects),FALSE,TRUE,TRUE +kustomer-get-custom-object-by-id,Get Custom Object by ID,Gets a custom object by ID in Kustomer. [See the documentation](https://developer.kustomer.com/kustomer-api-docs/reference/getkobject),FALSE,TRUE,TRUE +kustomer-get-custom-object-by-external-id,Get Custom Object by External ID,Gets a custom object by external ID in Kustomer. [See the documentation](https://developer.kustomer.com/kustomer-api-docs/reference/get-klasses-name-externalid-externalid),FALSE,TRUE,TRUE +kustomer-create-customer,Create Customer,Creates a new customer in Kustomer. [See the documentation](https://developer.kustomer.com/kustomer-api-docs/reference/createacustomer),FALSE,TRUE,FALSE +kustomer-create-conversation,Create Conversation,Creates a new conversation in Kustomer. [See the documentation](https://developer.kustomer.com/kustomer-api-docs/reference/createaconversation),FALSE,TRUE,FALSE +bright_data-unlock-website,Unlock Website,"Send an API call to a URL and get the HTML back. Enables you to bypass anti-bot measures, manages proxies, and solves CAPTCHAs automatically for easier web data collection. [See the documentation](https://docs.brightdata.com/api-reference/rest-api/unlocker/unlock-website)",TRUE,TRUE,FALSE +bright_data-scrape-website,Scrape Website,Scrape a website and return the HTML. [See the documentation](https://docs.brightdata.com/api-reference/web-scraper-api/synchronous-requests),FALSE,TRUE,FALSE +bright_data-scrape-serp,Scrape SERP,Extract search engine results using Bright Data SERP API. [See the documentation](https://docs.brightdata.com/api-reference/rest-api/serp/scrape-serp),FALSE,TRUE,TRUE +helpdocs-search-articles,Search Articles,Search for articles in your HelpDocs knowledge base. [See the documentation](https://apidocs.helpdocs.io/article/If1U9NNUpT-searching-for-articles),FALSE,TRUE,TRUE +helpdocs-list-categories,List Categories,Retrieve a list of all categories in your HelpDocs knowledge base. [See the documentation](https://apidocs.helpdocs.io/article/hKlKgQuQgs-getting-categories),FALSE,TRUE,TRUE +helpdocs-list-articles,List Articles,Retrieve a list of articles from your HelpDocs knowledge base. [See the documentation](https://apidocs.helpdocs.io/article/OqvaxRMHgN-getting-articles),FALSE,TRUE,TRUE +helpdocs-get-category,Get Category,Retrieve a category from your HelpDocs knowledge base. [See the documentation](https://apidocs.helpdocs.io/article/FCRNPUXm3i-getting-a-single-category),FALSE,TRUE,TRUE +helpdocs-get-article,Get Article,Retrieve a specific article from your HelpDocs knowledge base. [See the documentation](https://apidocs.helpdocs.io/article/lc6AVtLvrv-getting-a-single-article),FALSE,TRUE,TRUE +helpdocs-get-article-versions,Get Article Versions,Retrieve version history and details for a specific article in your knowledge base. [See the documentation](https://apidocs.helpdocs.io/article/c3svl5hvb2-getting-article-versions),FALSE,TRUE,TRUE +helpdocs-generate-chatbot-source-page,Generate Chatbot Source Page,The chatbot source page feature allows you to generate a comprehensive list of all your Knowledge Base articles that can be fed directly to your chatbot. This makes it easy to leverage your existing documentation to power AI assistants and help your customers find answers quickly. [See the documentation](https://apidocs.helpdocs.io/article/4xha228dwf-generating-a-chatbot-source-page),FALSE,TRUE,TRUE +helpdocs-delete-category,Delete Category,Delete a category from your HelpDocs knowledge base. [See the documentation](https://apidocs.helpdocs.io/article/Hw8fVbXt1V-deleting-a-category),TRUE,TRUE,FALSE +helpdocs-delete-article,Delete Article,Delete an article from your HelpDocs knowledge base. [See the documentation](https://apidocs.helpdocs.io/article/0iyvUUh7py-deleting-an-article),TRUE,TRUE,FALSE +helpdocs-create-category,Create Category,Create a new category in your HelpDocs knowledge base to organize articles. [See the documentation](https://apidocs.helpdocs.io/article/i5gdcZ7b9s-creating-a-category),FALSE,TRUE,FALSE +helpdocs-create-article,Create Article,Create a new article in your HelpDocs knowledge base. [See the documentation](https://apidocs.helpdocs.io/article/8Y2t6NVxeU-creating-an-article),FALSE,TRUE,FALSE +browserless-take-screenshot,Take a Screenshot,Take a screenshot of a page. [See the documentation](https://www.browserless.io/docs/screenshot),FALSE,TRUE,FALSE +browserless-scrape-url,Scrape URL,Scrape content from a page. [See the documentation](https://www.browserless.io/docs/scrape).,FALSE,TRUE,FALSE +browserless-scrape-url-list,Scrape URL List,Scrape content from a list of pages. [See the documentation](https://www.browserless.io/docs/scrape).,FALSE,TRUE,TRUE +browserless-convert-html-to-pdf,Generate PDF from HTML String,See https://docs.browserless.io/docs/pdf.html,FALSE,TRUE,TRUE +trello-update-card,Update Card,Updates a card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-put).,TRUE,TRUE,FALSE +trello-search-members,Search Members,Search for Trello members. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-search/#api-search-members-get).,FALSE,TRUE,TRUE +trello-search-checklists,Search Checklists,Find a checklist on a particular board or card by name. [See the documentation here](https://developer.atlassian.com/cloud/trello/rest/api-group-boards/#api-boards-id-checklists-get) and [here](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-checklists-get).,FALSE,TRUE,TRUE +trello-search-cards,Search Cards,Searches for cards matching the specified query. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-search/#api-search-get).,FALSE,TRUE,TRUE +trello-search-boards,Search Boards,Searches for boards matching the specified query. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-search/#api-search-get).,FALSE,TRUE,TRUE +trello-rename-list,Rename List,Renames an existing list. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-lists/#api-lists-id-put).,TRUE,TRUE,FALSE +trello-remove-label-from-card,Remove Card Label,Removes label from card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-idlabels-idlabel-delete).,TRUE,TRUE,FALSE +trello-move-card-to-list,Move Card to List,Moves a card to the specified board/list pair. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-put).,FALSE,TRUE,TRUE +trello-get-list,Get List,Get information about a List. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-lists/#api-lists-id-get).,FALSE,TRUE,TRUE +trello-get-card,Get Card,Gets a card by its ID. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-get).,FALSE,TRUE,TRUE +trello-get-board,Get Board,Request a single board. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-boards/#api-boards-id-get).,FALSE,TRUE,TRUE +trello-find-list,Find a List,Finds a list on a specific board by name. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-boards/#api-boards-id-lists-get).,FALSE,TRUE,TRUE +trello-find-labels,Find a Label,Finds a label on a specific board by name. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-boards/#api-boards-id-labels-get),FALSE,TRUE,TRUE +trello-delete-checklist,Delete Checklist,Deletes the specified checklist. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-checklists/#api-checklists-id-delete).,TRUE,TRUE,FALSE +trello-create-list,Create a List,Creates a new list. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-lists/#api-lists-post).,FALSE,TRUE,FALSE +trello-create-label,Create Label,Creates a new label on the specified board. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-labels/#api-labels-post).,FALSE,TRUE,FALSE +trello-create-checklist-item,Create a Checklist Item,Creates a new checklist item in a card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-checklists/#api-checklists-id-checkitems-post).,FALSE,TRUE,FALSE +trello-create-card,Create Card,Creates a new card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-post).,FALSE,TRUE,FALSE +trello-create-board,Create a Board,Create a new Trello board or copy from an existing one. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-boards/#api-boards-post).,FALSE,TRUE,FALSE +trello-complete-checklist-item,Complete a Checklist Item,Completes an existing checklist item in a card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-checkitem-idcheckitem-put).,FALSE,TRUE,FALSE +trello-archive-card,Archive Card,Archives a card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-put).,TRUE,TRUE,FALSE +trello-add-member-to-card,Add Member to Card,Adds a member to the specified card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-idmembers-post).,FALSE,TRUE,FALSE +trello-add-existing-label-to-card,Add Existing Label to Card,Adds an existing label to the specified card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-idlabels-post).,FALSE,TRUE,FALSE +trello-add-comment,Add Comment,Create a new comment on a specific card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-actions-comments-post).,FALSE,TRUE,FALSE +trello-add-checklist,Add Checklist,Adds a new checklist to a card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-checklists-post).,FALSE,TRUE,FALSE +trello-add-attachment-to-card,Add Attachment To Card,Adds a file attachment on a card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-attachments-post),FALSE,TRUE,FALSE +microsoft_outlook_calendar-get-schedule,Get Free/Busy Schedule,"Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. [See the documentation](https://learn.microsoft.com/en-us/graph/api/calendar-getschedule)",FALSE,TRUE,TRUE +freshservice-update-ticket,Update Ticket,Update a ticket. [See the documentation](https://api.freshservice.com/#update_ticket_priority),TRUE,TRUE,FALSE +freshservice-update-solution-article,Update Solution Article,Update a solution article. [See the documentation](https://api.freshservice.com/#update_solution_article),TRUE,TRUE,FALSE +freshservice-list-solution-categories,List Solution Categories,List all solution categories. [See the documentation](https://api.freshservice.com/#view_all_solution_category),FALSE,TRUE,TRUE +freshservice-list-solution-articles,List Solution Articles,List all solution articles. [See the documentation](https://api.freshservice.com/#view_all_solution_article),FALSE,TRUE,TRUE +freshservice-get-ticket,Get Ticket,Get a ticket by ID. [See the documentation](https://api.freshservice.com/#view_a_ticket),FALSE,TRUE,TRUE +freshservice-get-solution-article,Get Solution Article,Get a solution article by ID. [See the documentation](https://api.freshservice.com/#view_solution_article),FALSE,TRUE,TRUE +freshservice-delete-solution-article,Delete Solution Article,Delete a solution article. [See the documentation](https://api.freshservice.com/#delete_solution_article),TRUE,TRUE,FALSE +freshservice-create-ticket,Create Ticket,Create a new ticket. [See the documentation](https://api.freshservice.com/#create_ticket),FALSE,TRUE,FALSE +freshservice-create-solution-article,Create Solution Article,Create a solution article. [See the documentation](https://api.freshservice.com/#create_solution_article),FALSE,TRUE,FALSE +asana-list-task-stories,List Task Stories,List stories (including comments) for a task. [See the documentation](https://developers.asana.com/reference/getstoriesfortask),FALSE,TRUE,TRUE +attio-update-person,Update Person,Update an existing person. [See the documentation](https://developers.attio.com/reference/patch_v2-objects-people-records-record-id).,TRUE,TRUE,FALSE +attio-get-record,Get Record,Retrieves the record with the specified ID. [See the documentation](https://docs.attio.com/rest-api/endpoint-reference/records/get-a-record),FALSE,TRUE,TRUE +attio-delete-list-entry,Delete List Entry,Deletes an existing entry from a specific list. [See the documentation](https://developers.attio.com/reference/delete_v2-lists-list-entries-entry-id),TRUE,TRUE,FALSE +attio-create-update-record,Create or Update Record,"Creates or updates a specific record such as a person or a deal. If the record already exists, it's updated. Otherwise, a new record is created. [See the documentation](https://developers.attio.com/reference/put_v2-objects-object-records)",TRUE,TRUE,FALSE +attio-create-task,Create Task,Creates a new task. [See the documentation](https://docs.attio.com/rest-api/endpoint-reference/tasks/create-a-task),FALSE,TRUE,FALSE +attio-create-person,Create Person,Creates a new person. [See the documentation](https://developers.attio.com/reference/post_v2-objects-people-records).,FALSE,TRUE,FALSE +attio-create-note,Create Note,Creates a new note for a given record. The note will be linked to the specified record. [See the documentation](https://developers.attio.com/reference/post_v2-notes),FALSE,TRUE,FALSE +google_calendar-create-event,Create Event,Create an event in a Google Calendar. [See the documentation](https://developers.google.com/calendar/api/v3/reference/events/insert),FALSE,TRUE,FALSE +spotify-save-track,Save Tracks for User,"Save one or more tracks to the current user’s ""Your Music"" library. [See the docs here](https://developer.spotify.com/documentation/web-api/reference/#/operations/save-tracks-user).",FALSE,TRUE,FALSE +spotify-remove-user-saved-tracks,Remove User's Saved Tracks,Remove one or more tracks from the current user’s ‘Your Music’ library. [See the docs here](https://developer.spotify.com/documentation/web-api/reference/#/operations/remove-tracks-user),TRUE,TRUE,FALSE +spotify-remove-items-from-playlist,Remove Items from a Playlist,Remove one or more items from a user’s playlist. [See the docs here](https://developer.spotify.com/documentation/web-api/reference/#/operations/remove-tracks-playlist),TRUE,TRUE,FALSE +spotify-get-track,Get a Track,Get a track by its name or ID. [See the docs here](https://developer.spotify.com/documentation/web-api/reference/#/operations/search),FALSE,TRUE,TRUE +spotify-get-recommendations,Get Recommendations,"Create a list of recommendations based on the available information for a given seed entity and matched against similar artists and tracks. If there is sufficient information about the provided seeds, a list of tracks will be returned together with pool size details. [See the docs here](https://developer.spotify.com/documentation/web-api/reference/#/operations/get-recommendations).",FALSE,TRUE,FALSE +spotify-get-playlist,Get a Playlist,Get a playlist owned by a Spotify user. [See the documentation](https://developer.spotify.com/documentation/web-api/reference/get-playlist).,FALSE,TRUE,TRUE +spotify-get-playlist-items,Get a Playlist's Items,Get full details of the items of a playlist owned by a Spotify user. [See the docs here](https://developer.spotify.com/documentation/web-api/reference/#/operations/get-playlists-tracks).,FALSE,TRUE,TRUE +spotify-get-currently-playing-track,Get currently playing track,Get the object currently being played on the user's Spotify account. [See the documentation](https://developer.spotify.com/documentation/web-api/reference/get-the-users-currently-playing-track),FALSE,TRUE,TRUE +spotify-get-categorys-playlist,Get a Category's Playlists,Get a list of Spotify playlists tagged with a particular category. [See the docs here](https://developer.spotify.com/documentation/web-api/reference/#/operations/get-a-categories-playlists).,FALSE,TRUE,TRUE +spotify-get-audio-features-for-a-track,Get Audio Features for a Track,Get audio feature information for a single track identified by its unique Spotify ID. [See the docs here](https://developer.spotify.com/documentation/web-api/reference/#/operations/get-audio-features).,FALSE,TRUE,TRUE +spotify-get-artist-top-tracks,Get an Artist's Top Tracks,Get Spotify catalog information about an artist’s top tracks by country. [See the docs here](https://developer.spotify.com/documentation/web-api/reference/#/operations/get-an-artists-top-tracks).,FALSE,TRUE,TRUE +spotify-get-all-tracks-by-artist,Get All Tracks by Artist,Get Spotify tracks information related with an artist's. [see docs here](https://developer.spotify.com/documentation/web-api/reference/#/operations/get-multiple-albums).,FALSE,TRUE,TRUE +spotify-get-album-tracks,Get Album Tracks,Get all tracks in an album. [See the docs here](https://developer.spotify.com/documentation/web-api/reference/get-an-albums-tracks),FALSE,TRUE,TRUE +spotify-create-playlist,Create a Playlist,Create a playlist for a Spotify user. The playlist will be empty until you add tracks. [See the docs here](https://developer.spotify.com/documentation/web-api/reference/#/operations/create-playlist).,FALSE,TRUE,FALSE +spotify-add-items-to-playlist,Add Items to a Playlist,Add one or more items to a user’s playlist. [See the docs here](https://developer.spotify.com/documentation/web-api/reference/#/operations/add-tracks-to-playlist).,FALSE,TRUE,FALSE +sevdesk-send-invoice-email,Send Invoice Email,Sends an invoice via email. [See the documentation](https://api.sevdesk.de/#tag/Invoice/operation/sendInvoiceViaEMail),FALSE,TRUE,FALSE +sevdesk-get-invoices,Get Invoices,"Retrieve invoices with optional filtering by status, invoice number, date range, and contact. [See the documentation](https://api.sevdesk.de/#tag/Invoice/operation/getInvoices)",FALSE,TRUE,TRUE +sevdesk-get-invoice,Get Invoice,Find and retrieve a single invoice by its ID. [See the documentation](https://api.sevdesk.de/#tag/Invoice/operation/getInvoiceById),FALSE,TRUE,TRUE +sevdesk-create-invoice,Create Invoice,"Creates a new invoice with optional details like invoice date, due date, discount amount, and invoice items. [See the documentation](https://api.sevdesk.de/)",FALSE,TRUE,FALSE +sevdesk-create-contact,Create Contact,Create a new contact. [See the documentation](https://api.sevdesk.de/#tag/Contact/operation/createContact),FALSE,TRUE,FALSE +sevdesk-cancel-invoice,Cancel Invoice,Cancels an existing invoice in sevDesk. [See the documentation](https://api.sevdesk.de/#tag/Invoice/operation/cancelInvoice),TRUE,TRUE,FALSE +assemblyai-transcribe-audio,Transcribe Audio,Create a transcript from a media file that is accessible via a URL. [See the documentation](https://www.assemblyai.com/docs/api-reference/transcripts/submit),FALSE,TRUE,FALSE +assemblyai-get-transcription,Get Transcription,Fetches a specific transcribed result from the AssemblyAI API. [See the documentation](https://www.assemblyai.com/docs/api-reference/transcripts/get),FALSE,TRUE,TRUE +assemblyai-create-captions,Create Captions,"Export your completed transcripts in SRT (srt) or VTT (vtt) format, which can be used for subtitles and closed captions in videos. [See the documentation](https://www.assemblyai.com/docs/api-reference/transcripts/get-subtitles)",FALSE,TRUE,FALSE +paystack-verify-transaction,Verify Transaction,Confirm the status of a transaction. [See the documentation](https://paystack.com/docs/api/transaction/#verify),FALSE,TRUE,TRUE +paystack-list-transactions,List Transactions,List transactions carried out on your integration. [See the documentation](https://paystack.com/docs/api/transaction/#list),FALSE,TRUE,TRUE +paystack-initialize-transaction,Initialize Transaction,Initializes a new transaction on Paystack. [See the documentation](https://paystack.com/docs/api/transaction/#initialize),FALSE,TRUE,FALSE +paystack-fetch-transaction,Fetch Transaction,Fetch a single transaction. [See the documentation](https://paystack.com/docs/api/transaction/#fetch),FALSE,TRUE,TRUE +paystack-export-transactions,Export Transactions,Export transactions from Paystack. See the documentation (https://paystack.com/docs/api/transaction/#export),FALSE,TRUE,TRUE +paystack-charge-authorization,Charge Authorization,Charge a reusable authorization. [See the documentation](https://paystack.com/docs/api/transaction/#charge-authorization),FALSE,TRUE,FALSE +capturekit-scrape-content,Scrape Content,"Extract structured data from any webpage, including metadata, links, and raw HTML. [See the documentation](https://docs.capturekit.dev/api-reference/content-api)",FALSE,TRUE,FALSE +capturekit-capture-screenshot,Capture Screenshot,Capture a high-quality image of any webpage. [See the documentation](https://docs.capturekit.dev/api-reference/screenshot-api),FALSE,TRUE,FALSE +alttextlab-generate-alt-text,Generate Alt Text,Generates alt text for images using AI. [See the documentation](https://www.alttextlab.com/docs/api),FALSE,TRUE,TRUE +gorgias_oauth-update-ticket,Update Ticket,Updates a predefined ticket in the Gorgias system. [See the documentation](https://developers.gorgias.com/reference/update-ticket),TRUE,TRUE,FALSE +gorgias_oauth-update-macro,Update Macro,Update a macro. [See the documentation](https://developers.gorgias.com/reference/update-macro),TRUE,TRUE,FALSE +gorgias_oauth-update-customer,Update Customer,Update a customer. [See the docs](https://developers.gorgias.com/reference/put_api-customers-id-),TRUE,TRUE,FALSE +gorgias_oauth-retrieve-customer,Retrieve a Customer,Retrieve a customer. [See the docs](https://developers.gorgias.com/reference/get_api-customers-id-),FALSE,TRUE,TRUE +gorgias_oauth-list-tickets,List Tickets,List all tickets. [See the docs](https://developers.gorgias.com/reference/get_api-tickets),FALSE,TRUE,TRUE +gorgias_oauth-list-macros,List Macros,List all macros. [See the documentation](https://developers.gorgias.com/reference/list-macros),FALSE,TRUE,TRUE +gorgias_oauth-get-ticket,Get Ticket,Get a ticket. [See the documentation](https://developers.gorgias.com/reference/get-ticket),FALSE,TRUE,TRUE +gorgias_oauth-delete-macro,Delete Macro,Delete a macro. [See the documentation](https://developers.gorgias.com/reference/delete-macro),TRUE,TRUE,FALSE +gorgias_oauth-create-ticket,Create Ticket,Create a new ticket. [See the docs](https://developers.gorgias.com/reference/post_api-tickets),FALSE,TRUE,FALSE +gorgias_oauth-create-ticket-message,Create Ticket Message,Create a message for a ticket in the Gorgias system. [See the documentation](https://developers.gorgias.com/reference/create-ticket-message),FALSE,TRUE,FALSE +gorgias_oauth-create-macro,Create Macro,Create a macro. [See the documentation](https://developers.gorgias.com/reference/create-macro),FALSE,TRUE,FALSE +gorgias_oauth-create-customer,Create Customer,Create a new customer. [See the docs](https://developers.gorgias.com/reference/post_api-customers),FALSE,TRUE,FALSE +freshdesk-update-ticket,Update a Ticket,"Update status, priority, subject, description, agent, group, etc. [See the documentation](https://developers.freshdesk.com/api/#update_ticket).",TRUE,TRUE,FALSE +freshdesk-update-ticket-field,Update Ticket Field,Update a ticket field in Freshdesk. [See the documentation](https://developers.freshdesk.com/api/#update_ticket_field),TRUE,TRUE,FALSE +freshdesk-update-solution-article,Update Solution Article,Update a solution article in Freshdesk. [See the documentation](https://developers.freshdesk.com/api/#solution_article_attributes),TRUE,TRUE,FALSE +freshdesk-update-contact,Update Contact,Update a contact in Freshdesk. [See the documentation](https://developers.freshdesk.com/api/#update_contact),TRUE,TRUE,FALSE +freshdesk-update-agent,Update Agent,Update an agent in Freshdesk. [See the documentation](https://developers.freshdesk.com/api/#update_agent),TRUE,TRUE,FALSE +freshdesk-set-ticket-tags,Set Ticket Tags,Set tags on a ticket (replaces all existing tags). [See the documentation](https://developers.freshdesk.com/api/#update_ticket),TRUE,TRUE,FALSE +freshdesk-set-ticket-status,Set Ticket Status,Update the status of a ticket in Freshdesk [See the documentation](https://developers.freshdesk.com/api/#update_ticket).,TRUE,TRUE,FALSE +freshdesk-set-ticket-priority,Set Ticket Priority,Update the priority of a ticket in Freshdesk [See the documentation](https://developers.freshdesk.com/api/#update_ticket).,TRUE,TRUE,FALSE +freshdesk-remove-ticket-tags,Remove Ticket Tags,Remove specific tags from a ticket. [See the documentation](https://developers.freshdesk.com/api/#update_ticket),TRUE,TRUE,FALSE +freshdesk-list-ticket-fields,List Ticket Fields,List all ticket fields in Freshdesk. [See the documentation](https://developers.freshdesk.com/api/#list_all_ticket_fields),FALSE,TRUE,TRUE +freshdesk-list-solution-categories,List Solution Categories,List solution categories in Freshdesk. [See the documentation](https://developers.freshdesk.com/api/#solution_category_attributes),FALSE,TRUE,TRUE +freshdesk-list-folder-articles,List Folder Articles,List folder articles in Freshdesk. [See the documentation](https://developers.freshdesk.com/api/#solution_article_attributes),FALSE,TRUE,TRUE +freshdesk-list-category-folders,List Category Folders,List category folders in Freshdesk. [See the documentation](https://developers.freshdesk.com/api/#solution_folder_attributes),FALSE,TRUE,TRUE +freshdesk-list-all-tickets,List Tickets,Fetch up to 100 tickets according to the selected filters. [See the documentation](https://developers.freshdesk.com/api/#list_all_tickets),FALSE,TRUE,TRUE +freshdesk-list-agents,List Agents,List all agents in Freshdesk. [See the documentation](https://developers.freshdesk.com/api/#list_all_agents),FALSE,TRUE,TRUE +freshdesk-get-ticket,Get Ticket Details,Get details of a Ticket. [See the documentation](https://developers.freshdesk.com/api/#view_a_ticket),FALSE,TRUE,TRUE +freshdesk-get-solution-article,Get Solution Article,Get a solution article in Freshdesk. [See the documentation](https://developers.freshdesk.com/api/#solution_article_attributes),FALSE,TRUE,TRUE +freshdesk-get-contact,Get Contact,Get a contact from Freshdesk. [See the documentation](https://developers.freshdesk.com/api/#view_contact),FALSE,TRUE,TRUE +freshdesk-delete-solution-article,Delete Solution Article,Delete a solution article in Freshdesk. [See the documentation](https://developers.freshdesk.com/api/#solution_article_attributes),TRUE,TRUE,FALSE +freshdesk-create-ticket,Create a Ticket,Create a ticket. [See the documentation](https://developers.freshdesk.com/api/#create_ticket),FALSE,TRUE,FALSE +freshdesk-create-ticket-field,Create Ticket Field,Create a ticket field in Freshdesk. [See the documentation](https://developers.freshdesk.com/api/#create_ticket_field),FALSE,TRUE,FALSE +freshdesk-create-solution-article,Create Solution Article,Create a solution article in Freshdesk. [See the documentation](https://developers.freshdesk.com/api/#solution_article_attributes),FALSE,TRUE,FALSE +freshdesk-create-contact,Create a Contact,Create a contact. [See the documentation](https://developers.freshdesk.com/api/#create_contact),FALSE,TRUE,FALSE +freshdesk-create-company,Create a Company,Create a company. [See the documentation](https://developers.freshdesk.com/api/#create_company),FALSE,TRUE,FALSE +freshdesk-create-agent,Create Agent,Create an agent in Freshdesk. [See the documentation](https://developers.freshdesk.com/api/#create_agent),FALSE,TRUE,FALSE +freshdesk-close-ticket,Close Ticket,Set a Freshdesk ticket's status to 'Closed'. [See docs](https://developers.freshdesk.com/api/#update_a_ticket),TRUE,TRUE,FALSE +freshdesk-assign-ticket-to-group,Assign Ticket to Group,Assign a Freshdesk ticket to a specific group [See the documentation](https://developers.freshdesk.com/api/#update_ticket).,TRUE,TRUE,FALSE +freshdesk-assign-ticket-to-agent,Assign Ticket to Agent,Assign a Freshdesk ticket to a specific agent. [See the documentation](https://developers.freshdesk.com/api/#update_ticket).,TRUE,TRUE,FALSE +freshdesk-add-ticket-tags,Add Ticket Tags,Add tags to a ticket (appends to existing tags). [See the documentation](https://developers.freshdesk.com/api/#update_ticket),FALSE,TRUE,FALSE +freshdesk-add-note-to-ticket,Add Note to Ticket,Add a note or conversation to an existing ticket. [See the documentation](https://developers.freshdesk.com/api/#add_note_to_a_ticket).,FALSE,TRUE,FALSE +rewiser-create-transaction,Create Transaction,Create a financial transaction in Rewiser. [See the documentation](https://rewiser.io/api),FALSE,TRUE,FALSE +google_vertex_ai-generate-video-from-text,Generate Video from Text,Generate a video from a text prompt using Google Vertex AI Veo models. [See the documentation](https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/veo-video-generation),FALSE,TRUE,TRUE +google_vertex_ai-generate-video-from-image,Generate Video from Image,Generate a video from an image with optional text prompt using Google Vertex AI Veo models. [See the documentation](https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/veo-video-generation),FALSE,TRUE,TRUE +google_vertex_ai-classify-text,Classify Text,Groups a provided text into predefined categories. [See the documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1/projects.locations.publishers.models/generateContent),FALSE,TRUE,TRUE +google_vertex_ai-analyze-text-sentiment,Analyze Text Sentiment,Analyzes a specified text for its underlying sentiment. [See the documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1/projects.locations.publishers.models/generateContent),FALSE,TRUE,TRUE +google_vertex_ai-analyze-image-video,Analyze Image/Video,Examines an image or video following given instructions. Results will contain the analysis findings. [See the documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1/projects.locations.publishers.models/generateContent),FALSE,TRUE,TRUE +shopify_developer_app-update-product,Update Product,Update an existing product. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/productupdate),TRUE,TRUE,FALSE +shopify_developer_app-update-product-variant,Update Product Variant,Update an existing product variant. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/productVariantsBulkUpdate),TRUE,TRUE,FALSE +shopify_developer_app-update-page,Update Page,Update an existing page. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/pageUpdate),TRUE,TRUE,FALSE +shopify_developer_app-update-metaobject,Update Metaobject,Updates a metaobject. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/metaobjectUpdate),TRUE,TRUE,FALSE +shopify_developer_app-update-metafield,Update Metafield,Updates a metafield belonging to a resource. [See the documentation](),TRUE,TRUE,FALSE +shopify_developer_app-update-inventory-level,Update Inventory Level,Sets the inventory level for an inventory item at a location. [See the documenation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/inventorySetOnHandQuantities),TRUE,TRUE,FALSE +shopify_developer_app-update-fulfillment-tracking-info,Update Fulfillment Tracking Info,Update the tracking info for a fulfillment. [See the documentation](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/fulfillmenttrackinginfoupdate),TRUE,TRUE,FALSE +shopify_developer_app-update-customer,Update Customer,Update a existing customer. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/customerupdate),TRUE,TRUE,FALSE +shopify_developer_app-update-article,Update Article,Update a blog article. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/articleUpdate),TRUE,TRUE,FALSE +shopify_developer_app-search-products,Search for Products,Search for products. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/queries/products),FALSE,TRUE,TRUE +shopify_developer_app-search-product-variant,Search for Product Variant,Search for product variants or create one if not found. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/queries/productVariants),FALSE,TRUE,FALSE +shopify_developer_app-search-orders,Search for Orders,Search for an order or a list of orders. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/queries/orders),FALSE,TRUE,TRUE +shopify_developer_app-search-fulfillment-orders,Search for Fulfillment Orders,Search for a fulfillment order or a list of fulfillment orders. [See the documentation](https://shopify.dev/docs/api/admin-graphql/unstable/queries/fulfillmentorders),FALSE,TRUE,TRUE +shopify_developer_app-search-customers,Search for Customers,Search for a customer or a list of customers. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/queries/customers),FALSE,TRUE,TRUE +shopify_developer_app-search-custom-collection-by-name,Search Custom Collection by Name,Search for a custom collection by name/title. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/queries/collections),FALSE,TRUE,TRUE +shopify_developer_app-refund-order,Refund Order,Refund an order. [See the documentation](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/refundcreate),FALSE,TRUE,FALSE +shopify_developer_app-get-pages,Get Pages,Retrieve a list of all pages. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/queries/pages),FALSE,TRUE,TRUE +shopify_developer_app-get-order,Get Order,Retrieve an order by specifying the order ID. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/queries/order),FALSE,TRUE,TRUE +shopify_developer_app-get-metaobjects,Get Metaobjects,Retrieves a list of metaobjects. [See the documentation](https://shopify.dev/docs/api/admin-graphql/unstable/queries/metaobjects),FALSE,TRUE,TRUE +shopify_developer_app-get-metafields,Get Metafields,Retrieves a list of metafields that belong to a resource. [See the documentation](https://shopify.dev/docs/api/admin-graphql/unstable/queries/metafields),FALSE,TRUE,TRUE +shopify_developer_app-get-articles,Get Articles,Retrieve a list of all articles from a blog. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/queries/articles),FALSE,TRUE,TRUE +shopify_developer_app-delete-page,Delete Page,Delete an existing page. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/pageDelete),TRUE,TRUE,FALSE +shopify_developer_app-delete-metafield,Delete Metafield,Deletes a metafield belonging to a resource. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/metafieldsDelete),TRUE,TRUE,FALSE +shopify_developer_app-delete-blog,Delete Blog,Delete an existing blog. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/blogDelete),TRUE,TRUE,FALSE +shopify_developer_app-delete-article,Delete Article,Delete an existing blog article. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/articleDelete),TRUE,TRUE,FALSE +shopify_developer_app-create-smart-collection,Create Smart Collection,Creates a smart collection. You can fill in any number of rules by selecting more than one option in each prop.[See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/collectionCreate),FALSE,TRUE,FALSE +shopify_developer_app-create-product,Create Product,Create a new product. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/productCreate),FALSE,TRUE,FALSE +shopify_developer_app-create-product-variant,Create Product Variant,Create a new product variant. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/productVariantsBulkCreate),FALSE,TRUE,FALSE +shopify_developer_app-create-page,Create Page,Create a new page. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/pageCreate),FALSE,TRUE,FALSE +shopify_developer_app-create-order,Create Order,Creates a new order. For full order object details [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/ordercreate),FALSE,TRUE,FALSE +shopify_developer_app-create-metaobject,Create Metaobject,Creates a metaobject. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/metaobjectCreate),FALSE,TRUE,FALSE +shopify_developer_app-create-metafield,Create Metafield,Creates a metafield belonging to a resource. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/metafieldDefinitionCreate),FALSE,TRUE,FALSE +shopify_developer_app-create-fulfillment,Create Fulfillment,Create a fulfillment. [See the documentation](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/fulfillmentcreate),FALSE,TRUE,FALSE +shopify_developer_app-create-customer,Create Customer,Create a new customer. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/customercreate),FALSE,TRUE,FALSE +shopify_developer_app-create-custom-collection,Create Custom Collection,Create a new custom collection. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/collectionCreate),FALSE,TRUE,FALSE +shopify_developer_app-create-blog,Create Blog,Create a new blog. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/blogCreate),FALSE,TRUE,FALSE +shopify_developer_app-create-article,Create Article,Create a new blog article. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/articleCreate),FALSE,TRUE,FALSE +shopify_developer_app-add-tags,Add Tags,Add tags. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/tagsAdd),FALSE,TRUE,FALSE +shopify_developer_app-add-product-to-custom-collection,Add Products to Custom Collection,Adds a product or products to a custom collection. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/collectionAddProductsV2),FALSE,TRUE,FALSE +onelogin-update-user,Update User,Update an existing user's details in OneLogin. [See the documentation](https://developers.onelogin.com/api-docs/2/users/update-user),TRUE,TRUE,FALSE +onelogin-revoke-user-sessions,Revoke User Sessions,Revoke all active sessions for a specified user in OneLogin. [See the documentation](https://developers.onelogin.com/api-docs/2/users/update-user),TRUE,TRUE,FALSE +onelogin-create-user,Create User,Create a new user in OneLogin with details. [See the documentation](https://developers.onelogin.com/api-docs/2/users/create-user),FALSE,TRUE,FALSE +microsoft_onedrive-upload-file,Upload File,Upload a file to OneDrive. [See the documentation](https://learn.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_put_content?view=odsp-graph-online),FALSE,TRUE,FALSE +microsoft_onedrive-list-files-in-folder,List Files in Folder,Retrieves a list of the files and/or folders directly within a folder. [See the documentation](https://learn.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_list_children),FALSE,TRUE,TRUE +microsoft_onedrive-get-file-by-id,Get File by ID,Retrieves a file by ID. [See the documentation](https://learn.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_get),FALSE,TRUE,TRUE +microsoft_onedrive-get-excel-table,Get Table,Retrieve a table from an Excel spreadsheet stored in OneDrive [See the documentation](https://learn.microsoft.com/en-us/graph/api/table-range?view=graph-rest-1.0&tabs=http),FALSE,TRUE,TRUE +microsoft_onedrive-find-file-by-name,Find File by Name,Search for a file or folder by name. [See the documentation](https://learn.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_search),FALSE,TRUE,TRUE +microsoft_onedrive-download-file,Download File,Download a file stored in OneDrive. [See the documentation](https://learn.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_get_content?view=odsp-graph-online),FALSE,TRUE,TRUE +microsoft_onedrive-create-link,Create Link,Create a sharing link for a DriveItem. [See the documentation](https://docs.microsoft.com/en-us/graph/api/driveitem-createlink?view=graph-rest-1.0&tabs=http),FALSE,TRUE,FALSE +microsoft_onedrive-create-folder,Create Folder,Create a new folder in a drive. [See the documentation](https://learn.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_post_children?view=odsp-graph-online),FALSE,TRUE,FALSE +viewdns_info-whois-lookup,Whois Lookup,Performs a WHOIS lookup to retrieve domain registration information. [See the documentation](https://viewdns.info/api/whois/),FALSE,TRUE,TRUE +viewdns_info-subdomain-discovery,Subdomain Discovery,Discovers subdomains associated with a given domain. [See the documentation](https://viewdns.info/api/subdomain-discovery/),FALSE,TRUE,FALSE +viewdns_info-reverse-whois-lookup,Reverse Whois Lookup,Performs a reverse WHOIS search to find domains registered by the same person or organization. [See the documentation](https://viewdns.info/api/reverse-whois-lookup/),FALSE,TRUE,TRUE +viewdns_info-reverse-ip-lookup,Reverse IP Lookup,Performs a reverse IP lookup to find domains hosted on the same IP address. [See the documentation](https://viewdns.info/api/reverse-ip-lookup/),FALSE,TRUE,TRUE +viewdns_info-ip-history,IP History,Retrieves the IP address history for a domain. [See the documentation](https://viewdns.info/api/ip-history/),FALSE,TRUE,FALSE +viewdns_info-dns-record-lookup,DNS Record Lookup,Performs a DNS record lookup to retrieve various DNS record types for a domain. [See the documentation](https://viewdns.info/api/dns-record-lookup/),FALSE,TRUE,TRUE +pingback-update-subscriber,Update Subscriber,Update a specific subscriber by email [See the documentation](https://developer.pingback.com/docs/api/update-subscriber),TRUE,TRUE,FALSE +pingback-remove-subscriber-from-segmentation-list,Remove Subscriber From Segmentation List,Remove a subscriber from a segmentation list by email [See the documentation](https://developer.pingback.com/docs/api/remove-subscriber-from-segment),TRUE,TRUE,FALSE +pingback-get-subscriber,Get Subscriber,Get a subscriber by email [See the documentation](https://developer.pingback.com/docs/api/get-subscriber),FALSE,TRUE,TRUE +pingback-create-subscriber,Create Subscriber,Create a new subscriber [See the documentation](https://developer.pingback.com/docs/api/create-subscriber),FALSE,TRUE,FALSE +pingback-add-subscriber-to-segmentation-lists,Add Subscriber To Segmentation Lists,Add a subscriber to segmentation lists by email [See the documentation](https://developer.pingback.com/docs/api/add-subscriber-to-segment),FALSE,TRUE,FALSE +snowflake-insert-row,Insert Single Row,Insert a row into a table,FALSE,TRUE,FALSE +snowflake-insert-multiple-rows,Insert Multiple Rows,Insert multiple rows into a table,FALSE,TRUE,FALSE +snowflake-execute-sql-query,Execute SQL Query,Execute a custom Snowflake query. See [our docs](https://pipedream.com/docs/databases/working-with-sql) to learn more about working with SQL in Pipedream.,FALSE,TRUE,FALSE +help_scout-send-reply,Send Reply,Sends a reply to a conversation. Be careful as this sends an actual email to the customer. [See the documentation](https://developer.helpscout.com/mailbox-api/endpoints/conversations/threads/reply/),FALSE,TRUE,FALSE +help_scout-get-conversation-threads,Get Conversation Threads,Retrieves the threads of a specific conversation. [See the documentation](https://developer.helpscout.com/mailbox-api/endpoints/conversations/threads/list/),FALSE,TRUE,TRUE +help_scout-get-conversation-details,Get Conversation Details,Retrieves the details of a specific conversation. [See the documentation](https://developer.helpscout.com/mailbox-api/endpoints/conversations/get/),FALSE,TRUE,TRUE +help_scout-create-customer,Create Customer,Creates a new customer record in Help Scout. [See the documentation](https://developer.helpscout.com/mailbox-api/endpoints/customers/create/),FALSE,TRUE,FALSE +help_scout-add-note,Add Note to Conversation,Adds a note to an existing conversation in Help Scout. [See the documentation](https://developer.helpscout.com/mailbox-api/endpoints/conversations/threads/note/),FALSE,TRUE,FALSE +teamwork-update-user,Update User,Update a user in Teamwork. [See the documentation](https://apidocs.teamwork.com/docs/teamwork/v1/people/put-people-id-json),TRUE,TRUE,FALSE +teamwork-update-task,Update Task,Update a task. [See the docs here](https://apidocs.teamwork.com/docs/teamwork/6e3da2c04d779-update-a-task),TRUE,TRUE,FALSE +teamwork-list-users,List Users,List all users. [See the documentation](https://apidocs.teamwork.com/docs/teamwork/v1/people/get-people-json),FALSE,TRUE,TRUE +teamwork-list-project-tasks,List Project Tasks,List tasks from a project. [See the docs here](https://apidocs.teamwork.com/docs/teamwork/6e3da2c04d779-get-all-tasks-on-a-given-project),FALSE,TRUE,TRUE +teamwork-get-user,Get User,Get a user by ID. [See the documentation](https://apidocs.teamwork.com/docs/teamwork/v1/people/get-people-id-json),FALSE,TRUE,TRUE +teamwork-delete-task,Delete Task,Delete a task. [See the docs here](https://apidocs.teamwork.com/docs/teamwork/67114797aa90c-delete-a-task),TRUE,TRUE,FALSE +teamwork-create-user,Create User,Create a new user in Teamwork. [See the docs here](https://apidocs.teamwork.com/docs/teamwork/v1/people/post-people-json),FALSE,TRUE,FALSE +teamwork-create-task,Create Task,Create a new task in the backlog. [See the docs here](https://apidocs.teamwork.com/docs/teamwork/cd8948166b1b1-create-a-task),FALSE,TRUE,FALSE +verifi_email-validate-email-address,Validate Email Address,Validate an email address. [See the documentation](https://verifi.email/docs),FALSE,TRUE,TRUE +clio_eu-update-matter,Update Matter,Updates an existing matter in Clio. [See the documentation](https://docs.developers.clio.com/api-reference/#tag/Matters/operation/Matter#update),TRUE,TRUE,FALSE +clio_eu-create-task,Create New Task,Creates a new task in Clio. [See the documentation](https://docs.developers.clio.com/api-reference/#tag/Tasks/operation/Task#index),TRUE,TRUE,FALSE +clio_eu-create-matter,Create New Matter,Creates a new matter in Clio. [See the documentation](https://docs.developers.clio.com/api-reference/#tag/Matters/operation/Matter#index),TRUE,TRUE,FALSE +clio_canada-update-matter,Update Matter,Updates an existing matter in Clio. [See the documentation](https://docs.developers.clio.com/api-reference/#tag/Matters/operation/Matter#update),TRUE,TRUE,FALSE +clio_canada-create-task,Create New Task,Creates a new task in Clio. [See the documentation](https://docs.developers.clio.com/api-reference/#tag/Tasks/operation/Task#index),TRUE,TRUE,FALSE +clio_canada-create-matter,Create New Matter,Creates a new matter in Clio. [See the documentation](https://docs.developers.clio.com/api-reference/#tag/Matters/operation/Matter#index),TRUE,TRUE,FALSE +clio_australia-update-matter,Update Matter,Updates an existing matter in Clio. [See the documentation](https://docs.developers.clio.com/api-reference/#tag/Matters/operation/Matter#update),TRUE,TRUE,FALSE +clio_australia-create-task,Create New Task,Creates a new task in Clio. [See the documentation](https://docs.developers.clio.com/api-reference/#tag/Tasks/operation/Task#index),TRUE,TRUE,FALSE +clio_australia-create-matter,Create New Matter,Creates a new matter in Clio. [See the documentation](https://docs.developers.clio.com/api-reference/#tag/Matters/operation/Matter#index),TRUE,TRUE,FALSE +calendly_v2-list-user-availability-schedules,List User Availability Schedules,List the availability schedules of the given user. [See the documentation](https://developer.calendly.com/api-docs/8098de44af94c-list-user-availability-schedules),FALSE,TRUE,TRUE +calendly_v2-list-events,List Events,List events for an user. [See the documentation](https://calendly.stoplight.io/docs/api-docs/b3A6NTkxNDEy-list-events),FALSE,TRUE,TRUE +calendly_v2-list-event-invitees,List Event Invitees,List invitees for an event. [See the documentation](https://calendly.stoplight.io/docs/api-docs/b3A6NTkxNDEx-list-event-invitees),FALSE,TRUE,TRUE +calendly_v2-get-event,Get Event,Gets information about an Event associated with a URI. [See the documentation](https://developer.calendly.com/api-docs/e2f95ebd44914-get-event).,FALSE,TRUE,TRUE +calendly_v2-create-invitee-no-show,Create Invitee No Show,Marks an Invitee as a No Show in Calendly. [See the documentation](https://calendly.stoplight.io/docs/api-docs/cebd8c3170790-create-invitee-no-show).,FALSE,TRUE,FALSE +harpa_ai-search-the-web,Search the Web,Search the web. [See the documentation](https://harpa.ai/grid/grid-rest-api-reference#search-the-web),FALSE,TRUE,TRUE +harpa_ai-scrape-web-page,Scrape Web Page,Scrape a web page. [See the documentation](https://harpa.ai/grid/grid-rest-api-reference#web-page-scraping),FALSE,TRUE,FALSE +harpa_ai-run-ai-command,Run AI Command,Run an AI command. [See the documentation](https://harpa.ai/grid/grid-rest-api-reference#run-ai-command),FALSE,TRUE,FALSE +accuweather-get-location-key,Get Location Key,Search for a location and retrieve its unique location key required for weather API calls. [See the documentation](https://developer.accuweather.com/accuweather-locations-api/apis/get/locations/v1/search),FALSE,TRUE,TRUE +accuweather-get-hourly-forecast,Get Hourly Forecast,Retrieve hourly weather forecast (1-12 hours) for a specific location with detailed weather data. [See the documentation](https://developer.accuweather.com/accuweather-forecast-api/apis),FALSE,TRUE,TRUE +accuweather-get-historical-weather,Get Historical Weather,Retrieve historical weather data for a specific location and date range. [See the documentation](https://developer.accuweather.com/accuweather-current-conditions-api/apis),FALSE,TRUE,TRUE +accuweather-get-daily-forecast,Get Daily Forecast,"Get daily weather forecast for a specific location with temperature, precipitation, and conditions. [See the documentation](https://developer.accuweather.com/accuweather-forecast-api/apis)",FALSE,TRUE,TRUE +accuweather-get-current-conditions,Get Current Conditions,Retrieve current weather conditions for a specific location using its location key. [See the documentation](https://developer.accuweather.com/accuweather-current-conditions-api/apis/get/currentconditions/v1/%7BlocationKey%7D),FALSE,TRUE,TRUE +clevertap-upload-events,Upload Events,Upload events. [See the documentation](https://developer.clevertap.com/docs/upload-events-api),FALSE,TRUE,FALSE +clevertap-stop-campaign,Stop Campaign,Stop a running campaign. [See the documentation](https://developer.clevertap.com/docs/stop-campaign-api),TRUE,TRUE,FALSE +clevertap-get-campaigns,Get Campaigns,Get a list of campaigns within a specified date range. [See the documentation](https://developer.clevertap.com/docs/get-campaigns-api),FALSE,TRUE,TRUE +clevertap-get-campaign-report,Get Campaign Report,Get the report for a completed campaign. [See the documentation](https://developer.clevertap.com/docs/get-campaign-report-api),FALSE,TRUE,TRUE +clevertap-create-or-update-user,Create Or Update User,Create or update an user. [See the documentation](https://developer.clevertap.com/docs/upload-user-profiles-api),TRUE,TRUE,FALSE +clevertap-create-campaign,Create Campaign,Create a campaign. [See the documentation](https://developer.clevertap.com/docs/create-campaign-api),FALSE,TRUE,FALSE +indiefunnels-update-member,Update Member,Updates a Member specified by ID. [See the documentation](https://websitebuilder.docs.apiary.io/#reference/members/single-member/update-member),TRUE,TRUE,FALSE +indiefunnels-update-contact,Update Contact,Updates a Contact specified by ID. [See the documentation](https://websitebuilder.docs.apiary.io/#reference/contacts/search-contacts/update-contact),TRUE,TRUE,FALSE +indiefunnels-create-member,Create Member,Creates a new Member on your IndieFunnel website. [See the documentation](https://websitebuilder.docs.apiary.io/#reference/members/list-and-create/create-new-member),FALSE,TRUE,FALSE +indiefunnels-create-contact,Create Contact,Creates a new Contact on your IndieFunnel website. [See the documentation](https://websitebuilder.docs.apiary.io/#reference/contacts/list-and-create/create-new-contact),FALSE,TRUE,FALSE +chattermill-update-response,Update Response,Update a response by ID. [See the documentation](https://apidocs.chattermill.com/#a632c60d-ccda-74b3-b9e7-b5a0c4917e1a),TRUE,TRUE,FALSE +chattermill-search-responses,Search Responses,Search for responses. [See the documentation](https://apidocs.chattermill.com/#3dd30375-7956-b872-edbd-873eef126b2d),FALSE,TRUE,TRUE +chattermill-get-response,Get Response,Get a response by ID. [See the documentation](https://apidocs.chattermill.com/#ace8b4a6-4e39-a1d2-e443-2ed1f10cd589),FALSE,TRUE,TRUE +chattermill-create-response,Create Response,Create response model with given attributes. [See the documentation](https://apidocs.chattermill.com/#70001058-ac53-eec1-7c44-c836fb0b2489),FALSE,TRUE,FALSE +add_to_calendar_pro-update-rsvp-template,Update RSVP Template,Update an RSVP template. [See the documentation](https://docs.add-to-calendar-pro.com/api/rsvp#update-an-rsvp-template),TRUE,TRUE,FALSE +add_to_calendar_pro-update-landing-page-template,Update Landing Page Template,Update a landing page template. [See the documentation](https://docs.add-to-calendar-pro.com/api/landingpages#update-a-landing-page-template),TRUE,TRUE,FALSE +add_to_calendar_pro-update-event,Update Event,Update an event in a group. [See the documentation](https://docs.add-to-calendar-pro.com/api/events#update-an-event),TRUE,TRUE,FALSE +add_to_calendar_pro-update-event-group,Update Event Group,Update an event group. [See the documentation](https://docs.add-to-calendar-pro.com/api/groups#update-a-group),TRUE,TRUE,FALSE +add_to_calendar_pro-get-rsvp-template,Get RSVP Template,Get an RSVP template. [See the documentation](https://docs.add-to-calendar-pro.com/api/rsvp#get-one-rsvp-template),FALSE,TRUE,FALSE +add_to_calendar_pro-get-landing-page-template,Get Landing Page Template,Get a landing page template. [See the documentation](https://docs.add-to-calendar-pro.com/api/landingpages#get-one-landing-page-template),FALSE,TRUE,FALSE +add_to_calendar_pro-get-ics-data,Get ICS Data,Retrieve the ics file for a provided event to be typically used as an attachment within an email. [See the documentation](https://docs.add-to-calendar-pro.com/api/miscellaneous#retrieve-ics-file-body),FALSE,TRUE,FALSE +add_to_calendar_pro-get-event,Get Event,Get an event. [See the documentation](https://docs.add-to-calendar-pro.com/api/events#get-one-event),FALSE,TRUE,FALSE +add_to_calendar_pro-get-event-group,Get Event Group,Get an event group. [See the documentation](https://docs.add-to-calendar-pro.com/api/groups#get-one-group),FALSE,TRUE,FALSE +add_to_calendar_pro-delete-rsvp-template,Delete RSVP Template,Delete an RSVP template. [See the documentation](https://docs.add-to-calendar-pro.com/api/rsvp#delete-an-rsvp-template),TRUE,TRUE,FALSE +add_to_calendar_pro-delete-landing-page-template,Delete Landing Page Template,Delete a landing page template. [See the documentation](https://docs.add-to-calendar-pro.com/api/landingpages#delete-a-landing-page-template),TRUE,TRUE,FALSE +add_to_calendar_pro-delete-event,Delete Event,Delete an event. [See the documentation](https://docs.add-to-calendar-pro.com/api/events#delete-an-event),TRUE,TRUE,FALSE +add_to_calendar_pro-delete-event-group,Delete Event Group,Delete an event group. [See the documentation](https://docs.add-to-calendar-pro.com/api/groups#delete-a-group),TRUE,TRUE,FALSE +add_to_calendar_pro-create-rsvp-template,Create RSVP Template,Create an RSVP template. [See the documentation](https://docs.add-to-calendar-pro.com/api/rsvp#add-an-rsvp-template),FALSE,TRUE,FALSE +add_to_calendar_pro-create-landing-page-template,Create Landing Page Template,Create a landing page template. [See the documentation](https://docs.add-to-calendar-pro.com/api/landingpages#add-a-landing-page-template),FALSE,TRUE,FALSE +add_to_calendar_pro-create-event,Create Event,Create an event in a group. [See the documentation](https://docs.add-to-calendar-pro.com/api/events#add-an-event),FALSE,TRUE,FALSE +add_to_calendar_pro-create-event-group,Create Event Group,Create an event group. [See the documentation](https://docs.add-to-calendar-pro.com/api/groups#add-a-group),FALSE,TRUE,FALSE +alt_text_generator_ai-generate-alt-text,Generate Alt Text,Generate alt text for an image. [See the documentation](https://alttextgeneratorai.com/api-docs),FALSE,TRUE,TRUE +returnless-update-return-order-status,Update Return Order Status,Update the status of a return order. [See the documentation](https://docs.returnless.com/docs/api-rest-reference/1d07e272437a4-update-a-return-order-status),TRUE,TRUE,FALSE +returnless-list-sales-orders,List Sales Orders,"Retrieve a list of sales orders sorted by creation date, with the most recent sales orders appearing first. [See the documentation](https://docs.returnless.com/docs/api-rest-reference/ce6a0e3d66378-list-all-sales-orders)",FALSE,TRUE,TRUE +returnless-list-return-orders,List Return Orders,Retrieve a list of return orders. [See the documentation](https://docs.returnless.com/docs/api-rest-reference/0640e3c064cdc-list-all-return-orders),FALSE,TRUE,TRUE +returnless-create-return-order,Create Return Order,Create a return order. [See the documentation](https://docs.returnless.com/docs/api-rest-reference/1fce50b07484b-creates-a-return-order-from-a-return-order-intent),FALSE,TRUE,FALSE +webscrape_ai-scrape-website,Scrape Website,Scrape the provided URL and store the results in the system. [See the documentation](https://webscrapeai.com/docs),FALSE,TRUE,FALSE +pagerduty-trigger-incident,Trigger Incident,Trigger an incident. [See the docs here](https://developer.pagerduty.com/api-reference/b3A6Mjc0ODE0MA-create-an-incident),FALSE,TRUE,FALSE +channable-update-stock-update,Update Stock Update,Update a stock update for a company and project. [See the documentation](https://api.channable.com/v1/docs#tag/stock_updates/operation/stock_updates_update_companies__company_id__projects__project_id__stock_updates_post),TRUE,TRUE,FALSE +channable-list-stock-updates,List Stock Updates,List stock updates for a company and project. [See the documentation](https://api.channable.com/v1/docs#tag/stock_updates/operation/get_stock_updates_companies__company_id__projects__project_id__offers_get),FALSE,TRUE,TRUE +momentum_ams-insert-note,Insert Note,Insert note . [See the documentation](https://docs.google.com/document/d/11Xk7TviRujq806pLK8pQTcdzDF2ClmPvkfnVmdh1bGc/edit?tab=t.0),TRUE,TRUE,FALSE +momentum_ams-get-client,Get Client,Get data for the client with the specified ID. [See the documentation](https://support.momentumamp.com/nowcerts-rest-api-search-insureds),FALSE,TRUE,TRUE +apify-set-key-value-store-record,Set Key-Value Store Record,Create or update a record in the key-value store of Apify. [See the documentation](https://docs.apify.com/api/v2#/reference/key-value-stores/record-collection/put-record),TRUE,TRUE,FALSE +apify-run-task-synchronously,Run Task Synchronously,Run a specific task and return its dataset items. [See the documentation](https://docs.apify.com/api/v2/actor-task-run-sync-get-dataset-items-get),TRUE,TRUE,FALSE +apify-run-actor,Run Actor,Performs an execution of a selected Actor in Apify. [See the documentation](https://docs.apify.com/api/v2#/reference/actors/run-collection/run-actor),FALSE,TRUE,FALSE +apify-get-dataset-items,Get Dataset Items,Returns data stored in a dataset. [See the documentation](https://docs.apify.com/api/v2/dataset-items-get),FALSE,TRUE,TRUE +workflow_max-delete-client-group,Delete Client Group,Deletes the specified client group. [See the documentation](https://app.swaggerhub.com/apis-docs/WorkflowMax-BlueRock/WorkflowMax-BlueRock-OpenAPI3/0.1#/Client%20Group/deleteClientGroup),TRUE,TRUE,FALSE +workflow_max-create-client-group,Create Client Group,Creates a new Client Group in Workflow Max. [See the documentation](https://app.swaggerhub.com/apis-docs/WorkflowMax-BlueRock/WorkflowMax-BlueRock-OpenAPI3/0.1#/Client/createClient),FALSE,TRUE,FALSE +linkedin-get-member-organization-access-control,Get Member's Organization Access Control Information,Gets the organization access control information of the current authenticated member. [See the documentation](https://learn.microsoft.com/en-us/linkedin/marketing/community-management/organizations/organization-access-control-by-role?view=li-lms-2025-01&tabs=http#find-a-members-organization-access-control-information),FALSE,TRUE,TRUE +explorium-match-prospect-id,Match Prospect ID,Match individual prospects to unique identifiers using email addresses. [See the documentation](https://developers.explorium.ai/reference/match_prospects-1),FALSE,TRUE,FALSE +explorium-match-business-id,Match Business ID,Match a businesse to its unique identifier using business name and domain. [See the documentation](https://developers.explorium.ai/reference/match_businesses),FALSE,TRUE,FALSE +explorium-fetch-prospects,Fetch Prospects,Fetches prospect records using filters. [See the documentation](https://developers.explorium.ai/reference/fetch_prospects),FALSE,TRUE,TRUE +explorium-fetch-businesses,Fetch Businesses,Fetches business records using filters. [See the documentation](https://developers.explorium.ai/reference/list_businesses),FALSE,TRUE,TRUE +explorium-enrich-prospect,Enrich Prospect,Enrich prospect records with comprehensive professional and contact information to enhance outreach and engagement strategies. [See the documentation](https://developers.explorium.ai/reference/prospects_enrichments),FALSE,TRUE,FALSE +explorium-enrich-business,Enrich Business,"Enrich business data with comprehensive insights for lead generation, risk assessment, and business intelligence. [See the documentation](https://developers.explorium.ai/reference/businesses_enrichments)",FALSE,TRUE,FALSE +belco-send-message,Send Message,Send a message to a conversation specified by ID. [See the documentation](https://developers.belco.io/reference/post_conversations-sendmessage),FALSE,TRUE,FALSE +belco-retrieve-conversation,Retrieve Conversation,Retrieve a conversation specified by ID. [See the documentation](https://developers.belco.io/reference/get_conversations-conversationid),FALSE,TRUE,TRUE +belco-reply-to-conversation,Reply to Conversation,Reply to a conversation specified by ID. [See the documentation](https://developers.belco.io/reference/put_conversations-conversationid-reply),FALSE,TRUE,FALSE +belco-reopen-conversation,Reopen Conversation,Reopen a conversation specified by ID. [See the documentation](https://developers.belco.io/reference/put_conversations-conversationid-open),FALSE,TRUE,FALSE +belco-list-all-conversations,List All Conversations,Get a list of conversations from Belco. [See the documentation](https://developers.belco.io/reference/get_conversations),FALSE,TRUE,TRUE +belco-create-conversation,Create Conversation,Create a conversation from Belco. [See the documentation](https://developers.belco.io/reference/post_conversations),FALSE,TRUE,FALSE +belco-close-conversation,Close Conversation,Close a conversation specified by ID. [See the documentation](https://developers.belco.io/reference/put_conversations-conversationid-close),TRUE,TRUE,FALSE +belco-add-note-to-conversation,Add Note to Conversation,Add a note to a conversation specified by ID. [See the documentation](https://developers.belco.io/reference/put_conversations-conversationid-addnote),FALSE,TRUE,FALSE +stiply-send-sign-request,Send Sign Request,Send a sign request to a recipient. [See the documentation](https://app.stiply.nl/api-documentation/v2#tag/sign-requests/operation/SendSignRequest),FALSE,TRUE,FALSE +joggai-update-product-info,Update Product Info,Updates product info using JoggAI API. [See the documentation](https://docs.jogg.ai/api-reference/URL-to-Video/UpdateProduct),TRUE,TRUE,FALSE +joggai-create-product-from-url,Create Product from URL,Creates a product from a URL using JoggAI API. [See the documentation](https://docs.jogg.ai/api-reference/URL-to-Video/UploadURL),FALSE,TRUE,FALSE +joggai-create-product-from-product-info,Create Product from Product Info,Creates a product from product info using JoggAI API. [See the documentation](https://docs.jogg.ai/api-reference/URL-to-Video/CreateVideo),FALSE,TRUE,FALSE +joggai-create-avatar-video,Create Avatar Video,Creates an avatar video using JoggAI API. [See the documentation](https://docs.jogg.ai/api-reference/Create-Avatar-Videos/CreateAvatarVideo),FALSE,TRUE,FALSE +joggai-create-ai-avatar-photo,Create AI Avatar Photo,Creates an AI avatar photo using JoggAI API. [See the documentation](https://docs.jogg.ai/api-reference/Avatar/GenerateAIAvatarPhoto),FALSE,TRUE,FALSE +freshchat-update-conversation-status,Update Conversation Status,Updates the status of a specific conversation. [See the documentation](https://developers.freshchat.com/api/#update_a_conversation),TRUE,TRUE,FALSE +freshchat-send-message-in-chat,Send Message in Chat,Sends a message in a specific conversation. [See the documentation](https://developers.freshchat.com/api/#send_message_to_conversation),FALSE,TRUE,FALSE +freshchat-list-channels,List Channels,Lists all channels in Freshchat. [See the documentation](https://developers.freshchat.com/api/#channels-(topics)),FALSE,TRUE,TRUE +freshchat-list-agents,List Agents,Lists all agents in Freshchat. [See the documentation](https://developers.freshchat.com/api/#list_all_agents),FALSE,TRUE,TRUE +freshchat-fetch-conversation-details,Fetch Conversation Details,Fetches details for a specific conversation. [See the documentation](https://developers.freshchat.com/api/#retrieve_a_conversation),FALSE,TRUE,TRUE +pencil_spaces-create-space,Create A Space,Create a new space in Pencil Spaces. [See the documentation](https://api.pencilspaces.com/reference#tag/spaces/POST/spaces/create),FALSE,TRUE,FALSE +wix_api_key-publish-draft-post,Publish Draft Post,Publish a draft blog post [See the documentation](https://dev.wix.com/docs/rest/business-solutions/blog/draft-posts/publish-draft-post),FALSE,TRUE,FALSE +wix_api_key-get-contact,Get Contact,Retrieves information about a contact. [See the documentation](https://dev.wix.com/api/rest/contacts/contacts/contacts-v4/get-contact),FALSE,TRUE,TRUE +wix_api_key-create-product,Create Product,Creates a new product. [See the documentation](https://dev.wix.com/api/rest/wix-stores/catalog/products/create-product),FALSE,TRUE,FALSE +wix_api_key-create-contact,Create Contact,Creates a new contact. [See the documentation](https://dev.wix.com/api/rest/contacts/contacts/contacts-v4/create-contact),FALSE,TRUE,FALSE +wix_api_key-add-products-to-collection,Add Products To Collection,Adds a product or products to a specified collection. [See the documentation](https://dev.wix.com/api/rest/wix-stores/catalog/collections/add-products-to-collection),FALSE,TRUE,FALSE +amazon_selling_partner-retrieve-sales-performance-reports,Retrieve Sales Performance Reports,Fetches sales reports for visualization in third-party dashboarding tools. [See the documentation](https://developer-docs.amazon.com/sp-api/reference/getordermetrics),FALSE,TRUE,TRUE +amazon_selling_partner-optimize-product-pricing,Optimize Product Pricing,Retrieves pricing data to adjust product prices dynamically based on market trends. [See the documentation](https://developer-docs.amazon.com/sp-api/reference/getcompetitivepricing),FALSE,TRUE,FALSE +amazon_selling_partner-list-inbound-shipments,List Inbound Shipments,Fetches inbound shipment details to track stock movement and replenishment. [See the documentation](https://developer-docs.amazon.com/sp-api/reference/getshipments),FALSE,TRUE,TRUE +amazon_selling_partner-get-order-details,Get Order Details,Fetches detailed information about a specific order using its order ID. [See the documentation](https://developer-docs.amazon.com/sp-api/reference/getorder),FALSE,TRUE,TRUE +amazon_selling_partner-generate-sales-inventory-reports,Generate Sales & Inventory Reports,"Requests reports on sales, inventory, and fulfillment performance. [See the documentation](https://developer-docs.amazon.com/sp-api/reference/getreports)",FALSE,TRUE,TRUE +amazon_selling_partner-fetch-orders-by-date-range,Fetch Orders by Date Range,"Retrieves a list of orders based on a specified date range, buyer email, or order ID. [See the documentation](https://developer-docs.amazon.com/sp-api/reference/getorders)",FALSE,TRUE,TRUE +amazon_selling_partner-check-fba-inventory-levels,Check FBA Inventory Levels,Retrieves inventory summaries from Amazon fulfillment centers to monitor stock availability. [See the documentation](https://developer-docs.amazon.com/sp-api/reference/getinventorysummaries),FALSE,TRUE,TRUE +aws-sqs-send-message,SQS - Send Message,Sends a message to an SQS queue. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sqs/classes/sendmessagecommand.html),FALSE,TRUE,FALSE +aws-sns-send-message,SNS - Send Message,Sends a message to a SNS Topic. [See docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/publishcommand.html),FALSE,TRUE,FALSE +aws-s3-upload-files,S3 - Upload Files,"Upload files to S3. Accepts either a file URL, a local file path, or a directory path. [See the documentation](https://docs.aws.amazon.com/AmazonS3/latest/userguide/upload-objects.html)",FALSE,TRUE,FALSE +aws-s3-upload-base64-as-file,S3 - Upload Base64 As File,"Accepts a base64-encoded string and a filename, then uploads as a file to S3. [See the documentation](https://docs.aws.amazon.com/AmazonS3/latest/userguide/upload-objects.html)",FALSE,TRUE,FALSE +aws-s3-generate-presigned-url,S3 - Generate Presigned URL,Creates a presigned URL to download from a bucket. [See the documentation](https://docs.aws.amazon.com/AmazonS3/latest/userguide/example_s3_Scenario_PresignedUrl_section.html),FALSE,TRUE,TRUE +aws-s3-download-file-to-tmp,S3 - Download File to /tmp,Downloads a file from S3 to the /tmp directory. [See the documentation](https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html),FALSE,TRUE,TRUE +aws-redshift-update-rows,Redshift - Update Rows,Update row(s) in an existing table in Redshift. [See the documentation](https://docs.aws.amazon.com/redshift/latest/APIReference/API_ExecuteStatement.html),TRUE,TRUE,FALSE +aws-redshift-query-database,Redshift - Query Database,Run a SELECT query on a database. [See the documentation](https://docs.aws.amazon.com/redshift/latest/APIReference/API_ExecuteStatement.html),FALSE,TRUE,FALSE +aws-redshift-delete-rows,Redshift - Delete Rows,Deletes row(s) in an existing table in Redshift. [See the documentation](https://docs.aws.amazon.com/redshift/latest/APIReference/API_ExecuteStatement.html),TRUE,TRUE,FALSE +aws-redshift-create-rows,Redshift - Create Rows,Insert rows into a table. [See the documentation](https://docs.aws.amazon.com/redshift/latest/APIReference/API_ExecuteStatement.html),FALSE,TRUE,FALSE +aws-lambda-invoke-function,Lambda - Invoke Function,Invoke a Lambda function using the AWS API. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lambda/index.html),TRUE,TRUE,FALSE +aws-lambda-create-function,Lambda - Create Function,Create a Lambda function from source code. This action creates a zip file and deploys it to AWS Lambda. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lambda/classes/createfunctioncommand.html),FALSE,TRUE,FALSE +aws-eventbridge-send-event,EventBridge - Send Event to Event Bus,Sends an event to an EventBridge event bus. [See documentation](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eventbridge/command/PutEventsCommand/),FALSE,TRUE,FALSE +aws-dynamodb-update-table,DynamoDB - Update Table,Modifies the settings for a given table. Only one type of modification is permitted per request. [See docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-dynamodb/classes/updatetablecommand.html),TRUE,TRUE,FALSE +aws-dynamodb-update-item,DynamoDB - Update Item,"Updates an existing item's attributes, or adds a new item to the table if it does not already exist. [See docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-dynamodb/classes/updateitemcommand.html)",TRUE,TRUE,FALSE +aws-dynamodb-scan,DynamoDB - Scan,The Scan operation returns one or more items and item attributes by accessing every item in a table. [See docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-dynamodb/classes/scancommand.html),FALSE,TRUE,FALSE +aws-dynamodb-query,DynamoDB - Query,The query operation finds items based on primary key values. [See docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-dynamodb/classes/querycommand.html),FALSE,TRUE,FALSE +aws-dynamodb-put-item,DynamoDB - Put Item,"Creates a new item, or replaces an old item with a new item. If an item that has the same primary key as the new item already exists in the specified table, the new item completely replaces the existing item. [See docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-dynamodb/classes/putitemcommand.html)",FALSE,TRUE,FALSE +aws-dynamodb-get-item,DynamoDB - Get Item,"The Get Item operation returns a set of attributes for the item with the given primary key. If there is no matching item, Get Item does not return any data and there will be no Item element in the response. [See docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-dynamodb/classes/getitemcommand.html)",TRUE,TRUE,FALSE +aws-dynamodb-execute-statement,DynamoDB - Execute Statement,"This operation allows you to perform transactional reads or writes on data stored in DynamoDB, using PartiQL. [See docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-dynamodb/classes/executestatementcommand.html)",FALSE,TRUE,FALSE +aws-dynamodb-create-table,DynamoDB - Create Table,Creates a new table to your account. [See docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-dynamodb/classes/createtablecommand.html),FALSE,TRUE,FALSE +aws-cloudwatch-logs-put-log-event,CloudWatch Logs - Put Log Event,Uploads a log event to the specified log stream. [See docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudwatch-logs/classes/putlogeventscommand.html),FALSE,TRUE,FALSE +mumble-edit-customer,Edit Customer,Edits the customer with the specified phone number. [See the documentation](https://app.mumble.co.il/mumbleapi/docs),TRUE,TRUE,FALSE +mumble-delete-label,Delete Label,Deletes a label. [See the documentation](https://app.mumble.co.il/mumbleapi/docs),TRUE,TRUE,FALSE +mumble-add-new-label,Add New Label,Adds a new label. [See the documentation](https://app.mumble.co.il/mumbleapi/docs),FALSE,TRUE,FALSE +mumble-add-new-customer,Add New Customer,Adds a new customer. [See the documentation](https://app.mumble.co.il/mumbleapi/docs),FALSE,TRUE,FALSE +orshot-list-templates,List Templates,Retrieve a list of available library templates from Orshot. [See templates](https://orshot.com/templates),FALSE,TRUE,TRUE +orshot-generate-image-studio-template,Generate Image from Studio Template,Generate an image from an Orshot Studio template using the Orshot API. [See the documentation](https://orshot.com/docs/api-reference/render-from-studio-template),FALSE,TRUE,TRUE +orshot-generate-image-library-template,Generate Image from Library Template,Generate an image from a pre-designed library template using the Orshot API. [See the documentation](https://orshot.com/docs/api-reference/render-from-template),FALSE,TRUE,TRUE +buysellads-get-line-items,Get Line Items,Returns the details of active line items. [See the documentation](https://docs.buysellads.com/advertiser-api/endpoints#lineitems),FALSE,TRUE,TRUE +buysellads-get-daily-stats,Get Daily Stats,Returns the daily stats for active line items. [See the documentation](https://docs.buysellads.com/advertiser-api/endpoints#daily-stats),FALSE,TRUE,TRUE +buysellads-get-creatives,Get Creatives,Returns the creative stats for line items. [See the documentation](https://docs.buysellads.com/advertiser-api/endpoints#creatives),FALSE,TRUE,TRUE +buysellads-get-creatives-daily-stats,Get Creatives Daily Stats,Returns the creative stats by day for line items. [See the documentation](https://docs.buysellads.com/advertiser-api/endpoints#creatives-daily-stats),FALSE,TRUE,TRUE +smashsend-search-contacts,Search Contacts,Search for contacts by email address. [See the documentation](https://smashsend.com/docs/api/contacts),FALSE,TRUE,TRUE +smashsend-list-contacts,List Contacts,List all contacts. [See the documentation](https://smashsend.com/docs/api/contacts),FALSE,TRUE,TRUE +smashsend-delete-contact,Delete Contact,Delete a contact. [See the documentation](https://smashsend.com/docs/api/contacts),TRUE,TRUE,FALSE +smashsend-create-or-update-contact,Create or Update Contact,Create a new contact or update an existing contact. [See the documentation](https://smashsend.com/docs/api/contacts),TRUE,TRUE,FALSE +cal_com-get-booking,Get Booking,Retrieve a booking by its ID. [See the documentation](https://developer.cal.com/api/api-reference/bookings#find-a-booking),FALSE,TRUE,TRUE +cal_com-get-bookable-slots,Get Bookable Slots,Retrieves all bookable slots between a datetime range. [See the documentation](https://cal.com/docs/api-reference/v1/slots/get-all-bookable-slots-between-a-datetime-range#get-all-bookable-slots-between-a-datetime-range),FALSE,TRUE,TRUE +cal_com-delete-booking,Delete Booking,Delete an existing booking by its ID. [See the documentation](https://developer.cal.com/api/api-reference/bookings),TRUE,TRUE,FALSE +cal_com-create-booking,Create Booking,Create a new booking. [See the documentation](https://developer.cal.com/api/api-reference/bookings#create-a-new-booking),FALSE,TRUE,FALSE +scrapeless-universal-scraping-api,Universal Scraping API,Access any website at scale and say goodbye to blocks. [See the documentation](https://apidocs.scrapeless.com/api-11949854).,FALSE,TRUE,FALSE +scrapeless-submit-scrape-job,Submit Scrape Job,Submit a new web scraping job with specified target URL and extraction rules. [See the documentation](https://apidocs.scrapeless.com/api-11949852),FALSE,TRUE,FALSE +scrapeless-scraping-api,Scraping API,"Endpoints for fresh, structured data from 100+ popular sites. [See the documentation](https://apidocs.scrapeless.com/api-12919045).",FALSE,TRUE,FALSE +scrapeless-get-scrape-result,Get Scrape Result,Retrieve the result of a completed scraping job. [See the documentation](https://apidocs.scrapeless.com/api-11949853),FALSE,TRUE,TRUE +scrapeless-crawler,Crawler,Crawl any website at scale and say goodbye to blocks. [See the documentation](https://apidocs.scrapeless.com/api-17509010).,FALSE,TRUE,FALSE +orshot-get-template-modifications,Get Template Modifications,Get available modification keys for a library template,FALSE,TRUE,TRUE +orshot-get-studio-template-modifications,Get Studio Template Modifications,Get available modification keys for a studio template,FALSE,TRUE,TRUE +freshsales-list-all-deals,List All Deals,Fetch all deals from your Freshsales account. [See the documentation](https://developer.freshsales.io/api/#list_all_deals),FALSE,TRUE,TRUE +freshsales-list-all-contacts,List All Contacts,Fetch all contacts from your Freshsales account. [See the documentation](https://developer.freshsales.io/api/#list_all_contacts),FALSE,TRUE,TRUE +freshsales-create-deal,Create Deal,Create a new deal in your Freshsales account. [See the documentation](https://developer.freshsales.io/api/#create_deal),FALSE,TRUE,FALSE +freshsales-create-contact,Create Contact,Create a new contact in your Freshsales account. [See the documentation](https://developer.freshsales.io/api/#create_a_contact),FALSE,TRUE,FALSE +github-update-project-v2-item-status,Update Project (V2) Item Status,Update the status of an item in the selected Project (V2). [See the documentation](https://docs.github.com/en/graphql/reference/mutations#updateprojectv2itemfieldvalue),TRUE,TRUE,FALSE +github-update-issue,Update Issue,Update a new issue in a Gihub repo. [See the documentation](https://docs.github.com/en/rest/issues/issues#update-an-issue),TRUE,TRUE,FALSE +github-update-gist,Update Gist,"Allows you to update a gist's description and to update, delete, or rename gist files. [See the documentation](https://docs.github.com/en/rest/gists/gists?apiVersion=2022-11-28#update-a-gist)",TRUE,TRUE,FALSE +github-star-repo,Star Repo,Star a repository. [See the docs](https://docs.github.com/en/rest/activity/starring?apiVersion=2022-11-28#star-a-repository-for-the-authenticated-user) for more info.,TRUE,TRUE,FALSE +github-search-issues-and-pull-requests,Search Issues and Pull Requests,Find issues and pull requests by state and keyword. [See the documentation](https://docs.github.com/en/search-github/searching-on-github/searching-issues-and-pull-requests),FALSE,TRUE,TRUE +github-list-workflow-runs,List Workflow Runs,List workflowRuns for a repository [See the documentation](https://docs.github.com/en/rest/actions/workflow-runs?apiVersion=2022-11-28#list-workflow-runs-for-a-repository),FALSE,TRUE,TRUE +github-list-releases,List Releases,List releases for a repository [See the documentation](https://docs.github.com/en/rest/releases/releases?apiVersion=2022-11-28#list-releases),FALSE,TRUE,TRUE +orderspace-update-inventory-level,Update Inventory Level,Update an inventory level. [See the documentation](https://apidocs.orderspace.com/#update-inventory-levels),TRUE,TRUE,FALSE +github-list-gists-for-a-user,List Gists for a User,Lists public gists for the specified user. [See the documentation](https://docs.github.com/en/rest/gists/gists?apiVersion=2022-11-28#list-gists-for-a-user),FALSE,TRUE,TRUE +orderspace-list-products,List Products,List a list of products. [See the documentation](https://apidocs.orderspace.com/#list-products),FALSE,TRUE,TRUE +github-list-commits,List Commits,List commits in a Github repo. [See the documentation](https://docs.github.com/en/rest/commits/commits?apiVersion=2022-11-28#list-commits),FALSE,TRUE,TRUE +orderspace-list-orders,List Orders,List a list of orders. [See the documentation](https://apidocs.orderspace.com/#list-orders),FALSE,TRUE,TRUE +github-get-workflow-run,Get Workflow Run,Gets a specific workflow run. [See the documentation](https://docs.github.com/en/rest/actions/workflow-runs?apiVersion=2022-11-28#get-a-workflow-run),FALSE,TRUE,FALSE +orderspace-list-customers,List Customers,List a list of customers. [See the documentation](https://apidocs.orderspace.com/#list-customers),FALSE,TRUE,TRUE +github-get-reviewers,Get Reviewers,Get reviewers for a PR ([see documentation](https://docs.github.com/en/rest/pulls/reviews#list-reviews-for-a-pull-request)) or Commit SHA ([see documentation](https://docs.github.com/en/rest/commits/commits#list-pull-requests-associated-with-a-commit)).,FALSE,TRUE,TRUE +orderspace-create-order,Create Order,Create a new order. [See the documentation](https://apidocs.orderspace.com/#create-an-order),FALSE,TRUE,FALSE +github-get-repository,Get Repository Info,Get information for a specific repository. [See the documentation](https://docs.github.com/en/rest/repos/repos#get-a-repository),FALSE,TRUE,TRUE +orderspace-create-dispatch,Create Dispatch,Create a new dispatch. [See the documentation](https://apidocs.orderspace.com/#create-a-dispatch),FALSE,TRUE,FALSE +github-get-repository-content,Get Repository Content,Get the content of a file or directory in a specific repository. [See the documentation](https://docs.github.com/en/rest/repos/contents#get-repository-content),FALSE,TRUE,TRUE +orderspace-create-customer,Create Customer,Create a new customer. [See the documentation](https://apidocs.orderspace.com/#create-a-customer),FALSE,TRUE,FALSE +github-get-issue-assignees,Get Issue Assignees,Get assignees for an issue in a Gihub repo. [See the documentation](https://docs.github.com/en/rest/issues/issues#get-an-issue),FALSE,TRUE,FALSE +github-get-commit,Get Commit,Get a commit in a Github repo. [See the documentation](https://docs.github.com/en/rest/commits/commits?apiVersion=2022-11-28#get-a-commit),FALSE,TRUE,TRUE +github-enable-workflow,Enable Workflow,Enables a workflow and sets the **state** of the workflow to **active**. [See the documentation](https://docs.github.com/en/rest/actions/workflows?apiVersion=2022-11-28#enable-a-workflow),TRUE,TRUE,FALSE +github-disable-workflow,Disable Workflow,Disables a workflow and sets the **state** of the workflow to **disabled_manually**. [See the documentation](https://docs.github.com/en/rest/actions/workflows?apiVersion=2022-11-28#disable-a-workflow),TRUE,TRUE,FALSE +github-create-workflow-dispatch,Create Workflow Dispatch,Creates a new workflow dispatch event. [See the documentation](https://docs.github.com/en/rest/actions/workflows?apiVersion=2022-11-28#create-a-workflow-dispatch-event),FALSE,TRUE,FALSE +github-create-repository,Create Repository,Creates a new repository for the authenticated user. [See the documentation](https://docs.github.com/en/rest/repos/repos#create-a-repository-for-the-authenticated-user),FALSE,TRUE,FALSE +github-create-pull-request,Create Pull Request,Creates a new pull request for a specified repository. [See the documentation](https://docs.github.com/en/rest/pulls/pulls#create-a-pull-request),FALSE,TRUE,FALSE +github-create-or-update-file-contents,Create or Update File Contents,Create or update a file in a repository. [See the documentation](https://docs.github.com/en/rest/repos/contents#create-or-update-file-contents),TRUE,TRUE,FALSE +github-create-issue,Create Issue,Create a new issue in a Gihub repo. [See the documentation](https://docs.github.com/en/rest/issues/issues#create-an-issue),FALSE,TRUE,FALSE +github-create-issue-comment,Create Issue Comment,Create a new comment in a issue. [See the documentation](https://docs.github.com/en/rest/issues/comments#create-an-issue-comment),FALSE,TRUE,FALSE +github-create-gist,Create Gist,Allows you to add a new gist with one or more files. [See the documentation](https://docs.github.com/en/rest/gists/gists?apiVersion=2022-11-28#create-a-gist),FALSE,TRUE,FALSE +github-create-branch,Create Branch,Create a new branch in a Github repo. [See the documentation](https://docs.github.com/en/rest/git/refs?apiVersion=2022-11-28#create-a-reference),FALSE,TRUE,FALSE +asters-list-social-accounts,List Social Accounts,Retrieve the list of all social accounts of a specific workspace. [See the documentation](https://docs.asters.ai/api/endpoints/social-accounts),FALSE,TRUE,TRUE +asters-list-posts,List Posts,Retrieve a list of posts of a social profile. [See the documentation](https://docs.asters.ai/api/endpoints/posts),FALSE,TRUE,TRUE +asters-list-posts-analytics,List Posts Analytics,Retrieve the list of posts' analytics of a social account. [See the documentation](https://docs.asters.ai/api/endpoints/analytics),FALSE,TRUE,TRUE +asters-list-labels,List Labels,Retrieve the list of all labels of a specific workspace. [See the documentation](https://docs.asters.ai/api/endpoints/labels),FALSE,TRUE,TRUE +miro_custom_app-update-sticky-note,Update Sticky Note,Updates content of an existing sticky note on a Miro board. [See the docs](https://developers.miro.com/reference/update-sticky-note-item).,TRUE,TRUE,FALSE +miro_custom_app-update-shape,Update Shape,Updates content of an existing shape on a Miro board. [See the docs](https://developers.miro.com/reference/update-shape-item).,TRUE,TRUE,FALSE +miro_custom_app-update-card-item,Update Card Item,Updates a card item on a Miro board. [See the documentation](https://developers.miro.com/reference/update-card-item).,TRUE,TRUE,FALSE +miro_custom_app-update-board,Update Board,Updates a Miro board. [See the docs](https://developers.miro.com/reference/update-board).,TRUE,TRUE,FALSE +miro_custom_app-list-boards,List Boards,Returns a user's Miro boards. [See the docs](https://developers.miro.com/reference/get-boards).,FALSE,TRUE,TRUE +miro_custom_app-get-specific-item,Get Specific Item,Returns a specific item on a Miro board. [See the docs](https://developers.miro.com/reference/get-specific-item).,FALSE,TRUE,TRUE +miro_custom_app-get-items,Get Items,Returns items on a Miro board. [See the docs](https://developers.miro.com/reference/get-items).,FALSE,TRUE,TRUE +miro_custom_app-get-board,Get Board,Returns a Miro board. [See the docs](https://developers.miro.com/reference/get-specific-board).,FALSE,TRUE,TRUE +miro_custom_app-delete-item,Delete Item,Deletes an item from a Miro board. [See the docs](https://developers.miro.com/reference/delete-item).,TRUE,TRUE,FALSE +miro_custom_app-delete-board,Delete Board,Deletes a Miro board. [See the docs](https://developers.miro.com/reference/delete-board).,TRUE,TRUE,FALSE +miro_custom_app-create-sticky-note,Create Sticky Note,Creates a sticky note on a Miro board. [See the docs](https://developers.miro.com/reference/create-sticky-note-item).,FALSE,TRUE,FALSE +miro_custom_app-create-shape,Create Shape,Creates a shape on a Miro board. [See the docs](https://developers.miro.com/reference/create-shape-item).,FALSE,TRUE,FALSE +miro_custom_app-create-card-item,Create Card Item,Creates a card item on a Miro board. [See the documentation](https://developers.miro.com/reference/create-card-item).,FALSE,TRUE,FALSE +miro_custom_app-create-board,Create Board,Creates a Miro board. [See the docs](https://developers.miro.com/reference/create-board).,FALSE,TRUE,FALSE +ipstack-ip-lookup,IP Lookup,Look up single IPv4 or IPv6 addresses. [See the documentation](https://ipstack.com/documentation#standard),FALSE,TRUE,TRUE +appsflyer-get-message-fields,Get Message Fields,Returns a list of the available message fields for each platform. [See the documentation](https://dev.appsflyer.com/hc/reference/get_fields-platform),FALSE,TRUE,FALSE +appsflyer-get-event-types,Get Event Types,Returns a list of the available event types for the specified endpoint type. [See the documentation](https://dev.appsflyer.com/hc/reference/get_event-types-attributing-entity),FALSE,TRUE,TRUE +zerobounce-file-validation,Validate Emails in File,Performs email validation on all the addresses contained in a provided file. [See the documentation](https://www.zerobounce.net/docs/email-validation-api-quickstart/),FALSE,TRUE,TRUE +voilanorbert-verifiy-email,Verify Email,"Verifies the given list of emails. + In case your account does not have a sufficient Verify API balance the service will try to auto refill the balance by charging using the billing details of the account. If it fails to charge, an HTTP status code of 402 will be returned. + [See the docs here](https://api.voilanorbert.com/2018-01-08/#verify-endpoint-post)",FALSE,TRUE,FALSE +voilanorbert-start-contact-search,Start Contact Search,"Search emails are based on the full name plus the domain or company name. + When your account does not have sufficient credits an HTTP status code of 402 is returned. + Also, take into consideration that we check the domain for its validity. So even if you provide a correct name+domain set, we may return a HTTP status code of 400 for the domain if we can't locate it. + [See the docs here](https://api.voilanorbert.com/2018-01-08/#search-endpoint-post)",TRUE,TRUE,FALSE +voilanorbert-find-contact,Find Contact,"This action returns a specific contact. The object email is either null when the email is not found, or contains an object with at least email (the email string) and the score. [See the docs here](https://api.voilanorbert.com/2018-01-08/#contacts-get-1)",FALSE,TRUE,TRUE +verifalia-verify-list-emails,Verify List of Email Address,"Verify a list of email address and check if it is properly formatted, really exists and can accept mails, flagging spam traps, disposable emails and much more. [See the docs](https://verifalia.com/developers#email-validations-creating) for more information",TRUE,TRUE,FALSE +verifalia-verify-email,Verify Email Address,"Verify an email address and check if it is properly formatted, really exists and can accept mails, flagging spam traps, disposable emails and much more. [See the docs](https://verifalia.com/developers#email-validations-creating) for more information",TRUE,TRUE,FALSE +twin-browse,Browse,Browse the internet with an AI web navigation agent that can find information for you. [See the documentation](https://docs.twin.so/api-reference/endpoint/browse),FALSE,TRUE,TRUE +shopify_partner-verify-webhook,Verify Webhook,"Verify an incoming webhook from Shopify. Exits the workflow if the signature is not valid, otherwise returns `true`",FALSE,TRUE,TRUE +pipedream_utils-retrieve-new-rss-stories,Helper Functions - Retrieve New RSS Stories,Gets new stories from a specified RSS feed that have not already been processed.,FALSE,TRUE,TRUE +pipedream_utils-retrieve-all-rss-stories,Helper Functions - Retrieve all RSS Stories,Retrieve all stories from one or more RSS feeds.,FALSE,TRUE,TRUE +lamini-create-fine-tune-job,Create Fine-Tune Job,Create a fine-tuning job with a dataset. [See the documentation](https://docs.lamini.ai/api/).,FALSE,TRUE,FALSE +imgur-upload-image,Upload Image,Upload an image to Imgur,FALSE,TRUE,FALSE +http-verify-hmac-signature,Verify HMAC Signature,"Validate HMAC signature for incoming HTTP webhook requests. Make sure to configure the HTTP trigger to ""Return a custom response from your workflow"".",TRUE,TRUE,FALSE +http-validate-webhook-auth,Validate Webhook Auth,"Require authorization for incoming HTTP webhook requests. Make sure to configure the HTTP trigger to ""Return a custom response from your workflow"".",TRUE,TRUE,FALSE +heygen-create-video-from-template,Create Video From Template,Generates a video from a selected template. [See the documentation](https://docs.heygen.com/reference/generate-template),FALSE,TRUE,FALSE +heygen-create-talking-photo,Create Talking Photo,Creates a talking photo from a provided image. [See the documentation](https://docs.heygen.com/reference/create-an-avatar-video-v2),FALSE,TRUE,FALSE +helper_functions-retrieve-new-rss-stories,Retrieve New RSS Stories,Gets new stories from a specified RSS feed that have not already been processed.,FALSE,TRUE,TRUE +helper_functions-retrieve-all-rss-stories,Retrieve all RSS Stories,Retrieve all stories from one or more RSS feeds.,FALSE,TRUE,TRUE +fireflies-upload-audio,Upload Audio,"Creates and stores a new meeting in Fireflies, allowing it to be transcribed and shared. [See the documentation](https://docs.fireflies.ai/graphql-api/mutation/upload-audio)",FALSE,TRUE,FALSE +fal_ai-add-request-to-queue,Add Request to Queue,"Adds a request to the queue for asynchronous processing, including specifying a webhook URL for receiving updates. [See the documentation](https://fal.ai/docs/model-endpoints/queue#queue-endpoints).",FALSE,TRUE,FALSE +enrow-find-single-email,Find Single Email,Executes a single email search using Enrow email finder. [See the documentation](https://enrow.readme.io/reference/find-single-email),FALSE,TRUE,TRUE +ecwid-update-order-status,Ecwid Update Order Status,Update the Status of an Ecwid Order. Makes use of the [Update Order API](https://api-docs.ecwid.com/reference/update-order).,TRUE,TRUE,FALSE +contactout-verify-email-bulk,Verify Email Bulk,Verify the deliverability for a batch of up to 1000 email addresses in bulk. [See the documentation](https://api.contactout.com/#bulk).,FALSE,TRUE,TRUE +cloudflare_api_key-update-zone-security-level,Update Zone Security Level,"Choose the appropriate security profile for your website, which will automatically adjust each of the security settings. [See the documentation](https://developers.cloudflare.com/api/node/resources/zones/subresources/settings/methods/edit/)",TRUE,TRUE,FALSE +cloudflare_api_key-change-zone-development-mode,Change Development Mode,Development Mode temporarily allows you to enter development mode for your websites if you need to make changes to your site. This will bypass Cloudflare's accelerated cache and slow down your site. [See the documentation](https://developers.cloudflare.com/api/node/resources/zones/subresources/settings/methods/edit/),TRUE,TRUE,FALSE +printnode-send-print-job,Send Print Job,Sends a print job to a specified printer. [See the documentation](https://www.printnode.com/en/docs/api/curl#creating-print-jobs),FALSE,TRUE,FALSE +printify-create-product,Create a Product,Creates a new product on Printify. [See the documentation](https://developers.printify.com/#create-a-new-product),FALSE,TRUE,FALSE +printautopilot-add-pdf-to-queue,Add PDF to Print Autopilot Queue,Uploads a PDF document to the print-autopilot queue. [See the documentation](https://documenter.getpostman.com/view/1334461/TW6wJonb#53f82327-4f23-416d-b2f0-ce17b8037933),FALSE,TRUE,FALSE +podio-upload-file,Upload File,Uploads a new file to Podio. [See the documentation](https://developers.podio.com/doc/files/upload-file-1004361),FALSE,TRUE,FALSE +platerecognizer-run-recognition,Run Recognition,Triggers a recognition process using the Plate Recognizer SDK.,FALSE,TRUE,FALSE +pixelbin-upload-file,Upload File,Upload a file to Pixelbin. [See the documentation](https://www.pixelbin.io/docs/api-docs/),FALSE,TRUE,FALSE +pipedream_utils-download-file-to-tmp,Helper Functions - Download File To /tmp,Downloads a file to [your workflow's /tmp directory](https://pipedream.com/docs/code/nodejs/working-with-files/#the-tmp-directory),FALSE,TRUE,TRUE +pipedream_utils-csv-file-to-objects,Helper Functions - CSV File To Objects,Convert a CSV file to an array of objects.,FALSE,TRUE,TRUE +pexels-download-photo,Download Photo,Download a specific photo by providing its photo ID and optionally choosing the desired size. [See the documentation](https://www.pexels.com/api/documentation/),FALSE,TRUE,TRUE +pdffiller-upload-document,Upload Document,Uploads a chosen file to PDFfiller. [See the documentation](https://docs.pdffiller.com/docs/pdffiller/992d9d79fec32-creates-a-new-document-template-by-uploading-file-from-multipart),FALSE,TRUE,FALSE +pdf4me-convert-to-pdf,Convert to PDF,"Convert a document (e.g., DOCX, XLSX, PPTX) to PDF. [See the documentation](https://dev.pdf4me.com/apiv2/documentation/actions/convert-to-pdf/)",FALSE,TRUE,TRUE +pdf4me-compress-pdf,Compress PDF,Compress a PDF file to reduce its size. [See the documentation](https://dev.pdf4me.com/apiv2/documentation/actions/compress-pdf/),FALSE,TRUE,FALSE +pandadoc-download-protected-document,Download Protected Document,Download a completed document as a verifiable PDF. [See documentation here](https://developers.pandadoc.com/reference/download-protected-document),FALSE,TRUE,TRUE +pandadoc-download-document,Download Document,Download a document as PDF. [See documentation here](https://developers.pandadoc.com/reference/download-document),FALSE,TRUE,TRUE +pandadoc-create-document-from-file,Create Document From File,Create a document from a file or public file URL. [See the documentation here](https://developers.pandadoc.com/reference/create-document-from-pdf),FALSE,TRUE,FALSE +pandadoc-create-document-attachment,Create Document Attachment,Adds an attachment to a document. [See the documentation here](https://developers.pandadoc.com/reference/create-document-attachment),FALSE,TRUE,FALSE +onlyoffice_docspace-upload-file,Upload File,Uploads a file to the specified room. [See the documentation](https://api.onlyoffice.com/docspace/method/files/post/api/2.0/files/%7bfolderid%7d/upload),FALSE,TRUE,FALSE +onlinecheckwriter-mail-pdf-document,Mail PDF Document,Mails a PDF document to a destination. [See the documentation](https://apiv3.onlinecheckwriter.com/#878daf05-e36e-44a2-bce8-15f24d72f82e).,FALSE,TRUE,FALSE +ocrspace-process-pdf,Process PDF for OCR,Submit a PDF for OCR processing. [See the documentation](https://ocr.space/ocrapi),FALSE,TRUE,FALSE +ocrspace-process-image,Process Image,Submits an image file for OCR processing using OCR.space. [See the documentation](https://ocr.space/ocrapi),FALSE,TRUE,FALSE +monday-update-column-values,Update Column Values,Update multiple column values of an item. [See the documentation](https://developer.monday.com/api-reference/reference/columns#change-multiple-column-values),TRUE,TRUE,FALSE +mistral_ai-upload-file,Upload File,Upload a file that can be used across various endpoints. [See the Documentation](https://docs.mistral.ai/api/#tag/files/operation/files_api_routes_upload_file),FALSE,TRUE,FALSE +mistral_ai-download-batch-job-results,Download Batch Job Results,Download a batch job results file to the /tmp directory. [See the Documentation](https://docs.mistral.ai/api/#tag/files/operation/files_api_routes_download_file),FALSE,TRUE,TRUE +mergemole-generate-pdf,Generate PDF,Generate a PDF document based on the specified template. [See the documentation](https://documenter.getpostman.com/view/41321603/2sB2j3AWqz#a389449f-ada9-4e2e-9d8a-f1bde20da980),FALSE,TRUE,TRUE +meistertask-create-attachment,Create Attachment,Create a new attachment. [See the docs](https://developers.meistertask.com/reference/post-attachment),FALSE,TRUE,FALSE +mapbox-create-tileset,Create Tileset,Uploads and creates a new tileset from a data source. [See the documentation](https://docs.mapbox.com/api/maps/mapbox-tiling-service/),FALSE,TRUE,FALSE +lokalise-upload-file,Upload File,Uploads a specified file to a Lokalise project. [See the documentation](https://developers.lokalise.com/reference/upload-a-file),FALSE,TRUE,FALSE +lmnt-generate-speech-from-text,Generate Speech from Text,Generates an audio file from the provided text. [See the documentation](https://docs.lmnt.com/api-reference/speech/synthesize-speech-1),FALSE,TRUE,TRUE +lmnt-create-custom-voice,Create Custom Voice,Generates a custom voice from a batch of input audio data. [See the documentation](https://docs.lmnt.com/api-reference/voice/create-voice),FALSE,TRUE,FALSE +llmwhisperer-extract-text,Extract Text,Convert your PDF/scanned documents to text format which can be used by LLMs. [See the documentation](https://docs.unstract.com/llm_whisperer/apis/llm_whisperer_text_extraction_api),FALSE,TRUE,TRUE +leexi-create-presign-recording-url,Create Presigned Recording URL,Creates a presigned URL for uploading a call recording. [See the documentation](https://developer.leexi.ai/),FALSE,TRUE,FALSE +jobnimbus-create-attachment,Create Attachment,Creates an attachment. [See the documentation](https://documenter.getpostman.com/view/3919598/S11PpG4x#5f3f485b-91f9-4ed9-912c-99a07987ac6c),FALSE,TRUE,FALSE +jina_reader-convert-to-llm-friendly-input,Convert URL To LLM-Friendly Input,Converts a provided URL to an LLM-friendly input using Jina Reader. [See the documentation](https://github.com/jina-ai/reader),FALSE,TRUE,TRUE +jigsawstack-object-detection,Object Detection,Recognize objects within a provided image and retrieve it with great accuracy. [See the documentation](https://docs.jigsawstack.com/api-reference/ai/object-detection),FALSE,TRUE,TRUE +imgbb-upload-picture,Upload picture,Upload a picture to imgbb. [See the docs here](https://api.imgbb.com/),FALSE,TRUE,FALSE +imagekit_io-upload-image,Upload Image,Upload a new image to ImageKit.io. [See the documentation](https://docs.imagekit.io/api-reference/upload-file-api/server-side-file-upload),FALSE,TRUE,FALSE +ilovepdf-process-files,Process Files,Process one or more files with the desired tool. [See the documentation](https://developer.ilovepdf.com/docs/api-reference),FALSE,TRUE,FALSE +ignisign-get-signature-proof,Get Signature Proof,Retrieves a proof file for a specific signature. [See the documentation](https://ignisign.io/docs/category/ignisign-api),FALSE,TRUE,TRUE +ignisign-create-signature-request,Create Signature Request,Creates a document signature request through IgniSign. [See the documentation](https://ignisign.io/docs/ignisign-api/init-signature-request),FALSE,TRUE,FALSE +html_2_pdf-generate-pdf,Generate PDF,Creates a PDF from a URL or HTML string. [See the documentation](https://www.html2pdf.co.uk/api-documentation),FALSE,TRUE,TRUE +hippo_video-send-personalization-request,Send Personalization Request,Sends a personalization request for a specified video. [See the documentation](https://help.hippovideo.io/support/solutions/articles/19000099793-bulk-video-personalization-and-tracking-api),FALSE,TRUE,FALSE +heyy-upload-file,Upload File,Uploads a file. [See the documentation](https://documenter.getpostman.com/view/27408936/2sA2r3a6DW#67e41b81-318c-4ed0-be78-e92fd39f3530).,FALSE,TRUE,FALSE +helper_functions-download-file-to-tmp,Download File To /tmp,Downloads a file to [your workflow's /tmp directory](https://pipedream.com/docs/code/nodejs/working-with-files/#the-tmp-directory),FALSE,TRUE,TRUE +helper_functions-csv-file-to-objects,CSV File To Objects,Convert a CSV file to an array of objects.,FALSE,TRUE,TRUE +hathr_ai-upload-document,Upload Document,Uploads a document that can be used in future chat requests. [See the documentation](https://drive.google.com/drive/folders/1jtoSXqzhe-iwf9kfUwTCVQBu4iXVJO2x?usp=sharing),FALSE,TRUE,FALSE +happy_scribe-submit-file,Submit File,Submit a file. [See the documentation](https://dev.happyscribe.com/sections/product/#uploads-2-upload-your-file-with-the-signed-url),FALSE,TRUE,FALSE +guru-export-card-to-pdf,Export Card to PDF,Export a specific card identified by its ID to a PDF file. [See the documentation](https://developer.getguru.com/docs/download-cards-to-pdf),FALSE,TRUE,TRUE +greenhouse-add-attachment-to-candidate,Add Attachment to Candidate,Adds an attachment to a specific candidate or prospect. [See the documentation](https://developers.greenhouse.io/harvest.html#post-add-attachment),FALSE,TRUE,FALSE +gptzero_detect_ai-scan-file,Scan File for AI Detection,This endpoint takes in file(s) input and returns the model's result. [See the documentation](https://gptzero.stoplight.io/docs/gptzero-api/0a8e7efa751a6-ai-detection-on-an-array-of-files),FALSE,TRUE,FALSE +google_photos-upload-item,Upload Item,Uploads an item to Google Photos. [See the documentation](https://developers.google.com/photos/library/guides/upload-media),FALSE,TRUE,FALSE +google_gemini-generate-content-from-text-and-image,Generate Content from Text and Image,Generates content from both text and image input using the Gemini API. [See the documentation](https://ai.google.dev/tutorials/rest_quickstart#text-and-image_input),FALSE,TRUE,TRUE +gmail-download-attachment,Download Attachment,Download an attachment by attachmentId to the /tmp directory. [See the documentation](https://developers.google.com/gmail/api/reference/rest/v1/users.messages.attachments/get),FALSE,TRUE,TRUE +gladia-send-audio-for-transcription,Send Audio For Transcription,Sends audio to Gladia for transcription and optional translation. [See the documentation](https://docs.gladia.io/reference/pre-recorded),FALSE,TRUE,FALSE +generated_photos-generate-similar-faces-by-upload,Generate Similar Faces to Uploaded Image,Generates faces similar to an uploaded image with the Generated Photos API. [See the documentation](https://generated.photos/account#apikey),FALSE,TRUE,FALSE +formstack_documents-create-document,Create Document,Create a new document. [See documentation](https://www.webmerge.me/developers?page=documents),FALSE,TRUE,FALSE +flippingbook-update-flipbook,Update Flipbook,Edits an existing flipbook by replacing it with a new input PDF file. [See the documentation](https://apidocs.flippingbook.com/#update-the-metadata-for-one-publication-possibly-attaching-a-new-source-file),TRUE,TRUE,FALSE +flippingbook-create-flipbook,Create Flipbook,Generates a new flipbook from an input PDF file. [See the documentation](https://apidocs.flippingbook.com/#create-a-new-publication-possibly-attaching-a-new-source-file),FALSE,TRUE,FALSE +flipando-run-app,Run App,Executes a chosen app within Flipando. Returns a 'task_id' to be used in fetching the outcome of this action. [See the documentation]([See the documentation](https://flipandoai.notion.site/Flipando-ai-API-Integration-Guide-6b508cfe1a5d4a249d20b926eac3a1d7#36b02715e5f440c9b21952b668e0e70c)),FALSE,TRUE,FALSE +filestack-upload-image,Upload Image,Upload an image from a file or URL to FileStack. [See the documentation](https://www.filestack.com/docs/uploads/uploading/#upload-file),FALSE,TRUE,FALSE +fileforge-generate-pdf,Generate PDF,Generate a PDF from provided HTML. [See the documentation](https://docs.fileforge.com/api-reference/api-reference/pdf/generate),FALSE,TRUE,TRUE +faktoora-get-invoice,Download Invoice,Download an invoice using the unique invoice number to '/tmp' folder. [See the documentation](https://api.faktoora.com/api/v1/api-docs/static/index.html),TRUE,TRUE,FALSE +ezeep_blue-create-print-job,Create Print Job,Send a new print job to a specified printer.,FALSE,TRUE,FALSE +elevenlabs-text-to-speech,Text To Speech,Retrieve an audio file. [See the documentation](https://docs.elevenlabs.io/api-reference/text-to-speech),FALSE,TRUE,TRUE +elevenlabs-get-audio-from-history-item,Get Audio From History Item,Returns the audio of an history item and converts it to a file. [See the documentation](https://docs.elevenlabs.io/api-reference/history-audio),FALSE,TRUE,TRUE +elevenlabs-download-history-items,Download History Items,"Download one or more history items to your workflow's `tmp` directory. If one history item ID is provided, we will return a single audio file. If more than one history item IDs are provided, we will provide the history items packed into a .zip file. [See the documentation](https://docs.elevenlabs.io/api-reference/history-download)",FALSE,TRUE,TRUE +elevenlabs-add-voice,Add Voice,Add a voice from one or more audio files. [See the documentation](https://elevenlabs.io/docs/api-reference/add-voice),FALSE,TRUE,FALSE +eden_ai-translate-document,Translate Document,Translates a document from a local file or URL. [See the documentation](https://docs.edenai.co/reference/translation_document_translation_create),FALSE,TRUE,TRUE +dromo-create-headless-import,Create Headless Import,Creates a new headless import. [See the documentation](https://developer.dromo.io/api/#tag/headless/operation/createHeadlessImport),FALSE,TRUE,FALSE +dreamstudio-upscale-image,Upscale Image,Create a higher resolution version of an input image. [See the documentation](https://platform.stability.ai/docs/api-reference#tag/v1generation/operation/upscaleImage),FALSE,TRUE,FALSE +dreamstudio-modify-image,Modify Image,Modify an image based on a text prompt. [See the documentation](https://platform.stability.ai/docs/api-reference#tag/v1generation/operation/imageToImage),FALSE,TRUE,FALSE +dreamstudio-generate-image,Generate Image,Generate a new image from a text prompt. [See the documentation](https://platform.stability.ai/docs/api-reference#tag/v1generation/operation/textToImage),FALSE,TRUE,TRUE +docusign-download-documents,Download Documents,Download the documents of an envelope to the /tmp directory. [See the documentation here](https://developers.docusign.com/docs/esign-rest-api/how-to/download-envelope-documents/),FALSE,TRUE,TRUE +documerge-convert-file-to-pdf,Convert File to PDF,Converts a specified file into a PDF. [See the documentation](https://app.documerge.ai/api-docs/#tools-POSTapi-tools-pdf-convert),FALSE,TRUE,TRUE +documerge-combine-files,Combine Files,Merges multiple user-specified files into a single PDF or DOCX. [See the documentation](https://app.documerge.ai/api-docs/#tools-POSTapi-tools-combine),FALSE,TRUE,FALSE +documentpro-new-document,Upload New Document,Uploads a document to DocumentPro's parser. [See the documentation](https://docs.documentpro.ai/docs/using-api/manage-documents/import-files),FALSE,TRUE,FALSE +docsbot_ai-upload-source-file,Upload Source File,Upload a file to be used as a source. [See the documentation](https://docsbot.ai/documentation/developer/source-api#source-file-uploads),FALSE,TRUE,FALSE +docparser-upload-document,Upload Document,Uploads a document to docparser that initiates parsing immediately after reception. [See the documentation](https://docparser.com/api/#import-documents),FALSE,TRUE,FALSE +docmosis-generate-document,Generate Document,Generates a document by merging data with a Docmosis template. [See the documentation](https://resources.docmosis.com/Documentation/Cloud/DWS4/Cloud-Web-Services-Guide-DWS4.pdf),FALSE,TRUE,TRUE +discord_bot-send-message-with-file,Send Message With File,Post a message with an attached file. [See the docs here](https://discord.com/developers/docs/reference#uploading-files),FALSE,TRUE,FALSE +discord-send-message-with-file,Send Message With File,Post a message with an attached file,FALSE,TRUE,FALSE +diffchecker-compare-pdf,Compare PDFs,Compares two PDFs and returns the result. [See the documentation](https://www.diffchecker.com/public-api/),FALSE,TRUE,FALSE +diffchecker-compare-image,Compare Image,Compares two images and returns the result.,FALSE,TRUE,FALSE +deepgram-transcribe-audio,Transcribe Audio,Transcribes the specified audio file. [See the documentation](https://developers.deepgram.com/api-reference/transcription/#transcribe-pre-recorded-audio),FALSE,TRUE,FALSE +customjs-run-puppeteer,Run Puppeteer,Run Puppeteer. [See the documentation](https://www.customjs.space/api/docs#_5-run-puppeteer),FALSE,TRUE,FALSE +customjs-merge-pdfs,Merge PDFs,Merges multiple PDF documents into one. [See the documentation](https://www.customjs.space/api/docs#_2-merge-pdfs),FALSE,TRUE,FALSE +customjs-create-screenshot,Create Screenshot,Create a screenshot of a website. [See the documentation](https://www.customjs.space/api/docs#_3-create-screenshot),FALSE,TRUE,FALSE +customjs-convert-html-to-png,Convert HTML to PNG,Converts an HTML string to a PNG image. [See the documentation](https://www.customjs.space/api/docs#_4-html-to-png),FALSE,TRUE,TRUE +customjs-convert-html-to-pdf,Convert HTML to PDF,Converts an HTML string to a PDF document. [See the documentation](https://www.customjs.space/api/docs#_1-html-to-pdf),FALSE,TRUE,TRUE +crowdin-add-file,Add File to Project,Adds a file into the created project. [See the documentation](https://developer.crowdin.com/api/v2/#tag/source-files/operation/api.projects.files.post),FALSE,TRUE,FALSE +convertapi-convert-web-url,Convert Web URL to Specified Format,Converts a website page to a specified format. [See the documentation](https://v2.convertapi.com/info/openapi),FALSE,TRUE,TRUE +convertapi-convert-file,Convert File,Use this action to convert files to the chosen format. [See the documentation](https://v2.convertapi.com/info/openapi),FALSE,TRUE,TRUE +convertapi-convert-base64-encoded-file,Convert Base64 Encoded File,This action converts a base64-string-encoded file into the user-specified format. [See the documentation](https://v2.convertapi.com/info/openapi),FALSE,TRUE,TRUE +cloudinary-upload-media-asset,Upload Media Asset,Upload media assets such as images or videos. [See the documentation](https://cloudinary.com/documentation/image_upload_api_reference#upload_method),FALSE,TRUE,FALSE +cloudflare_browser_rendering-get-screenshot,Get Screenshot,Takes a screenshot of a webpage from provided URL or HTML. [See the documentation](https://developers.cloudflare.com/api/resources/browser_rendering/subresources/pdf/methods/create/),FALSE,TRUE,FALSE +cloudflare_browser_rendering-get-pdf,Get PDF,Fetches rendered PDF from provided URL or HTML. [See the documentation](https://developers.cloudflare.com/api/resources/browser_rendering/subresources/pdf/methods/create/),FALSE,TRUE,FALSE +cloudflare_api_key-import-dns-records,Import DNS Records,Import a BIND config into a zone. [See the documentation](https://developers.cloudflare.com/api/resources/dns/subresources/records/methods/import/),FALSE,TRUE,FALSE +click2mail2-create-document,Create Document,Creates a new document in your account from an uploaded file or a URL. [See the documentation for file](https://developers.click2mail.com/reference/createdocument_1). [See the documentation for URL](https://developers.click2mail.com/reference/createdocumentfromurl),FALSE,TRUE,FALSE +claid_ai-upscale-image,Upscale Image,"Enlarges the selected image in order to improve its resolution. By running this action, users can obtain clearer and sharper images. [See the documentation](https://docs.claid.ai/image-editing-api/image-operations/resizing)",FALSE,TRUE,FALSE +claid_ai-remove-background,Remove Background,"Easily erases the image's background, effectively isolating the main subject. [See the documentation](https://docs.claid.ai/image-editing-api/image-operations/background)",TRUE,TRUE,FALSE +claid_ai-correct-color-lighting,Correct Color & Lighting,Automatically adjusts the color and lighting of an image by applying HDR. The result is an enhancement of the dynamic range in dark or overexposed images. [See the documentation](https://docs.claid.ai/image-editing-api/image-operations/color-adjustments),FALSE,TRUE,FALSE +canva_enterprise-upload-asset,Upload Asset,Uploads an asset to Canva. [See the documentation](https://www.canva.dev/docs/connect/api-reference/assets/create-asset-upload-job/),FALSE,TRUE,FALSE +canva-upload-asset,Upload Asset,Uploads an asset to Canva. [See the documentation](https://www.canva.dev/docs/connect/api-reference/assets/create-asset-upload-job/),FALSE,TRUE,FALSE +canva-create-design-import-job,Create Design Import Job,Starts a new job to import an external file as a new design in Canva. [See the documentation](https://www.canva.dev/docs/connect/api-reference/design-imports/create-design-import-job/),FALSE,TRUE,FALSE +callerapi-get-phone-number-picture,Get Phone Number Picture,Retrieve the profile picture associated with a phone number. [See the documentation](https://callerapi.com/documentation),FALSE,TRUE,TRUE +boldsign-send-document-template,Send Document Using Template,Send documents for e-signature using a BoldSign template. [See the documentation](https://developers.boldsign.com/documents/send-document-from-template/?region=us),FALSE,TRUE,FALSE +azure_storage-upload-blob,Upload Blob,Uploads a new blob to a specified container in Azure Storage. [See the documentation](https://learn.microsoft.com/en-us/rest/api/storageservices/put-blob?tabs=microsoft-entra-id).,FALSE,TRUE,FALSE +autodesk-upload-file,Upload File,Uploads a new file to a specified folder in Autodesk. [See the documentation](https://aps.autodesk.com/en/docs/data/v2/tutorials/upload-file/).,FALSE,TRUE,FALSE +astica_ai-text-to-speech,Text To Speech,Convert text to voice audio with Astica AI [See the documentation](https://astica.ai/voice/documentation/),FALSE,TRUE,TRUE +askyourpdf-add-document-via-file-upload,Add Document Via File Upload,Add a document via file upload. [See the documentation](https://docs.askyourpdf.com/askyourpdf-docs/#2.-adding-document-via-file-upload),FALSE,TRUE,FALSE +alttextify-submit-image,Submit Image to Alttextify,Upload or submit an image to Alttextify for alt text generation. [See the documentation](https://apidoc.alttextify.net/#api-Image-UploadRawImage),FALSE,TRUE,FALSE +alttext_ai-generate-alt-text,Generate Alt Text,Generates a descriptive alt text for a given image. [See the documentation](https://alttext.ai/apidocs#tag/Images/operation/create-image),FALSE,TRUE,FALSE +airparser-upload-document-parse,Upload Document and Parse,Uploads a document into the inbox for data extraction. [See the documentation](https://help.airparser.com/public-api/public-api),FALSE,TRUE,FALSE +adobe_pdf_services-extract-text-from-pdf,Extract Text From PDF,Extracts text element information from a PDF document and returns a JSON file within a .zip file saved to the `/tmp` directory. [See the documentation](https://developer.adobe.com/document-services/docs/overview/pdf-extract-api/howtos/extract-api/#extract-text-from-a-pdf),FALSE,TRUE,FALSE +adobe_pdf_services-extract-text-and-tables,Extract Text and Tables From PDF,Extracts text and table element information from a PDF document and returns a JSON file along with table data in XLSX format within a .zip file saved to the `/tmp` directory. [See the documentation](https://developer.adobe.com/document-services/docs/overview/pdf-extract-api/howtos/extract-api/#extract-text-and-tables),FALSE,TRUE,TRUE +goformz-create-form,Create Form,Create a new form in GoFormz. [See the documentation](https://developers.goformz.com/reference/create-a-form),FALSE,TRUE,FALSE +lamini-upload-dataset,Upload Dataset,Upload a dataset to Lamini for training.,FALSE,TRUE,FALSE +google_dialogflow-update-entity-type,Update Entity Type,"Updates an Entity Type, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.entityTypes/patch) and [client API docs](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.EntityTypes.html#updateEntityType2)",TRUE,TRUE,FALSE +google_dialogflow-update-context,Update Context,"Updates a context, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.sessions.contexts/patch) and [client API](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.Contexts.html#updateContext2)",TRUE,TRUE,FALSE +google_dialogflow-list-intents,List Intents,"Retrieves the list of the intents, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2beta1/projects.agent.intents/list) and [client API](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.Intents.html#listIntents2)",FALSE,TRUE,TRUE +google_dialogflow-list-entity-types,List Entity Types,"Retrieves list of entity types, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.entityTypes/list) and [client API docs](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.EntityTypes.html#listEntityTypes2)",FALSE,TRUE,TRUE +google_dialogflow-list-contexts,List Contexts,"Retrieves the list of the contexts with the given session ID, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.sessions.contexts/list) and [client API](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.Contexts.html#listContexts2)",FALSE,TRUE,TRUE +google_dialogflow-get-intent,Get Intent,Retrieves an intent [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.intents/get) and [client API][https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.Intents.html#getIntent2],FALSE,TRUE,TRUE +google_dialogflow-get-entity-type,Get Entity Type,"Retrieves an Entity Type, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.entityTypes/get) and [client API docs](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.EntityTypes.html#getEntityType2)",FALSE,TRUE,TRUE +google_dialogflow-get-context,Get Context,"Get a context, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.sessions.contexts/get) and [client API](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.Contexts.html#getContext2)",FALSE,TRUE,TRUE +google_dialogflow-get-agent,Get Agent,"Retrieves an agent, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects/getAgent) and [client API](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2.Agents.html#getAgent2)",FALSE,TRUE,TRUE +google_dialogflow-detect-intent,Detect Intent,"Processes a natural language query and returns structured, actionable data as a result, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.sessions/detectIntent) and [client API](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.Sessions.html#detectIntent2)",FALSE,TRUE,TRUE +google_dialogflow-delete-intent,Delete Intent,"Deletes an intent, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.intents/delete) and [client API](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.Intents.html#deleteIntent2)",TRUE,TRUE,FALSE +google_dialogflow-delete-entity-type,Delete Entity Type,"Deletes an entity type, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.entityTypes/delete) and [client API docs](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.EntityTypes.html#deleteEntityType2)",TRUE,TRUE,FALSE +google_dialogflow-delete-entities,Delete Entities,"Batch delete entities, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.entityTypes.entities/batchDelete) and [client API docs](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.EntityTypes.html#batchDeleteEntities2)",TRUE,TRUE,FALSE +google_dialogflow-delete-context,Delete Context,Deletes a context [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.environments.users.sessions.contexts/delete) and [client API](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.Contexts.html#deleteContext2),TRUE,TRUE,FALSE +google_dialogflow-delete-agent,Delete Agent,"Deletes an agent, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects/deleteAgent) and [client API](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2.Agents.html#deleteAgent2)",TRUE,TRUE,FALSE +google_dialogflow-create-update-agent,Create or Update Agent,"Creates new agent, updates if already created [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects/setAgent) and [client API](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2.Agents.html#setAgent2)",TRUE,TRUE,FALSE +google_dialogflow-create-intent,Create Intent,"Creates an intent, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.intents/create) and [client API](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.Intents.html#createIntent2)",FALSE,TRUE,FALSE +google_dialogflow-create-entity-type,Create Entity Type,"Creates an Entity Type, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.entityTypes/create) and [client API docs](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.EntityTypes.html#createEntityType2)",FALSE,TRUE,FALSE +google_dialogflow-create-entities,Create Entities,"Batch create entities, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.entityTypes.entities/batchCreate) and [client API docs](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.EntityTypes.html#batchCreateEntities2)",FALSE,TRUE,FALSE +google_dialogflow-create-context,Create Context,"Creates a context, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.sessions.contexts/create) and [client API](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.Contexts.html#createContext2)",FALSE,TRUE,FALSE +google_cloud_vision_api-detect-text-in-image,Detect Text in Image,Detects text in a local image or remote image. [See the documentation](https://cloud.google.com/vision/docs/ocr#vision_text_detection_gcs-drest).,FALSE,TRUE,TRUE +google_cloud_vision_api-detect-logos-in-image,Detect Logos in Image,Detects logos within a local or remote image file. [See the documentation](https://cloud.google.com/vision/docs/detecting-logos).,FALSE,TRUE,TRUE +google_cloud_vision_api-detect-labels-in-image,Detect Labels in Image,Performs feature detection on a local or remote image file. [See the documentation](https://cloud.google.com/vision/docs/labels).,FALSE,TRUE,TRUE +discord_bot-send-message,Send message,Send message to a user or a channel. [See the docs here](https://discord.com/developers/docs/resources/user#create-dm) and [here](https://discord.com/developers/docs/resources/channel#create-message),FALSE,TRUE,FALSE +discord_bot-send-message-to-forum-post,Send Message to Forum Post,Send a message to a Discord forum. [See the documentation](https://discord.com/developers/docs/resources/channel#create-message),FALSE,TRUE,FALSE +discord_bot-rename-channel,Rename Channel,Rename a channel to a specified name you choose,TRUE,TRUE,FALSE +discord_bot-remove-user-role,Remove User Role,Remove a selected role from the specified user. [See the docs here](https://discord.com/developers/docs/resources/guild#remove-guild-member-role),TRUE,TRUE,FALSE +discord_bot-post-reaction-with-emoji,Post Reaction with Emoji,Post a reaction for a message with an emoji. [See the docs here](https://discord.com/developers/docs/resources/channel#create-reaction),FALSE,TRUE,FALSE +discord_bot-modify-guild-member,Modify Guild Member,Update attributes of a guild member. [See the docs here](https://discord.com/developers/docs/resources/guild#modify-guild-member),TRUE,TRUE,FALSE +discord_bot-modify-channel,Modify Channel,Update a channel's settings. [See the docs here](https://discord.com/developers/docs/resources/channel#modify-channel),TRUE,TRUE,FALSE +discord_bot-list-users-with-emoji-reactions,List Users that Reacted with Emoji,Return a list of users that reacted with a specified emoji.,FALSE,TRUE,TRUE +discord_bot-list-guild-members,List Guild Members,Return a list of guild members. [See the docs here](https://discord.com/developers/docs/resources/guild#list-guild-members),FALSE,TRUE,TRUE +discord_bot-list-channels,List Channels,Return a list of channels. [See the docs here](https://discord.com/developers/docs/resources/guild#get-guild-channels),FALSE,TRUE,TRUE +discord_bot-list-channel-messages,List Channel Messages,Return the messages for a channel. [See the docs here](https://discord.com/developers/docs/resources/channel#get-channel-messages),FALSE,TRUE,TRUE +discord_bot-list-channel-invites,List Channel Invites,Return a list of invitees for the channel. Only usable for guild channels.,FALSE,TRUE,TRUE +discord_bot-get-message,Get message,Return a specific message in a channel. [See the docs here](https://discord.com/developers/docs/resources/channel#get-channel-message),FALSE,TRUE,FALSE +discord_bot-find-user,Find User,Find an existing user by name. [See the docs here](https://discord.com/developers/docs/resources/guild#search-guild-members),FALSE,TRUE,TRUE +discord_bot-find-channel,Find Channel,Find an existing channel by name. [See the docs here](https://discord.com/developers/docs/resources/guild#get-guild-channels),FALSE,TRUE,TRUE +discord_bot-delete-message,Delete message,Delete a message. [See the docs here](https://discord.com/developers/docs/resources/channel#delete-message),TRUE,TRUE,FALSE +discord_bot-delete-channel,Delete Channel,Delete a Channel.,TRUE,TRUE,FALSE +discord_bot-create-guild-channel,Create Guild Channel,Create a new channel for the guild. [See the docs here](https://discord.com/developers/docs/resources/guild#create-guild-channel),FALSE,TRUE,FALSE +discord_bot-create-channel-invite,Create Channel Invite,Create a new invite for the channel. [See the docs here](https://discord.com/developers/docs/resources/channel#create-channel-invite),FALSE,TRUE,FALSE +discord_bot-change-nickname,Change Nickname,Modifies the nickname of the current user in a guild.,FALSE,TRUE,FALSE +discord_bot-add-role,Add Role,Assign a role to a user. Remember that your bot requires the `MANAGE_ROLES` permission. [See the docs here](https://discord.com/developers/docs/resources/guild#add-guild-member-role),TRUE,TRUE,FALSE +digitalocean_spaces-upload-file,Upload File,Upload a file to DigitalOcean Spaces. Accepts either a file URL or a path to a file in the `/tmp` directory. [See the docs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/upload-objects.html).,FALSE,TRUE,FALSE +digitalocean_spaces-upload-file-base64,Upload File Base64,"Accepts a base64-encoded string and a filename, then uploads as a file to DigitalOcean Spaces. [See the docs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/upload-objects.html).",FALSE,TRUE,FALSE +digitalocean_spaces-list-files,List Files,List files in a bucket. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3/classes/listobjectsv2command.html).,FALSE,TRUE,TRUE +digitalocean_spaces-delete-files,Delete Files,Delete files in a bucket. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3/classes/deleteobjectscommand.html).,TRUE,TRUE,FALSE +diffchecker-compare-text,Compare Text,Compares two pieces of text and returns the result. [See the documentation](https://www.diffchecker.com/public-api/),FALSE,TRUE,FALSE +deepimage-upscale,Upscale Image,Upscales the provided image using Deep Image. [See the documentation](https://documentation.deep-image.ai/image-processing/resize-and-padding),FALSE,TRUE,FALSE +deepimage-remove-background,Remove Background,Removes the background from the provided image using DeepImage. [See the documentation](https://documentation.deep-image.ai/image-processing/background-processing),TRUE,TRUE,FALSE +deepimage-auto-enhance,Auto Enhance Image,Improves the provided image. [See the documentation](https://documentation.deep-image.ai/image-processing/auto-enhance),FALSE,TRUE,FALSE +cloudflare_api_key-revoke-certificate,Revoke Certificate,Revoke an existing Origin CA certificate by its serial number. [See the documentation](https://developers.cloudflare.com/api/node/resources/origin_ca_certificates/methods/delete/),TRUE,TRUE,FALSE +cloudflare_api_key-purge-files-by-url,Purge Files by URL,Granularly remove one or more files from Cloudflare's cache by specifying URLs. [See the documentation](https://developers.cloudflare.com/api/node/resources/cache/methods/purge/),TRUE,TRUE,FALSE +cloudflare_api_key-purge-all-files,Purge All Files,Remove ALL files from Cloudflare's cache. [See the documentation](https://developers.cloudflare.com/api/node/resources/cache/methods/purge/),TRUE,TRUE,FALSE +cloudflare_api_key-patch-dns-record,Patch DNS Record,Patches a DNS record of a zone. [See the docs here](https://api.cloudflare.com/#dns-records-for-a-zone-patch-dns-record),FALSE,TRUE,FALSE +cloudflare_api_key-list-dns-records,List DNS Records,"List, search, sort, and filter a zones' DNS records. [See the docs here](https://api.cloudflare.com/#dns-records-for-a-zone-list-dns-records)",FALSE,TRUE,TRUE +cloudflare_api_key-list-certificates,List Certificates,List all existing Origin CA certificates for a given zone. [See the documentation](https://developers.cloudflare.com/api/node/resources/origin_ca_certificates/methods/list/),FALSE,TRUE,TRUE +cloudflare_api_key-export-dns-records,Export DNS Records,Export a BIND config of a zone. [See the docs here](https://api.cloudflare.com/#dns-records-for-a-zone-export-dns-records),FALSE,TRUE,TRUE +cloudflare_api_key-delete-dns-record,Delete DNS Record,Deletes a DNS record of a zone. [See the docs here](https://api.cloudflare.com/#dns-records-for-a-zone-delete-dns-record),TRUE,TRUE,FALSE +cloudflare_api_key-create-zone,Create Zone,Create Zone. [See the docs here](https://api.cloudflare.com/#zone-create-zone),FALSE,TRUE,FALSE +cloudflare_api_key-create-namespace,Create Namespace,Create a new Namespace in an account. [See the documentation](https://developers.cloudflare.com/api/node/resources/kv/subresources/namespaces/methods/create/),FALSE,TRUE,FALSE +cloudflare_api_key-create-key-value-pairs,Create Key/Value Pairs,Create new Key/Value pairs in a Namespace. [See the documentation](https://developers.cloudflare.com/api/node/resources/kv/subresources/namespaces/methods/bulk_update/),FALSE,TRUE,FALSE +cloudflare_api_key-create-ip-access-rule,Create IP Access Rule,Creates a new IP Access Rule for an account. The rule will apply to all zones in the account. [See the documentation](https://developers.cloudflare.com/api/node/resources/firewall/subresources/access_rules/methods/create/),FALSE,TRUE,FALSE +cloudmersive-validate-email-address,Validate Email Address,Validate an email address [See docs here](https://api.cloudmersive.com/docs/validate.asp#tag-Email),FALSE,TRUE,TRUE +cloudflare_api_key-create-dns-record,Create DNS Record,Creates a DNS Record given its zone id,FALSE,TRUE,FALSE +cloudmersive-screenshot-website,Screenshot Website,Take a screenshot of a website [See docs here](https://api.cloudmersive.com/docs/convert.asp#tag-ConvertWeb),FALSE,TRUE,TRUE +cloudflare_api_key-create-certificate,Create a Certificate,Creates an Origin CA certificate. [See the documentation](https://developers.cloudflare.com/api/node/resources/origin_ca_certificates/methods/create/),FALSE,TRUE,FALSE +cloudmersive-convert-to-pdf,Convert to PDF,Convert Office Word Documents (docx) to PDF [See the documentation](https://api.cloudmersive.com/docs/convert.asp#tag-ConvertDocument),FALSE,TRUE,TRUE +cloudflare_api_key-change-ssl-setting,Change Zone's SSL Setting,Choose the appropriate SSL setting for your zone. [See the docs here](https://api.cloudflare.com/#zone-settings-change-ssl-setting),FALSE,TRUE,FALSE +documint-create-document,Create Document,Create a document. [See the documentation](https://documenter.getpostman.com/view/11741160/TVK5cLxQ#032798a4-6eb6-43cd-9c1b-9ba313f7d39c),FALSE,TRUE,FALSE +plecto-create-registration,Create Registration,"Creates a new registration in Plecto. [See the documentation](https://docs.plecto.com/kb/guide/en/overview-of-plecto-api-endpoints-Qvm3c3ucy1/Steps/3879885,3896454)",FALSE,TRUE,FALSE +reddit-submit-a-post,Submit a Post,Create a post to a subreddit. [See the docs here](https://www.reddit.com/dev/api/#POST_api_submit),FALSE,TRUE,FALSE +reddit-submit-a-comment,Submit a Comment,Submit a new comment or reply to a message. [See the docs here](https://www.reddit.com/dev/api/#POST_api_comment),FALSE,TRUE,FALSE +reddit-search-post,Search Post,Search posts by title. [See the docs here](https://www.reddit.com/dev/api/#GET_search),FALSE,TRUE,FALSE +reddit-list-subreddits-by-query,List Subreddits by Query,List subreddits based on a search criteria. [See the docs here](https://www.reddit.com/dev/api/#GET_subreddits_search),FALSE,TRUE,TRUE +reddit-list-comments-in-a-post,List Comments in a Post,List comments for a specific post. [See the docs here](https://www.reddit.com/dev/api/#GET_comments_{article}),FALSE,TRUE,FALSE +issue_badge-get-all-organizations,Get All Organizations,Retrieve all organizations [See the documentation](https://documenter.getpostman.com/view/19911979/2sA2r9X4Aj#64e5ee48-8e20-463b-addd-e697452e8e5a),FALSE,TRUE,TRUE +issue_badge-get-all-badges,Get All Badges,Retrieve all badges [See the documentation](https://documenter.getpostman.com/view/19911979/2sA2r9X4Aj#5d30c8a9-f16a-4dfb-a3e0-c241e60935c4),FALSE,TRUE,TRUE +issue_badge-create-organization,Create Organization,Create a new organization [See the documentation](https://documenter.getpostman.com/view/19911979/2sA2r9X4Aj#9f046aa2-e975-420f-a9ec-3274ea74c6bd),FALSE,TRUE,FALSE +issue_badge-create-issue,Create Issue,Create a new issue [See the documentation](https://documenter.getpostman.com/view/19911979/2sA2r9X4Aj#b5b9801a-432d-4d2e-96ef-a9fb2d2d2a94),FALSE,TRUE,FALSE +issue_badge-create-badge,Create Badge,Create a new badge [See the documentation](https://documenter.getpostman.com/view/19911979/2sA2r9X4Aj#2d909087-86e3-4e78-82ce-7b1691285a20),FALSE,TRUE,FALSE +yay_com-get-phone-books,Get Phone Books,Retrieves all phone books available. [See the documentation](https://www.yay.com/voip/api-docs/phone-books/phone-book/),FALSE,TRUE,TRUE +yay_com-get-documents,Get Documents,Retrieves all documents available. [See the documentation](https://www.yay.com/voip/api-docs/account/document/),FALSE,TRUE,TRUE +yay_com-create-outbound-call,Create Outbound Call,Initiates an outbound call to a specified number. [See the documentation](https://www.yay.com/voip/api-docs/calls/outbound-call/),FALSE,TRUE,FALSE +zoho_bugtracker-update-bug,Update Bug,Update a specific bug [See the documentation](https://www.zoho.com/projects/help/rest-api/bugtracker-bugs-api.html#alink4),TRUE,TRUE,FALSE +zoho_bugtracker-create-bug,Create Bug,Create a new bug [See the documentation](https://www.zoho.com/projects/help/rest-api/bugtracker-bugs-api.html#alink3),FALSE,TRUE,FALSE +zip_archive_api-compress-files,Compress Files,Compress files provided through URLs into a zip folder. [See the documentation](https://archiveapi.com/rest-api/file-compression/),FALSE,TRUE,FALSE +zerobounce-get-validation-results-file,Get Validation Results File,Downloads the validation results for a file submitted using sendfile API. [See the documentation](https://www.zerobounce.net/docs/email-validation-api-quickstart/#get_file__v2__),FALSE,TRUE,TRUE +youtube_data_api-upload-video,Upload Video,Post a video to your channel. [See the documentation](https://developers.google.com/youtube/v3/docs/videos/insert) for more information,FALSE,TRUE,FALSE +youtube_data_api-upload-thumbnail,Upload Thumbnail,Uploads a custom video thumbnail to YouTube and sets it for a video. Note: Account must be [verified](https://www.youtube.com/verify). [See the documentation](https://developers.google.com/youtube/v3/docs/thumbnails/set) for more information,TRUE,TRUE,FALSE +youtube_data_api-upload-channel-banner,Upload Channel Banner,Uploads a channel banner image to YouTube. [See the documentation](https://developers.google.com/youtube/v3/docs/channelBanners/insert) for more information,FALSE,TRUE,FALSE +wordpress_org-upload-media,Upload Media,Upload a media item to your WordPress media library. Returns a media ID to be used in creating or updating posts.[See the documentation](https://www.npmjs.com/package/wpapi#uploading-media),FALSE,TRUE,FALSE +whatsapp_business-send-voice-message,Send Voice Message,Sends a voice message. [See the documentation](https://developers.facebook.com/docs/whatsapp/cloud-api/messages/audio-messages),FALSE,TRUE,FALSE +what_are_those-identify-sneakers-from-photo,Identify Sneakers from Photo,"Identifies sneakers from an uploaded image and returns details such as name, links, images, prices, and confidence scores. [See the documentation](https://documenter.getpostman.com/view/3847098/2sAY4rDQDs#957c900c-501f-4c8f-9b8b-71655a8cfb5d).",FALSE,TRUE,TRUE +what_are_those-grade-sneakers-condition,Grade and Authenticate Sneakers,Grades and authenticates sneakers using provided images. [See the documentation](https://documenter.getpostman.com/view/3847098/2sAY4rDQDs#13d527e8-5d8f-4511-857c-b40b8dd921b8),FALSE,TRUE,TRUE +what_are_those-find-sneakers-by-sku,Find Sneakers by SKU,Identifies sneakers from a size tag photo and returns sneaker name and details. [See the documentation](https://documenter.getpostman.com/view/3847098/2sAY4rDQDs#4f6a49f9-3393-42cd-8474-3856a79888af),FALSE,TRUE,TRUE +vapi-upload-file,Upload File,Uploads a new file. [See the documentation](https://docs.vapi.ai/api-reference),FALSE,TRUE,FALSE +trust-upload-video,Upload Video,Upload a video to the Trust platform. [See the documentation](https://api-docs.usetrust.io/uploads-a-video-to-be-used-for-testimonials).,FALSE,TRUE,FALSE +transifex-upload-file,Upload File to Transifex,Uploads a given file to the Transifex platform. [See the documentation](https://developers.transifex.com/reference/post_resource-strings-async-uploads),FALSE,TRUE,FALSE +transifex-download-file,Download File,Downloads a user-specified file from the Transifex platform. [See the documentation](https://developers.transifex.com/reference/get_resource-strings-async-downloads-resource-strings-async-download-id),FALSE,TRUE,TRUE +todoist-import-tasks,Import Tasks,Import tasks into a selected project. [See Docs](https://developer.todoist.com/sync/v9/#add-an-item),TRUE,TRUE,FALSE +todoist-export-tasks,Export Tasks,Export project task names as comma separated file. Returns path to new file. [See Docs](https://developer.todoist.com/rest/v2/#get-active-tasks),FALSE,TRUE,TRUE +tinypng-resize-image,Resize Image,Create resized versions of your uploaded image. [See the documentation](https://tinypng.com/developers/reference#resizing-images),FALSE,TRUE,FALSE +tinypng-convert-image,Convert Image,Convert your images to your desired image type using TinyPNG. [See the documentation](https://tinypng.com/developers/reference#converting-images),FALSE,TRUE,TRUE +tinypng-compress-image,Compress Image,"Compress a WebP, JPEG, or PNG image using the TinyPNG API. [See the documentation](https://tinypng.com/developers/reference#compressing-images)",FALSE,TRUE,FALSE +the_bookie-create-sales-invoice,Create Sales Invoice,Creates a new sales invoice. [See the documentation](https://app.thebookie.nl/nl/help/article/api-documentatie/#salesentry_create),FALSE,TRUE,FALSE +testmonitor-create-test-result,Create Test Result,Create a new test result. [See the documentation](https://docs.testmonitor.com/#tag/Test-Results/operation/PostTestResult),FALSE,TRUE,FALSE +syncmate_by_assitro-send-message,Send WhatsApp Message,Send a single WhatsApp message using SyncMate by Assistro. [See the documentation](https://assistro.co/user-guide/connect-your-custom-app-with-syncmate/),FALSE,TRUE,FALSE +syncmate_by_assitro-send-bulk-messages,Send Bulk Messages,Send multiple WhatsApp messages in bulk. [See the documentation](https://assistro.co/user-guide/bulk-messaging-at-a-scheduled-time-using-syncmate-2/),FALSE,TRUE,FALSE +supabase-batch-insert-rows,Batch Insert Rows,Inserts new rows into a database. [See the documentation](https://supabase.com/docs/reference/javascript/insert),FALSE,TRUE,FALSE +stannp-create-campaign,Create a New Campaign,Create a new campaign in Stannp. [See the documentation](https://www.stannp.com/us/direct-mail-api/campaigns),FALSE,TRUE,FALSE +spotlightr-create-video,Create Video,Create a video in an application. [See the documentation](https://app.spotlightr.com/docs/api/#create-video),FALSE,TRUE,FALSE +speechace-transcribe-and-score-recording,Transcribe and Score Recording,Transcribes and scores a provided speech recording. [See the documentation](https://docs.speechace.com/#76089b5d-7e25-4744-8d32-f6c230acf217),FALSE,TRUE,FALSE +speechace-score-scripted-recording,Score Scripted Recording,Scores a scripted recording based on fluency and pronunciation. [See the documentation](https://docs.speechace.com/#c34b11dd-8172-441a-bc27-223339d48d8e),FALSE,TRUE,FALSE +sonix-upload-media,Upload Media,Submits new media for processing. [See the documentation](https://sonix.ai/docs/api#new_media),FALSE,TRUE,FALSE +smugmug-upload-image,Upload Image,Uploads an image to a SmugMug album. [See the docs here](https://api.smugmug.com/services/api/?method=upload),FALSE,TRUE,FALSE +slack-upload-file,Upload File,Upload a file. [See the documentation](https://api.slack.com/messaging/files#uploading_files),FALSE,TRUE,FALSE +signnow-upload-document-with-tags,Upload Document With Tags,Uploads a file that contains SignNow text tags. [See the documentation](https://docs.signnow.com/docs/signnow/document/operations/create-a-document-fieldextract),FALSE,TRUE,FALSE +signerx-upload-package,Upload Package,Quickly create a draft for a new package/document by uploading a file or providing a file_url to a PDF document. [See the documentation](https://documenter.getpostman.com/view/13877745/2sa3xv9kni),FALSE,TRUE,FALSE +signaturit-create-signature-request-from-template,Create Signature Request from Template,Creates a signature request using a pre-existing template. [See the documentation](https://docs.signaturit.com/api/latest#signatures_create_signature),FALSE,TRUE,FALSE +signaturit-create-certified-email,Create Certified Email,Initiates the creation of a certified email. [See the documentation](https://docs.signaturit.com/api/latest#emails_create_email),FALSE,TRUE,FALSE +shortpixel-optimize-image,Optimize Image,Optimize and/or adjust an image using ShortPixel. [See the documentation](https://shortpixel.com/knowledge-base/article/shortpixel-adaptive-images-api-parameters/),FALSE,TRUE,FALSE +shopify-bulk-import,Bulk Import,Execute bulk mutations by uploading a JSONL file containing mutation variables. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/bulkoperationrunmutation),FALSE,TRUE,FALSE +sftp-upload-file,Upload File,Uploads a file or string in UTF-8 format to the SFTP server. [See the documentation](https://github.com/theophilusx/ssh2-sftp-client#org99d1b64),FALSE,TRUE,FALSE +sendgrid-send-email-single-recipient,Send Email Single Recipient,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),FALSE,TRUE,FALSE +sendgrid-send-email-multiple-recipients,Send Email Multiple Recipients,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),FALSE,TRUE,FALSE +scrapfly-ai-data-extraction,AI Data Extraction,"Automate content extraction from any text-based source using AI, LLM, and custom parsing. [See the documentation](https://scrapfly.io/docs/extraction-api/getting-started)",FALSE,TRUE,FALSE +scoredetect-create-timestamp-file,Create Certificate from File,Creates a timestamped blockchain certificate using a provided file (local or URL). [See the documentation](https://api.scoredetect.com/docs/routes#create-certificate),FALSE,TRUE,FALSE +roboflow-upload-image,Upload Image,Upload an image to a project on the Roboflow platform. [See the documentation](https://docs.roboflow.com/datasets/adding-data/upload-api).,FALSE,TRUE,FALSE +roboflow-detect-object-from-image,Detect Object From Image,Run inference on your object detection models hosted on Roboflow. [See the documentation](https://docs.roboflow.com/deploy/hosted-api/object-detection).,FALSE,TRUE,FALSE +roboflow-classify-image,Classify Image,Run inference on classification models hosted on Roboflow. [See the documentation](https://docs.roboflow.com/deploy/hosted-api/classification).,FALSE,TRUE,FALSE +ringcentral-download-recording,Download Recording,Gets a recording and downloads it to the /tmp directory. [See the documentation](https://developers.ringcentral.com/api-reference/Call-Recordings/readCallRecordingContent),FALSE,TRUE,TRUE +rendi-run-ffmpeg-command,Run FFmpeg Command,Submit an FFmpeg command for processing with input and output file specifications. [See the documentation](https://docs.rendi.dev/api-reference/endpoint/run-ffmpeg-command),FALSE,TRUE,FALSE +reform-extract-data-from-document,Extract Data From Document,Extract structured data from a document. [See the documentation](https://docs.reformhq.com/synchronous-data-processing/extract),FALSE,TRUE,FALSE +rapid_url_indexer-download-project-report,Download Project Report,Download the report for a specific project. [See the documentation](https://rapidurlindexer.com/indexing-api/).,FALSE,TRUE,TRUE +ramp_sandbox-upload-receipt,Upload Receipt,Uploads a receipt for a given transaction and user. [See the documentation](https://docs.ramp.com/developer-api/v1/reference/rest/receipts#post-developer-v1-receipts),FALSE,TRUE,FALSE +ramp-upload-receipt,Upload Receipt,Uploads a receipt for a given transaction and user. [See the documentation](https://docs.ramp.com/developer-api/v1/reference/rest/receipts#post-developer-v1-receipts),FALSE,TRUE,FALSE +raindrop-parse-bookmark-file,Parse HTML Bookmark File,"Convert an HTML bookmark file to JSON. Supports Nestcape, Pocket and Instapaper file formats. [See the documentation](https://developer.raindrop.io/v1/import#parse-html-import-file)",FALSE,TRUE,FALSE +ragie-update-document-file,Update Document File,Updates an existing document file in Ragie. [See the documentation](https://docs.ragie.ai/reference/updatedocumentfile).,TRUE,TRUE,FALSE +ragie-create-document,Create Document,Creates a new document in Ragie. [See the documentation](https://docs.ragie.ai/reference/createdocument),FALSE,TRUE,FALSE +zoho_crm-upload-attachment,Upload Attachment,Uploads an attachment file to Zoho CRM from a URL or file path. [See the documentation](https://www.zoho.com/crm/developer/docs/api/v3/upload-attachment.html),FALSE,TRUE,FALSE +zoho_crm-download-attachment,Download Attachment,"Downloads an attachment file from Zoho CRM, saves it in the temporary file system and exports the file path for use in a future step.",FALSE,TRUE,TRUE +gmail-update-primary-signature,Update Signature for Primary Email Address,Update the signature for the primary email address. [See the documentation](https://developers.google.com/gmail/api/reference/rest/v1/users.settings.sendAs/update),TRUE,TRUE,FALSE +gmail-update-org-signature,Update Signature for Email in Organization,"Update the signature for a specific email address in an organization. + A Google Cloud service account with delegated domain-wide authority is required for this action. [See the documentation](https://developers.google.com/gmail/api/reference/rest/v1/users.settings.sendAs/update)",TRUE,TRUE,FALSE +gmail-send-email,Send Email,Send an email from your Google Workspace email account. [See the documentation](https://developers.google.com/gmail/api/reference/rest/v1/users.messages/send),FALSE,TRUE,FALSE +gmail-remove-label-from-email,Remove Label from Email,Remove label(s) from an email message. [See the docs](https://developers.google.com/gmail/api/reference/rest/v1/users.messages/modify),TRUE,TRUE,FALSE +gmail-list-labels,List Labels,List all the existing labels in the connected account. [See the docs](https://developers.google.com/gmail/api/reference/rest/v1/users.labels/list),FALSE,TRUE,TRUE +gmail-find-email,Find Email,Find an email using Google's Search Engine. [See the docs](https://developers.google.com/gmail/api/reference/rest/v1/users.messages/list),FALSE,TRUE,TRUE +gmail-create-draft,Create Draft,Create a draft from your Google Workspace email account. [See the documentation](https://developers.google.com/gmail/api/reference/rest/v1/users.drafts/create),FALSE,TRUE,FALSE +gmail-archive-email,Archive Email,Archive an email message. [See the documentation](https://developers.google.com/gmail/api/reference/rest/v1/users.messages/modify),TRUE,TRUE,FALSE +gmail-approve-workflow,Approve Workflow,Suspend the workflow until approved by email. [See the documentation](https://pipedream.com/docs/code/nodejs/rerun#flowsuspend),TRUE,TRUE,FALSE +gmail-add-label-to-email,Add Label to Email,Add label(s) to an email message. [See the docs](https://developers.google.com/gmail/api/reference/rest/v1/users.messages/modify),FALSE,TRUE,FALSE +limitless_ai-get-lifelogs,Get Lifelogs,Returns a list of lifelog entries based on specified time range or date. [See the documentation](https://www.limitless.ai/developers#get-lifelogs),FALSE,TRUE,TRUE +limitless_ai-get-lifelog,Get Lifelog,Returns a specific lifelog entry by ID. [See the documentation](https://www.limitless.ai/developers#get-lifelog),FALSE,TRUE,TRUE +jobber-search-quotes,Search Quotes,Search for quotes using a search termin Jobber. [See the documentation](https://developer.getjobber.com/docs),FALSE,TRUE,TRUE +jobber-filter-quotes,Filter Quotes,"Filter quotes by status, quote number, or cost in Jobber. [See the documentation](https://developer.getjobber.com/docs)",FALSE,TRUE,FALSE +jobber-create-request,Create Service Request,Creates a new service request for a client's first property within Jobber. [See the documentation](https://developer.getjobber.com/docs/),FALSE,TRUE,FALSE +jobber-create-quote,Create Quote,Generates a new quote for a client's property in Jobber. [See the documentation](https://developer.getjobber.com/docs/),FALSE,TRUE,FALSE +jobber-create-client,Create Client,Generates a new client within Jobber. [See the documentation](https://developer.getjobber.com/docs),FALSE,TRUE,FALSE +tettra-suggest-page,Suggest Page,Creates a new page suggestion in Tettra. [See the documentation](https://support.tettra.co/api-overview/api-endpoint-suggest-a-new-page),FALSE,TRUE,FALSE +tettra-create-page,Create Page,Creates a new page in Tettra. [See the documentation](https://support.tettra.co/api-overview/api-endpoint-create-page),FALSE,TRUE,FALSE +sftp_password_based_auth-upload-file,Upload File (Password Auth),Uploads a file or string in UTF-8 format to the SFTP server. [See the documentation](https://github.com/theophilusx/ssh2-sftp-client#org99d1b64),FALSE,TRUE,FALSE +local_reviews-send-review-request-via-sms,Send Review Request Via SMS,Send a review invitation to a customer via SMS. [See the documentation](https://app.localreviews.com/review-tools/api-documentation).,FALSE,TRUE,FALSE +local_reviews-send-review-request-via-email,Send Review Request Via Email,Send a review invitation to a customer via email. [See the documentation](https://app.localreviews.com/review-tools/api-documentation).,FALSE,TRUE,FALSE +local_reviews-get-survey-url,Get Survey URL,Retrieve the survey link associated with the connected license. [See the documentation](https://app.localreviews.com/review-tools/api-documentation).,FALSE,TRUE,TRUE +odoo-update-record,Update Record,Update an existing record in Odoo. [See the documentation](https://www.odoo.com/documentation/18.0/developer/reference/external_api.html#update-records),TRUE,TRUE,FALSE +odoo-search-read-records,Search and Read Records,Search and read records from Odoo. [See the documentation](https://www.odoo.com/documentation/18.0/developer/reference/external_api.html#search-and-read),FALSE,TRUE,TRUE +odoo-create-record,Create Record,Create a new record in Odoo. [See the documentation](https://www.odoo.com/documentation/18.0/developer/reference/external_api.html#create-records),FALSE,TRUE,FALSE +google_analytics-run-report,Run Report,Return report metrics based on a start and end date. [See the documentation](https://developers.google.com/analytics/devguides/reporting/core/v4/rest?hl=en),TRUE,TRUE,FALSE +google_analytics-run-report-in-ga4,Run Report in GA4,Returns a customized report of your Google Analytics event data. Reports contain statistics derived from data collected by the Google Analytics tracking code. [See the documentation](https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties/runReport),FALSE,TRUE,FALSE +google_analytics-create-key-event,Create Key Event,Creates a new key event. [See the documentation](https://developers.google.com/analytics/devguides/config/admin/v1/rest/v1beta/properties.keyEvents/create),FALSE,TRUE,FALSE +google_analytics-create-ga4-property,Create GA4 Property,Creates a new GA4 property. [See the documentation](https://developers.google.com/analytics/devguides/config/admin/v1/rest/v1beta/properties/create),FALSE,TRUE,FALSE +openrouter-send-completion-request,Send Completion Request,Send a completion request to a selected model (text-only format) [See the documentation](https://openrouter.ai/docs/api-reference/completions),FALSE,TRUE,FALSE +openrouter-send-chat-completion-request,Send Chat Completion Request,Send a chat completion request to a selected model. [See the documentation](https://openrouter.ai/docs/api-reference/chat-completion),FALSE,TRUE,FALSE +fixer_io-convert-currency,Convert Currency,Convert amount from one currency to another using real-time exchange rates. [See the documentation](https://fixer.io/documentation),FALSE,TRUE,TRUE +security_reporter-update-finding,Update Security Finding,Updates an existing security finding. [See the documentation](https://trial3.securityreporter.app/api-documentation),TRUE,TRUE,FALSE +security_reporter-create-finding,Create Security Finding,Creates a new security finding. [See the documentation](https://trial3.securityreporter.app/api-documentation),FALSE,TRUE,FALSE +zoho_catalyst-perform-image-moderation,Perform Image Moderation,Perform image moderation on an image. [See the documentation](https://catalyst.zoho.com/help/api/zia/image-moderation.html),FALSE,TRUE,FALSE +zoho_catalyst-perform-face-detection-and-analysis,Perform Face Detection and Analysis,Perform face detection and analysis on an image. [See the documentation](https://catalyst.zoho.com/help/api/zia/face-analytics.html),FALSE,TRUE,FALSE +zoho_catalyst-extract-text-from-image,Extract Text from Image,Extract text from an image. [See the documentation](https://catalyst.zoho.com/help/api/zia/ocr.html),FALSE,TRUE,FALSE +zoho_catalyst-detect-objects-in-image,Detect Objects in Image,Detect or recognize objects in an image. [See the documentation](https://catalyst.zoho.com/help/api/zia/or.html),FALSE,TRUE,TRUE +timetonic-update-row,Update Row,Updates the values within a specified row in a table. [See the documentation](https://timetonic.com/live/apidoc/#api-Smart_table_operations-createOrUpdateTableRow),TRUE,TRUE,FALSE +timetonic-create-row,Create Row,Create a new row within an existing table in TimeTonic. [See the documentation](https://timetonic.com/live/apidoc/#api-Smart_table_operations-createOrUpdateTableRow),FALSE,TRUE,FALSE +testmonitor-find-test-result,Find a Test Result,Retrieve a list of test results. [See the docs here](https://docs.testmonitor.com/#tag/Test-Results/operation/GetTestResultCollection),FALSE,TRUE,TRUE +testmonitor-find-project,Find a Project,Retrieve a list of projects. [See the docs here](https://docs.testmonitor.com/#tag/Projects/operation/GetProjectCollection),FALSE,TRUE,TRUE +testmonitor-find-issue,Find an Issue,Retrieve a list of issues. [See the docs here](https://docs.testmonitor.com/#tag/Issues/operation/GetIssueCollection),FALSE,TRUE,FALSE +api4ai-nsfw-image-recognition,NSFW Image Recognition,Content moderation solution for NSFW (Not Safe For Work) sexual images identification. Powered by API4AI.,FALSE,TRUE,FALSE +api4ai-image-anonymization,Image Anonymization,Performs actual image anonymization. Powered by API4AI.,FALSE,TRUE,FALSE +api4ai-furniture-and-household-item-recognition,Furniture & Household Item Recognition,"This API provides identification of furniture & household items with advanced intelligent detection, categorization, and counting technologies. Powered by API4AI.",FALSE,TRUE,FALSE +api4ai-car-image-background-removal,Car Image Background Removal,Remove Background for car images. Powered by API4AI.,TRUE,TRUE,FALSE +api4ai-brand-recognition,Brand Recognition,The service processes input image and responds with a list of found brand logos. Powered by API4AI.,FALSE,TRUE,TRUE +twitter-upload-media,Upload Media,Upload new media. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/api-reference/post-media-upload),FALSE,TRUE,FALSE +api4ai-background-removal,Background Removal,Automatically and quickly remove image background with high accuracy. Powered by API4AI.,TRUE,TRUE,FALSE +api4ai-alcohol-label-recognition,Alcohol Label Recognition,Accurately identifies alcohol labels using advanced intelligent technologies. Powered by API4AI.,FALSE,TRUE,FALSE +gmail-create-label,Create Label,Create a new label in the connected account. [See the documentation](https://developers.google.com/workspace/gmail/api/reference/rest/v1/users.labels/create),FALSE,TRUE,FALSE +picqer-update-order,Update Picqer Order,Update an order in Picqer. [See the documentation](https://picqer.com/en/api/orders#update),TRUE,TRUE,FALSE +picqer-search-orders,Search Picqer Orders,Search for orders in Picqer. [See the documentation](https://picqer.com/en/api/orders#get-all-orders),FALSE,TRUE,TRUE +picqer-get-status-per-order-line,Get Status Per Order Line,Get the status per order line in Picqer. [See the documentation](https://picqer.com/en/api/orders#get-status-per-order-line),FALSE,TRUE,TRUE +picqer-get-picklist,Get Picklist,Get a picklist in Picqer. [See the documentation](https://picqer.com/en/api/picklists#h-get-single-picklist),FALSE,TRUE,TRUE +picqer-get-order,Get Picqer Order,Get an order in Picqer. [See the documentation](https://picqer.com/en/api/orders#get-single-order),FALSE,TRUE,TRUE +picqer-get-customer,Get Customer,Get a customer in Picqer. [See the documentation](https://picqer.com/en/api/customers#get-single-customer),FALSE,TRUE,TRUE +picqer-create-order,Create Picqer Order,Create a new order in Picqer. [See the documentation](https://picqer.com/en/api/orders),FALSE,TRUE,FALSE +picqer-add-return-comment,Add Comment To Return,Add a comment to a return in Picqer. [See the documentation](https://picqer.com/en/api/comments#add-a-comment-to-an-return),FALSE,TRUE,FALSE +picqer-add-order-comment,Add Comment To Order,Add a comment to an order in Picqer. [See the documentation](https://picqer.com/en/api/comments#adding-comments-to-an-order),FALSE,TRUE,FALSE +predictleads-retrieve-news-events-by-domain,Retrieve News Events By Domain,Retrieve news events for a company by domain. [See the documentation](https://docs.predictleads.com/v3/api_endpoints/news_events_dataset/retrieve_company_s_news_events),FALSE,TRUE,TRUE +predictleads-retrieve-companies-by-technology,Retrieve Companies By Technology,Retrieve companies that use a specific technology. [See the documentation](https://docs.predictleads.com/v3/api_endpoints/technologies_dataset/retrieve_a_single_technology_by_id),FALSE,TRUE,TRUE +predictleads-lookup-company,Lookup Company By Domain,Lookup a company by their domain. [See the documentation](https://docs.predictleads.com/v3/api_endpoints/companies_dataset/retrieve_company),FALSE,TRUE,TRUE +predictleads-get-technologies,Get Technologies,Retrieve a list of technologies that PredictLeads tracks. [See the documentation](https://docs.predictleads.com/v3/api_endpoints/technologies_dataset/retrieve_all_tracked_technologies),FALSE,TRUE,TRUE +finalscout-get-single-task,Get Single Task,Get the task status for any Single Find task. [See the documentation](https://finalscout.com/public/doc/api.html#tag/Single-Find/paths/~1v1~1find~1single~1status/get),FALSE,TRUE,TRUE +finalscout-find-email-professional,Find Email from Professional,Finds an email address from a person's name and company/domain. [See the documentation](https://finalscout.com/public/doc/api.html#tag/Single-Find/operation/email_finder_v1_person_email_finder_post),FALSE,TRUE,TRUE +finalscout-find-email-news-article,Find Email from News Article,Finds an email address from a news article URL. [See the documentation](https://finalscout.com/public/doc/api.html#tag/Single-Find/paths/~1v1~1find~1author~1single/post),FALSE,TRUE,FALSE +finalscout-find-email-linkedin,Find Email from LinkedIn,Finds an email address from a LinkedIn profile URL. [See the documentation](https://finalscout.com/public/doc/api.html#tag/Single-Find/paths/~1v1~1find~1linkedin~1single/post),FALSE,TRUE,FALSE +veedea-list-product-purchases,List Product Purchases,Retrieves a list of leads who purchased products through the specified campaign. [See the documentation](https://veedea.com/api/doc),FALSE,TRUE,TRUE +veedea-list-leads,List Leads,Get a list of leads in a campaign. [See the documentation](https://veedea.com/api/doc),FALSE,TRUE,TRUE +veedea-list-campaigns,List Campaigns,Get the list of campaigns created in the Veedea Dashboard. [See the documentation](https://veedea.com/api/doc),FALSE,TRUE,TRUE +akismet-submit-spam,Submit Spam,Submit comment that was not marked as spam but should have been. [See the documentation](https://akismet.com/developers/detailed-docs/submit-spam-missed-spam/),FALSE,TRUE,FALSE +akismet-submit-ham,Submit Ham,Submit a comment that was incorrectly classified as spam. [See the documentation](https://akismet.com/developers/detailed-docs/submit-ham-false-positives/),FALSE,TRUE,FALSE +akismet-check-comment,Check Comment,Check if a comment is spam or not. [See the documentation](https://akismet.com/developers/detailed-docs/submit-spam-missed-spam/),FALSE,TRUE,FALSE +acuity_scheduling-get-products,Get Products,Return a list of products and packages. [See the documentation](https://developers.acuityscheduling.com/reference/get-products),FALSE,TRUE,TRUE +acuity_scheduling-get-availability-times,Get Availability Times,Return available times for a date and appointment type. [See the documentation](https://developers.acuityscheduling.com/reference/get-availability-times),FALSE,TRUE,TRUE +acuity_scheduling-get-appointments,Get Appointments,Return a list of appointments. [See the documentation](https://developers.acuityscheduling.com/reference/get-appointments),FALSE,TRUE,TRUE +acuity_scheduling-get-appointment-types,Get Appointment Types,Return a list ofappointment types. [See the documentation](https://developers.acuityscheduling.com/reference/appointment-types),FALSE,TRUE,TRUE +acuity_scheduling-find-appointments-by-client-info,Find Appointments by Client Info,"Retrieves existing appointments using the client's information, allowing you to track all the appointments associated with a specific client. [See the documentation](https://developers.acuityscheduling.com/reference/get-appointments)",FALSE,TRUE,TRUE +acuity_scheduling-check-availability-times,Check Availability Times,Validate available times for an appointment. [See the documentation](https://developers.acuityscheduling.com/reference/availability-check-times),FALSE,TRUE,TRUE +acuity_scheduling-book-appointment,Book Appointment,Book an appointment. [See the documentation](https://developers.acuityscheduling.com/reference/post-appointments),FALSE,TRUE,FALSE +acuity_scheduling-add-blocked-off-time,Add Blocked Off Time,Blocks a specific time slot on your schedule to prevent the scheduling of any appointments during this particular time range. [See the documentation](https://developers.acuityscheduling.com/reference/post-blocks),FALSE,TRUE,FALSE +offorte-send-proposal,Send Proposal,Send a proposal in Offorte. [See the documentation](https://www.offorte.com/api-docs/api#tag/Proposals/operation/sendProposal),FALSE,TRUE,FALSE +offorte-search-contact-people,Search Contact People,Search for a contact person in Offorte. [See the documentation](https://www.offorte.com/api-docs/api#tag/Contacts/operation/contactsPeopleList),FALSE,TRUE,TRUE +offorte-search-contact-organisation,Search Contact Organisation,Search for a contact organisation in Offorte. [See the documentation](https://www.offorte.com/api-docs/api#tag/Contacts/operation/contactsOrganisationsList),FALSE,TRUE,TRUE +offorte-list-users,List Users,List all users in Offorte. [See the documentation](https://www.offorte.com/api-docs/api#tag/Account/operation/usersList),FALSE,TRUE,TRUE +offorte-list-proposals,List Proposals,List all proposals in Offorte. [See the documentation](https://www.offorte.com/api-docs/api#tag/Proposals/operation/proposalsList),FALSE,TRUE,TRUE +offorte-list-proposal-templates,List Proposal Templates,List all proposal templates in Offorte. [See the documentation](https://www.offorte.com/api-docs/api#tag/Proposals/operation/favoriteTemplatesList),FALSE,TRUE,TRUE +offorte-get-contact-details,Get Contact Details,Get the details of a contact in Offorte. [See the documentation](https://www.offorte.com/api-docs/api#tag/Contacts/operation/contactDetails),FALSE,TRUE,TRUE +offorte-create-proposal,Create Proposal,Create a new proposal in Offorte. [See the documentation](https://www.offorte.com/api-docs/api#tag/Proposals/operation/createProposal),FALSE,TRUE,FALSE +offorte-create-contact-person,Create Contact Person,Create a new contact person in Offorte. [See the documentation](https://www.offorte.com/api-docs/api#tag/Contacts/operation/createContactPerson),FALSE,TRUE,FALSE +offorte-create-contact-organisation,Create Contact Organisation,Create a new contact organisation in Offorte. [See the documentation](https://www.offorte.com/api-docs/api#tag/Contacts/operation/createContactOrganisation),FALSE,TRUE,FALSE +parsehub-run-project,Run Parsehub Project,Initiates an instance of a specified project on the Parsehub cloud. [See the documentation](https://www.parsehub.com/docs/ref/api/v2/#run-a-project),FALSE,TRUE,FALSE +parsehub-get-projects,Get Projects,Lists all projects in your account [See the documentation](https://www.parsehub.com/docs/ref/api/v2/#list-all-projects),FALSE,TRUE,TRUE +parsehub-get-project,Get Project Details,Retrieves the details of a specified project within the user's account. [See the documentation](https://www.parsehub.com/docs/ref/api/v2/#get-a-project),FALSE,TRUE,TRUE +parsehub-get-data-run,Get Data for a Run,Returns the data extracted by a specified run. [See the documentation](https://www.parsehub.com/docs/ref/api/v2/#get-data-for-a-run),FALSE,TRUE,FALSE +parsehub-delete-run,Delete Run,"Cancels a run if running, and deletes the run and its data. [See the documentation](https://www.parsehub.com/docs/ref/api/v2/#delete-a-run)",TRUE,TRUE,FALSE +parsehub-cancel-run,Cancel Run,Cancels a run and changes its status to cancelled. [See the documentation](https://www.parsehub.com/docs/ref/api/v2/#cancel-a-run),TRUE,TRUE,FALSE +keboola-update-table-name,Update Table Name,Update the name of a table. [See the documentation](https://keboola.docs.apiary.io/#reference/tables/manage-tables/table-update),TRUE,TRUE,FALSE +keboola-update-bucket,Update Bucket,Updates a bucket with a new display name in Keboola. [See the documentation](https://keboola.docs.apiary.io/),TRUE,TRUE,FALSE +keboola-retrieve-buckets,Retrieve Buckets,Lists all buckets in your Keboola project. [See the documentation](https://keboola.docs.apiary.io/#reference/buckets/create-or-list-buckets/list-all-buckets),FALSE,TRUE,FALSE +keboola-retrieve-bucket-tables,List Tables In Bucket,Lists all tables in a specified bucket. [See the documentation](https://keboola.docs.apiary.io/#reference/tables/create-or-list-tables/tables-in-bucket),FALSE,TRUE,FALSE +keboola-get-table-detail,Get Table Detail,Get detailed information about a specific table. [See the documentation](https://keboola.docs.apiary.io/#reference/tables/manage-tables/table-detail),FALSE,TRUE,TRUE +keboola-get-bucket-detail,Get Bucket Detail,Get detailed information about a specific bucket in Keboola. [See the documentation](https://keboola.docs.apiary.io/#reference/buckets/manage-bucket/bucket-detail),FALSE,TRUE,TRUE +zoom_admin-list-users,List users,List all users. [See the documentation](https://developers.zoom.us/docs/api/users/#tag/users/GET/users),FALSE,TRUE,TRUE +zoom_admin-list-user-cloud-recordings,List User Cloud Recordings,Search cloud recordings from a user. [See the documentation](https://developers.zoom.us/docs/api/users/#tag/users/GET/users/{userId}/recordings),FALSE,TRUE,TRUE +zoom_admin-get-meeting-recordings,Get meeting recordings,Get all recordings of a meeting. [See the documentation](https://developers.zoom.us/docs/api/meetings/#tag/cloud-recording/GET/meetings/{meetingId}/recordings),FALSE,TRUE,TRUE +zamzar-start-job-from-file,Start Job From File,Starts a conversion job and upload a source file in a single request. [See the documentation](https://developers.zamzar.com/docs),FALSE,TRUE,FALSE +pdf4me-merge-pdfs,Merge PDF Files,Merge multiple PDF files into a single PDF. [See the documentation](https://dev.pdf4me.com/apiv2/documentation/actions/merge/),FALSE,TRUE,FALSE +nyckel-extract-text-from-image,Extract Text from Image,Extracts text from an image URL. [See the documentation](https://www.nyckel.com/docs#ocr-image),FALSE,TRUE,FALSE +nyckel-classify-image,Classify Image,Classifies image data based on pre-trained classifiers in Nyckel. [See the documentation](https://www.nyckel.com/docs#invoke-image),FALSE,TRUE,TRUE +imagga-process-batch,Process Batch of Images,"Analyzes a batch of images for categorization, tagging, or color extraction. [See the documentation](https://docs.imagga.com/)",FALSE,TRUE,FALSE +imagga-analyze-image,Analyze Image,Assign a category to a single image based on its visual content. [See the documentation](https://docs.imagga.com/?shell#categories-categorizer_id),TRUE,TRUE,FALSE +cradl_ai-parse-document,Parse Document,Parses data from a document using a custom selected model. [See the documentation](https://docs.cradl.ai/integrations/rest-api),FALSE,TRUE,TRUE +cradl_ai-parse-document-human-in-loop,Parse Document with Human in the Loop,Sends a document to an existing flow for human-in-the-loop processing. [See the documentation](https://docs.cradl.ai/integrations/rest-api),FALSE,TRUE,TRUE +_2markdown-pdf-to-markdown,PDF to Markdown,Convert a PDF document to Markdown format. [See the documentation](https://2markdown.com/docs#pdf2md),FALSE,TRUE,TRUE +_2markdown-html-file-to-markdown,HTML File to Markdown,Convert an HTML file to Markdown format. [See the documentation](https://2markdown.com/docs#file2md),FALSE,TRUE,TRUE +apollo_io-search-accounts,Search For Accounts,Search for accounts in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#search-for-accounts),FALSE,TRUE,TRUE +leaddyno-retrieve-lead,Retrieve Lead,Retrieves information about a lead from LeadDyno. [See the documentation](https://app.theneo.io/leaddyno/leaddyno-rest-api/leads/retrieve-a-lead-by-id),FALSE,TRUE,TRUE +leaddyno-create-purchase,Create Purchase,Creates a new purchase in LeadDyno. [See the documentation](https://app.theneo.io/leaddyno/leaddyno-rest-api/purchases/post-purchases),FALSE,TRUE,FALSE +leaddyno-create-lead,Create Lead,Creates a new lead in LeadDyno. [See the documentation](https://app.theneo.io/leaddyno/leaddyno-rest-api/leaddyno-api#POSTCreate-a-lead),FALSE,TRUE,FALSE +leaddyno-create-affiliate,Create Affiliate,Creates a new affiliate in LeadDyno. [See the documentation](https://app.theneo.io/leaddyno/leaddyno-rest-api/affiliates/post-affiliates),FALSE,TRUE,FALSE +microsoft_dynamics_365_sales-find-contact,Find Contact,"Search for a contact by id, name, or using a custom filter. [See the documentation](https://learn.microsoft.com/en-us/power-apps/developer/data-platform/webapi/query/overview)",FALSE,TRUE,TRUE +microsoft_dynamics_365_sales-create-custom-entity,Create Custom Entity,Create a custom entity. [See the documentation](https://learn.microsoft.com/en-us/power-apps/developer/data-platform/webapi/create-update-entity-definitions-using-web-api),TRUE,TRUE,FALSE +hunter-update-lead,Update Lead,Update an existing lead in your Hunter account. [See the documentation](https://hunter.io/api-documentation/v2#update-lead).,TRUE,TRUE,FALSE +hunter-list-leads,List Leads,"List all your leads with comprehensive filtering options. The leads are returned in sorted order, with the most recent leads appearing first. [See the documentation](https://hunter.io/api-documentation/v2#leads).",FALSE,TRUE,TRUE +hunter-list-leads-lists,List Leads Lists,"List all your leads lists. The leads lists are returned in sorted order, with the most recent leads lists appearing first. [See the documentation](https://hunter.io/api-documentation/v2#list-leads-lists).",FALSE,TRUE,TRUE +hunter-get-leads-list,Get Leads List,"Retrieves all the fields of a leads list, including its leads. [See the documentation](https://hunter.io/api-documentation/v2#get-leads-list).",FALSE,TRUE,TRUE +hunter-get-lead,Get Lead,Retrieve one of your leads by ID. [See the documentation](https://hunter.io/api-documentation/v2#leads).,FALSE,TRUE,TRUE +hunter-email-verifier,Email Verifier,"Check the deliverability of a given email address, verify if it has been found in Hunter's database, and return their sources. [See the documentation](https://hunter.io/api-documentation/v2#email-verifier).",FALSE,TRUE,TRUE +hunter-email-finder,Email Finder,"Find the most likely email address from a domain name, a first name and a last name. [See the documentation](https://hunter.io/api-documentation/v2#email-finder).",FALSE,TRUE,TRUE +hunter-email-count,Email Count,Get the number of email addresses Hunter has for one domain or company. [See the documentation](https://hunter.io/api-documentation/v2#email-count).,FALSE,TRUE,TRUE +hunter-domain-search,Domain Search,Search all the email addresses corresponding to one website or company. [See the documentation](https://hunter.io/api-documentation/v2#domain-search).,FALSE,TRUE,TRUE +hunter-delete-lead,Delete Lead,Delete an existing lead from your Hunter account. [See the documentation](https://hunter.io/api-documentation/v2#delete-lead).,TRUE,TRUE,FALSE +hunter-create-lead,Create Lead,Create a new lead in your Hunter account. [See the documentation](https://hunter.io/api-documentation/v2#create-lead).,FALSE,TRUE,FALSE +hunter-combined-enrichment,Combined Enrichment,Returns all the information associated with an email address and its domain name. [See the documentation](https://hunter.io/api-documentation/v2#combined-enrichment).,FALSE,TRUE,FALSE +hunter-account-information,Account Information,Get information about your Hunter account. [See the documentation](https://hunter.io/api-documentation/v2#account).,FALSE,TRUE,TRUE +codeqr-get-qrcode-info,Get QR Code Info,"Retrieves QR Code info by qrcodeId, externalId, domain, or key via query string. [See the documentation](https://codeqr.mintlify.app/api-reference/endpoint/retrieve-a-qrcode)",FALSE,TRUE,TRUE +codeqr-get-link-info,Get a Link Info,"Retrieves a short link from CodeQR by linkId, externalId, or domain/key via query string parameters. [See the documentation](https://codeqr.mintlify.app/api-reference/endpoint/retrieve-a-link)",FALSE,TRUE,TRUE +codeqr-delete-qrcode,Delete a QR Code,Deletes a QR Code in CodeQR by qrcodeId or externalId. [See the documentation](https://codeqr.mintlify.app/api-reference/endpoint/delete-a-qrcode),TRUE,TRUE,FALSE +codeqr-delete-link,Delete a Link,Deletes a short link in CodeQR by linkId or externalId. [See the documentation](https://codeqr.mintlify.app/api-reference/endpoint/delete-a-link),TRUE,TRUE,FALSE +codeqr-create-qrcode,Create a QR Code,Creates a new QR Code in CodeQR using the QR Codes API. [See the documentation](https://codeqr.mintlify.app/api-reference/endpoint/create-a-qrcode),FALSE,TRUE,FALSE +codeqr-create-link,Create a CodeQR Link,Creates a short link in CodeQR using the CodeQR API. [See the documentation](https://codeqr.mintlify.app/api-reference/endpoint/create-a-link),FALSE,TRUE,FALSE +drift-update-contact,Update Contact,Updates a contact in Drift using ID or email. Only changed attributes will be updated. [See Drift API documentation](https://devdocs.drift.com/docs/updating-a-contact),TRUE,TRUE,FALSE +drift-get-contact,Get Contact,Retrieves a contact in Drift by ID or email. [See the documentation](https://devdocs.drift.com/docs/retrieving-contact),FALSE,TRUE,TRUE +drift-delete-contact,Delete Contact,Deletes a contact in Drift by ID or email. [See the documentation](https://devdocs.drift.com/docs/removing-a-contact).,TRUE,TRUE,FALSE +drift-create-contact,Create Contact,Creates a contact in Drift. [See the documentation](https://devdocs.drift.com/docs/creating-a-contact).,FALSE,TRUE,FALSE +supabase-upsert-row,Upsert Row,Updates a row in a database or inserts new row if not found. [See the docs here](https://supabase.com/docs/reference/javascript/upsert),TRUE,TRUE,FALSE +supabase-update-row,Update Row,Updates row(s) in a database. [See the docs here](https://supabase.com/docs/reference/javascript/update),TRUE,TRUE,FALSE +supabase-select-row,Select Row,Selects row(s) in a database. [See the docs here](https://supabase.com/docs/reference/javascript/select),FALSE,TRUE,FALSE +supabase-remote-procedure-call,Remote Procedure Call,Call a Postgres function in a database. [See the docs here](https://supabase.com/docs/reference/javascript/rpc),FALSE,TRUE,FALSE +supabase-insert-row,Insert Row,Inserts a new row into a database. [See the docs here](https://supabase.com/docs/reference/javascript/insert),FALSE,TRUE,FALSE +supabase-delete-row,Delete Row,Deletes row(s) in a database. [See the docs here](https://supabase.com/docs/reference/javascript/delete),TRUE,TRUE,FALSE +alttextify-get-alttext-by-asset-id,Retrieve Alt Text by Asset ID,Retrieve alt text for a previously submitted image using the asset ID. [See the documentation](https://apidoc.alttextify.net/#api-Image-GetImageByAssetID),FALSE,TRUE,TRUE +alttextify-delete-image,Delete Image Alt Text,Delete the generated alt text for a specific image using the asset ID. [See the documentation](https://apidoc.alttextify.net/#api-Image-DeleteImage),TRUE,TRUE,FALSE +dolibarr-create-user,Create User,Create a new user in Dolibarr.,FALSE,TRUE,FALSE +dolibarr-create-thirdparty,Create Third Party,Create a new third party in Dolibarr.,FALSE,TRUE,FALSE +dolibarr-create-order,Create Order,Create a new order in Dolibarr.,FALSE,TRUE,FALSE +habitica-get-challenge,Get Challenge,Get data for the challenge with the specified ID. [See the documentation](https://habitica.com/apidoc/#api-Challenge-GetChallenge),FALSE,TRUE,TRUE +habitica-delete-challenge,Delete Challenge,Delete the challenge with the specified ID. [See the documentation](https://habitica.com/apidoc/#api-Challenge-DeleteChallenge),TRUE,TRUE,FALSE +habitica-create-challenge,Create Challenge,Creates a challenge. [See the documentation](https://habitica.com/apidoc/#api-Challenge-CreateChallenge),FALSE,TRUE,FALSE +metabase-run-query,Run Query,Execute a saved question/card and return the results. [See the documentation](https://www.metabase.com/docs/latest/api#tag/apicard/post/api/card/pivot/{card-id}/query).,FALSE,TRUE,FALSE +metabase-get-database,Get Database,Retrieve database information. [See the documentation](https://www.metabase.com/docs/latest/api#tag/apidatabase/get/api/database/{id}).,FALSE,TRUE,TRUE +metabase-get-dashboard,Get Dashboard,Retrieve dashboard information and its cards. [See the documentation](https://www.metabase.com/docs/latest/api#tag/apidashboard/get/api/dashboard/{id}).,FALSE,TRUE,TRUE +metabase-create-dashboard,Create Dashboard,Create a new Dashboard. [See the documentation](https://www.metabase.com/docs/latest/api#tag/apidashboard/post/api/dashboard/).,FALSE,TRUE,FALSE +limoexpress-mark-invoice-paid,Mark Invoice Paid,Marks an invoice as paid. [See the documentation](https://api.limoexpress.me/api/docs/v1#/Invoices/markInvoiceAsPaid),TRUE,TRUE,FALSE +limoexpress-create-client,Create Client,Creates a new client with specified details. [See the documentation](https://api.limoexpress.me/api/docs/v1#/Clients/createAOrganisationClient),FALSE,TRUE,FALSE +limoexpress-create-booking,Create Limo Booking,Creates a new limo booking with specified details. [See the documentation](https://api.limoexpress.me/api/docs/v1#/Bookings/createBooking),FALSE,TRUE,FALSE +pipedream_utils-extract-by-regular-expressions-list,Formatting - [Text] Extract by Regular Expressions List (Regex),Find matches for regular expressions. Returns all matched groups with start and end position.,TRUE,TRUE,FALSE +pipedream_utils-extract-by-regular-expression,Formatting - [Text] Extract by Regular Expression,Find a match for a regular expression pattern. Returns all matched groups with start and end position.,TRUE,TRUE,FALSE +contactout-verify-email,Verify Email,Verify the deliverability of a single email address. [See the documentation](https://api.contactout.com/#single).,FALSE,TRUE,TRUE +contactout-people-search,People Search,"Search for people based on various criteria like name, company, title, location, skills, and more. [See the documentation](https://api.contactout.com/#people-search-api).",FALSE,TRUE,TRUE +contactout-linkedin-profile-enrich,Enrich LinkedIn Profile,Get profile details for a LinkedIn profile using either a LinkedIn URL or email address. [See the documentation](https://api.contactout.com/#from-linkedin-url).,FALSE,TRUE,TRUE +contactout-get-contact-info,Get Contact Info from LinkedIn Profile,Get contact information (email and phone) for a LinkedIn profile using a LinkedIn URL. [See the documentation](https://api.contactout.com/#from-linkedin-profile).,FALSE,TRUE,TRUE +contactout-get-contact-info-by-member-id,Get Contact Info by LinkedIn Member ID,Get contact information (email and phone) for a LinkedIn profile using a LinkedIn Member ID. [See the documentation](https://api.contactout.com/#from-linkedin-memberid).,FALSE,TRUE,TRUE +contactout-get-company-info,Get Company Information,Get company information from domain names. [See the documentation](https://api.contactout.com/#company-information-from-domains).,FALSE,TRUE,TRUE +contactout-email-to-linkedin,Email To LinkedIn,Find LinkedIn profile from email address. [See the documentation](https://api.contactout.com/#email-to-linkedin-api).,FALSE,TRUE,TRUE +contactout-decision-makers-search,Decision Makers Search,Get profiles of key decision makers within a specified company. [See the documentation](https://api.contactout.com/#decision-makers-api).,FALSE,TRUE,TRUE +contactout-company-search,Company Search,Get company profiles matching the search criteria. [See the documentation](https://api.contactout.com/#company-search-api).,FALSE,TRUE,TRUE +heylibby-list-qualified-leads,List Qualified Leads,List qualified leads.,FALSE,TRUE,TRUE +rippling-list-workers,List Workers,Retrieves a list of all workers from Rippling. [See the documentation](https://developer.rippling.com/documentation/rest-api/reference/list-workers),FALSE,TRUE,TRUE +rippling-list-teams,List Teams,Retrieves a list of all teams from Rippling. [See the documentation](https://developer.rippling.com/documentation/rest-api/reference/list-teams),FALSE,TRUE,TRUE +rippling-list-companies,List Companies,Retrieves a list of all companies from Rippling. [See the documentation](https://developer.rippling.com/documentation/rest-api/reference/list-companies),FALSE,TRUE,TRUE +rippling-get-user,Get User,Retrieves a specific user from Rippling. [See the documentation](https://developer.rippling.com/documentation/rest-api/reference/get-users),FALSE,TRUE,TRUE +rumi_ai-remove-session-access,Remove Session Access,Remove user access from a session. [See the documentation](https://rumiai.notion.site/Rumi-Public-API-Authentication-02055b7286874bd7b355862f1abe48d9),TRUE,TRUE,FALSE +rumi_ai-get-past-sessions,Get Past Sessions,Retrieve past sessions/meetings. [See the documentation](https://rumiai.notion.site/Rumi-Public-API-Authentication-02055b7286874bd7b355862f1abe48d9),FALSE,TRUE,TRUE +rumi_ai-get-memory-threads,Get Memory Threads,Retrieve memory threads. [See the documentation](https://rumiai.notion.site/Rumi-Public-API-Authentication-02055b7286874bd7b355862f1abe48d9),FALSE,TRUE,TRUE +rumi_ai-get-meeting-types,Get Meeting Types,Retrieve available meeting types. [See the documentation](https://rumiai.notion.site/Rumi-Public-API-Authentication-02055b7286874bd7b355862f1abe48d9),FALSE,TRUE,TRUE +rumi_ai-get-future-sessions,Get Future Sessions,Retrieve upcoming/future sessions. [See the documentation](https://rumiai.notion.site/Rumi-Public-API-Authentication-02055b7286874bd7b355862f1abe48d9),FALSE,TRUE,TRUE +rumi_ai-get-current-user,Get Current User,Get information about the current authenticated user. [See the documentation](https://rumiai.notion.site/Rumi-Public-API-Authentication-02055b7286874bd7b355862f1abe48d9),FALSE,TRUE,TRUE +rumi_ai-create-session,Create Session,Create a new session/meeting. [See the documentation](https://rumiai.notion.site/Rumi-Public-API-Authentication-02055b7286874bd7b355862f1abe48d9),FALSE,TRUE,FALSE +rumi_ai-ai-stream-query,AI Stream Query,Stream an AI query against session memories. [See the documentation](https://rumiai.notion.site/Rumi-Public-API-Authentication-02055b7286874bd7b355862f1abe48d9),FALSE,TRUE,FALSE +rumi_ai-add-session-access,Add Session Access,Add access to a session for specific email addresses or domains. [See the documentation](https://rumiai.notion.site/Rumi-Public-API-Authentication-02055b7286874bd7b355862f1abe48d9),FALSE,TRUE,FALSE +prospeo-verify-email,Verify Email,Verify the validity of an email address. [See the documentation](https://prospeo.io/api/email-verifier),FALSE,TRUE,TRUE +prospeo-search-domain,Search Domain,"Discover email addresses associated with a domain name, website, or company name. [See the documentation](https://prospeo.io/api/domain-search)",FALSE,TRUE,TRUE +prospeo-find-mobile-number,Find Mobile Number,Discover mobile numbers associated with a LinkedIn profile URL. [See the documentation](https://prospeo.io/api/mobile-finder),FALSE,TRUE,TRUE +prospeo-find-email,Find Email,Find an email address. [See the documentation](https://prospeo.io/api/email-finder),FALSE,TRUE,TRUE +prospeo-extract-data,Extract Data,"Extract data from any LinkedIn profile in real-time, as well as all the data from the company page, and also find a valid verified email from the lead. [See the documentation](https://prospeo.io/api/social-url-enrichment)",FALSE,TRUE,TRUE +salesloft-create-person,Create Person,Creates a new person in Salesloft. [See the documentation](https://developers.salesloft.com/docs/api/people-create/),FALSE,TRUE,FALSE +salesloft-create-note,Create Note,Creates a new note in Salesloft. [See the documentation](https://developers.salesloft.com/docs/api/notes-create/),FALSE,TRUE,FALSE +salesloft-add-person-to-cadence,Add Person to Cadence,Adds a person to a cadence in Salesloft. [See the documentation](https://developers.salesloft.com/docs/api/cadence-memberships-create/),FALSE,TRUE,FALSE +changes_page-list-posts,List Posts,Retrieve a list of posts from Changes Page. [See the documentation](https://docs.changes.page/docs/api/page#get-all-posts),FALSE,TRUE,TRUE +changes_page-get-post,Get Post,Get a post by ID from Changes Page. [See the documentation](https://docs.changes.page/docs/api/page#get-a-post-by-id),FALSE,TRUE,FALSE +changes_page-get-pinned-post,Get Pinned Post,Get the pinned post from Changes Page. [See the documentation](https://docs.changes.page/docs/api/page#get-pinned-post),FALSE,TRUE,FALSE +changes_page-get-latest-post,Get Latest Post,Get the latest post from Changes Page. [See the documentation](https://docs.changes.page/docs/api/page#get-latest-post),FALSE,TRUE,FALSE +testlocally-run-test,Run Test,Create and run a new test in TestLocally. [See the documentation](https://testlocally.readme.io/reference/api_v0_request_test),FALSE,TRUE,FALSE +testlocally-list-tests,List Tests,Returns a list of tests in TestLocally. [See the documentation](https://testlocally.readme.io/reference/api_v0_recent_tests),FALSE,TRUE,TRUE +testlocally-get-test,Get Test,Get details of a specific test in TestLocally. [See the documentation](https://testlocally.readme.io/reference/api_v0_test_results),FALSE,TRUE,TRUE +esendex-send-voice-message,Send Voice Message,Send a voice message to a recipient. [See the documentation](https://developers.esendex.com/api-reference/#messagedispatcher),FALSE,TRUE,FALSE +esendex-send-sms-message,Send SMS Message,Send an SMS message to a recipient. [See the documentation](https://developers.esendex.com/api-reference/#messagedispatcher),FALSE,TRUE,FALSE +skyvern-run-workflow,Run Workflow,"Trigger a predefined workflow in Skyvern, allowing the execution of complex routines from Pipedream. [See the documentation](https://docs.skyvern.com/workflows/running-workflows)",FALSE,TRUE,FALSE +beekeeper-send-message-group-chat,Send Message to Group Chat,Send a precomposed message to a defined group chat. [See the documentation](https://beekeeper.stoplight.io/docs/beekeeper-api/9075b32d36db4-send-a-message-to-a-group-chat),FALSE,TRUE,FALSE +beekeeper-get-profile,Get User Profile,Retrieve the profile details of a specific user. [See the documentation](https://beekeeper.stoplight.io/docs/beekeeper-api/05bcd13b38a67-get-profile-of-the-given-user),FALSE,TRUE,TRUE +beekeeper-create-post,Create Post,Create a new text or multimedia post in a defined stream. [See the documentation](https://beekeeper.stoplight.io/docs/beekeeper-api/18408b41927b9-creates-a-new-post),FALSE,TRUE,FALSE +tuya-send-instructions-to-device,Send Instructions to Device,Send an instruction to the specified device. [See the documentation](https://developer.tuya.com/en/docs/cloud/device-control?id=K95zu01ksols7#title-35-Send%20instructions%20to%20the%20device),FALSE,TRUE,FALSE +tuya-list-homes,List Homes,"Based on the user ID, query the list of homes where the specified user belongs. [See the documentation](https://developer.tuya.com/en/docs/cloud/f5dd40ed14?id=Kawfjh9hpov1n)",FALSE,TRUE,TRUE +tuya-list-devices,List Devices,Get a list of devices associated with a home. [See the documentation](https://developer.tuya.com/en/docs/cloud/d7ee73aadb?id=Kawfjer0wkt2a),FALSE,TRUE,TRUE +livekit-remove-participants,Remove Participants,Remove specific participants from a LiveKit room. [See the documentation](https://github.com/livekit/node-sdks/tree/main/packages/livekit-server-sdk).,TRUE,TRUE,FALSE +livekit-list-rooms,List Rooms,List all rooms with LiveKit. [See the documentation](https://docs.livekit.io/home/server/managing-rooms/#list-rooms).,FALSE,TRUE,TRUE +livekit-generate-access-token,Generate Access Token,Generate an access token for a participant to join a LiveKit room. [See the documentation](https://github.com/livekit/node-sdks/tree/main/packages/livekit-server-sdk).,FALSE,TRUE,TRUE +livekit-delete-room,Delete Room,Delete a room in LiveKit. [See the documentation](https://docs.livekit.io/home/server/managing-rooms/#delete-a-room),TRUE,TRUE,FALSE +livekit-create-room,Create Room,Create a new room in LiveKit. [See the documentation](https://docs.livekit.io/home/server/managing-rooms/#create-a-room).,FALSE,TRUE,FALSE +livekit-create-ingress-from-url,Create Ingress From URL,Create a new ingress from url in LiveKit. [See the documentation](https://docs.livekit.io/home/ingress/overview/#url-input-example).,FALSE,TRUE,FALSE +icontact-subscribe-contact-list,Subscribe Contact to List,Adds a contact to a specific list within iContact. [See the documentation](https://help.icontact.com/customers/s/article/Subscriptions-iContact-API?r=153&ui-knowledge-components-aura-actions.KnowledgeArticleVersionCreateDraftFromOnlineAction.createDraftFromOnlineArticle=1),TRUE,TRUE,FALSE +icontact-create-message,Create and Dispatch Message,Creates and dispatches a new message using custom HTML. [See the documentation](https://help.icontact.com/customers/s/article/Messages-iContact-API?r=153&ui-knowledge-components-aura-actions.KnowledgeArticleVersionCreateDraftFromOnlineAction.createDraftFromOnlineArticle=1),FALSE,TRUE,FALSE +icontact-create-contact,Create Contact,Creates a new contact within the iContact account. [See the documentation](https://help.icontact.com/customers/s/article/Contacts-iContact-API?r=153&ui-knowledge-components-aura-actions.KnowledgeArticleVersionCreateDraftFromOnlineAction.createDraftFromOnlineArticle=1),FALSE,TRUE,FALSE +nuclino-update-item-or-collection,Update Item or Collection,Update an existing item or collection in Nuclino. [See the documentation](https://help.nuclino.com/fa38d15f-items-and-collections),TRUE,TRUE,FALSE +nuclino-search-items-or-collections,Search Items or Collections,Search for items or collections in Nuclino. [See the documentation](https://help.nuclino.com/fa38d15f-items-and-collections),FALSE,TRUE,TRUE +nuclino-create-item-or-collection,Create Item or Collection,Create a new item or collection in Nuclino. [See the documentation](https://help.nuclino.com/fa38d15f-items-and-collections),FALSE,TRUE,FALSE +whatconverts-find-lead,Find Lead,Find a lead in WhatConverts. [See the documentation](https://www.whatconverts.com/api/leads/#get-all-leads),FALSE,TRUE,TRUE +zoom_admin-update-webinar,Update Webinar,Update the details of a webinar. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinarupdate),TRUE,TRUE,FALSE +zoom_admin-update-webinar-registrant-status,Update Webinar Registrant Status,Update registrant status for a webinar. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingregistrantstatus),TRUE,TRUE,FALSE +zoom_admin-update-meeting,Update a meeting,Update the details of a meeting. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingupdate),TRUE,TRUE,FALSE +zoom_admin-list-webinars,List Webinars,List all webinars for a user. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinars),FALSE,TRUE,TRUE +zoom_admin-list-webinar-registrants,List webinar registrants,List all users that have registered for a webinar. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinarregistrants),FALSE,TRUE,TRUE +zoom_admin-list-webinar-participants,List Webinar Participants,Use this API to list all the participants who attended a webinar hosted in the past. [See the documentation](https://developers.zoom.us/docs/api/rest/reference/zoom-api/methods/#operation/listWebinarParticipants),FALSE,TRUE,TRUE +zoom_admin-list-past-meeting-participants,List Past Meeting Participants,List all participants of a past meeting. [See the documentation](https://developers.zoom.us/docs/api/meetings/#tag/meetings/GET/past_meetings/{meetingId}/participants),FALSE,TRUE,TRUE +zoom_admin-list-meetings,List meetings,List all meetings. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetings),FALSE,TRUE,TRUE +zoom_admin-list-meeting-registrants,List meeting registrants,List all users who have registered for a meeting. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingregistrants),FALSE,TRUE,TRUE +zoom_admin-list-cloud-recordings,List Cloud Recordings,Search cloud recordings from a meeting or webinar. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/cloud-recording/recordingslist),FALSE,TRUE,TRUE +zoom_admin-list-account-call-logs,List Account Call Logs,Returns an account's new edition call logs. [See the documentation](https://developers.zoom.us/docs/zoom-phone/apis/#operation/accountCallHistory),FALSE,TRUE,TRUE +zoom_admin-get-webinar,Get Webinar,Retrieve the details of a webinar. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinar),FALSE,TRUE,TRUE +zoom_admin-get-meeting,Get Meeting,Retrieve the details of a meeting. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meeting),FALSE,TRUE,TRUE +zoom_admin-end-meeting,End meeting,End a meeting for a user. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingstatus),TRUE,TRUE,FALSE +zoom_admin-delete-webinar,Delete webinar,Delete a webinar. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinardelete),TRUE,TRUE,FALSE +zoom_admin-delete-webinar-panelist,Delete webinar panelist,Remove a panelist from a webinar. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinarpanelistdelete),TRUE,TRUE,FALSE +zoom_admin-delete-meeting,Delete meeting,Delete a meeting. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingdelete),TRUE,TRUE,FALSE +zoom_admin-delete-cloud-recording,Delete Cloud Recording,Remove a recording from a meeting or webinar. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/cloud-recording/recordingdeleteone),TRUE,TRUE,FALSE +zoom_admin-create-webinar,Create Webinar,Create a webinar for an user. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinarcreate),FALSE,TRUE,FALSE +zoom_admin-create-meeting,Create a meeting,Create a new room in zoom. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingcreate),FALSE,TRUE,FALSE +zoom_admin-add-webinar-registrant,Add webinar registrant,Register a participant for a webinar. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinarregistrantcreate),FALSE,TRUE,FALSE +zoom_admin-add-webinar-panelist,Add webinar panelist,Register a panelist for a webinar. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinarpanelistcreate),FALSE,TRUE,FALSE +zoom_admin-add-meeting-registrant,Add meeting registrant,Register a participant for a meeting. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingregistrantcreate),FALSE,TRUE,FALSE +lamini-get-batch-completions,Get Batch Completions,Retrieve the results of a batch completion request from Lamini. [See the documentation](https://docs.lamini.ai/api/).,FALSE,TRUE,TRUE +lamini-generate-completion,Generate Completion,Generate completions using a Lamini model. [See the documentation](https://docs.lamini.ai/api/).,FALSE,TRUE,TRUE +lamini-evaluate-job,Evaluate Job,Evaluate a fine-tuning job by job ID. [See the documentation](https://docs.lamini.ai/api/).,FALSE,TRUE,FALSE +ayrshare-update-user,Update User,Update an existing profile. [See the documentation](https://www.ayrshare.com/docs/apis/profiles/update-profile),TRUE,TRUE,FALSE +ayrshare-delete-user,Delete User,Delete a user profile you are the owner of. [See the documentation](https://www.ayrshare.com/docs/apis/profiles/delete-profile),TRUE,TRUE,FALSE +ayrshare-create-user,Create User,Create a new User Profile under your Primary Profile. [See the documentation](https://www.ayrshare.com/docs/apis/profiles/create-profile),FALSE,TRUE,FALSE +bugsnag-update-error-severity,Update Error Severity,Update an the severity status of an error in Bugsnag. [See the documentation](https://bugsnagapiv2.docs.apiary.io/#reference/errors/errors/update-an-error),TRUE,TRUE,FALSE +bugsnag-create-project,Create Project,Create a new project for a specific organization in Bugsnag. [See the documentation](https://bugsnagapiv2.docs.apiary.io/#reference/projects/projects/create-a-project-in-an-organization),FALSE,TRUE,FALSE +pipedream_utils-debug-memory-usage,Debug Memory Usage,Get memory usage statistics for the current Pipedream workflow.,FALSE,TRUE,TRUE +ninjaone-update-device,Update Device,Update details for a specific device in NinjaOne. [See the documentation](https://app.ninjarmm.com/apidocs/?links.active=core),TRUE,TRUE,FALSE +ninjaone-create-ticket,Create Support Ticket,Creates a new support ticket in NinjaOne. [See the documentation](https://app.ninjarmm.com/apidocs/?links.active=core#/ticketing/create),FALSE,TRUE,FALSE +utopian_labs-initiate-timing-run,Initiate Timing Run,Initiate a timing run of the R1-Timing agent. [See the documentation](https://docs.utopianlabs.ai/timing#initiate-a-timing-run),FALSE,TRUE,FALSE +utopian_labs-initiate-research-run,Initiate Research Run,Initiate a research run of the R1 agent. [See the documentation](https://docs.utopianlabs.ai/research#initiate-a-research-run),FALSE,TRUE,FALSE +utopian_labs-initiate-qualification-run,Initiate Qualification Run,Initiate a qualification run of the R1-Qualification agent. [See the documentation](https://docs.utopianlabs.ai/qualification#initiate-a-qualification-run),FALSE,TRUE,FALSE +utopian_labs-initiate-copywriting-run,Initiate Copywriting Run,Initiate a copywriting run of the R1-Copywriting agent. [See the documentation](https://docs.utopianlabs.ai/copywriting#initiate-a-copywriting-run),FALSE,TRUE,FALSE +utopian_labs-initiate-classification-run,Initiate Classification Run,Initiate a classification run of the R1-Classification agent. [See the documentation](https://docs.utopianlabs.ai/classification#initiate-a-classification-run),FALSE,TRUE,FALSE +utopian_labs-get-run-status,Get Run Status,Retrieve the status of an initiated run. [See the documentation](https://docs.utopianlabs.ai/research#retrieve-research-run-status),FALSE,TRUE,FALSE +close-update-lead,Update Lead,Updates a lead. [See the documentation](https://developer.close.com/resources/leads/#update-an-existing-lead),TRUE,TRUE,FALSE +close-search-leads,Search Leads,Search leads with a given field and word. [See the documentation](https://developer.close.com/resources/advanced-filtering/),TRUE,TRUE,FALSE +close-custom-action,Custom Action,Makes an arbitrary call to the Close API. [See the documentation](https://developer.close.com/) for all options.,TRUE,TRUE,FALSE +close-create-lead,Create Lead,Creates a lead. [See the documentation](https://developer.close.com/resources/leads/#create-a-new-lead),TRUE,TRUE,FALSE +easyship-find-shipment,Find Shipment,Find a shipment by ID. [See the documentation](https://developers.easyship.com/reference/shipments_index),FALSE,TRUE,TRUE +easyship-create-shipment,Create Shipment,Create a new shipment in Easyship. [See the docs](https://developers.easyship.com/reference/shipments_create),FALSE,TRUE,FALSE +landbot-send-text-message,Send Text Message,Send a text message to a customer. [See the documentation](https://api.landbot.io/#api-Customers-PostHttpsApiLandbotIoV1CustomersCustomer_idSend_text),FALSE,TRUE,FALSE +landbot-send-image,Send Image,Send an image to a customer via Landbot. [See the docs](https://api.landbot.io/#api-Customers-PostHttpsApiLandbotIoV1CustomersCustomer_idSend_image),FALSE,TRUE,FALSE +selzy-create-email-message,Create Email Message,Adds a new email message. [See the documentation](https://selzy.com/en/support/category/api/messages/),FALSE,TRUE,FALSE +selzy-create-campaign,Create Campaign,Creates a new campaign. [See the documentation](https://selzy.com/en/support/api/messages/createcampaign/),FALSE,TRUE,FALSE +nextlead-search-leads,Search Leads,Search for leads by email in NextLead. [See the documentation](https://dashboard.nextlead.app/en/api-documentation#find),FALSE,TRUE,TRUE +botstar-send-message,Send Message,Send a message to a user via BotStar. [See the docs](https://apis.botstar.com/docs/#/Messages/post_messages),FALSE,TRUE,FALSE +bitdefender_gravityzone-scan-endpoint,Scan Endpoint,Trigger a scan on a specific endpoint. [See the documentation](https://www.bitdefender.com/business/support/en/77209-128495-createscantask.html),FALSE,TRUE,FALSE +bitdefender_gravityzone-move-endpoint-to-group,Move Endpoint to Group,Move an endpoint to a different group. [See the documentation](https://www.bitdefender.com/business/support/en/77209-128489-moveendpoints.html),FALSE,TRUE,FALSE +bitdefender_gravityzone-get-scan-task-status,Get Scan Task Status,Get the status of a scan task. [See the documentation(https://www.bitdefender.com/business/support/en/77209-440638-gettaskstatus.html),FALSE,TRUE,TRUE +bitdefender_gravityzone-get-policy-details,Get Policy Details,Retrieve details about a specific policy. [See the documentation](https://www.bitdefender.com/business/support/en/77209-135304-getpolicydetails.html),FALSE,TRUE,TRUE +pdforge-generate-pdf-from-template,Generate PDF from Template,Generate a document from a selected template. [See the documentation](https://docs.pdforge.com/pdfs-from-templates/synchronous-request),FALSE,TRUE,TRUE +pdforge-generate-pdf-from-html,Generate PDF from HTML,Generate a PDF document from HTML content. [See the documentation](https://docs.pdforge.com/html-to-pdf-conversion/synchronous-request),FALSE,TRUE,TRUE +tubular-get-leads,Get Leads,Get leads ordered by date of creation. [See the documentation](https://developer.tubular.io/examples/#get-first-10-leads),FALSE,TRUE,TRUE +tubular-get-deals-by-date,Get Deals By Date,Get deals ordered by date of creation. [See the documentation](https://developer.tubular.io/examples/#get-deals-ordered-by-date-of-creation),FALSE,TRUE,TRUE +tubular-create-lead,Create Lead,Create lead and return its ID. [See the documentation](https://developer.tubular.io/examples/#create-lead-and-return-its-id),FALSE,TRUE,FALSE +wit_ai-create-intent,Create Intent,Creates a new intent. [See the documentation](https://wit.ai/docs/http/20240304/#post__intents_link),FALSE,TRUE,FALSE +wit_ai-create-entity,Create Entity,Creates a new entity with the given attributes. [See the documentation](https://wit.ai/docs/http/20240304/#post__entities_link),FALSE,TRUE,FALSE +wit_ai-add-utterance,Add Utterance,Add a sample utterance to train your app with an intent. [See the documentation](https://wit.ai/docs/http/20240304#post__utterances).,FALSE,TRUE,FALSE +rendi-list-stored-files,List Stored Files,Get the list of all stored files for an account. [See the documentation](https://docs.rendi.dev/api-reference/endpoint/list-files),FALSE,TRUE,TRUE +rendi-get-ffmpeg-command-status,Get FFmpeg Command Status,Get the status of a previously submitted FFmpeg command. [See the documentation](https://docs.rendi.dev/api-reference/endpoint/poll-command),FALSE,TRUE,TRUE +openai-passthrough-summarize,Summarize,Summarizes text using the OpenAI API. [See the documentation](https://platform.openai.com/docs/api-reference/chat),FALSE,TRUE,TRUE +postgresql-upsert-row,Upsert Row,Adds a new row or updates an existing row. [See the documentation](https://node-postgres.com/features/queries),TRUE,TRUE,FALSE +postgresql-update-row,Update Row,Updates an existing row. [See the documentation](https://node-postgres.com/features/queries),TRUE,TRUE,FALSE +postgresql-insert-row,Insert Row,Adds a new row. [See the documentation](https://node-postgres.com/features/queries),FALSE,TRUE,FALSE +postgresql-find-row,Find Row,Finds a row in a table via a lookup column. [See the documentation](https://node-postgres.com/features/queries),FALSE,TRUE,TRUE +postgresql-find-row-custom-query,Find Row With Custom Query,Finds a row in a table via a custom query. [See the documentation](https://node-postgres.com/features/queries),FALSE,TRUE,TRUE +postgresql-execute-custom-query,Execute SQL Query,Execute a custom PostgreSQL query. See [our docs](https://pipedream.com/docs/databases/working-with-sql) to learn more about working with SQL in Pipedream.,FALSE,TRUE,FALSE +postgresql-delete-rows,Delete Row(s),Deletes a row or rows from a table. [See the documentation](https://node-postgres.com/features/queries),TRUE,TRUE,FALSE +neon_postgres-upsert-row,Upsert Row,Adds a new row or updates an existing row. [See the documentation](https://node-postgres.com/features/queries),TRUE,TRUE,FALSE +neon_postgres-update-row,Update Row,Updates an existing row. [See the documentation](https://node-postgres.com/features/queries),TRUE,TRUE,FALSE +neon_postgres-insert-row,Insert Row,Adds a new row. [See the documentation](https://node-postgres.com/features/queries),FALSE,TRUE,FALSE +neon_postgres-find-row,Find Row,Finds a row in a table via a lookup column. [See the documentation](https://node-postgres.com/features/queries),FALSE,TRUE,TRUE +neon_postgres-find-row-custom-query,Find Row With Custom Query,Finds a row in a table via a custom query. [See the documentation](https://node-postgres.com/features/queries),FALSE,TRUE,TRUE +neon_postgres-execute-custom-query,Execute SQL Query,Execute a custom PostgreSQL query. See [our docs](https://pipedream.com/docs/databases/working-with-sql) to learn more about working with SQL in Pipedream.,FALSE,TRUE,FALSE +neon_postgres-delete-rows,Delete Row(s),Deletes a row or rows from a table. [See the documentation](https://node-postgres.com/features/queries),TRUE,TRUE,FALSE +mailosaur-search-email,Search Email,Search for received emails in a server matching specified criteria. [See the documentation](https://mailosaur.com/docs/api/#search-for-messages),FALSE,TRUE,TRUE +mailosaur-delete-email,Delete Email,Deletes an email from a Mailosaur server using its email ID. [See the documentation](https://mailosaur.com/docs/api),TRUE,TRUE,FALSE +mailosaur-create-email,Create and Send Email via Mailosaur,Sends an email through Mailosaur. [See the documentation](https://mailosaur.com/docs/api),FALSE,TRUE,FALSE +waboxapp-send-text-message,Send Text Message,Send a WhatsApp message to a specific phone number. [See the documentation](https://www.waboxapp.com/assets/doc/waboxapp-API-v3.pdf),FALSE,TRUE,FALSE +waboxapp-send-media,Send Media,Send any kind of file in WhatsApp to a specific phone number. [See the documentation](https://www.waboxapp.com/assets/doc/waboxapp-API-v3.pdf),FALSE,TRUE,FALSE +waboxapp-send-link,Send Link,Send a link with preview in WhatsApp to a specific phone number. [See the documentation](https://www.waboxapp.com/assets/doc/waboxapp-API-v3.pdf),FALSE,TRUE,FALSE +waboxapp-send-image,Send Image,Send an image in WhatsApp to a specific phone number. [See the documentation](https://www.waboxapp.com/assets/doc/waboxapp-API-v3.pdf),FALSE,TRUE,FALSE +browserbase-list-projects,List Projects,Lists all projects. [See the documentation](https://docs.browserbase.com/reference/api/list-projects),FALSE,TRUE,TRUE +browserbase-create-session,Create Session,Creates a new browser session with specified settings. [See the documentation](https://docs.browserbase.com/reference/api/create-a-session),FALSE,TRUE,FALSE +browserbase-create-context,Create Context,Creates a new context in Browserbase. [See the documentation](https://docs.browserbase.com/reference/api/create-a-context),FALSE,TRUE,FALSE +cerebras-list-models,List Models,List all available Cerebras models. [See the documentation](https://inference-docs.cerebras.ai/api-reference/models),FALSE,TRUE,TRUE +cerebras-create-completion,Create Completion,Create a completion with Cerebras AI. [See the documentation](https://inference-docs.cerebras.ai/api-reference/completions),FALSE,TRUE,FALSE +cerebras-create-chat-completion,Create Chat Completion,Create a chat completion with Cerebras AI. [See the documentation](https://inference-docs.cerebras.ai/api-reference/chat-completions),FALSE,TRUE,FALSE +companyhub-create-deal,Create Deal,Creates a new deal. [See the documentation](https://companyhub.com/docs/api-documentation),FALSE,TRUE,FALSE +companyhub-create-contact,Create Contact,Creates a new contact. [See the documentation](https://companyhub.com/docs/api-documentation),FALSE,TRUE,FALSE +companyhub-create-company,Create Company,Creates a new company. [See the documentation](https://companyhub.com/docs/api-documentation),FALSE,TRUE,FALSE +slicktext-edit-contact,Edit Contact,Updates personal details of an existing contact. [See the documentation](https://api.slicktext.com/docs/v1/contacts#6),TRUE,TRUE,FALSE +slicktext-create-contact,Create Contact,Add a new contact to your messaging list. [See the documentation](https://api.slicktext.com/docs/v1/contacts),FALSE,TRUE,FALSE +slicktext-add-contact-to-lists,Add Contact To Lists,Add a contact to lists. [See the documentation](https://api.slicktext.com/docs/v2/lists#scroll-to-add-contacts-to-lists),FALSE,TRUE,FALSE +asana-update-task,Update Task,Updates a specific and existing task. [See the documentation](https://developers.asana.com/docs/update-a-task),TRUE,TRUE,FALSE +asana-search-user-projects,Get list of user projects,Return list of projects given the user and workspace gid. [See the documentation](https://developers.asana.com/docs/get-multiple-projects),FALSE,TRUE,TRUE +asana-search-tasks,Search Tasks,Searches for a Task by name within a Project. [See the documentation](https://developers.asana.com/docs/get-multiple-tasks),FALSE,TRUE,TRUE +asana-search-sections,Search Sections,Searches for a section by name within a particular project. [See the documentation](https://developers.asana.com/docs/get-sections-in-a-project),FALSE,TRUE,TRUE +asana-search-projects,Search Projects,Finds an existing project. [See the documentation](https://developers.asana.com/docs/get-multiple-projects),FALSE,TRUE,TRUE +asana-get-tasks-from-task-list,Get Tasks From Task List,Returns the compact list of tasks in a user’s My Tasks list. [See the documentation](https://developers.asana.com/reference/gettasksforusertasklist),FALSE,TRUE,TRUE +asana-find-task-by-id,Find Task by ID,Searches for a task by id. Returns the complete task record for a single task. [See the documentation](https://developers.asana.com/docs/get-a-task),FALSE,TRUE,TRUE +asana-delete-task,Delete Task,Deletes a specific and existing task. [See the documentation](https://developers.asana.com/docs/delete-a-task),TRUE,TRUE,FALSE +asana-create-task,Create Task,Creates a new task. [See the documentation](https://developers.asana.com/docs/create-a-task),FALSE,TRUE,FALSE +asana-create-task-from-template,Create Task from Template,Creates a new task from a task template. [See the documentation](https://developers.asana.com/reference/instantiatetask),FALSE,TRUE,FALSE +asana-create-task-comment,Create Task Comment,Adds a comment to a task. [See the documentation](https://developers.asana.com/docs/create-a-story-on-a-task),FALSE,TRUE,FALSE +asana-create-subtask,Create Subtask,Creates a new subtask and adds it to the parent task. [See the documentation](https://developers.asana.com/docs/create-a-subtask),FALSE,TRUE,FALSE +asana-create-project,Create Project,Create a new project in a workspace or team. [See the documentation](https://developers.asana.com/docs/create-a-project),FALSE,TRUE,FALSE +asana-add-task-to-section,Add Task To Section,"Add a task to a specific, existing section. This will remove the task from other sections of the project. [See the documentation](https://developers.asana.com/docs/add-task-to-section)",TRUE,TRUE,FALSE +wakatime-log-coding-activity,Log Coding Activity,Log coding activity to WakaTime. [See the documentation](https://wakatime.com/developers#heartbeats),FALSE,TRUE,FALSE +wakatime-list-projects,List Projects,List all your WakaTime projects. [See the documentation](https://wakatime.com/developers#projects),FALSE,TRUE,TRUE +wakatime-fetch-daily-heartbeats,Fetch Daily Heartbeats,Fetch your daily coding activity from WakaTime. [See the documentation](https://wakatime.com/developers#heartbeats),FALSE,TRUE,TRUE +openai-passthrough-chat,Chat,"The Chat API, using the `gpt-3.5-turbo` or `gpt-4` model. [See the documentation](https://platform.openai.com/docs/api-reference/chat)",FALSE,TRUE,FALSE +plaid-get-transactions,Get Transactions,Retrieves user-authorized transaction data for a specified date range. [See the documentation](https://plaid.com/docs/api/products/transactions/#transactionsget),FALSE,TRUE,TRUE +plaid-get-real-time-balance,Get Real-Time Balance,Get the real-time balance for each of an Item's accounts. [See the documentation](https://plaid.com/docs/api/products/balance/#accountsbalanceget).,FALSE,TRUE,TRUE +plaid-create-user,Create User,"Creates a user ID and token to be used with Plaid Check, Income, or Multi-Item Link flow. [See the documentation](https://plaid.com/docs/api/users/#usercreate).",FALSE,TRUE,FALSE +plaid-create-sandbox-public-token,Create Sandbox Public Token,"Creates a valid `public_token` for an arbitrary institution ID, initial products, and test credentials. [See the documentation](https://plaid.com/docs/api/sandbox/#sandboxpublic_tokencreate).",FALSE,TRUE,FALSE +plaid-create-access-token,Create Access Token,Exchange a Link `public_token` for an API `access_token`. [See the documentation](https://plaid.com/docs/api/items/#itempublic_tokenexchange).,FALSE,TRUE,FALSE +toggl-get-time-entries,Get Time Entries,Get the last thousand time entries. [See docs here](https://developers.track.toggl.com/docs/api/time_entries#get-timeentries),FALSE,TRUE,TRUE +membado-add-remove-tags,Add or Remove Tags from User,Assign tags to or remove them from a user. [See the documentation](https://membado.zendesk.com/hc/de/articles/18155937106204-API-Documentation),TRUE,TRUE,FALSE +ditlead-list-campaigns,List Campaigns,List campaigns in Ditlead. [See the documentation](https://ditlead.com/developer/api#tag/Campaign/paths/~1v1~1campaign/get),FALSE,TRUE,TRUE +guru-create-card,Create Card,Creates a new card on your Guru account. [See the documentation](https://developer.getguru.com/reference/postv1cardscreateextendedfact),FALSE,TRUE,FALSE +guru-add-tag-to-card,Add Tag to Card,Links an existing tag to a specified card in Guru. [See the documentation](https://developer.getguru.com/reference/getv1cardsgetextendedfact),FALSE,TRUE,FALSE +nifty-create-task,Create Task,Creates a new task. [See the documentation](https://developers.niftypm.com/operation/operation-taskapicontroller_createtask),FALSE,TRUE,FALSE +nifty-create-project,Create Project,Creates a new project in a designated portfolio. [See the documentation](https://openapi.niftypm.com/api#/Projects/ProjectAPIController_createProject),FALSE,TRUE,FALSE +nifty-create-message,Create Message,Sends a new message in a team's discussion. [See the documentation](https://openapi.niftypm.com/api),FALSE,TRUE,FALSE +nifty-assign-task,Assign Task to Team Member,Assigns a specific task to a team member in Nifty. [See the documentation](https://openapi.niftypm.com/api#put-api-v1-0-tasks-task_id-assignees),TRUE,TRUE,FALSE +oto-list-orders,List Orders,Retrieves a list of orders. [See the documentation](https://apis.tryoto.com/#c2e94027-5214-456d-b653-0a66c038e3a4),FALSE,TRUE,TRUE +oto-get-order-details,Get Order Details,Provides detailed information about a specific order. [See the documentation](https://apis.tryoto.com/#53964419-2d64-4c07-b39d-b26a92b379c9),FALSE,TRUE,TRUE +oto-create-product,Create Product,Creates a new product. [See the documentation](https://apis.tryoto.com/#21b289bc-04c1-49b1-993e-23e928d57f56),FALSE,TRUE,FALSE +vercel_token_auth-list-deployments,List Deployments,List deployments under the account corresponding to the API token. [See the documentation](https://vercel.com/docs/rest-api/endpoints/deployments#list-deployments),FALSE,TRUE,TRUE +vercel_token_auth-create-deployment,Create Deployment,Create a new deployment from a GitHub repository. [See the documentation](https://vercel.com/docs/rest-api/endpoints/deployments#create-a-new-deployment),FALSE,TRUE,FALSE +vercel_token_auth-cancel-deployment,Cancel Deployment,Cancel a deployment which is currently building. [See the documentation](https://vercel.com/docs/rest-api/endpoints/deployments#cancel-a-deployment),TRUE,TRUE,FALSE +hathr_ai-list-documents,List Documents,Retrieves a list of all available documents. [See the documentation](https://drive.google.com/drive/folders/1jtoSXqzhe-iwf9kfUwTCVQBu4iXVJO2x?usp=sharing),FALSE,TRUE,TRUE +hathr_ai-chat,Send Chat Message,Sends a chat message using Hathr AI. [See the documentation](https://drive.google.com/drive/folders/1jtoSXqzhe-iwf9kfUwTCVQBu4iXVJO2x?usp=sharing),FALSE,TRUE,FALSE +meetstream_ai-remove-bot,Remove Bot,Removes a bot from its meeting and deletes its associated data. [See the documentation](https://vento.so/view/35d0142d-f91f-47f6-8175-d42e1953d6f1?utm_medium=share),TRUE,TRUE,FALSE +meetstream_ai-get-transcription,Get Transcription,"Retrieves the transcript file for a specific bot, if available. [See the documentation](https://vento.so/view/35d0142d-f91f-47f6-8175-d42e1953d6f1?utm_medium=share)",FALSE,TRUE,TRUE +meetstream_ai-get-bot-status,Get Bot Status,Retrieves the current status of a specific bot. [See the documentation](https://vento.so/view/35d0142d-f91f-47f6-8175-d42e1953d6f1?utm_medium=share),FALSE,TRUE,TRUE +meetstream_ai-get-audio,Get Recorded Audio,"Retrieves the recorded audio file for a specific bot, if available. [See the documentation](https://vento.so/view/35d0142d-f91f-47f6-8175-d42e1953d6f1?utm_medium=share)",FALSE,TRUE,TRUE +meetstream_ai-create-bot,Create Bot,Creates a new bot instance to join a meeting. [See the documentation](https://vento.so/view/35d0142d-f91f-47f6-8175-d42e1953d6f1?utm_medium=share),FALSE,TRUE,FALSE +transloadit-get-assembly-status,Get Assembly Status,Retrieve the current status and results of an existing assembly. [See the documentation](https://transloadit.com/docs/api/assemblies-assembly-id-get/),FALSE,TRUE,TRUE +transloadit-create-assembly,Create Assembly,Create a new assembly to process files using a specified template and steps. [See the documentation](https://transloadit.com/docs/api/assemblies-post/),FALSE,TRUE,FALSE +transloadit-cancel-assembly,Cancel Assembly,Cancel a running assembly by its assembly ID. Useful for aborting processing jobs that are no longer needed. [See the documentation](https://transloadit.com/docs/api/assemblies-assembly-id-delete/),TRUE,TRUE,FALSE +letzai-get-image-information,Get Image Information,Retrieves information about a specific image by ID. [See the documentation](https://api.letz.ai/doc#/images/images_get),FALSE,TRUE,TRUE +letzai-create-new-image,Create New Image,Creates a new image generation task from a text prompt in LetzAI. [See the documentation](https://api.letz.ai/doc#/images/images_create),FALSE,TRUE,FALSE +letzai-create-image-edit,Create Image Edit,Creates an image edit task that modifies an existing image using inpainting or outpainting in LetzAI. [See the documentation](https://api.letz.ai/doc#/image-edit/image_edit_create),TRUE,TRUE,FALSE +wordpress_com-upload-media,Upload Media,Uploads a media file from a URL to the specified WordPress.com site. [See the documentation](https://developer.wordpress.com/docs/api/1.1/post/sites/%24site/media/new/),FALSE,TRUE,FALSE +wordpress_com-delete-post,Delete Post,Deletes a post. [See the documentation](https://developer.wordpress.com/docs/api/1.1/post/sites/%24site/posts/%24post_ID/delete/),TRUE,TRUE,FALSE +wordpress_com-create-post,Create New Post,Creates a new post on a WordPress.com site. [See the documentation](https://developer.wordpress.com/docs/api/1.1/post/sites/%24site/posts/new/),FALSE,TRUE,FALSE +klaviyo-create-new-list,Create New List,Creates a new list in an account. [See the documentation](https://developers.klaviyo.com/en/reference/create_list),FALSE,TRUE,FALSE +klaviyo-add-member-to-list,Add Member To List,Add member to a specific list. [See the documentation](https://developers.klaviyo.com/en/reference/add_profiles_to_list),FALSE,TRUE,FALSE +kiwihr-update-employee-record,Update Employee Record,Update an existing employee's record in kiwiHR. [See the documentation](https://api.kiwihr.it/api/docs/mutation.doc.html),TRUE,TRUE,FALSE +kiwihr-create-employee,Create Employee,Add a new employee to kiwiHR. [See the documentation](https://api.kiwihr.com/api/docs/mutation.doc.html),FALSE,TRUE,FALSE +pexels-search-photos,Search Photos,Search for photos on Pexels using a keyword or phrase. [See the documentation](https://www.pexels.com/api/documentation/#photos-search),FALSE,TRUE,TRUE +pexels-get-photo-details,Get Photo Details,Retrieve detailed information about a specific photo by providing its photo ID. [See the documentation](https://www.pexels.com/api/documentation/#photos-show),FALSE,TRUE,TRUE +plainly-list-templates,List Templates,Fetches a list of available video templates in a project in the user's Plainly account. [See the documentation](https://www.plainlyvideos.com/documentation/api-reference),FALSE,TRUE,TRUE +plainly-get-render-status,Get Render Status,Retrieves the current status of a render job in Plainly. [See the documentation](https://www.plainlyvideos.com/documentation/api-reference),FALSE,TRUE,TRUE +plainly-create-render-job,Create Render Job,Creates a render job for a video template. [See the documentation](https://www.plainlyvideos.com/documentation/api-reference),FALSE,TRUE,FALSE +widgetform-get-recent-submissions,Get Recent Submissions,Retrieves the 10 most recent submissions. [See the documentation](https://usewidgetform.notion.site/Zapier-API-185312164ccf808eb902f411608aa35d),FALSE,TRUE,TRUE +posthog-get-surveys,Get Surveys,Retrieve a list of surveys. [See the documentation](https://posthog.com/docs/api/surveys#get-api-projects-project_id-surveys),FALSE,TRUE,TRUE +posthog-get-persons,Get Persons,Retrieve a list of persons. [See the documentation](https://posthog.com/docs/api/persons#get-api-projects-project_id-persons),FALSE,TRUE,TRUE +posthog-get-cohorts,Get Cohorts,Retrieve a list of cohorts. [See the documentation](https://posthog.com/docs/api/cohorts#get-api-projects-project_id-cohorts),FALSE,TRUE,TRUE +posthog-create-query,Create Query,Create a HogQLQuery and return the results. [See the documentation](https://posthog.com/docs/api/queries#creating-a-query),FALSE,TRUE,FALSE +posthog-capture-event,Capture Event,Captures a given event within the PostHog system. [See the documentation](https://posthog.com/docs/api/post-only-endpoints#single-event),FALSE,TRUE,FALSE +oanda-list-trades,List Trades,Retrieve a list of trades for an account. [See the documentation](https://developer.oanda.com/rest-live-v20/trade-ep/),FALSE,TRUE,TRUE +oanda-get-historical-prices,Get Historical Prices,Retrieve historical price data for a specified currency pair or instrument within a given time range. [See the documentation](https://developer.oanda.com/rest-live-v20/pricing-ep/),FALSE,TRUE,TRUE +oanda-create-order,Create Order,Create a new trading order. [See the documentation](https://developer.oanda.com/rest-live-v20/order-ep/),FALSE,TRUE,FALSE +z_api-send-text,Send Text,Send a text to the specified phone. [See the documentation](https://developer.z-api.io/en/message/send-message-text),FALSE,TRUE,FALSE +z_api-modify-chat,Modify Chat,Modify the specified chat. [See the documentation](https://developer.z-api.io/en/chats/delete-chat),TRUE,TRUE,FALSE +z_api-get-contacts,Get Contacts,Get a list of all your WhatsApp contacts. [See the documentation](https://developer.z-api.io/en/contacts/get-contacts),FALSE,TRUE,TRUE +universal_summarizer_by_kagi-summarize-document,Summarize Document,Summarizes the content of a URL. [See the documentation](https://help.kagi.com/kagi/api/summarizer.html#summarize-document),FALSE,TRUE,TRUE +google_gemini-generate-content-from-text,Generate Content from Text,Generates content from text input using the Google Gemini API. [See the documentation](https://ai.google.dev/tutorials/rest_quickstart#text-only_input),FALSE,TRUE,TRUE +notiff_io-create-notification,Create Notification,Send a new notification to a user or system via notiff.io. [See the documentation](https://notiff.io/articles/welcome-to-notiff-getting-started-with-your-notification-center),FALSE,TRUE,FALSE +mergemole-list-templates,List Templates,Retrieve a list of all templates under your account. [See the documentation](https://documenter.getpostman.com/view/41321603/2sB2j3AWqz#f75d7ffa-df2e-42ca-ad32-1db280acb9e2),FALSE,TRUE,TRUE +mergemole-get-template-variables,Get Template Variables,Get all data variables of a specified template. [See the documentation](https://documenter.getpostman.com/view/41321603/2sB2j3AWqz#14da32c9-9b15-421e-89c9-8a977b04dc32),FALSE,TRUE,TRUE +influxdb_cloud-write-data,Write Data,Write data to a specific bucket in InfluxDB Cloud. [See the documentation](https://docs.influxdata.com/influxdb3/cloud-serverless/api/v2/#operation/PostWrite),FALSE,TRUE,FALSE +influxdb_cloud-update-bucket,Update Bucket,Updates an existing bucket in InfluxDB Cloud. [See the documentation](https://docs.influxdata.com/influxdb3/cloud-serverless/api/v2/#operation/PatchBucketsID),TRUE,TRUE,FALSE +influxdb_cloud-invoke-script,Invoke Script,Runs a script and returns the result. [See the documentation](https://docs.influxdata.com/influxdb3/cloud-serverless/api/v2/#operation/PostScriptsIDInvoke),FALSE,TRUE,FALSE +nextdoor-create-scheduled-report,Create Scheduled Report,Creates a scheduled report based on the input configuration. Upon a successful request the report will be sent out based on the schedule cadence. [See the documentation](https://developer.nextdoor.com/reference/reporting-scheduled-create).,FALSE,TRUE,FALSE +nextdoor-create-campaign,Create Campaign,Creates a campaign. [See the documentation](https://developer.nextdoor.com/reference/campaign-create).,FALSE,TRUE,FALSE +nextdoor-create-advertiser,Create Advertiser,Creates an advertiser that is tied to the NAM profile the API credentials are tied to. [See the documentation](https://developer.nextdoor.com/reference/advertiser-create).,FALSE,TRUE,FALSE +nextdoor-create-ad,Create Ad,Creates an ad based on the input payload for an existing NAM ad group. [See the documentation](https://developer.nextdoor.com/reference/ad-create).,FALSE,TRUE,FALSE +nextdoor-create-ad-group,Create Ad Group,Creates an ad group based on the input payload for an existing campaign. [See the documentation](https://developer.nextdoor.com/reference/adgroup-create).,FALSE,TRUE,FALSE +getscreenshot-get-website-screenshot,Get Website Screenshot,Capture a screenshot from a live website. [See the documentation](https://docs.rasterwise.com/docs/getscreenshot/api-reference-0/),FALSE,TRUE,TRUE +getscreenshot-get-account-api-usage,Get Account API Usage,Retrieve your current API usage and available quota. [See the documentation](https://docs.rasterwise.com/docs/getscreenshot/api-reference-1/),FALSE,TRUE,TRUE +philips_hue-turn-light-on,Turn Light On,Turns on or off a Philips Hue light or group of lights. [See the documentation](https://developers.meethue.com/develop/hue-api-v2/api-reference/#resource_light__id__put),FALSE,TRUE,FALSE +philips_hue-set-light-color,Set Light Color,Sets the light color of a Philips Hue light. [See the documentation](https://developers.meethue.com/develop/hue-api-v2/api-reference/#resource_light__id__put),TRUE,TRUE,FALSE +philips_hue-activate-scene,Activate Scene,Activates a Philips Hue light scene. [See the documentation](https://developers.meethue.com/develop/hue-api-v2/api-reference/#resource_light__id__put),TRUE,TRUE,FALSE +peerdom-update-role,Update Role,"Update an existing role's attributes such as name, description, or linked domains. [See the documentation](https://api.peerdom.org/v1/docs)",TRUE,TRUE,FALSE +peerdom-create-role,Create Role,Create a new role within a specified circle. [See the documentation](https://api.peerdom.org/v1/docs),FALSE,TRUE,FALSE +peerdom-assign-member-to-role,Assign Member to Role,Assigns a member to a role within a circle using the Peerdom API. [See the documentation](https://api.peerdom.org/v1/docs),TRUE,TRUE,FALSE +ifthenpay-issue-refund,Issue Refund,Issue a full or partial refund for a previously completed payment via Ifthenpay. [See the documentation](https://ifthenpay.com/docs/en/),FALSE,TRUE,FALSE +ifthenpay-create-payment-reference,Create Payment Reference,"Generates a Multibanco or MB WAY payment reference with a specified amount, entity code, and deadline. [See the documentation](https://ifthenpay.com/docs/en/)",FALSE,TRUE,FALSE +google_search_console-submit-url-for-indexing,Submit URL for Indexing,Sends a URL update notification to the Google Indexing API,TRUE,TRUE,FALSE +google_search_console-retrieve-site-performance-data,Retrieve Site Performance Data,Fetches search analytics from Google Search Console for a verified site.,FALSE,TRUE,TRUE +xendit-get-payment-status,Get Payment Status,Get the status of a payment request. [See the documentation](https://developers.xendit.co/api-reference/payments-api/#get-payment-request-by-id),FALSE,TRUE,TRUE +xendit-create-payout,Create Payout,Create a new payout on Xendit platform [See the documentation](https://developers.xendit.co/api-reference/#create-payout),FALSE,TRUE,FALSE +xendit-create-invoice,Create Invoice,Create a new invoice on Xendit platform [See the documentation](https://developers.xendit.co/api-reference/#create-invoice),FALSE,TRUE,FALSE +goodbits-update-subscriber-status,Update Subscriber Status,Update the status of a subscriber. [See the documentation](https://support.goodbits.io/article/115-goodbit-api),TRUE,TRUE,FALSE +goodbits-create-subscriber,Create Subscriber,Create a new subscriber. [See the documentation](https://support.goodbits.io/article/115-goodbit-api),FALSE,TRUE,FALSE +goodbits-create-link,Create Link,Create a new link. [See the documentation](https://support.goodbits.io/article/115-goodbit-api),FALSE,TRUE,FALSE +apollo_io-update-opportunity,Update Opportunity,Updates a new opportunity in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#update-opportunity),TRUE,TRUE,FALSE +apollo_io-update-contact,Update Contact,Updates an existing contact in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#update-a-contact),TRUE,TRUE,FALSE +apollo_io-update-contact-stage,Update Contact Stage,Updates the stage of one or more contacts in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#update-contact-stage),TRUE,TRUE,FALSE +apollo_io-update-account,Update Account,Updates an existing account in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#update-an-account),TRUE,TRUE,FALSE +apollo_io-update-account-stage,Update Account Stage,Updates the stage of one or more accounts in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#update-account-stage),TRUE,TRUE,FALSE +apollo_io-search-sequences,Search For Sequences,Search for sequences in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#search-for-sequences),FALSE,TRUE,TRUE +apollo_io-search-contacts,Search For Contacts,Search for contacts in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#search-for-contacts),FALSE,TRUE,TRUE +apollo_io-people-enrichment,People Enrichment,"Enriches a person's information, the more information you pass in, the more likely we can find a match. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#people-enrichment)",FALSE,TRUE,TRUE +apollo_io-get-opportunity,Get Opportunity,Gets a specific opportunity in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#view-opportunity),FALSE,TRUE,TRUE +apollo_io-create-update-contact,Create Or Update Contact,"Creates or updates a specific contact. If the contact email already exists, it's updated. Otherwise, a new contact is created. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#create-a-contact)",TRUE,TRUE,FALSE +apollo_io-create-opportunity,Create Opportunity,Creates a new opportunity in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#create-opportunity),FALSE,TRUE,FALSE +apollo_io-create-contact,Create Contact,Creates a new contact in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#create-a-contact),FALSE,TRUE,FALSE +apollo_io-create-account,Create Account,Creates a new account in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#create-an-account),FALSE,TRUE,FALSE +apollo_io-add-contacts-to-sequence,Add Contacts to Sequence,Adds one or more contacts to a sequence in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#add-contacts-to-sequence),FALSE,TRUE,FALSE +stripe-create-usage-record,Create a Usage Record,"With metered billing, you charge your customers based on their consumption of your service during the billing cycle, instead of explicitly setting quantities. Use this action to create a usage record for metered billing. [See the docs](https://stripe.com/docs/api/usage_records/create) for more information",FALSE,TRUE,FALSE +elevenlabs-make-outbound-call,Make Outbound Call,Handle an outbound call via Twilio with Elevenlabs. [See the documentation](https://elevenlabs.io/docs/api-reference/conversations/twilio-outbound-call),FALSE,TRUE,FALSE +elevenlabs-list-models,Get Models,Gets a list of available models. [See the documentation](https://docs.elevenlabs.io/api-reference/models-get),FALSE,TRUE,TRUE +elevenlabs-get-voices-with-descriptions,Get Voices with Descriptions,"Fetches all available voices from ElevenLabs, including metadata like name, gender, accent, and category. [See the documentation](https://elevenlabs.io/docs/api-reference/voices/search)",FALSE,TRUE,TRUE +elevenlabs-create-agent,Create Agent,Create an agent in Eleventlabs. [See the documentation](https://elevenlabs.io/docs/api-reference/agents/create-agent),FALSE,TRUE,FALSE +youtube_analytics_api-query-custom-analytics,Query Custom Analytics,"Execute a custom analytics query using specified metrics, dimensions, filters, and date ranges. Requires query parameters to configure. [See the documentation](https://developers.google.com/youtube/analytics/reference/reports/query).",TRUE,TRUE,FALSE +youtube_analytics_api-list-channel-reports,List Channel Reports,Fetch summary analytics reports for a specified youtube channel. Optional filters include date range and report type. [See the documentation](https://developers.google.com/youtube/analytics/reference/reports/query),FALSE,TRUE,TRUE +youtube_analytics_api-get-video-metrics,Get Video Metrics,Retrieve detailed analytics for a specific video. [See the documentation](https://developers.google.com/youtube/analytics/reference/reports/query),FALSE,TRUE,TRUE +modelry-get-product,Get Product,Get details of the product with the specified ID. [See the documentation](https://files.cgtarsenal.com/api/doc/index.html#api-Products-GetProduct),TRUE,TRUE,FALSE +modelry-delete-product,Delete Product,Delete the product with the specified ID. [See the documentation](https://files.cgtarsenal.com/api/doc/index.html#api-Products-DeleteProduct),TRUE,TRUE,FALSE +modelry-create-product,Create Product,Create a new product. [See the documentation](https://files.cgtarsenal.com/api/doc/index.html#api-Products-CreateProduct),TRUE,TRUE,FALSE +todoist-create-task,Create Task,Creates a task. [See the docs here](https://developer.todoist.com/rest/v2/#create-a-new-task),FALSE,TRUE,FALSE +microsoft_excel-update-worksheet-tablerow,Update Worksheet Tablerow,Update the properties of tablerow object. `(Only for work or school account)` [See the documentation](https://learn.microsoft.com/en-us/graph/api/tablerow-update?view=graph-rest-1.0&tabs=http),TRUE,TRUE,FALSE +microsoft_excel-update-cell,Update Cell,Update the value of a specific cell in an Excel worksheet. [See the documentation](https://learn.microsoft.com/en-us/graph/api/range-update?view=graph-rest-1.0&tabs=http),TRUE,TRUE,FALSE +microsoft_excel-get-table-rows,Get Table Rows,Retrieve rows from a specified table in an Excel worksheet. [See the documentation](https://learn.microsoft.com/en-us/graph/api/tablerow-list?view=graph-rest-1.0&tabs=http),FALSE,TRUE,TRUE +microsoft_excel-get-spreadsheet,Get Spreadsheet,Get the values of a specified Excel worksheet. [See the documentation](https://learn.microsoft.com/en-us/graph/api/range-get?view=graph-rest-1.0&tabs=http),FALSE,TRUE,TRUE +microsoft_excel-get-columns,Get Columns,Get the values of the specified columns in an Excel worksheet. [See the documentation](https://learn.microsoft.com/en-us/graph/api/range-get?view=graph-rest-1.0&tabs=http),FALSE,TRUE,TRUE +microsoft_excel-find-row,Find Row,Find a row by column and value in an Excel worksheet. [See the documentation](https://learn.microsoft.com/en-us/graph/api/range-get?view=graph-rest-1.0&tabs=http),FALSE,TRUE,TRUE +microsoft_excel-add-row,Add Row,Insert a new row into a specified Excel worksheet. [See the documentation](https://learn.microsoft.com/en-us/graph/api/range-insert?view=graph-rest-1.0&tabs=http),FALSE,TRUE,FALSE +microsoft_excel-add-a-worksheet-tablerow,Add a Worksheet Tablerow,Adds rows to the end of specific table. [See the documentation](https://learn.microsoft.com/en-us/graph/api/tablerowcollection-add?view=graph-rest-1.0&tabs=http),TRUE,TRUE,FALSE +google_gemini-generate-embeddings,Generate Embeddings,Generate embeddings from text input using Google Gemini. [See the documentation](https://ai.google.dev/gemini-api/docs/embeddings),FALSE,TRUE,TRUE +instantly-update-lead-status,Update Lead Status,Updates the interest status of a lead in a campaign. [See the documentation](https://developer.instantly.ai/api/v2/customtag/toggletagresource),TRUE,TRUE,FALSE +instantly-add-tags-campaign,Add Tags to Campaign,Adds tags to a specific campaign. [See the documentation](https://developer.instantly.ai/api/v2/customtag/toggletagresource),FALSE,TRUE,FALSE +instantly-add-lead-campaign,Add Leads to Campaign,Adds a lead or leads to a campaign for tracking or further actions. [See the documentation](https://developer.instantly.ai/api/v2/lead/moveleads),FALSE,TRUE,FALSE +ringcentral-send-sms,Send SMS,Creates and sends a new text message. See the API docs [here](https://developers.ringcentral.com/api-reference/SMS/createSMSMessage),FALSE,TRUE,FALSE +ringcentral-create-contact,Create Contact,Creates a user personal contact. [See the documentation](https://developers.ringcentral.com/api-reference/External-Contacts/createContact),FALSE,TRUE,FALSE +cogmento-create-task,Create Task,Create a new task in Cogmento CRM. [See the documentation](https://api.cogmento.com/static/swagger/index.html#/Tasks/post_tasks_),TRUE,TRUE,FALSE +cogmento-create-deal,Create Deal,Create a new deal in Cogmento CRM. [See the documentation](https://api.cogmento.com/static/swagger/index.html#/Deals/post_deals_),TRUE,TRUE,FALSE +cogmento-create-contact,Create Contact,Create a new contact in Cogmento CRM. [See the documentation](https://api.cogmento.com/static/swagger/index.html#/Contacts/post_contacts_),TRUE,TRUE,FALSE +upwave-create-card,Create Card,Create a new card. [See the documentation](https://upwavehq.github.io/api/#creating-a-new-card),FALSE,TRUE,FALSE +openrouter-retrieve-available-models,Retrieve Available Models,Returns a list of models available through the API. [See the documentation](https://openrouter.ai/docs/api-reference/list-available-models),FALSE,TRUE,TRUE +speak_ai-upload-media,Upload Media,Upload an audio or video file for transcription and natural language processing into Speak AI. [See the documentation](https://docs.speakai.co/#c6106a66-6a3d-4b05-b4a2-4a68a4c1e95d).,FALSE,TRUE,FALSE +speak_ai-get-transcription,Get Transcription,Retrieve the full transcription of a processed media file. [See the documentation](https://docs.speakai.co/#0b586e5b-6e0a-4b79-b440-e6889a803ccd).,FALSE,TRUE,TRUE +speak_ai-analyze-text,Analyze Text,"Analyzes a block of text for key insights, sentiment, and keyword extraction using Speak Ai's NLP engine. [See the documentation](https://docs.speakai.co/#d65573c9-98ad-4089-93ad-9d0a173fdeea).",FALSE,TRUE,TRUE +firebase_admin_sdk-get-document,Get Document,Retrieves a document from a Firestore collection. [See the documentation](https://firebase.google.com/docs/firestore/query-data/get-data#get_a_document),FALSE,TRUE,TRUE +openphone-update-contact,Update Contact,Update an existing contact on OpenPhone. [See the documentation](https://www.openphone.com/docs/api-reference/contacts/update-a-contact-by-id),TRUE,TRUE,FALSE +openphone-send-message,Send a Text Message,Send a text message from your OpenPhone number to a recipient. [See the documentation](https://www.openphone.com/docs/api-reference/messages/send-a-text-message),FALSE,TRUE,FALSE +openphone-list-phone-numbers,List Phone Numbers,Retrieve the list of phone numbers and users associated with your OpenPhone workspace. [See the documentation](https://www.openphone.com/docs/mdx/api-reference/phone-numbers/list-phone-numbers),FALSE,TRUE,TRUE +openphone-create-contact,Create Contact,Create a new contact in OpenPhone. [See the documentation](https://www.openphone.com/docs/api-reference/contacts/create-a-contact),FALSE,TRUE,FALSE +agentset-search-namespace,Agentset Search Namespace,"Complete retrieval pipeline for RAG with semantic search, filtering, and reranking. [See the documentation](https://docs.agentset.ai/api-reference/endpoint/search)",FALSE,TRUE,TRUE +agentset-create-namespace,Create Namespace,Creates a namespace for the authenticated organization. [See the documentation](https://docs.agentset.ai/api-reference/endpoint/namespaces/create),FALSE,TRUE,FALSE +agentset-create-ingest-job,Create Ingest Job,Create an ingest job for the authenticated organization. [See the documentation](https://docs.agentset.ai/api-reference/endpoint/ingest-jobs/create),FALSE,TRUE,FALSE +slack-find-message,Find Message,Find a Slack message. [See the documentation](https://api.slack.com/methods/search.messages),FALSE,TRUE,FALSE +swell-update-account,Update Account,Update an existing account with the corresponding ID. [See the documentation](https://developers.swell.is/backend-api/accounts/update-an-account),TRUE,TRUE,FALSE +adyntel-tiktok-search,Search TikTok Ads,Search TikTok ads using a keyword. [See the documentation](https://docs.adyntel.com/ad-libraries/tiktok-search),FALSE,TRUE,TRUE +adyntel-meta-ad-search,Meta Ad Search,Searches the Meta ad library. [See the documentation](https://docs.adyntel.com/ad-libraries/meta-ad-search),FALSE,TRUE,TRUE +adyntel-google-ads-by-company,Get Google Ads by Company,Retrieve all Google ads for a given company domain. [See the documentation](https://docs.adyntel.com/ad-libraries/google),FALSE,TRUE,TRUE +hamsa-transcribe-video,Transcribe Video,Automatically transcribe Arabic videos from YouTube URLs or direct links. [See the documentation](https://docs.tryhamsa.com/api-reference/endpoint/transcribe),FALSE,TRUE,FALSE +hamsa-synthesize-voice,Synthesize Voice,Converts text input into artificial speech using Hamsa. [See the documentation](https://docs.tryhamsa.com/api-reference/endpoint/generate-tts),FALSE,TRUE,TRUE +hamsa-list-jobs,List Jobs,Fetch the list of jobs from Hamsa. [See the documentation](https://docs.tryhamsa.com/api-reference/endpoint/get-jobs-list),FALSE,TRUE,TRUE +hamsa-create-content,Create AI Content,Transform transcribed content into various formats for content marketing. [See the documentation](https://docs.tryhamsa.com/api-reference/endpoint/post-ai-content),FALSE,TRUE,FALSE +swell-create-product,Create Product,Create a new product. [See the documentation](https://developers.swell.is/backend-api/products/create-a-product),FALSE,TRUE,FALSE +swell-create-account,Create Account,Create a new customer account. [See the documentation](https://developers.swell.is/backend-api/accounts/create-an-account),FALSE,TRUE,FALSE +trestle-reverse-phone,Reverse Phone,Offers comprehensive verification and enrichment of phone numbers. [See the documentation](https://trestle-api.redoc.ly/Current/tag/Reverse-Phone-API#operation/getPhone),FALSE,TRUE,FALSE +trestle-real-contact,Real Contact,"Verifies and grades phone numbers, emails, and addresses. [See the documentation](https://trestle-api.redoc.ly/Current/tag/Real-Contact-API#operation/realContact)",FALSE,TRUE,FALSE +trestle-phone-validation,Phone Validation,Validates phone numbers and provides phone metadata. [See the documentation](https://trestle-api.redoc.ly/Current/tag/Phone-Validation-API#operation/getPhoneValidation),FALSE,TRUE,FALSE +bloomerang-create-donation,Create Donation,Creates a new donation record in Bloomerang. [See the documentation](https://bloomerang.co/product/integrations-data-management/api/rest-api/),FALSE,TRUE,FALSE +bloomerang-create-constituent,Create Constituent,Creates a new constituent in Bloomerang. [See the documentation](https://bloomerang.co/product/integrations-data-management/api/rest-api/#/Constituents/post_constituent),FALSE,TRUE,FALSE +bloomerang-add-interaction,Add Interaction,Adds an interaction to an existing constituent in Bloomerang. [See the documentation](https://bloomerang.co/product/integrations-data-management/api/rest-api/#/Interactions/post_interaction),FALSE,TRUE,FALSE +lucca-update-user-info,Update User Info,Update profile or HR information for an existing user. [See the documentation](https://developers.lucca.fr/api-reference/legacy/directory/update-a-user-by-id),TRUE,TRUE,FALSE +lucca-approve-leave-request,Approve Or Deny Leave Request,Approve or Deny a pending leave request. [See the documentation](https://developers.lucca.fr/api-reference/legacy/timmi-absences/leave-requests/approve-or-deny-a-leave-request),TRUE,TRUE,FALSE +oracle_cloud_infrastructure-delete-object,Delete Object,Delete an object from a specified Oracle Cloud Infrastructure Object Storage bucket. [See the documentation](https://docs.oracle.com/en-us/iaas/api/#/en/objectstorage/20160918/Object/DeleteObject).,TRUE,TRUE,FALSE +oracle_cloud_infrastructure-create-update-object,Create Or Update Object,Create or update an object in a specified Oracle Cloud Infrastructure Object Storage bucket. [See the documentation](https://docs.oracle.com/en-us/iaas/api/#/en/objectstorage/20160918/Object/PutObject).,TRUE,TRUE,FALSE +mistral_ai-list-models,List Models,Retrieve a list of available Mistral AI models that the user is authorized to access. [See the Documentation](https://docs.mistral.ai/api/#tag/models),FALSE,TRUE,TRUE +mistral_ai-get-batch-job-details,Get Batch Job Details,Get the details of a batch job by its ID. [See the Documentation](https://docs.mistral.ai/api/#tag/batch/operation/jobs_api_routes_batch_get_batch_job),FALSE,TRUE,TRUE +mistral_ai-generate-text,Generate Text,Generate text using Mistral AI models. [See the Documentation](https://docs.mistral.ai/api/#tag/chat/operation/chat_completion_v1_chat_completions_post),FALSE,TRUE,TRUE +mistral_ai-create-embeddings,Create Embeddings,Create new embedding in Mistral AI. [See the Documentation](https://docs.mistral.ai/api/#tag/embeddings),FALSE,TRUE,FALSE +mistral_ai-create-batch-job,Create Batch Job,"Create a new batch job, it will be queued for processing. [See the Documentation](https://docs.mistral.ai/api/#tag/batch/operation/jobs_api_routes_batch_get_batch_jobs)",FALSE,TRUE,FALSE +highlevel_oauth-upsert-contact,Upsert Contact,Creates or updates a contact on HighLevel. [See the documentation](https://highlevel.stoplight.io/docs/integrations/f71bbdd88f028-upsert-contact),TRUE,TRUE,FALSE +highlevel_oauth-update-contact,Update Contact,Updates a selected contact on HighLevel. [See the documentation](https://highlevel.stoplight.io/docs/integrations/9ce5a739d4fb9-update-contact),TRUE,TRUE,FALSE +highlevel_oauth-create-contact,Create Contact,Creates a new contact on HighLevel. [See the documentation](https://highlevel.stoplight.io/docs/integrations/4c8362223c17b-create-contact),FALSE,TRUE,FALSE +highlevel_oauth-add-contact-to-campaign,Add Contact to Campaign,Adds an existing contact to a campaign. [See the documentation](https://highlevel.stoplight.io/docs/integrations/ecf9b5b45deaf-add-contact-to-campaign),FALSE,TRUE,FALSE +docparser-fetch-document-url,Fetch Document by URL,Fetches a document from a provided URL and imports it to Docparser for parsing. [See the documentation](https://docparser.com/api/),FALSE,TRUE,TRUE +cliniko-get-patient,Get Patient,Get the details of a patient by patient ID.,FALSE,TRUE,TRUE +apiverve-whois-lookup,Whois Lookup,Check the registration of a domain name. [See the documentation](https://docs.apiverve.com/api/whoislookup),FALSE,TRUE,TRUE +apiverve-street-address-parser,Street Address Parser,Parse a US street addresses and return the parsed components of the street address provided. [See the documentation](https://docs.apiverve.com/api/streetaddressparser),FALSE,TRUE,TRUE +apiverve-routing-number-lookup,Routing Number Lookup,Lookup routing number information for USA Banks. [See the documentation](https://docs.apiverve.com/api/routinglookup),FALSE,TRUE,TRUE +apiverve-phone-number-validator,Phone Number Validator,Check whether a phone number is valid or not. [See the documentation](https://docs.apiverve.com/api/phonenumbervalidator),FALSE,TRUE,TRUE +apiverve-number-to-words,Number to Words,A simple tool for converting numbers to words. Returns the number in words. [See the documentation](https://docs.apiverve.com/api/numbertowords),FALSE,TRUE,FALSE +apiverve-moon-phases,Moon Phases,Retrieve the moon phase for a given date. [See the documentation](https://docs.apiverve.com/api/moonphases),FALSE,TRUE,TRUE +apiverve-ip-blacklist-lookup,IP Blacklist Lookup,Lookup if an IP address is in a blacklist. [See the documentation](https://docs.apiverve.com/api/ipblacklistlookup),FALSE,TRUE,TRUE +apiverve-get-weather,Get Weather,"Return the temperature, humidity, and more for a given location. [See the documentation](https://docs.apiverve.com/api/weatherforecast)",FALSE,TRUE,TRUE +apiverve-get-dictionary-definition,Get Dictionary Definition,Get the definition of a word. [See the documentation](https://docs.apiverve.com/api/dictionary),FALSE,TRUE,TRUE +apiverve-dns-lookup,DNS Lookup,Look up the DNS records of a domain. [See the documentation](https://docs.apiverve.com/api/dnslookup),FALSE,TRUE,TRUE +vectorshift-run-pipeline,Run Pipeline,Executes a VectorShift pipeline with specified inputs. [See the documentation](https://docs.vectorshift.ai/api-reference/pipelines/run),FALSE,TRUE,FALSE +vectorshift-create-pipeline,Create Pipeline,Creates a new pipeline in VectorShift. [See the documentation](https://docs.vectorshift.ai),FALSE,TRUE,FALSE +vectorshift-add-data-to-knowledge-base,Add Data to Knowledge Base,Adds data to a knowledge base in VectorShift. [See the documentation](https://docs.vectorshift.ai/api-reference/knowledge-bases/index).,TRUE,TRUE,FALSE +connectwise_psa-create-ticket,Create Ticket,Creates a new ticket in Connectwise. [See the documentation](https://developer.connectwise.com/Products/ConnectWise_PSA/REST#/Tickets/postServiceTickets),FALSE,TRUE,FALSE +connectwise_psa-create-contact,Create Contact,Creates a new contact in Connectwise. [See the documentation](https://developer.connectwise.com/Products/ConnectWise_PSA/REST#/Contacts/postCompanyContacts),FALSE,TRUE,FALSE +splunk_http_event_collector-send-event,Send Event,Sends an event to Splunk HTTP Event Collector. [See the documentation](https://docs.splunk.com/Documentation/Splunk/8.2.0/RESTREF/RESTinput#services.2Fcollector.2Fevent),FALSE,TRUE,FALSE +splunk_http_event_collector-send-batch-events,Send Batch Events,Sends multiple events in a single request to the Splunk HTTP Event Collector. [See the documentation](https://docs.splunk.com/Documentation/Splunk/8.2.0/RESTREF/RESTinput#services.2Fcollector.2Fraw),FALSE,TRUE,FALSE +splunk_http_event_collector-check-health,Check Splunk HTTP Event Collector Health,Checks the health status of the Splunk HTTP Event Collector to ensure it is available and ready to receive events. [See the documentation](https://docs.splunk.com/Documentation/Splunk/8.2.0/RESTREF/RESTinput#services.2Fcollector.2Fhealth),FALSE,TRUE,TRUE +quriiri-send-message,Send Message,Sends an SMS message using the Quriiri API. [See the documentation](https://docs.quriiri.fi/docs/quriiri/send-sms/operations/create-a),FALSE,TRUE,FALSE +cloudflare_browser_rendering-scrape,Scrape,"Get meta attributes like height, width, text and others of selected elements. [See the documentation](https://developers.cloudflare.com/api/resources/browser_rendering/subresources/scrape/methods/create/)",FALSE,TRUE,FALSE +cloudflare_browser_rendering-get-html-content,Get HTML Content,Fetches rendered HTML content from provided URL or HTML. [See the documentation](https://developers.cloudflare.com/api/resources/browser_rendering/subresources/content/),FALSE,TRUE,TRUE +brosix-send-message,Send Message,Send a message with Brosix. [See the documentation](https://help.brosix.com/notifications-api/),FALSE,TRUE,FALSE +brillium-list-topics,List Topics,Retrieve all Topics for an Assessment. [See the documentation](https://support.brillium.com/en-us/knowledgebase/article/KA-01063),FALSE,TRUE,TRUE +brillium-list-respondents,List Respondents,Retrieve all Respondents for a Brillium account. [See the documentation](https://support.brillium.com/en-us/knowledgebase/article/KA-01061),FALSE,TRUE,TRUE +brillium-list-respondent-results,List Respondent Results,Retrieves results for a respondent. [See the documentation](https://support.brillium.com/en-us/knowledgebase/article/KA-01073),FALSE,TRUE,TRUE +brillium-list-questions,List Questions,Retrieve all Questions for an Assessment. [See the documentation](https://support.brillium.com/en-us/knowledgebase/article/KA-01071),FALSE,TRUE,TRUE +brillium-list-assessments,List Assessments,Retrieve all Assessments for a Brillium account. [See the documentation](https://support.brillium.com/en-us/knowledgebase/article/KA-01063),FALSE,TRUE,TRUE +genderize-get-gender-from-name,Get Gender From Name,Check the statistical probability of a name being male or female. [See the documentation](https://genderize.io/documentation#basic-usage),FALSE,TRUE,TRUE +slack-update-profile,Update Profile,Update basic profile field such as name or title. [See the documentation](https://api.slack.com/methods/users.profile.set),TRUE,TRUE,FALSE +slack-update-message,Update Message,Update a message. [See the documentation](https://api.slack.com/methods/chat.update),TRUE,TRUE,FALSE +slack-update-group-members,Update Groups Members,Update the list of users for a User Group. [See the documentation](https://api.slack.com/methods/usergroups.users.update),TRUE,TRUE,FALSE +slack-set-status,Set Status,Set the current status for a user. [See the documentation](https://api.slack.com/methods/users.profile.set),TRUE,TRUE,FALSE +slack-set-channel-topic,Set Channel Topic,Set the topic on a selected channel. [See the documentation](https://api.slack.com/methods/conversations.setTopic),TRUE,TRUE,FALSE +slack-set-channel-description,Set Channel Description,Change the description or purpose of a channel. [See the documentation](https://api.slack.com/methods/conversations.setPurpose),TRUE,TRUE,FALSE +slack-send-message,Send Message,"Send a message to a user, group, private channel or public channel. [See the documentation](https://api.slack.com/methods/chat.postMessage)",FALSE,TRUE,FALSE +slack-send-message-to-user-or-group,Send Message to User or Group,Send a message to a user or group. [See the documentation](https://api.slack.com/methods/chat.postMessage),FALSE,TRUE,FALSE +slack-send-message-to-channel,Send Message to Channel,Send a message to a public or private channel. [See the documentation](https://api.slack.com/methods/chat.postMessage),FALSE,TRUE,FALSE +slack-send-message-advanced,Send Message (Advanced),"Customize advanced setttings and send a message to a channel, group or user. See [postMessage](https://api.slack.com/methods/chat.postMessage) or [scheduleMessage](https://api.slack.com/methods/chat.scheduleMessage) docs here",FALSE,TRUE,FALSE +slack-send-large-message,Send a Large Message (3000+ characters),"Send a large message (more than 3000 characters) to a channel, group or user. See [postMessage](https://api.slack.com/methods/chat.postMessage) or [scheduleMessage](https://api.slack.com/methods/chat.scheduleMessage) docs here",FALSE,TRUE,FALSE +slack-send-block-kit-message,Build and Send a Block Kit Message,"Configure custom blocks and send to a channel, group, or user. [See the documentation](https://api.slack.com/tools/block-kit-builder).",TRUE,TRUE,FALSE +slack-reply-to-a-message,Reply to a Message Thread,Send a message as a threaded reply. See [postMessage](https://api.slack.com/methods/chat.postMessage) or [scheduleMessage](https://api.slack.com/methods/chat.scheduleMessage) docs here,FALSE,TRUE,FALSE +slack-list-users,List Users,Return a list of all users in a workspace. [See the documentation](https://api.slack.com/methods/users.list),FALSE,TRUE,TRUE +slack-list-replies,List Replies,Retrieve a thread of messages posted to a conversation. [See the documentation](https://api.slack.com/methods/conversations.replies),FALSE,TRUE,TRUE +slack-list-members-in-channel,List Members in Channel,Retrieve members of a channel. [See the documentation](https://api.slack.com/methods/conversations.members),FALSE,TRUE,TRUE +slack-list-group-members,List Group Members,List all users in a User Group. [See the documentation](https://api.slack.com/methods/usergroups.users.list),FALSE,TRUE,TRUE +slack-list-files,List Files,Return a list of files within a team. [See the documentation](https://api.slack.com/methods/files.list),FALSE,TRUE,TRUE +slack-list-channels,List Channels,Return a list of all channels in a workspace. [See the documentation](https://api.slack.com/methods/conversations.list),FALSE,TRUE,TRUE +slack-kick-user,Kick User,Remove a user from a conversation. [See the documentation](https://api.slack.com/methods/conversations.kick),TRUE,TRUE,FALSE +slack-invite-user-to-channel,Invite User to Channel,Invite a user to an existing channel. [See the documentation](https://api.slack.com/methods/conversations.invite),FALSE,TRUE,FALSE +slack-get-file,Get File,Return information about a file. [See the documentation](https://api.slack.com/methods/files.info),FALSE,TRUE,TRUE +slack-find-user-by-email,Find User by Email,Find a user by matching against their email. [See the documentation](https://api.slack.com/methods/users.lookupByEmail),FALSE,TRUE,TRUE +slack-delete-message,Delete Message,Delete a message. [See the documentation](https://api.slack.com/methods/chat.delete),TRUE,TRUE,FALSE +slack-delete-file,Delete File,Delete a file. [See the documentation](https://api.slack.com/methods/files.delete),TRUE,TRUE,FALSE +slack-create-reminder,Create Reminder,Create a reminder. [See the documentation](https://api.slack.com/methods/reminders.add),FALSE,TRUE,FALSE +slack-create-channel,Create a Channel,Create a new channel. [See the documentation](https://api.slack.com/methods/conversations.create),FALSE,TRUE,FALSE +slack-archive-channel,Archive Channel,Archive a channel. [See the documentation](https://api.slack.com/methods/conversations.archive),TRUE,TRUE,FALSE +slack-approve-workflow,Approve Workflow,Suspend the workflow until approved by a Slack message. [See the documentation](https://pipedream.com/docs/code/nodejs/rerun#flowsuspend),TRUE,TRUE,FALSE +slack-add-emoji-reaction,Add Emoji Reaction,Add an emoji reaction to a message. [See the documentation](https://api.slack.com/methods/reactions.add),FALSE,TRUE,FALSE +aircall-create-contact,Create Contact,Create a contact in Aircall. [See the documentation](https://developer.aircall.io/api-references/#create-a-contact),FALSE,TRUE,FALSE +fireflies-find-recent-meeting,Find Recent Meeting,Retrieves the most recent meeting for a user. [See the documentation](https://docs.fireflies.ai/graphql-api/query/user),FALSE,TRUE,TRUE +fireflies-find-meeting-by-id,Find Meeting by ID,Locates a specific user meeting by its unique ID. [See the documentation](https://docs.fireflies.ai/graphql-api/query/transcript),FALSE,TRUE,TRUE +fullenrich-get-current-credit-balance,Get Current Credit Balance,Provides the current balance of credits available in your workspace. [See the documentation](https://docs.fullenrich.com/getcredit).,FALSE,TRUE,TRUE +fullenrich-check-if-api-key-is-valid,Check If API Key Is Valid,Check if the FullEnrich API key is valid. [See the documentation](https://docs.fullenrich.com/checkkey).,FALSE,TRUE,TRUE +splunk-run-search,Run Search,Executes a Splunk search query and returns the results. [See the documentation](https://docs.splunk.com/Documentation/Splunk/9.4.1/RESTREF/RESTsearch#search.2Fjobs),FALSE,TRUE,FALSE +splunk-get-search-job-status,Get Search Job Status,Retrieve the status of a previously executed Splunk search job. [See the documentation](https://docs.splunk.com/Documentation/Splunk/9.4.1/RESTREF/RESTsearch#search.2Fjobs),FALSE,TRUE,TRUE +splunk-create-event,Create Event,Sends a new event to a specified Splunk index. [See the documentation](https://docs.splunk.com/Documentation/Splunk/9.4.1/RESTREF/RESTinput#receivers.2Fsimple),TRUE,TRUE,FALSE +neo4j_auradb-run-query,Run Cypher Query,Executes a Cypher query against the Neo4j AuraDB instance. [See the documentation](https://neo4j.com/docs/query-api/current/query/),FALSE,TRUE,FALSE +neo4j_auradb-create-relationship,Create Relationship,Creates a relationship between two existing nodes. [See the documentation](https://neo4j.com/docs/query-api/current/query/),FALSE,TRUE,FALSE +neo4j_auradb-create-node,Create Node,Creates a new node in the Neo4j AuraDB instance. [See the documentation](https://neo4j.com/docs/query-api/current/query/),FALSE,TRUE,FALSE +autobound-write-personalized-content,Write Personalized Content,Write personalized content using Autobound. [See the documentation](https://autobound-api.readme.io/docs/generate-personalized-content-copy),FALSE,TRUE,TRUE +pipedream_utils-schedule-task-in-future,Helper Functions - Pipedream Task Scheduler - Schedule Task,Schedule a task with an existing task scheduler source. See [here](https://pipedream.com/apps/pipedream/triggers/new-scheduled-tasks) for more details.,FALSE,TRUE,FALSE +helper_functions-schedule-task-in-future,Pipedream Task Scheduler - Schedule Task,Schedule a task with an existing task scheduler source. See [here](https://pipedream.com/apps/pipedream/triggers/new-scheduled-tasks) for more details.,FALSE,TRUE,FALSE +evernote-update-note,Update Note,Updates an existing note in Evernote. [See the documentation](https://dev.evernote.com/doc/reference/NoteStore.html#Fn_NoteStore_updateNote),TRUE,TRUE,FALSE +evernote-create-notebook,Create Notebook,Creates a new notebook in Evernote. [See the documentation](https://dev.evernote.com/doc/reference/NoteStore.html#Fn_NoteStore_createNotebook),FALSE,TRUE,FALSE +evernote-create-note,Create Note,Creates a new note in Evernote. [See the documentation](https://dev.evernote.com/doc/reference/NoteStore.html#Fn_NoteStore_createNote),FALSE,TRUE,FALSE +navigatr-issue-badge,Issue Badge,Issue a badge to a recipient. [See the documentation](https://api.navigatr.app/docs#/Badge/issue_badge_v1_badge__badge_id__issue_put),FALSE,TRUE,FALSE +procore-create-timesheet,Create Timesheet,Create a new timesheet. [See the documentation](https://developers.procore.com/reference/rest/timesheets?version=latest#create-timesheet).,FALSE,TRUE,FALSE +procore-create-submittal,Create Submittal,Create a new submittal. [See the documentation](https://developers.procore.com/reference/rest/submittals?version=latest#create-submittal).,FALSE,TRUE,FALSE +procore-create-rfi,Create RFI,Create a new RFI. [See the documentation](https://developers.procore.com/reference/rest/rfis?version=latest#create-rfi).,FALSE,TRUE,FALSE +procore-create-manpower-log,Create Manpower Log,Create a new manpower log. [See the documentation](https://developers.procore.com/reference/rest/manpower-logs?version=latest#create-manpower-log).,FALSE,TRUE,FALSE +procore-create-incident,Create Incident,Create a new incident. [See the documentation](https://developers.procore.com/reference/rest/incidents?version=latest#create-incident).,FALSE,TRUE,FALSE +domain_group-create-residential-listing,Create Residential Listing,Creates a new residential listing. [See the documentation](https://developer.domain.com.au/docs/latest/apis/pkg_listing_management/references/listings_upsertresidentiallisting/),FALSE,TRUE,FALSE +domain_group-create-commercial-listing,Create Commercial Listing,Creates a new commercial listing. [See the documentation](https://developer.domain.com.au/docs/latest/apis/pkg_listing_management/references/listings_upsertcommerciallisting/).,FALSE,TRUE,FALSE +domain_group-create-business-listing,Create Business Listing,Creates a new business listing. [See the documentation](https://developer.domain.com.au/docs/latest/apis/pkg_listing_management/references/listings_upsertbusinesslisting/).,FALSE,TRUE,FALSE +calendly_v2-list-webhook-subscriptions,List Webhook Subscriptions,Get a list of Webhook Subscriptions for an Organization or User with a UUID.,FALSE,TRUE,TRUE +sendgrid-validate-email,Validate Email,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),FALSE,TRUE,TRUE +sendgrid-search-contacts,Search Contacts,Searches contacts with a SGQL query. [See the docs here](https://docs.sendgrid.com/api-reference/contacts/search-contacts),FALSE,TRUE,TRUE +sendgrid-remove-contact-from-list,Remove Contact From List,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),TRUE,TRUE,FALSE +sendgrid-list-global-suppressions,List Global Suppressions,Allows you to get a list of all email address that are globally suppressed. [See the docs here](https://docs.sendgrid.com/api-reference/suppressions-global-suppressions/retrieve-all-global-suppressions),FALSE,TRUE,TRUE +sendgrid-list-blocks,List Blocks,Allows you to list all email addresses that are currently on your blocks list. [See the docs here](https://docs.sendgrid.com/api-reference/blocks-api/retrieve-all-blocks),FALSE,TRUE,TRUE +sendgrid-get-contact-lists,Get Contact Lists,Allows you to get details of your contact lists. [See the docs here](https://docs.sendgrid.com/api-reference/lists/get-all-lists),FALSE,TRUE,TRUE +sendgrid-get-all-bounces,Get All Bounces,Allows you to get all of your bounces. [See the docs here](https://docs.sendgrid.com/api-reference/bounces-api/retrieve-all-bounces),FALSE,TRUE,TRUE +sendgrid-get-a-global-suppression,Get A Global Suppression,Gets a global suppression. [See the docs here](https://docs.sendgrid.com/api-reference/suppressions-global-suppressions/retrieve-a-global-suppression),FALSE,TRUE,TRUE +sendgrid-get-a-block,Get a Block,Gets a specific block. [See the docs here](https://docs.sendgrid.com/api-reference/blocks-api/retrieve-a-specific-block),FALSE,TRUE,TRUE +sendgrid-delete-list,Delete List,Allows you to delete a specific contact list. [See the docs here](https://docs.sendgrid.com/api-reference/lists/delete-a-list),TRUE,TRUE,FALSE +sendgrid-delete-global-suppression,Delete Global Suppression,Allows you to remove an email address from the global suppressions group. [See the docs here](https://docs.sendgrid.com/api-reference/suppressions-global-suppressions/delete-a-global-suppression),TRUE,TRUE,FALSE +sendgrid-delete-contacts,Delete Contacts,Allows you to delete one or more contacts. [See the docs here](https://docs.sendgrid.com/api-reference/contacts/delete-contacts),TRUE,TRUE,FALSE +sendgrid-delete-bounces,Delete Bounces,Allows you to delete all emails on your bounces list. [See the docs here](https://docs.sendgrid.com/api-reference/bounces-api/delete-bounces),TRUE,TRUE,FALSE +sendgrid-delete-blocks,Delete Blocks,Allows you to delete all email addresses on your blocks list. [See the docs here](https://docs.sendgrid.com/api-reference/blocks-api/delete-blocks),TRUE,TRUE,FALSE +sendgrid-create-send,Create Send,Create a single send. [See the docs here](https://www.twilio.com/docs/sendgrid/api-reference/single-sends/create-single-send),FALSE,TRUE,FALSE +sendgrid-create-contact-list,Create Contact List,Allows you to create a new contact list. [See the docs here](https://docs.sendgrid.com/api-reference/lists/create-list),FALSE,TRUE,FALSE +sendgrid-add-or-update-contact,Add or Update Contact,Adds or updates a contact. [See the docs here](https://docs.sendgrid.com/api-reference/contacts/add-or-update-a-contact),TRUE,TRUE,FALSE +sendgrid-add-email-to-global-suppression,Add Email to Global Suppression,Allows you to add one or more email addresses to the global suppressions group. [See the docs here](https://sendgrid.api-docs.io/v3.0/suppressions-global-suppressions/add-recipient-addresses-to-the-global-suppression-group),FALSE,TRUE,FALSE +calendarhero-list-meetings,List Meetings,Get the user's meetings within a timeframe. [See the documentation](https://api.calendarhero.com/documentation#/meeting/getMeeting).,FALSE,TRUE,TRUE +calendarhero-list-meeting-types,List Meeting Types,Get the user's meeting types. [See the documentation](https://api.calendarhero.com/documentation#/user/getUserMeeting).,FALSE,TRUE,TRUE +pipedream_utils-xml-to-json,Helper Functions - XML to JSON,See [xml-js](https://github.com/nashwaan/xml-js),FALSE,TRUE,FALSE +pipedream_utils-url-encode,Formatting - [Text] Encode URL,Encode a string as a URL,FALSE,TRUE,FALSE +pipedream_utils-url-decode,Formatting - [Text] Decode URL,Decode a URL string,FALSE,TRUE,FALSE +pipedream_utils-trim-whitespace,Formatting - [Text] Trim Whitespace,Removes leading and trailing whitespace,FALSE,TRUE,FALSE +pipedream_utils-trigger-workflow,Helper Functions - Trigger Workflow,Trigger another Pipedream workflow in your workspace.,FALSE,TRUE,FALSE +pipedream_utils-transform-case,Formatting - [Text] Transform Case,Transform case for a text input,FALSE,TRUE,FALSE +pipedream_utils-split-text,Formatting - [Text] Split Text,Split the text on a character or word and return one or all segments,FALSE,TRUE,FALSE +pipedream_utils-set-default-value,Formatting - [Text] Set Default Value,Return a default value if the text is empty,TRUE,TRUE,FALSE +pipedream_utils-send-to-s3,Helper Functions - Send to Amazon S3,Send data to Amazon S3 using Pipedream's destination integration. See https://docs.pipedream.com/destinations/s3/,FALSE,TRUE,FALSE +pipedream_utils-send-email-with-nodemailer,Helper Functions - Send email with Nodemailer,Sends an email using the nodemailer package,FALSE,TRUE,FALSE +pipedream_utils-replace-text,Formatting - [Text] Replace Text,"Replace all instances of any character, word or phrase in the text with another character, word or phrase.",TRUE,TRUE,FALSE +pipedream_utils-random-item-from-list,Helper Functions - Random Item(s) from List,Returns a randomly selected value(s) from a user-defined list of options.,FALSE,TRUE,TRUE +pipedream_utils-random-integer,Helper Functions - Random Integer,Generate a random integer (whole number). Useful for random delays.,FALSE,TRUE,TRUE +pipedream_utils-prettify-json,Helper Functions - Pretty Print JSON,Pretty print a JavaScript object or value,FALSE,TRUE,FALSE +pipedream_utils-parse-json,Formatting - [Data] Parse JSON,Parse a JSON string,FALSE,TRUE,TRUE +pipedream_utils-html-to-markdown,Helper Functions - HTML to Markdown,Convert via turndown,FALSE,TRUE,TRUE +pipedream_utils-get-time-in-specific-timezone,Helper Functions - Get Time in Timezone,"Given an ISO 8601 timestamp, and a timezone, convert the time to the target timezone.",FALSE,TRUE,TRUE +pipedream_utils-get-iso-string-n-days-ago,Helper Functions - Get ISO String N Days Ago,Returns an ISO string (UTC TZ) N days ago,FALSE,TRUE,TRUE +pipedream_utils-get-current-time-in-specific-timezone,Helper Functions - Get Current Time in Timezone,"Returns the current time, tied to this workflow invocation, in the target timezone",FALSE,TRUE,TRUE +pipedream_utils-get-coutry-name-by-code-iso,"Helper Functions - Country name, given code (2-letter)",Return the country name (in English) when given the 2-letter country code,FALSE,TRUE,TRUE +pipedream_utils-format-number,Formatting - [Numbers] Format Number,Format a number to a new style. Does not perform any rounding or padding of the number.,FALSE,TRUE,TRUE +pipedream_utils-format-iso8601-datetime,Helper Functions - Format ISO8601 Date/Time for Google Sheets,"Use the moment.js npm package to format an ISO8601 date/time as Google Sheets friendly formats. This action exports an object with compound date/time, date-only, and time-only values.",FALSE,TRUE,TRUE +pipedream_utils-format-currency,Formatting - [Numbers] Format Currency,Format a number as a currency,FALSE,TRUE,TRUE +pipedream_utils-extract-url,Formatting - [Text] Extract URL,Find a web URL out of a text field. Finds the first URL only.,FALSE,TRUE,TRUE +pipedream_utils-extract-phone-number,Formatting - [Text] Extract Phone Number,Find a complete phone number out of a text field. Finds the first number only.,FALSE,TRUE,TRUE +pipedream_utils-extract-number,Formatting - [Text] Extract Number,Find a number out of a text field. Finds the first number only.,FALSE,TRUE,TRUE +pipedream_utils-extract-email-address,Formatting - [Text] Extract Email Address,Find an email address out of a text field. Finds the first email address only.,FALSE,TRUE,TRUE +pipedream_utils-export-variables,Helper Functions - Export Variables,Export variables for use in your workflow,FALSE,TRUE,TRUE +pipedream_utils-date-time-format,Formatting - [Date/Time] Format,"Format a date string to another date string. For more examples on formatting, see the [Sugar Date Format](https://sugarjs.com/dates/#/Formatting) documentation.",FALSE,TRUE,TRUE +pipedream_utils-convert-object-to-json-string,Helper Functions - Convert JavaScript Object to JSON String,"Accepts a JavaScript object, returns that object converted to a JSON string",FALSE,TRUE,TRUE +pipedream_utils-convert-markdown-to-html,Formatting - [Text] Convert Markdown to HTML,Convert Markdown text to HTML,FALSE,TRUE,TRUE +pipedream_utils-convert-json-to-string,Formatting - [Data] Convert JSON to String,Convert an object to a JSON format string,FALSE,TRUE,TRUE +pipedream_utils-convert-html-to-text,Formatting - [Text] Convert HTML to text,Convert valid HTML to text,FALSE,TRUE,TRUE +pipedream_utils-convert-html-to-slack-mrkdwn,Helper Functions - Convert HTML to Slack mrkdwn format,Converts an HTML string to the Slack mrkdwn format using,FALSE,TRUE,TRUE +pipedream_utils-convert-html-to-markdown,Formatting - [Text] Convert HTML to Markdown,Convert valid HTML to Markdown text,FALSE,TRUE,TRUE +pipedream_utils-convert-currency,Helper Functions - Convert Currency,Convert an amount between currencies. [See the documentation](https://www.frankfurter.app/docs/),FALSE,TRUE,TRUE +pipedream_utils-compare-dates,Formatting - [Date/Time] Compare Dates,"Get the duration between two dates in days, hours, minutes, and seconds along with checking if they are the same.",FALSE,TRUE,TRUE +pipedream_utils-compare-arrays,Helper Functions - Compare Arrays,"Get the difference, intersection, union, or symetric difference of two arrays/sets.",FALSE,TRUE,TRUE +pipedream_utils-base64-decode-string,Helper Functions - Base64 Decode String,"Accepts a base64-encoded string, returns a decoded UTF-8 string",FALSE,TRUE,FALSE +pipedream_utils-add-subtract-time,Formatting - [Date/Time] Add/Subtract Time,Add or subtract time from a given input,FALSE,TRUE,FALSE +geckoboard-delete-dataset,Delete Dataset,Delete the specified dataset. [See the documentation](https://developer.geckoboard.com/?#delete-a-dataset),TRUE,TRUE,FALSE +geckoboard-create-dataset,Create Dataset,Create a new dataset. [See the documentation](https://developer.geckoboard.com/?#find-or-create-a-new-dataset),FALSE,TRUE,FALSE +geckoboard-append-to-dataset,Append to Dataset,Append data to the specified dataset. [See the documentation](https://developer.geckoboard.com/?#append-data-to-a-dataset),FALSE,TRUE,FALSE +data_stores-get-record-or-create,Get record (or create one if not found),Get a single record in your [Pipedream Data Store](https://pipedream.com/data-stores/) or create one if it doesn't exist.,FALSE,TRUE,FALSE +gem-create-candidate,Create Candidate,Creates a new candidate in Gem. [See the documentation](https://api.gem.com/v0/reference#tag/Candidates/paths/~1v0~1candidates/post),FALSE,TRUE,FALSE +klipy-search-stickers,Search Stickers,Search and retrieve stickers from Klipy's database. [See the documentation](https://docs.klipy.com/stickers-api/stickers-search-api).,FALSE,TRUE,TRUE +klipy-search-gifs,Search GIFs,Search and retrieve GIFs from Klipy's database. [See the documentation](https://docs.klipy.com/gifs-api/gifs-search-api),FALSE,TRUE,TRUE +klipy-search-clips,Search Clips,Search and retrieve clips from Klipy's database. [See the documentation](https://docs.klipy.com/clips-api/clips-search-api),FALSE,TRUE,TRUE +klipy-get-sticker-by-slug,Get Sticker By Slug,Get a specific Sticker idendified by its slug. [See the documentation](https://docs.klipy.com/stickers-api/stickers-search-api).,FALSE,TRUE,TRUE +klipy-get-gif-by-slug,Get GIF by Slug,Get a specific GIF idendified by its slug. [See the documentation](https://docs.klipy.com/gifs-api/gifs-search-api),FALSE,TRUE,TRUE +klipy-get-clip-by-slug,Get Clip by Slug,Get a specific Clip idendified by its slug. [See the documentation](https://docs.klipy.com/clips-api/clips-search-api),FALSE,TRUE,TRUE +data_stores-delete-single-record,Delete a single record,Delete a single record in your [Pipedream Data Store](https://pipedream.com/data-stores/).,TRUE,TRUE,FALSE +taxjar-validate-address,Validate Address,Validates a customer address and returns back a collection of address matches. [See the documentation](https://developers.taxjar.com/api/reference/#post-validate-an-address),FALSE,TRUE,FALSE +taxjar-create-customer,Create Customer,Creates a new customer at TaxJar. [See the documentation](https://developers.taxjar.com/api/reference/#post-create-a-customer),FALSE,TRUE,FALSE +taxjar-calculate-sales-tax,Calculate Sales Tax,Shows the sales tax that should be collected for a given order. [See the documentation](https://developers.taxjar.com/api/reference/#taxes),FALSE,TRUE,TRUE +mailerlite-update-subscriber,Update Subscriber,Updates single active subscriber. [See the documentation](https://developers.mailerlite.com/docs/subscribers.html#create-update-subscriber),TRUE,TRUE,FALSE +shopify-update-product,Update Product,Update an existing product. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/productUpdate),TRUE,TRUE,FALSE +shopify-update-product-variant,Update Product Variant,Update an existing product variant. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/productVariantsBulkUpdate),TRUE,TRUE,FALSE +shopify-update-page,Update Page,Update an existing page. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/pageUpdate),TRUE,TRUE,FALSE +shopify-update-metaobject,Update Metaobject,Updates a metaobject. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/metaobjectUpdate),TRUE,TRUE,FALSE +shopify-update-metafield,Update Metafield,Updates a metafield belonging to a resource. [See the documentation](),TRUE,TRUE,FALSE +shopify-update-inventory-level,Update Inventory Level,Sets the inventory level for an inventory item at a location. [See the documenation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/inventorySetOnHandQuantities),TRUE,TRUE,FALSE +shopify-update-article,Update Article,Update a blog article. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/articleUpdate),TRUE,TRUE,FALSE +shopify-search-products,Search for Products,Search for products. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/queries/products),FALSE,TRUE,TRUE +shopify-search-product-variant,Search for Product Variant,Search for product variants or create one if not found. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/queries/productVariants),FALSE,TRUE,FALSE +shopify-search-custom-collection-by-name,Search Custom Collection by Name,Search for a custom collection by name/title. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/queries/collections),FALSE,TRUE,TRUE +shopify-get-pages,Get Pages,Retrieve a list of all pages. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/queries/pages),FALSE,TRUE,TRUE +shopify-get-metaobjects,Get Metaobjects,Retrieves a list of metaobjects. [See the documentation](https://shopify.dev/docs/api/admin-graphql/unstable/queries/metaobjects),FALSE,TRUE,TRUE +shopify-get-metafields,Get Metafields,Retrieves a list of metafields that belong to a resource. [See the documentation](https://shopify.dev/docs/api/admin-graphql/unstable/queries/metafields),FALSE,TRUE,TRUE +shopify-get-articles,Get Articles,Retrieve a list of all articles from a blog. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/queries/articles),FALSE,TRUE,TRUE +shopify-delete-page,Delete Page,Delete an existing page. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/pageDelete),TRUE,TRUE,FALSE +shopify-delete-metafield,Delete Metafield,Deletes a metafield belonging to a resource. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/metafieldsDelete),TRUE,TRUE,FALSE +shopify-delete-blog,Delete Blog,Delete an existing blog. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/blogDelete),TRUE,TRUE,FALSE +shopify-delete-article,Delete Article,Delete an existing blog article. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/articleDelete),TRUE,TRUE,FALSE +shopify-create-smart-collection,Create Smart Collection,Creates a smart collection. You can fill in any number of rules by selecting more than one option in each prop.[See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/collectionCreate),FALSE,TRUE,FALSE +shopify-create-product,Create Product,Create a new product. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/productCreate),FALSE,TRUE,FALSE +shopify-create-product-variant,Create Product Variant,Create a new product variant. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/productVariantsBulkCreate),FALSE,TRUE,FALSE +shopify-create-page,Create Page,Create a new page. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/pageCreate),FALSE,TRUE,FALSE +shopify-create-metaobject,Create Metaobject,Creates a metaobject. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/metaobjectCreate),FALSE,TRUE,FALSE +shopify-create-metafield,Create Metafield,Creates a metafield belonging to a resource. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/metafieldDefinitionCreate),FALSE,TRUE,FALSE +shopify-create-custom-collection,Create Custom Collection,Create a new custom collection. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/collectionCreate),FALSE,TRUE,FALSE +shopify-create-blog,Create Blog,Create a new blog. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/blogCreate),FALSE,TRUE,FALSE +shopify-create-article,Create Article,Create a new blog article. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/articleCreate),FALSE,TRUE,FALSE +shopify-add-tags,Add Tags,Add tags. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/tagsAdd),FALSE,TRUE,FALSE +shopify-add-product-to-custom-collection,Add Products to Custom Collection,Adds a product or products to a custom collection. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/collectionAddProductsV2),FALSE,TRUE,FALSE +charthop-update-employee-details,Update Employee Details,Updates an existing employee's details. [See the documentation](https://api.charthop.com/swagger#/user/updateUser),TRUE,TRUE,FALSE +charthop-search-organization,Search Organization,"Return people, job, group, and field data for a particular org that match a provided search string. [See the documentation](https://api.charthop.com/swagger#/search/searchOrgData)",FALSE,TRUE,TRUE +charthop-create-employee,Create Employee,Adds a new employee to the system. [See the documentation](https://api.charthop.com/swagger#/person/createPerson),FALSE,TRUE,FALSE +needle-search-collection,Search Collection,Search a collection for relevant data chunks based on a query. [See the documentation](https://docs.needle-ai.com/docs/api-reference/search-collection/).,FALSE,TRUE,TRUE +engage-create-user,Create User,Adds a new user to your Engage account. Use this to sync customer data with Engage. [See the documentation](https://docs.engage.so/en-us/a/62bbdd015bfea4dca4834042-users#create-a-user),TRUE,TRUE,FALSE +engage-add-event,Add Event,Adds user events to Engage. [See the documentation](https://docs.engage.so/en-us/a/62bbdd015bfea4dca4834042-users#track-user-event),FALSE,TRUE,FALSE +engage-add-customer,Add Customer,Adds Customer to Accounts. [See the documentation](https://docs.engage.so/en-us/a/62bbdd015bfea4dca4834042-users#add-customer-to-accounts),FALSE,TRUE,FALSE +hr_cloud-update-employee,Update Employee,Update an existing employee. [See the documentation](https://help.hrcloud.com/api/#/employee#PUT_employee),TRUE,TRUE,FALSE +hr_cloud-create-task,Create Task,Creates a new task. [See the documentation](https://help.hrcloud.com/api/#/task#POST_tasks),FALSE,TRUE,FALSE +hr_cloud-create-employee,Create Employee,Create a new employee record in the system. [See the documentation](https://help.hrcloud.com/api/#/employee#POST_employee),FALSE,TRUE,FALSE +data_stores-update-ttl,Update Record Expiration,Update the expiration time for a record in your [Pipedream Data Store](https://pipedream.com/data-stores/).,TRUE,TRUE,FALSE +data_stores-list-records,List Records,List all records in your [Pipedream Data Store](https://pipedream.com/data-stores/).,FALSE,TRUE,TRUE +data_stores-list-keys,List keys,List all keys in your [Pipedream Data Store](https://pipedream.com/data-stores/).,FALSE,TRUE,TRUE +data_stores-has-key-or-create,Check for existence of key,Check if a key exists in your [Pipedream Data Store](https://pipedream.com/data-stores/) or create one if it doesn't exist.,FALSE,TRUE,FALSE +data_stores-get-record-keys,Get Record Keys,"Get all record keys in your [Pipedream Data Store](https://pipedream.com/data-stores/) that matches with your query. The memory consumption of the workflow can be affected, since this action will be exposing, to the workflow, the entire data from the selected datastore",FALSE,TRUE,TRUE +data_stores-get-difference,Get Difference,"Get the difference between two data stores. Result contains key/value pairs where the key exists in one data store, but not the other. [Pipedream Data Stores](https://pipedream.com/data-stores/).",FALSE,TRUE,TRUE +data_stores-get-all-records,Get all records,"Get all records in your [Pipedream Data Store](https://pipedream.com/data-stores/). The memory consumption of the workflow can be affected, since this action will be exposing, to the workflow, the entire data from the selected datastore.",FALSE,TRUE,TRUE +data_stores-delete-all-records,Delete All Records,Delete all records in your [Pipedream Data Store](https://pipedream.com/data-stores/).,TRUE,TRUE,FALSE +data_stores-append-to-record,Append to record,"Append to a record in your data store [Pipedream Data Store](https://pipedream.com/data-stores/). If the record does not exist, a new record will be created in an array format.",FALSE,TRUE,FALSE +data_stores-add-update-record,Add or update a single record,Add or update a single record in your [Pipedream Data Store](https://pipedream.com/data-stores/).,TRUE,TRUE,FALSE +data_stores-add-update-multiple-records,Add or update multiple records,Add or update multiple records to your [Pipedream Data Store](https://pipedream.com/data-stores/).,TRUE,TRUE,FALSE +scrapeninja-scrape-without-js,Scrape without JS,"Use high-performance web scraping endpoint with Chrome browser TLS fingerprint, but without JavaScript execution and real browser overhead. [See the documentation](https://scrapeninja.net/docs/api-reference/scrape/)",FALSE,TRUE,FALSE +scrapeninja-scrape-with-js-rendering,Scrape with JS Rendering,Uses the ScrapeNinja real Chrome browser engine to scrape pages that require JS rendering. [See the documentation](https://scrapeninja.net/docs/api-reference/scrape-js/),FALSE,TRUE,FALSE +govee-retrieve-device-info,Retrieve Device Info,"Retrieve the current status and metadata of a specific Govee device, such as its power state, color, mode, and health. [See the documentation](https://developer.govee.com/reference/get-devices-status).",FALSE,TRUE,TRUE +govee-control-device,Control Device,"Send a command to control a Govee device, such as turning it on/off, changing its brightness, or adjusting its color. [See the documentation](https://developer.govee.com/reference/control-you-devices).",FALSE,TRUE,FALSE +elastic_email-unsubscribe-contact,Unsubscribe Contact,Unsubscribes a contact from future emails. [See the documentation](https://elasticemail.com/developers/api-documentation/rest-api#operation/suppressionsUnsubscribesPost),TRUE,TRUE,FALSE +elastic_email-send-email,Send Email,Sends an email to one or more recipients. [See the documentation](https://elasticemail.com/developers/api-documentation/rest-api#operation/emailsPost),FALSE,TRUE,FALSE +elastic_email-add-contact,Add Contact to Mailing List,Adds a new contact to a mailing list. [See the documentation](https://elasticemail.com/developers/api-documentation/rest-api#operation/contactsPost),FALSE,TRUE,FALSE +kindo-chat,Chat,Creates a model response for the given chat conversation using Kindo's API. [See the documentation](https://app.kindo.ai/settings/api) for more information.,FALSE,TRUE,FALSE +griptape-update-assistant,Update Assistant,Updates an existing assistant. [See the documentation](https://docs.griptape.ai/stable/griptape-cloud/api/api-reference/#/Assistants/UpdateAssistant).,TRUE,TRUE,FALSE +griptape-delete-assistant,Delete Assistant,Deletes an existing assistant. [See the documentation](https://docs.griptape.ai/stable/griptape-cloud/api/api-reference/#/Assistants/DeleteAssistant).,TRUE,TRUE,FALSE +griptape-create-assistant,Create Assistant,Creates a new assistant in Griptape. [See the documentation](https://docs.griptape.ai/stable/griptape-cloud/api/api-reference/#/Assistants/CreateAssistant),FALSE,TRUE,FALSE +aws-s3-upload-file-tmp,S3 - Upload Files - /tmp,"Accepts a file path or folder path starting from /tmp, then uploads the contents to S3. [See the docs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/upload-objects.html)",FALSE,TRUE,FALSE +benchmarkone-update-contact,Update Contact,Updates an existing contact. [See the documentation](https://sandbox.hatchbuck.com/api/dist/#!/Contacts/put_contact),TRUE,TRUE,FALSE +benchmarkone-create-contact,Create Contact,Creates a new contact in BenchmarkONE. [See the documentation](https://sandbox.hatchbuck.com/api/dist/#!/Contacts/post_contact),FALSE,TRUE,FALSE +benchmarkone-add-tag,Add Tag to Contact,"Adds tags to a contact. If the contact does not exist, it will be created first. [See the documentation](https://sandbox.hatchbuck.com/api/dist/#/Tags).",FALSE,TRUE,FALSE +benchmarkone-add-note,Add Note to Contact,Adds a note to a BenchmarkONE contact. [See the documentation](https://sandbox.hatchbuck.com/api/dist/#!/Notes/post_contact_email_address_or_contact_ID_notes).,FALSE,TRUE,FALSE +jotform-get-user-submissions,Get User Submissions,Gets a list of all submissions for all forms on the account [See the docs here](https://api.jotform.com/docs/#user-submissions),FALSE,TRUE,TRUE +jotform-get-monthly-user-usage,Get Monthly User Usage,"Gets number of form submissions received this month. Also, get number of SSL form submissions, payment form submissions and upload space used by user [See the docs here](https://api.jotform.com/docs/#user-usage)",FALSE,TRUE,FALSE +jotform-get-form-submissions,Get Form Submissions,Gets a list of form responses [See the docs here](https://api.jotform.com/docs/#form-id-submissions),FALSE,TRUE,TRUE +google_calendar-update-event,Update Event,Update an event from Google Calendar. [See the documentation](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Events.html#update),TRUE,TRUE,FALSE +google_calendar-query-free-busy-calendars,Retrieve Free/Busy Calendar Details,Retrieve free/busy calendar details from Google Calendar. [See the documentation](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Freebusy.html#query),FALSE,TRUE,TRUE +google_calendar-list-events,List Events,Retrieve a list of event from the Google Calendar. [See the documentation](https://developers.google.com/calendar/api/v3/reference/events/list),FALSE,TRUE,TRUE +google_calendar-list-calendars,List Calendars,Retrieve a list of calendars from Google Calendar. [See the documentation](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Calendarlist.html#list),FALSE,TRUE,TRUE +google_calendar-get-event,Retrieve Event Details,Retrieve event details from Google Calendar. [See the documentation](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Events.html#get),FALSE,TRUE,TRUE +google_calendar-get-calendar,Retrieve Calendar Details,Retrieve calendar details of a Google Calendar. [See the documentation](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Calendars.html#get),FALSE,TRUE,TRUE +google_calendar-delete-event,Delete an Event,Delete an event from a Google Calendar. [See the documentation](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Events.html#delete),TRUE,TRUE,FALSE +google_calendar-add-attendees-to-event,Add Attendees To Event,Add attendees to an existing event. [See the documentation](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Events.html#update),TRUE,TRUE,FALSE +anchor_browser-update-profile,Update Profile,Updates the description or data of an existing profile using a session. [See the documentation](https://docs.anchorbrowser.io/api-reference/profiles/update-profile).,TRUE,TRUE,FALSE +anchor_browser-start-browser,Start Browser,"Allocates a new browser session for the user, with optional configurations for ad-blocking, captcha solving, proxy usage, and idle timeout. [See the documentation](https://docs.anchorbrowser.io/api-reference/browser-sessions/start-browser).",FALSE,TRUE,FALSE +anchor_browser-delete-profile,Delete Profile,Deletes an existing profile by its name. [See the documentation](https://docs.anchorbrowser.io/api-reference/profiles/delete-profile).,TRUE,TRUE,FALSE +anchor_browser-create-profile,Create Profile,"Creates a new profile from a session. A Profile stores cookies, local storage, and cache. [See the documentation](https://docs.anchorbrowser.io/api-reference/profiles/create-profile).",FALSE,TRUE,FALSE +clicktime-create-user,Create User,Create an User on ClickTime. [See the documentation](https://developer.clicktime.com/docs/api/#/operations/Users/CreateManagedUser),FALSE,TRUE,FALSE +clicktime-create-job,Create Job,Create a Job on Clicktime. [See the documentation](https://developer.clicktime.com/docs/api/#/operations/Jobs/CreateJob),FALSE,TRUE,FALSE +clicktime-create-client,Create Client,Create a Client on ClickTime [See the documentation](https://developer.clicktime.com/docs/api/#/Clients),FALSE,TRUE,FALSE +youtube_data_api-update-video-details,Update Video Details,Updates a video's metadata. [See the documentation](https://developers.google.com/youtube/v3/docs/videos/update) for more information,TRUE,TRUE,FALSE +youtube_data_api-update-playlist,Update Playlist,"Modifies a playlist. For example, you could change a playlist's title, description, or privacy status. [See the documentation](https://developers.google.com/youtube/v3/docs/playlists/update) for more information",TRUE,TRUE,FALSE +youtube_data_api-update-channel,Update Channel,Updates a channel's metadata. [See the documentation](https://developers.google.com/youtube/v3/docs/channels/update) for more information,TRUE,TRUE,FALSE +youtube_data_api-search-videos,Search Videos,Returns a list of videos that match the search parameters. [See the documentation](https://developers.google.com/youtube/v3/docs/search/list) for more information,FALSE,TRUE,TRUE +youtube_data_api-reply-to-comment,Reply To Comment,Creates a reply to an existing comment. [See the documentation](https://developers.google.com/youtube/v3/docs/comments/insert) for more information,FALSE,TRUE,FALSE +youtube_data_api-list-videos,List Videos,Returns a list of videos that match the API request parameters. [See the documentation](https://developers.google.com/youtube/v3/docs/videos/list) for more information,FALSE,TRUE,TRUE +youtube_data_api-list-playlists,List Playlists,Returns a collection of playlists that match the API request parameters. [See the documentation](https://developers.google.com/youtube/v3/docs/playlists/list) for more information,FALSE,TRUE,TRUE +youtube_data_api-list-playlist-videos,List Playlist Videos,List videos in a playlist. [See the documentation](https://developers.google.com/youtube/v3/docs/playlistItems/list) for more information,FALSE,TRUE,TRUE +youtube_data_api-list-activities,List Activities,Returns a list of channel activity events that match the request criteria. [See the documentation](https://developers.google.com/youtube/v3/docs/activities/list) for more information,FALSE,TRUE,TRUE +youtube_data_api-delete-playlist,Delete Playlist,Deletes a playlist. [See the documentation](https://developers.google.com/youtube/v3/docs/playlists/delete) for more information,TRUE,TRUE,FALSE +youtube_data_api-delete-playlist-items,Delete Playlist Items,Deletes a playlist item. [See the documentation](https://developers.google.com/youtube/v3/docs/playlistItems/delete) for more information,TRUE,TRUE,FALSE +youtube_data_api-create-playlist,Create Playlist,Creates a playlist. [See the documentation](https://developers.google.com/youtube/v3/docs/playlists/insert) for more information,FALSE,TRUE,FALSE +youtube_data_api-create-comment-thread,Create Comment Thread,Creates a new top-level comment in a video. [See the documentation](https://developers.google.com/youtube/v3/docs/commentThreads/insert) for more information,FALSE,TRUE,FALSE +youtube_data_api-channel-statistics,Channel Statistics,Returns statistics from my YouTube Channel or by id. [See the documentation](https://developers.google.com/youtube/v3/docs/channels/list) for more information,FALSE,TRUE,TRUE +youtube_data_api-add-playlist-items,Add Playlist Items,Adds resources to a playlist. [See the documentation](https://developers.google.com/youtube/v3/docs/playlistItems/insert) for more information,FALSE,TRUE,FALSE +apiary-publish-blueprint,Publish Blueprint,Publish an API Blueprint for a particular API. [See the documentation](https://apiary.docs.apiary.io/#reference/blueprint/publish-blueprint/publish-blueprint),FALSE,TRUE,FALSE +apiary-fetch-blueprint,Fetch Blueprint,Fetch an API Blueprint for a particular API. [See the documentation](https://apiary.docs.apiary.io/#reference/blueprint/fetch-blueprint/fetch-blueprint),FALSE,TRUE,TRUE +apiary-create-api-project,Create API Project,Create a new API project. [See the documentation](https://apiary.docs.apiary.io/#reference/blueprint/create-api-project/create-api-project),FALSE,TRUE,FALSE +langfuse-log-trace,Log Trace,Log a new trace in LangFuse with details. [See the documentation](https://api.reference.langfuse.com/#tag/ingestion/POST/api/public/ingestion).,FALSE,TRUE,FALSE +langfuse-add-feedback,Add Feedback,Attach user feedback to an existing trace in Langfuse. [See the documentation](https://api.reference.langfuse.com/#tag/comments/POST/api/public/comments).,FALSE,TRUE,FALSE +azure_storage-delete-blob,Delete Blob,Deletes a specific blob from a container in Azure Storage. [See the documentation](https://learn.microsoft.com/en-us/rest/api/storageservices/delete-blob?tabs=microsoft-entra-id).,TRUE,TRUE,FALSE +azure_storage-create-container,Create Container,"Creates a new container under the specified account. If a container with the same name already exists, the operation fails. [See the documentation](https://learn.microsoft.com/en-us/rest/api/storageservices/create-container?tabs=microsoft-entra-id).",FALSE,TRUE,FALSE +serpapi-scrape-search,Scrape Search,Scrape the results from a search engine via SerpApi service. [See the documentation](https://serpapi.com/search-api),FALSE,TRUE,TRUE +real_id-get-id-check,Get ID Check,Retrieve an ID check. [See the documentation](https://getverdict.com/help/docs/api/checks#retrieve-an-id-check).,FALSE,TRUE,TRUE +real_id-delete-id-check,Delete ID Check,Permanently delete all data associated with a specific ID check. [See the documentation](https://getverdict.com/help/docs/api/checks#delete-id-check-data).,TRUE,TRUE,FALSE +real_id-create-id-check,Create ID Check,Create a new ID check for a user. [See the documentation](https://getverdict.com/help/docs/api/checks#create-an-id-check).,FALSE,TRUE,FALSE +polygon-get-stock-price,Get Stock Price,"Get the open, close and afterhours prices of a stock symbol on a certain date. [See the documentation](https://polygon.io/docs/stocks/get_v1_open-close__stocksticker___date)",TRUE,TRUE,FALSE +polygon-get-historical-prices,Get Historical Prices,Fetches historical price data for a specified stock ticker within a date range. [See the documentation](https://polygon.io/docs/stocks/get_v2_aggs_ticker__stocksticker__range__multiplier___timespan___from___to),FALSE,TRUE,TRUE +polygon-get-company-financials,Get Company Financials,Retrieves financial details for a specific company by stock ticker. [See the documentation](https://polygon.io/docs/stocks/get_vx_reference_financials).,FALSE,TRUE,TRUE +monday_oauth-update-item-name,Update Item Name,Update an item's name. [See the documentation](https://developer.monday.com/api-reference/reference/columns#change-multiple-column-values),TRUE,TRUE,FALSE +monday_oauth-update-column-values,Update Column Values,Update multiple column values of an item. [See the documentation](https://developer.monday.com/api-reference/reference/columns#change-multiple-column-values),TRUE,TRUE,FALSE +monday_oauth-get-items-by-column-value,Get Items By Column Value,Searches a column for items matching a value. [See the documentation](https://developer.monday.com/api-reference/reference/items-page-by-column-values),FALSE,TRUE,TRUE +monday_oauth-get-column-values,Get Column Values,Return values of specific column(s) for a board item. [See the documentation](https://developer.monday.com/api-reference/reference/column-values-v2),FALSE,TRUE,TRUE +monday_oauth-create-update,Create an Update,Creates a new update. [See the documentation](https://developer.monday.com/api-reference/reference/updates#create-an-update),TRUE,TRUE,FALSE +monday_oauth-create-subitem,Create Subitem,Creates a subitem. [See the documentation](https://developer.monday.com/api-reference/reference/subitems#create-a-subitem),FALSE,TRUE,FALSE +monday_oauth-create-item,Create Item,Creates an item. [See the documentation](https://developer.monday.com/api-reference/reference/items#create-an-item),FALSE,TRUE,FALSE +monday_oauth-create-group,Create Group,Creates a new group in a specific board. [See the documentation](https://developer.monday.com/api-reference/reference/groups#create-a-group),FALSE,TRUE,FALSE +monday_oauth-create-column,Create Column,Creates a column. [See the documentation](https://developer.monday.com/api-reference/reference/columns#create-a-column),FALSE,TRUE,FALSE +monday_oauth-create-board,Create Board,Creates a new board. [See the documentation](https://developer.monday.com/api-reference/reference/boards#create-a-board),FALSE,TRUE,FALSE +homerun-create-job-application,Create Job Application,Creates a new job application. [See the documentation](https://developers.homerun.co/#tag/Job-Applications/operation/job-applications.post).,FALSE,TRUE,FALSE +homerun-add-candidate-note,Add Candidate Note,Adds a note to a candidate's profile in Homerun. [See the documentation](https://developers.homerun.co/#tag/Job-Application-Notes/operation/job-applications.job-application-id.notes.post).,FALSE,TRUE,FALSE +motive-find-user-details,Find User Details,Retrieve user details based on specific criteria. [See the documentation](https://developer.gomotive.com/reference/users-lookup),FALSE,TRUE,TRUE +perplexity-chat-completions,Chat Completions,Generates a model's response for the given chat conversation. [See the documentation](https://docs.perplexity.ai/reference/post_chat_completions),FALSE,TRUE,FALSE +monday-update-item-name,Update Item Name,Update an item's name. [See the documentation](https://developer.monday.com/api-reference/reference/columns#change-multiple-column-values),TRUE,TRUE,FALSE +monday-get-items-by-column-value,Get Items By Column Value,Searches a column for items matching a value. [See the documentation](https://developer.monday.com/api-reference/reference/items-page-by-column-values),FALSE,TRUE,TRUE +monday-get-column-values,Get Column Values,Return values of specific column(s) for a board item. [See the documentation](https://developer.monday.com/api-reference/reference/column-values-v2),FALSE,TRUE,TRUE +monday-create-update,Create an Update,Creates a new update. [See the documentation](https://developer.monday.com/api-reference/reference/updates#create-an-update),TRUE,TRUE,FALSE +monday-create-subitem,Create Subitem,Creates a subitem. [See the documentation](https://developer.monday.com/api-reference/reference/subitems#create-a-subitem),FALSE,TRUE,FALSE +monday-create-item,Create Item,Creates an item. [See the documentation](https://developer.monday.com/api-reference/reference/items#create-an-item),FALSE,TRUE,FALSE +monday-create-group,Create Group,Creates a new group in a specific board. [See the documentation](https://developer.monday.com/api-reference/reference/groups#create-a-group),FALSE,TRUE,FALSE +monday-create-column,Create Column,Creates a column. [See the documentation](https://developer.monday.com/api-reference/reference/columns#create-a-column),FALSE,TRUE,FALSE +monday-create-board,Create Board,Creates a new board. [See the documentation](https://developer.monday.com/api-reference/reference/boards#create-a-board),FALSE,TRUE,FALSE +google_maps_platform-search-places,Search Places,"Searches for places based on location, radius, and optional filters like keywords, place type, or name. [See the documentation](https://developers.google.com/maps/documentation/places/web-service/text-search)",FALSE,TRUE,TRUE +google_maps_platform-get-place-details,Get Place Details,Retrieves detailed information for a specific place using its Place ID. [See the documentation](https://developers.google.com/maps/documentation/places/web-service/place-details),FALSE,TRUE,TRUE +lessonspace-launch-space,Launch Space,Launch a unified space on Lessonspace. [See the documentation](https://api.thelessonspace.com/v2/docs/#tag/Spaces-greater-Launch),FALSE,TRUE,FALSE +axesso_data_service-search-products,Search Products,Search Amazon products by keyword using Axesso Data Service. [See the documentation](https://axesso.developer.azure-api.net/api-details#api=axesso-amazon-data-service&operation=search-products),FALSE,TRUE,TRUE +axesso_data_service-list-reviews,List Reviews,Lists reviews for an Amazon product using Axesso Data Service. [See the documentation](https://axesso.developer.azure-api.net/api-details#api=axesso-amazon-data-service&operation=reviews),FALSE,TRUE,TRUE +axesso_data_service-get-product-details,Get Product Details,Requests product detail information using Axesso Data Service. [See the documentation](https://axesso.developer.azure-api.net/api-details#api=axesso-amazon-data-service&operation=product-details),FALSE,TRUE,TRUE +streamlabs-send-test-alert,Send Test Alert,Send a test alert to the stream overlay in StreamLabs. [See the documentation](https://dev.streamlabs.com/reference/alertssend_test_alert),FALSE,TRUE,FALSE +streamlabs-send-alert,Send Alert,"Sends an alert to the stream overlay with a custom message, image, and sound. [See the documentation](https://dev.streamlabs.com/reference/alerts)",FALSE,TRUE,FALSE +streamlabs-create-donation,Create Donation,Create a donation for the authenticated user. [See the documentation](https://dev.streamlabs.com/reference/donations-1),FALSE,TRUE,FALSE +webscraping_ai-scrape-website-text,Scrape Website Text,Returns the visible text content of a webpage specified by the URL. [See the documentation](https://webscraping.ai/docs#tag/Text/operation/getText).,FALSE,TRUE,FALSE +webscraping_ai-scrape-website-html,Scrape Website HTML,Returns the full HTML content of a webpage specified by the URL. [See the documentation](https://webscraping.ai/docs#tag/HTML/operation/getHTML):,FALSE,TRUE,FALSE +webscraping_ai-ask-question,Ask Question about Webpage,Gets an answer to a question about a given webpage. [See the documentation](https://webscraping.ai/docs#tag/AI/operation/getQuestion),FALSE,TRUE,FALSE +ecologi-buy-trees,Buy Trees,Purchase trees through Ecologi. [See the documentation](https://docs.ecologi.com/docs/public-api-docs/004342d262f93-purchase-trees),FALSE,TRUE,FALSE +ecologi-buy-offsets,Buy Offsets,Buy carbon avoidance credits through Ecologi. [See the documentation](https://docs.ecologi.com/docs/public-api-docs/e07bbee7fa605-purchase-carbon-avoidance),FALSE,TRUE,FALSE +zulip-send-message,Send Message,Send a direct or channel message. [See the documentation](https://zulip.com/api/send-message),FALSE,TRUE,FALSE +mapbox-geocode-address,Geocode Address,Retrieves the geocoded location for a given address. [See the documentation](https://docs.mapbox.com/api/search/geocoding/),FALSE,TRUE,TRUE +mapbox-generate-directions,Generate Directions,Generates directions between two or more locations using Mapbox API. [See the documentation](https://docs.mapbox.com/api/navigation/directions/).,FALSE,TRUE,TRUE +wolfram_alpha-perform-computation,Perform Computation,Executes a computation query using the Wolfram Alpha API. [See the documentation](https://products.wolframalpha.com/api/documentation),FALSE,TRUE,FALSE +geoapify-search-address,Search Address,Retrieves geocoding information for a given address. [See the documentation](https://apidocs.geoapify.com/docs/geocoding/forward-geocoding/),FALSE,TRUE,TRUE +geoapify-get-route,Get Route,Calculates a route between two sets of latitude and longitude points. [See the documentation](https://apidocs.geoapify.com/docs/routing/),FALSE,TRUE,TRUE +geoapify-get-ip-location,Get IP Location,Retrieves geographical coordinates for a given IP address. [See the documentation](https://apidocs.geoapify.com/docs/ip-geolocation/),FALSE,TRUE,TRUE +deepseek-list-models,List Models,"Lists the currently available models, and provides basic information about each one such as the owner and availability. [See the documentation](https://api-docs.deepseek.com/api/list-models)",FALSE,TRUE,TRUE +deepseek-get-balance,Get User Balance,Retrieves the user's current balance. [See the documentation](https://api-docs.deepseek.com/api/get-user-balance),FALSE,TRUE,TRUE +deepseek-create-chat-completion,Create Chat Completion,Creates a chat completion using the DeepSeek API. [See the documentation](https://api-docs.deepseek.com/api/create-chat-completion),FALSE,TRUE,FALSE +google_appsheet-update-row,Update Row,Updates an existing row in a specific table in the AppSheet app. [See the documentation](https://support.google.com/appsheet/answer/10105002?hl=en&ref_topic=10105767&sjid=1665780.0.1444403316-SA),TRUE,TRUE,FALSE +google_appsheet-get-rows,Get Rows,Read existing records in a table in the AppSheet app. [See the documentation](https://support.google.com/appsheet/answer/10104797?hl=en&ref_topic=10105767&sjid=1665780.0.1444403316-SA#),FALSE,TRUE,TRUE +google_appsheet-delete-row,Delete Row,Deletes a specific row from a table in the AppSheet app. [See the documentation](https://support.google.com/appsheet/answer/10105399?hl=en&ref_topic=10105767&sjid=1665780.0.1444403316-SA),TRUE,TRUE,FALSE +google_appsheet-add-row,Add Row,Adds a new row to a specific table in the AppSheet app. [See the documentation](https://support.google.com/appsheet/answer/10104797?hl=en&ref_topic=10105767&sjid=1665780.0.1444403316-SA#),FALSE,TRUE,FALSE +solcast-get-weather-forecast,Get Weather Forecast,"Get irradiance and weather forecasts for the requested location from the present up to 14 days ahead, derived from satellite and numerical weather models. [See the documentation](https://docs.solcast.com.au/#4e0e8a96-7a12-4654-8407-6bbbb37478b1)",FALSE,TRUE,TRUE +solcast-get-monthly-averages,Get Monthly Averages,Get montly weather averages for a location. [See the documentation](https://docs.solcast.com.au/#7ad3c227-d385-4455-b17f-3efcb8d4c695),FALSE,TRUE,TRUE +solcast-get-live-weather,Get Live Weather,"Get irradiance and weather estimated actuals for near real-time and past 7 days for the requested location, derived from satellite and numerical weather models. [See the documentation](https://docs.solcast.com.au/#b9863910-c788-4e98-a3af-eb8da8f49647)",FALSE,TRUE,TRUE +salespype-create-task,Create Task,Creates a new task in Salespype. [See the documentation](https://documenter.getpostman.com/view/5101444/2s93Y3u1Eb#a9c6449a-b844-465c-a342-deea01e52c3f),FALSE,TRUE,FALSE +salespype-create-contact,Create Contact,Creates a new contact in Salespype. [See the documentation](https://documenter.getpostman.com/view/5101444/2s93Y3u1Eb#0a9f8441-c7fa-48dc-b02b-0117037d86ab),FALSE,TRUE,FALSE +salespype-add-contact-to-campaign,Add Contact to Campaign,Adds a contact to a campaign. [See the documentation](https://documenter.getpostman.com/view/5101444/2s93Y3u1Eb#4b2f8b3e-155d-4485-9a25-4f7d98d04b53),FALSE,TRUE,FALSE +elevio-update-article,Update Article,Updates an existing article in the Elevio knowledge base. [See the documentation](https://api-docs.elevio.help/en/articles/71-rest-api-articles).,TRUE,TRUE,FALSE +elevio-delete-article,Delete Article,Deletes an existing article from the Elevio knowledge base. [See the documentation](https://api-docs.elevio.help/en/articles/71-rest-api-articles).,TRUE,TRUE,FALSE +elevio-create-article,Create Article,Creates a new article in the Elevio knowledge base. [See the documentation](https://api-docs.elevio.help/en/articles/71-rest-api-articles).,FALSE,TRUE,FALSE +stripo-search-emails,Search Emails,Searches existing emails by search query in Stripo. [See the documentation](https://api.stripo.email/reference/findemails),FALSE,TRUE,TRUE +stripo-remove-email,Remove Email,Removes an existing message from the user's project in Stripo. [See the documentation](https://api.stripo.email/reference/deleteemail),TRUE,TRUE,FALSE +stripo-get-raw-html,Get Raw HTML & CSS,Retrieves the HTML and CSS code of the selected email message in Stripo. [See the documentation](https://api.stripo.email/reference/getrawemail),FALSE,TRUE,FALSE +writer-send-prompt,Send Prompt,Generate a chat completion based on the provided messages. [See the documentation](https://dev.writer.com/api-guides/api-reference/completion-api/chat-completion),FALSE,TRUE,FALSE +refiner-track-event,Track Event,Tracks a user event in Refiner. [See the documentation](https://refiner.io/docs/api/#track-event),FALSE,TRUE,FALSE +refiner-identify-user,Identify User,"Identify a user with user ID or email. If the user does not exist, a new one will be created. [See the documentation](https://refiner.io/docs/api/#identify-user)",FALSE,TRUE,FALSE +scrapingant-general-extraction,General Extraction,Send a request using the standard extraction method of ScrapingAnt. [See the documentation](https://docs.scrapingant.com/request-response-format),FALSE,TRUE,FALSE +email_verifier_api-verify-email,Verify Email,Verify an email address with Email Verifier API. [See the documentation](https://www.emailverifierapi.com/app/v2-api-documentation/),FALSE,TRUE,TRUE +textline-send-message,Send Message,Send a new message directly to a contact. [See the documentation](https://textline.docs.apiary.io/#reference/conversations/group-conversations/message-a-phone-number).,FALSE,TRUE,FALSE +textline-send-announcement,Send Announcement,Send an announcement to a group of contacts. [See the documentation](https://textline.docs.apiary.io/#reference/messaging-tools/announcements/send-an-announcement).,FALSE,TRUE,FALSE +textline-create-update-contact,Create Or Update Contact,Create or update a contact in the Textline address book. [See the documentation](https://textline.docs.apiary.io/#reference/customers/customers/create-a-customer).,TRUE,TRUE,FALSE +printful-update-product,Update Product,Updates an existing product in your Printful store. [See the documentation](https://developers.printful.com/docs/#tag/Products-API/operation/updateSyncProduct),TRUE,TRUE,FALSE +printful-create-order,Create Order,Creates a new order in your Printful account. [See the documentaion](https://developers.printful.com/docs/#operation/createOrder),FALSE,TRUE,FALSE +printful-calculate-shipping-rates,Calculate Shipping Rates,Fetches available shipping rates for a given destination. [See the documentation](https://developers.printful.com/docs/#tag/Shipping-Rate-API/operation/calculateShippingRates),FALSE,TRUE,TRUE +opensrs-update-dns-records,Update DNS Records,Update DNS records for a specified domain. [See the documentation](https://domains.opensrs.guide/docs/set_dns_zone-).,TRUE,TRUE,FALSE +opensrs-register-domain,Register Domain,Register a new domain. [See the documentation](https://domains.opensrs.guide/docs/sw_register-domain-or-trust_service-).,FALSE,TRUE,FALSE +opensrs-initiate-domain-transfer,Initiate Domain Transfer,Initiate a domain transfer to OpenSRS. [See the documentation](https://domains.opensrs.guide/docs/trade_domain).,FALSE,TRUE,FALSE +microsoft_outlook_calendar-list-events,List Events,Get a list of event objects in the user's mailbox. [See the documentation](https://learn.microsoft.com/en-us/graph/api/user-list-events),FALSE,TRUE,TRUE +zenscrape-get-website-content,Get Website Content,Retrieve the content of a website. [See the documentation](https://app.zenscrape.com/documentation),FALSE,TRUE,TRUE +zenscrape-get-credit-status,Get Credit Status,Retrieve the number of remaining credits in Zenscrape. [See the documentation](https://app.zenscrape.com/documentation),FALSE,TRUE,TRUE +tinyurl-update-link-metadata,Update Link Metadata,Updates the metadata of an existing TinyURL. [See the documentation](),TRUE,TRUE,FALSE +tinyurl-retrieve-link-analytics,Retrieve Link Analytics,"Retrieves analytics for a specific TinyURL link, including total clicks, geographic breakdowns, and device types. [See the documentation]()",FALSE,TRUE,TRUE +tinyurl-create-shortened-link,Create Shortened Link,Creates a new shortened link. [See the documentation](),FALSE,TRUE,FALSE +vapi-update-assistant-settings,Update Assistant Settings,Updates the configuration settings for a specific assistant. [See the documentation](https://docs.vapi.ai/api-reference/assistants/update),TRUE,TRUE,FALSE +vapi-create-call,Create Call,Starts a new conversation with an assistant. [See the documentation](https://docs.vapi.ai/api-reference/calls/create),FALSE,TRUE,FALSE +gloria_ai-create-lead,Create Lead,Creates a new lead/contact in Gloria.ai. [See the documentation](https://api.iamgloria.com/api).,FALSE,TRUE,FALSE +opsgenie-get-alert-status,Get Alert Status,Get the status of the alert with the specified ID. [See the documentation](https://www.postman.com/api-evangelist/opsgenie/request/03tcghu/get-request-status-of-alert),FALSE,TRUE,TRUE +opsgenie-delete-alert,Delete Alert,Removes an existing alert from Opsgenie. [See the documentation](https://docs.opsgenie.com/docs/alert-api#delete-alert),TRUE,TRUE,FALSE +opsgenie-create-alert,Create Alert,Send a new Alert for processing. [See the documentation](https://www.postman.com/api-evangelist/opsgenie/request/zuj17nj/create-alert),FALSE,TRUE,FALSE +opsgenie-add-note-alert,Add Note to Alert,Adds a note to an existing alert in Opsgenie. [See the documentation](https://docs.opsgenie.com/docs/alert-api#add-note-to-alert),FALSE,TRUE,FALSE +clearly_defined-get-harvests,Get Harvests,Get all the harvested data for a component revision. [See the documentation](https://api.clearlydefined.io/api-docs/#/harvest/get_harvest__type___provider___namespace___name___revision_).,FALSE,TRUE,TRUE +clearly_defined-get-definitions,Get Definitions,Gets the coordinates for all definitions that match the given pattern in the specified part of the definition. [See the documentation](https://api.clearlydefined.io/api-docs/#/definitions/get_definitions).,FALSE,TRUE,TRUE +clearly_defined-create-definition,Create Definition,Request the creation of a resource. [See the documentation](https://api.clearlydefined.io/api-docs/#/definitions/post_definitions).,FALSE,TRUE,FALSE +whoisfreaks-reverse-lookup,Reverse Lookup,"Retrieve details about a domain by keyword, email, registrant name or company. [See the documentation](https://whoisfreaks.com/products/whois-api#reverse_lookup)",FALSE,TRUE,TRUE +whoisfreaks-ip-lookup,IP Lookup,Retrieve information about an IP address. [See the documentation](https://whoisfreaks.com/products/whois-api#ip_lookup),FALSE,TRUE,TRUE +whoisfreaks-domain-lookup,Domain Lookup,Retrieve details about a domain name. [See the documentation](https://whoisfreaks.com/products/whois-api#live_lookup),FALSE,TRUE,TRUE +autodesk-create-folder,Create Folder,Creates a new folder in a project in Autodesk. [See the documentation](https://aps.autodesk.com/en/docs/data/v2/reference/http/projects-project_id-folders-POST/),FALSE,TRUE,FALSE +_2markdown-url-to-markdown,URL to Markdown,Extract the essential content of a website as plaintext. [See the documentation](https://2markdown.com/docs#url2md),FALSE,TRUE,FALSE +_2markdown-html-to-markdown,HTML to Markdown,Convert raw HTML content to Markdown format. [See the documentation](https://2markdown.com/docs#html2md),FALSE,TRUE,TRUE +intercom-upsert-contact,Upsert Contact,"Create a new contact. If there is already a contact with the email provided, the existing contact will be updated. [See the docs here](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/contacts/createcontact)",TRUE,TRUE,FALSE +intercom-send-message-to-contact,Send Message To Contact,Send a message to a contact in Intercom. [See the documentation](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/messages/createmessage).,FALSE,TRUE,FALSE +intercom-send-incoming-message,Send Incoming Message,Send a message from a user into your Intercom app. [See the docs here](https://developers.intercom.com/intercom-api-reference/reference/create-a-conversation),FALSE,TRUE,FALSE +intercom-reply-to-conversation,Reply To Conversation,Add a reply or a note to an existing conversation thread. [See the documentation](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/conversations/replyconversation).,FALSE,TRUE,FALSE +intercom-create-note,Create Note,Creates a note for a specific user. [See the docs here](https://developers.intercom.com/intercom-api-reference/reference/create-note-for-contact),FALSE,TRUE,FALSE +intercom-add-tag-to-contact,Add Tag To Contact,Adds a specific tag to a contact in Intercom. [See the documentation](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/contacts/attachtagtocontact).,FALSE,TRUE,FALSE +google_contacts-list-contacts,List Contacts,Lists all contacts of the authenticated user. [See the documentation](https://developers.google.com/people/api/rest/v1/people.connections/list),FALSE,TRUE,TRUE +aws-s3-upload-file,S3 - Upload File - Base64,"Accepts a base64-encoded string and a filename, then uploads as a file to S3. [See the docs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/upload-objects.html)",FALSE,TRUE,FALSE +aws-s3-upload-file-url,S3 - Upload File - URL,"Accepts a download link and a filename, downloads it, then uploads to S3. [See the docs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/upload-objects.html)",FALSE,TRUE,FALSE +aws-s3-stream-file,S3 - Stream file to S3 from URL,"Accepts a file URL, and streams the file to the provided S3 bucket/key. [See the docs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/upload-objects.html)",FALSE,TRUE,FALSE +hypeauditor-get-youtube-report,Get Youtube Report,Returns a report about the specified Youtube channel. [See the documentation](https://hypeauditor.readme.io/reference/report_youtube),FALSE,TRUE,TRUE +hypeauditor-get-twitch-report,Get Twitch Report,Generates a Twitch report for a specified channel. [See the documentation](https://hypeauditor.readme.io/reference/report_twitch),FALSE,TRUE,TRUE +hypeauditor-get-tiktok-report,Get Tiktok Report,Returns a report about the specified Tiktok channel. [See the documentation](https://hypeauditor.readme.io/reference/get_report_tiktok),FALSE,TRUE,TRUE +hypeauditor-get-instagram-report,Get Instagram Report,Returns a report about the specified Instagram user. [See the documentation](https://hypeauditor.readme.io/reference/report_instagram#requests),FALSE,TRUE,TRUE +listen_notes-get-podcast-details,Get Podcast Details,Get the details of the selected podcast. [See the documentation](https://www.listennotes.com/api/docs/#get-api-v2-podcasts-id),FALSE,TRUE,TRUE +listen_notes-get-episode-details,Get Episode Details,Get the details of the selected episode. [See the documentation](https://www.listennotes.com/api/docs/#get-api-v2-episodes-id),FALSE,TRUE,TRUE +listen_notes-full-search,Full Search,"Full-text search on episodes, podcasts, or curated lists of podcasts. [See the documentation](https://www.listennotes.com/api/docs/#get-api-v2-search)",FALSE,TRUE,TRUE +klipfolio-update-datasource,Update Datasource,Update the specified data source. [See the documentation](https://apidocs.klipfolio.com/reference/data-sources#put-datasourcesid),TRUE,TRUE,FALSE +klipfolio-delete-datasource,Delete Datasource,Delete the data source associated with a specific data source ID. [See the documentation](https://apidocs.klipfolio.com/reference/data-sources#delete-datasourcesid),TRUE,TRUE,FALSE +klipfolio-create-datasource,Create Datasource,Create a data source. [See the documentation](https://apidocs.klipfolio.com/reference/data-sources#post-datasources),FALSE,TRUE,FALSE +unthread-update-customer,Update Customer,Update a Customer. [See the documentation](https://docs.unthread.io/api-introduction/using-api#update-customer),TRUE,TRUE,FALSE +unthread-delete-customer,Delete Customer,Delete a Customer. [See the documentation](https://docs.unthread.io/api-introduction/using-api#delete-customer),TRUE,TRUE,FALSE +unthread-create-customer,Create Customer,Create a new Customer. [See the documentation](https://docs.unthread.io/api-introduction/using-api#create-customer),FALSE,TRUE,FALSE +unthread-create-conversation,Create Conversation,Create a new Conversation. [See the documentation](https://docs.unthread.io/api-introduction/using-api#create-conversation),FALSE,TRUE,FALSE +dixa-tag-conversation,Add Tag to Conversation,Adds a tag to a conversation. [See the documentation](https://docs.dixa.io/openapi/dixa-api/v1/tag/Tags/#tag/Tags/operation/putConversationsConversationidTagsTagid),FALSE,TRUE,FALSE +dixa-set-custom-contact-attributes,Set Custom Contact Attributes,Updates custom attributes for a specified user. [See the documentation](https://docs.dixa.io/openapi/dixa-api/v1/tag/Custom-Attributes/#tag/Custom-Attributes/operation/patchEndusersUseridCustom-attributes),TRUE,TRUE,FALSE +dixa-create-conversation,Create Conversation,Creates a new email or contact form-based conversation. [See the documentation](https://docs.dixa.io/openapi/dixa-api/v1/tag/Conversations/#tag/Conversations/operation/postConversations).,FALSE,TRUE,FALSE +dixa-add-message,Add Message to Conversation,Adds a message to an existing conversation. [See the documentation](https://docs.dixa.io/openapi/dixa-api/v1/tag/Conversations/#tag/Conversations/operation/postConversationsConversationidMessages).,FALSE,TRUE,FALSE +clear_books-create-supplier,Create Supplier,Creates a new supplier in Clear Books. [See the documentation](https://u.pcloud.link/publink/show?code=XZkThJ5Z4zKewgCL6VBpfxlPeHPDdXXj0Cc7),TRUE,TRUE,FALSE +clear_books-create-purchase-document,Create Purchase Document,Creates a new Purchase Document in Clear Books. [See the documentation](https://u.pcloud.link/publink/show?code=XZkThJ5Z4zKewgCL6VBpfxlPeHPDdXXj0Cc7),TRUE,TRUE,FALSE +clear_books-create-customer,Create Customer,Creates a new customer in Clear Books. [See the documentation](https://u.pcloud.link/publink/show?code=XZkThJ5Z4zKewgCL6VBpfxlPeHPDdXXj0Cc7),TRUE,TRUE,FALSE +xverify-verify-phone,Verify Phone,Sends a phone verification request. [See the documentation](https://apidocs.xverify.com/#phone-verification-api-endpoint).,FALSE,TRUE,TRUE +xverify-verify-email,Verify Email,Sends an email verification request. [See the documentation](https://apidocs.xverify.com/#email-verification-api-endpoint).,FALSE,TRUE,TRUE +xverify-verify-address,Verify Address,Sends an address verification request. [See the documentation](https://apidocs.xverify.com/#address-verification-api-endpoint).,FALSE,TRUE,TRUE +message_bird-send-voice-message,Send Voice Message,Sends a voice message. [See the documentation](https://developers.messagebird.com/api/voice-messaging/#send-a-voice-message),FALSE,TRUE,FALSE +message_bird-send-sms,Send SMS,Sends an SMS message. [See the documentation](https://developers.messagebird.com/api/sms-messaging/#send-outbound-sms),FALSE,TRUE,FALSE +message_bird-create-contact,Create Contact,Creates a new contact. [See the documentation](https://developers.messagebird.com/api/contacts/#create-a-contact),FALSE,TRUE,FALSE +setmoreappointments-create-customer,Create Customer,Create a new customer in Setmore Appointments. [See the documentation](https://setmore.docs.apiary.io/#introduction/customers/create-a-customer),FALSE,TRUE,FALSE +setmoreappointments-create-appointment,Create Appointment,Create a new appointment in Setmore Appointments. [See the documentation](https://setmore.docs.apiary.io/#introduction/appointments/create-an-appointment),FALSE,TRUE,FALSE +bluesky-create-post,Create Post,Creates a new post on Bluesky. [See the documentation](https://docs.bsky.app/docs/api/com-atproto-repo-create-record).,FALSE,TRUE,FALSE +chat_data-get-chatbot-details,Get Chatbot Status,Get status of the Chatbot with the specified ID. [See the documentation](https://www.chat-data.com/api-reference#tag/Chatbot-Operations/operation/GetChatbotStatus),FALSE,TRUE,TRUE +chat_data-delete-chatbot,Delete Chatbot,Delete a chatbot with the specified ID. [See the documentation](https://www.chat-data.com/api-reference#tag/Chatbot-Operations/operation/chatbotDelete),TRUE,TRUE,FALSE +chat_data-create-chatbot,Create Chatbot,Create a chatbot with the specified properties. [See the documentation](https://www.chat-data.com/api-reference#tag/Chatbot-Operations/operation/chatbotCreate),FALSE,TRUE,FALSE +linkup-search,Linkup Search,Search and retrieve insights using the Linkup API. [See the documentation](https://docs.linkup.so/pages/api-reference/endpoint/post-search),FALSE,TRUE,FALSE +typefully-schedule-draft,Schedule Draft,Schedules a draft for publication at a specific date and time. [See the documentation](https://support.typefully.com/en/articles/8718287-typefully-api#h_df59629cbf),FALSE,TRUE,FALSE +typefully-schedule-draft-next-slot,Schedule Draft Next Slot,Schedules an existing draft for publication in the next available time slot. [See the documentation](https://support.typefully.com/en/articles/8718287-typefully-api#h_df59629cbf),FALSE,TRUE,FALSE +typefully-create-draft,Create Draft,Creates a new draft in Typefully. [See the documentation](https://support.typefully.com/en/articles/8718287-typefully-api#h_df59629cbf),FALSE,TRUE,FALSE +basecamp-create-todo-item,Create To-do Item,Creates a to-do item in a selected to-do list. [See the documentation](https://github.com/basecamp/bc3-api/blob/master/sections/todos.md#create-a-to-do),FALSE,TRUE,FALSE +basecamp-create-message,Create Message,Creates a message in a selected message board. [See the documentation](https://github.com/basecamp/bc3-api/blob/master/sections/messages.md#create-a-message),FALSE,TRUE,FALSE +basecamp-create-comment,Create a Comment,Creates a comment in a selected recording. [See the documentation](https://github.com/basecamp/bc3-api/blob/master/sections/comments.md#create-a-comment),FALSE,TRUE,FALSE +basecamp-create-card,Create a Card,Creates a card in a selected column. [See the documentation](https://github.com/basecamp/bc3-api/blob/master/sections/card_table_cards.md#create-a-card),FALSE,TRUE,FALSE +basecamp-create-campfire-message,Create Campfire Message,Creates a message in a selected Campfire. [See the documentation](https://github.com/basecamp/bc3-api/blob/master/sections/campfires.md#create-a-campfire-line),FALSE,TRUE,FALSE +basecamp-create-campfire-chatbot-message,Create Campfire Chatbot Message,Creates a message in a Campfire for a Basecamp Chatbot. [See the documentation](https://github.com/basecamp/bc3-api/blob/master/sections/chatbots.md#create-a-line),FALSE,TRUE,FALSE +bigdatacorp-get-person-data,Get Person Data,Returns the available data for a CPF number according to the selected dataset. [See the documentation](https://docs.bigdatacorp.com.br/plataforma/reference/pessoas_registration_data),FALSE,TRUE,TRUE +bigdatacorp-get-company-data,Get Company Data,Returns the available data for a CNPJ number according to the selected dataset. [See the documentation](https://docs.bigdatacorp.com.br/plataforma/reference/empresas_emails_extended),FALSE,TRUE,TRUE +bigdatacorp-get-address-data,Get Address Data,Returns the available data for a Zipcode number according to the selected dataset. [See the documentation](https://docs.bigdatacorp.com.br/plataforma/reference/enderecos_legal_amazon),FALSE,TRUE,TRUE +overledger-sign-a-transaction,Sign a transaction,Sign a transaction using Overledger - Part 2 of [Overledger Pattern](https://developers.quant.network/reference/overledger-pattern). [See documentation](https://developers.quant.network/reference/sandboxsigning),FALSE,TRUE,FALSE +overledger-read-from-a-smart-contract,Read from a smart contract,Reads data from a specified smart contract on the Overledger network.,FALSE,TRUE,TRUE +overledger-prepare-smart-contract-transaction,Prepare Smart Contract Transaction,Prepares a smart contract transaction for signing on the Overledger platform. [See the documentation](https://developers.quant.network/reference/preparesmartcontractwrite),FALSE,TRUE,FALSE +overledger-execute-signed-transaction,Execute Signed Transaction,Executes a signed transaction by sending it to a blockchain node via Overledger. [See the documentation](https://developers.quant.network/reference/executesignedrequest),FALSE,TRUE,FALSE +remote_retrieval-get-orders,Get Orders,Get a list of all orders. [See the documentation](https://www.remoteretrieval.com/api-integration/#all-orders),FALSE,TRUE,TRUE +remote_retrieval-get-order-details,Get Order Details,Get the details of the specified order. [See the documentation](https://www.remoteretrieval.com/api-integration/#order-detail),FALSE,TRUE,TRUE +remote_retrieval-create-order,Create Order,Create order in Remote Retrieval. [See the documentation](https://www.remoteretrieval.com/api-integration/#create-order),FALSE,TRUE,FALSE +richpanel-update-ticket-status,Update Ticket Status,Updates the status of an existing ticket in Richpanel. [See the documentation](https://developer.richpanel.com/reference/update-a-conversation).,TRUE,TRUE,FALSE +richpanel-create-ticket,Create Ticket,Creates a new support ticket in Richpanel. [See the documentation](https://developer.richpanel.com/reference/create-conversation).,FALSE,TRUE,FALSE +richpanel-add-ticket-message,Add Ticket Message,Adds a message to an existing ticket. [See the documentation](https://developer.richpanel.com/reference/update-a-conversation),TRUE,TRUE,FALSE +breathe-create-leave-request,Create Leave Request,Creates a new leave request for an employee in Breathe. [See the documentation](https://developer.breathehr.com/examples#!/employees/POST_version_employees_id_leave_requests_json),FALSE,TRUE,FALSE +breathe-create-employee,Create Employee,Creates a new employee in Breathe. [See the documentation](https://developer.breathehr.com/examples#!/employees/POST_version_employees_json),FALSE,TRUE,FALSE +breathe-approve-or-reject-leave-request,Approve or Reject Leave Request,Approve or reject an employee leave request in Breathe. [See the documentation](https://developer.breathehr.com/examples#!/leave_requests),TRUE,TRUE,FALSE +mailgenius-get-email-result,Get Email Results,Returns the results of the test. [See the documentation](https://app.mailgenius.com/api-docs/index.html),TRUE,TRUE,FALSE +mailgenius-get-email-audit,Get Email Audit,"Returns generated test email, limit exceeded if daily limit is reached. [See the documentation](https://app.mailgenius.com/api-docs/index.html)",TRUE,TRUE,FALSE +mailgenius-get-daily-limit,Get Daily Limit,"Returns daily limit for api token, how many email tests are used in last 24 hours and how many are still remaining for use. [See the documentation](https://app.mailgenius.com/api-docs/index.html)",TRUE,TRUE,FALSE +alegra-find-contact,Find Contact,Search for an existing contact in Alegra based on name or identification. [See the documentation](https://developer.alegra.com/reference/listcontacts-1),FALSE,TRUE,TRUE +alegra-create-invoice,Create Invoice,Creates a new invoice in Alegra. [See the documentation](https://developer.alegra.com/reference/post_invoices),FALSE,TRUE,FALSE +alegra-create-contact,Create Contact,Adds a new contact to Alegra. [See the documentation](https://developer.alegra.com/reference/post_contacts).,FALSE,TRUE,FALSE +change_photos-transform-image,Transform Image,Transforms an image with various effects and optimizations. [See the documentation](https://www.change.photos/api-docs),FALSE,TRUE,FALSE +zoho_subscriptions-create-subscription,Create Subscription,Create a new subscription. [See the documentation](https://www.zoho.com/billing/api/v1/subscription/#create-a-subscription),FALSE,TRUE,FALSE +zoho_subscriptions-create-customer,Create Customer,Create a new customer. [See the documentation](https://www.zoho.com/billing/api/v1/customers/#create-a-customer),FALSE,TRUE,FALSE +cloudinary-transform-resource,Transform Resource,"Transform an image, video or audio asset on-the-fly with several options. [See the documentation](https://cloudinary.com/documentation/video_manipulation_and_delivery)",FALSE,TRUE,FALSE +cloudinary-get-resources,Get Resources,Lists resources (assets) uploaded to your product environment. [See the documentation](https://cloudinary.com/documentation/admin_api#get_resources),FALSE,TRUE,TRUE +cloudinary-get-account-usage-details,Get Account Usage Details,"Gets a report of your Cloudinary account usage details, including storage, credits, bandwidth, requests, number of resources, and add-on usage. [See the documentation](https://cloudinary.com/documentation/admin_api#usage)",FALSE,TRUE,FALSE +callerapi-get-phone-number-information,Get Phone Number Information,"Retrieve detailed information about a specific phone number, including name, location, and carrier. [See the documentation](https://callerapi.com/documentation)",FALSE,TRUE,TRUE +taleez-list-jobs,List Jobs,Retrieves a list of jobs in your company. [See the documentation](https://api.taleez.com/swagger-ui/index.html#/jobs/list_3),TRUE,TRUE,FALSE +taleez-create-candidate,Create Candidate,Creates a new candidate in Taleez. [See the documentation](https://api.taleez.com/swagger-ui/index.html#/candidates/create_1),TRUE,TRUE,FALSE +taleez-add-candidate-to-job,Add Candidate to Job,Links an existing candidate to a job offer. [See the documentation](https://api.taleez.com/swagger-ui/index.html#/jobs/addCandidate_1),TRUE,TRUE,FALSE +screenshot_fyi-create-screenshot,Create Screenshot,Takes a screenshot of a webpage using Screenshot.fyi. [See the documentation](https://www.screenshot.fyi/api-docs),FALSE,TRUE,FALSE +ramp_sandbox-issue-virtual-card,Issue Virtual Card,Creates a new virtual card for a given user. [See the documentation](https://docs.ramp.com/developer-api/v1/reference/rest/limits#post-developer-v1-limits-deferred),FALSE,TRUE,FALSE +ramp_sandbox-create-user-invite,Create User Invite,Sends out an invite for a new user. [See the documentation](https://docs.ramp.com/developer-api/v1/reference/rest/users#post-developer-v1-users-deferred),FALSE,TRUE,FALSE +linkedin_ads-send-conversion-event,Send Conversion Event,Sends a conversion event to LinkedIn Ads. [See the documentation](https://learn.microsoft.com/en-us/linkedin/marketing/integrations/ads-reporting/conversions-api?view=li-lms-2024-01&tabs=http#streaming-conversion-events),FALSE,TRUE,FALSE +linkedin_ads-create-report,Create A Report,"Queries the Analytics Finder to get analytics for the specified entity i.e company, account, campaign. [See the docs here](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/ads-reporting/ads-reporting#analytics-finder)",FALSE,TRUE,FALSE +linkedin_ads-create-report-by-campaign,Query Analytics Finder Campaign Sample,Sample query using analytics finder that gets analytics for a particular campaign in a date range starting in a given year. [See the docs here](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/ads-reporting/ads-reporting#analytics-finder),FALSE,TRUE,FALSE +linkedin_ads-create-report-by-advertiser-account,Create Report By Advertiser Account,Sample query using analytics finder that gets analytics for a particular account for date range starting in a given year. [See the docs here](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/ads-reporting/ads-reporting#sample-request),FALSE,TRUE,FALSE +docusign_developer-create-signature-request,Create Signature Request,Creates a signature request from a template [See the documentation](https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create),FALSE,TRUE,FALSE +canva_enterprise-export-design,Export Design,Starts a new job to export a file from Canva. [See the documentation](https://www.canva.dev/docs/connect/api-reference/exports/create-design-export-job/),FALSE,TRUE,FALSE +canva_enterprise-create-design,Create Design,Creates a new Canva design. [See the documentation](https://www.canva.dev/docs/connect/api-reference/designs/create-design/),FALSE,TRUE,FALSE +canva_enterprise-create-design-from-brand-template,Create Design from Brand Template,Creates an asynchronous job to autofill a design from a brand template with your input information. [See the documentation](https://www.canva.dev/docs/connect/api-reference/autofills/create-design-autofill-job/),FALSE,TRUE,FALSE +brex_staging-set-limit-for-user,Set Limit for User,Sets the monthly limit for a user. [See the docs here](https://developer.brex.com/openapi/team_api/#operation/setUserLimit).,TRUE,TRUE,FALSE +brex_staging-list-transactions-for-selected-cash-account,List Transactions for Selected Cash Account,Lists all transactions for the specified cash account. [See the docs here](https://developer.brex.com/openapi/transactions_api/#operation/listCashTransactions).,FALSE,TRUE,TRUE +brex_staging-list-transactions-for-primary-card-account,List Transactions for Primary Card Account,Lists all settled transactions for the primary card account. [See the docs here](https://developer.brex.com/openapi/transactions_api/#operation/listPrimaryCardTransactions).,FALSE,TRUE,TRUE +brex_staging-invite-user,Invite User,Invites a new user as an employee. [See the docs here](https://developer.brex.com/openapi/team_api/#operation/createUser).,FALSE,TRUE,FALSE +brex_staging-create-card,Create Card,Creates a new card. [See the docs here](https://developer.brex.com/openapi/team_api/#operation/createCard).,FALSE,TRUE,FALSE +bluesky-retrieve-thread,Retrieve Thread,Retrieve a full thread of posts. [See the documentation](https://docs.bsky.app/docs/api/app-bsky-feed-get-post-thread).,FALSE,TRUE,FALSE +bluesky-like-post,Like Post,Like a specific post on Bluesky. [See the documentation](https://docs.bsky.app/docs/api/com-atproto-repo-create-record).,FALSE,TRUE,FALSE +scrapegraphai-start-smart-scraper,Start Smart Scraper,Extract content from a webpage using AI by providing a natural language prompt and a URL. [See the documentation](https://docs.scrapegraphai.com/api-reference/endpoint/smartscraper/start).,FALSE,TRUE,FALSE +scrapegraphai-start-markdownify,Start Markdownify,"Convert any webpage into clean, readable Markdown format. [See the documentation](https://docs.scrapegraphai.com/api-reference/endpoint/markdownify/start)",FALSE,TRUE,FALSE +scrapegraphai-start-local-scraper,Start Local Scraper,Extract content from HTML content using AI by providing a natural language prompt and the HTML content. [See the documentation](https://docs.scrapegraphai.com/api-reference/endpoint/localscraper/start),FALSE,TRUE,FALSE +lusha-company-enrich,Enrich Companies,Enriches company information based on provided company IDs. [See the documentation](https://www.lusha.com/docs/#company-enrich),FALSE,TRUE,FALSE +kenjo-create-leave-request,Create Leave Request,Creates a new leave request in Kenjo. [See the documentation](https://kenjo.readme.io/reference/post_time-off-requests).,FALSE,TRUE,FALSE +kenjo-create-employee,Create Employee,Creates a new employee in Kenjo. [See the documentation](https://kenjo.readme.io/reference/post_employees),FALSE,TRUE,FALSE +kenjo-create-attendance-entry,Create Attendance Entry,Creates a new attendance entry for an employee in Kenjo. [See the documentation](https://kenjo.readme.io/reference/post_attendances),FALSE,TRUE,FALSE +lusha-contact-search,Search Contacts,Search for contacts using various filters. [See the documentation](https://www.lusha.com/docs/#contactcompany-search),FALSE,TRUE,TRUE +lusha-contact-enrich,Enrich Contacts,Enriches contacts based on provided IDs. [See the documentation](https://www.lusha.com/docs/#contact-enrich),FALSE,TRUE,FALSE +lusha-company-search,Search Companies,Search for companies using various filters. [See the documentation](https://www.lusha.com/docs/#contactcompany-search),FALSE,TRUE,TRUE +brevo-add-or-update-contact,Add or Update a contact,Add or Update a contact,TRUE,TRUE,FALSE +uptimerobot-update-monitor-status,Update Monitor Status,Update an existing monitor's status to pause or resume monitoring. [See the documentation](https://uptimerobot.com/api/).,TRUE,TRUE,FALSE +uptimerobot-create-monitor,Create Monitor,Create a new monitor. [See the documentation](https://uptimerobot.com/api/).,FALSE,TRUE,FALSE +uptimerobot-create-alert-contact,Create Alert Contact,Create a new alert contact. [See the documentation](https://uptimerobot.com/api/).,FALSE,TRUE,FALSE +firebase_admin_sdk-update-document,Update Document,Updates a Document. [See the documentation](https://googleapis.dev/nodejs/firestore/latest/DocumentReference.html#update),TRUE,TRUE,FALSE +firebase_admin_sdk-replicate-event-firestore,Save Event to Firestore,Replicate event in Firestore,FALSE,TRUE,FALSE +firebase_admin_sdk-list-documents,List Documents,Lists documents in a collection. [See the docs here](https://googleapis.dev/nodejs/firestore/latest/CollectionReference.html#listDocuments),FALSE,TRUE,TRUE +firebase_admin_sdk-create-realtime-db-record,Create Firebase Realtime Database Record,Creates or replaces a child object within your Firebase Realtime Database. [See the docs here](https://firebase.google.com/docs/reference/js/database#update),TRUE,TRUE,FALSE +firebase_admin_sdk-create-document,Create Document,Creates a New Document. [See the documentation](https://googleapis.dev/nodejs/firestore/latest/CollectionReference.html#add),FALSE,TRUE,FALSE +contentstack-update-entry,Update Entry,Updates an existing Contentstack entry. [See the documentation](https://www.contentstack.com/docs/developers/apis/content-management-api#update-an-entry).,TRUE,TRUE,FALSE +contentstack-publish-entry,Publish Entry,Publishes a specific entry using its UID. [See the documentation](https://www.contentstack.com/docs/developers/apis/content-management-api#publish-entry),FALSE,TRUE,FALSE +contentstack-create-entry,Create Entry,Creates a new entry in Contentstack. [See the documentation](https://www.contentstack.com/docs/developers/apis/content-management-api#create-an-entry).,FALSE,TRUE,FALSE +pennylane-create-customer,Create Customer,Creates a new customer in Pennylane. [See the documentation](https://pennylane.readme.io/reference/customers-post-1),FALSE,TRUE,FALSE +pennylane-create-customer-invoice,Create Customer Invoice,Generates a new invoice for a customer using Pennylane. [See the documentation](https://pennylane.readme.io/reference/customer_invoices-post-1),FALSE,TRUE,FALSE +pennylane-create-billing-subscription,Create Billing Subscription,Creates a billing subscription for a customer. [See the documentation](https://pennylane.readme.io/reference/billing_subscriptions-post-1).,FALSE,TRUE,FALSE +circleci-trigger-pipeline,Trigger a Pipeline,Trigger a pipeline given a pipeline definition ID. Supports all integrations except GitLab. [See the documentation](https://circleci.com/docs/api/v2/index.html#tag/Pipeline/operation/triggerPipelineRun),TRUE,TRUE,FALSE +circleci-rerun-workflow,Rerun Workflow,Reruns the specified workflow. [See the documentation](https://circleci.com/docs/api/v2/index.html#tag/Workflow/operation/rerunWorkflow),TRUE,TRUE,FALSE +circleci-get-job-artifacts,Get Job Artifacts,Retrieves a job's artifacts. [See the documentation](https://circleci.com/docs/api/v2/index.html#tag/Job/operation/getJobArtifacts).,TRUE,TRUE,FALSE +algolia-save-records,Save Records,Adds records to an index. [See the documentation](https://www.algolia.com/doc/libraries/javascript/v5/helpers/#save-records).,TRUE,TRUE,FALSE +algolia-delete-records,Delete Records,Delete records from the given index. [See the documentation](https://www.algolia.com/doc/libraries/javascript/v5/helpers/#delete-records),TRUE,TRUE,FALSE +algolia-browse-records,Browse Records,Browse for records in the given index. [See the documentation](https://www.algolia.com/doc/libraries/javascript/v5/methods/search/browse/?client=javascript).,TRUE,TRUE,FALSE +rejoiner-update-customer-profile,Update Customer Profile,Updates a customer's profile information. [See the documentation](https://docs.rejoiner.com/reference/update-customer-profile),TRUE,TRUE,FALSE +rejoiner-start-journey,Start Journey,Triggers the beginning of a customer journey in Rejoiner. [See the documentation](https://docs.rejoiner.com/reference/trigger-webhook-journey),FALSE,TRUE,FALSE +rejoiner-add-customer-to-list,Add Customer to List,"Adds a customer to a specific list, or if the customer already exists, will update the record of that customer with the supplied data. [See the documentation](https://docs.rejoiner.com/reference/add-customer-to-list)",TRUE,TRUE,FALSE +zoho_crm-update-object,Update Object,Updates existing entities in the module. [See the documentation](https://www.zoho.com/crm/developer/docs/api/v2/update-records.html),TRUE,TRUE,FALSE +zoho_crm-create-object,Create Object,Create a new object/module entry. [See the documentation](https://www.zoho.com/crm/developer/docs/api/v2/insert-records.html),FALSE,TRUE,FALSE +langbase-list-memories,List Memories,Get a list of memory sets on Langbase. [See the documentation](https://langbase.com/docs/api-reference/memory/list),FALSE,TRUE,TRUE +langbase-delete-memory,Delete Memory,Delete an existing memory on Langbase. [See the documentation](https://langbase.com/docs/api-reference/memory/delete),TRUE,TRUE,FALSE +langbase-create-memory,Create Memory,Create a new organization memory by sending the memory data. [See the documentation](https://langbase.com/docs/api-reference/memory/create),FALSE,TRUE,FALSE +chargebee-create-subscription,Create Subscription,Create a new subscription for an existing customer. [See the documentation](https://apidocs.chargebee.com/docs/api/subscriptions?lang=curl#create_subscription_for_items),FALSE,TRUE,FALSE +chargebee-create-customer,Create Customer,Create a customer in Chargebee. [See the documentation](https://apidocs.chargebee.com/docs/api/customers?lang=node-v3#create_a_customer),FALSE,TRUE,FALSE +gistly-get-transcript,Get Transcript,Fetches transcript/subtitles from a YouTube video using Gistly API.,FALSE,TRUE,TRUE +signaturit-send-signature-request-reminder,Send Signature Request Reminder,Sends a reminder for a pending signature request. [See the documentation](https://docs.signaturit.com/api/latest#signatures_send_reminder),FALSE,TRUE,FALSE +algolia-delete-objects,Delete Objects,Delete objects from the given index. [See docs here](https://www.algolia.com/doc/api-reference/api-methods/delete-objects/),TRUE,TRUE,FALSE +algolia-create-objects,Create Objects,Adds an array of JavaScript objects to the given index. [See docs here](https://www.algolia.com/doc/api-reference/api-methods/save-objects/),TRUE,TRUE,FALSE +webflow-update-item-inventory,Update Item Inventory,Update the inventory of a specific item. [See the documentation](https://developers.webflow.com/data/reference/ecommerce/inventory/update),TRUE,TRUE,FALSE +ironclad-update-workflow,Update Workflow Metadata,Updates the metadata of an existing workflow. [See the documentation](),TRUE,TRUE,FALSE +ironclad-launch-workflow,Launch Workflow,Launches a new workflow in Ironclad. [See the documentation](https://developer.ironcladapp.com/reference/launch-a-new-workflow),FALSE,TRUE,FALSE +ironclad-create-record,Create Record,Creates a new record in Ironclad. [See the documentation](https://developer.ironcladapp.com/reference/create-a-record),FALSE,TRUE,FALSE +webflow-update-order,Update Order,Update an order. [See the documentation](https://developers.webflow.com/data/reference/ecommerce/orders/update),TRUE,TRUE,FALSE +webflow-update-collection-item,Update Collection Item,Update collection item. [See the documentation](https://developers.webflow.com/data/reference/cms/collection-items/bulk-items/update-items),TRUE,TRUE,FALSE +webflow-unfulfill-order,Unfulfill Order,Unfulfill an order. [See the documentation](https://developers.webflow.com/data/reference/ecommerce/orders/update-unfulfill),TRUE,TRUE,FALSE +webflow-refund-order,Refund Order,Refund an order. [See the documentation](https://developers.webflow.com/data/reference/ecommerce/orders/refund),FALSE,TRUE,FALSE +webflow-publish-site,Publish Site,Publish a site. [See the documentation](https://developers.webflow.com/data/reference/sites/publish),FALSE,TRUE,FALSE +webflow-list-sites,List Sites,List sites. [See the documentation](https://developers.webflow.com/data/reference/sites/list),FALSE,TRUE,TRUE +webflow-list-orders,List Orders,List orders. [See the documentation](https://developers.webflow.com/data/reference/ecommerce/orders/list),FALSE,TRUE,TRUE +webflow-list-collections,List Collections,List collections. [See the documentation](https://developers.webflow.com/data/reference/cms/collections/list),FALSE,TRUE,TRUE +webflow-list-collection-items,List Collection Items,List Items of a collection. [See the documentation](https://developers.webflow.com/data/reference/cms/collection-items/bulk-items/list-items),FALSE,TRUE,TRUE +webflow-get-site,Get Site,Get a site. [See the documentation](https://developers.webflow.com/data/reference/sites/get),FALSE,TRUE,TRUE +webflow-get-order,Get Order,Get info on an order. [See the documentation](https://developers.webflow.com/data/reference/ecommerce/orders/get),FALSE,TRUE,TRUE +webflow-get-item-inventory,Get Item Inventory,Get the inventory of a specific item. [See the documentation](https://developers.webflow.com/data/reference/ecommerce/inventory/list),FALSE,TRUE,TRUE +webflow-get-collection,Get Collection,Get a collection. [See the documentation](https://developers.webflow.com/data/reference/cms/collections/get),FALSE,TRUE,TRUE +webflow-get-collection-item,Get Collection Item,Get a Collection Item. [See the documentation](https://developers.webflow.com/data/reference/cms/collection-items/staged-items/get-item),FALSE,TRUE,TRUE +webflow-fulfill-order,Fulfill Order,Fulfill an order. [See the documentation](https://developers.webflow.com/data/reference/ecommerce/orders/update-fulfill),TRUE,TRUE,FALSE +webflow-delete-collection-item,Delete Collection Item,Delete Item of a Collection. [See the documentation](https://developers.webflow.com/data/reference/cms/collection-items/staged-items/delete-item),TRUE,TRUE,FALSE +webflow-create-collection-item,Create Collection Item,Create new collection item. [See the documentation](https://developers.webflow.com/data/reference/cms/collection-items/staged-items/create-item),FALSE,TRUE,FALSE +epsy-name-lookup,Name Lookup,Request a lookup for the provided name. [See the documentation](https://irbis.espysys.com/developer/),FALSE,TRUE,TRUE +epsy-get-lookup-results,Get Lookup Results,Get the results of the lookup with the provided ID. [See the documentation](https://irbis.espysys.com/developer/),FALSE,TRUE,TRUE +epsy-email-lookup,Email Lookup,Request a lookup for the provided email. [See the documentation](https://irbis.espysys.com/developer/),FALSE,TRUE,TRUE +vies_api-retrieve-vat-data,Retrieve VAT Data,Get firm data from VIES registry. [See the documentation](https://viesapi.eu/public/rest/index.html#/API/getVIESData),TRUE,TRUE,FALSE +ortto-opt-out-sms,Opt Out of SMS,Allows a user to opt-out from all SMS communications. [See the documentation](https://help.ortto.com/a-250-api-reference),FALSE,TRUE,FALSE +ortto-create-person,Create or Update a Person,Create or update a preexisting person in the Ortto account. [See the documentation](https://help.ortto.com/a-250-api-reference),TRUE,TRUE,FALSE +ortto-create-custom-activity,Create Custom Activity,Creates a unique activity for a person. Can optionally initialize a new record beforehand. [See the documentation](https://help.ortto.com/a-271-create-a-custom-activity-event-create),FALSE,TRUE,FALSE +x_ai-post-completion,Post Completion,Create a language model response for a given prompt. [See the documentation](https://docs.x.ai/api/endpoints#completions),FALSE,TRUE,FALSE +x_ai-post-chat-completion,Post Chat Completion,Create a language model response for a chat conversation. [See the documentation](https://docs.x.ai/api/endpoints#chat-completions),FALSE,TRUE,FALSE +x_ai-get-model,Get Model,List all language and embedding models available. [See the documentation](https://docs.x.ai/api/endpoints#get-model),FALSE,TRUE,TRUE +x_ai-create-embeddings,Create Embedding,Create an embedding vector representation corresponding to the input text. [See the documentation](https://docs.x.ai/api/endpoints#create-embeddings),FALSE,TRUE,FALSE +hostaway-update-task,Update Task,Updates an existing task in Hostaway. [See the documentation](https://api.hostaway.com/documentation#update-task),TRUE,TRUE,FALSE +hostaway-send-message-to-guest,Send Message To Guest,Send a conversation message to a guest in Hostaway. [See the documentation](https://api.hostaway.com/documentation#send-conversation-message),FALSE,TRUE,FALSE +hostaway-create-task,Create Task,Creates a new task in Hostaway. [See the documentation](https://api.hostaway.com/documentation#create-task),FALSE,TRUE,FALSE +hostaway-create-reservation,Create Reservation,Creates a new reservation in Hostaway. [See the documentation](https://api.hostaway.com/documentation#create-a-reservation),FALSE,TRUE,FALSE +zoho_books-update-salesorder,Update Sales Order,Updates an existing sales order. [See the documentation](https://www.zoho.com/books/api/v3/sales-order/#update-a-sales-order),TRUE,TRUE,FALSE +zoho_books-make-api-call,Make API Call,Makes an aribitrary call to Zoho Books API,FALSE,TRUE,FALSE +zoho_books-list-invoices,List Invoices,Lists all invoices. [See the documentation](https://www.zoho.com/books/api/v3/contacts/#list-contacts),FALSE,TRUE,TRUE +zoho_books-list-expenses,List Expenses,List all the Expenses. [See the documentation](https://www.zoho.com/books/api/v3/expenses/#list-expenses),FALSE,TRUE,TRUE +zoho_books-list-contacts,List Contacts,Lists all contacts given the organization_id. [See the documentation](https://www.zoho.com/books/api/v3/contacts/#list-contacts),FALSE,TRUE,TRUE +zoho_books-get-item,Get Item,Gets the details of an existing item. [See the documentation](https://www.zoho.com/books/api/v3/items/#get-an-item),FALSE,TRUE,TRUE +zoho_books-get-invoice,Get Invoice,Gets the details of an invoice. [See the documentation](https://www.zoho.com/books/api/v3/invoices/#get-an-invoice),FALSE,TRUE,TRUE +zoho_books-delete-contact,Delete Contact,Deletes an existing contact. [See the documentation](https://www.zoho.com/books/api/v3/contacts/#delete-a-contact),TRUE,TRUE,FALSE +zoho_books-create-salesorder,Create Sales Order,Creates a sales order. [See the documentation](https://www.zoho.com/books/api/v3/sales-order/#create-a-sales-order),FALSE,TRUE,FALSE +zoho_books-create-item,Create Item,Creates a new item. [See the documentation](https://www.zoho.com/books/api/v3/items/#create-an-item),FALSE,TRUE,FALSE +zoho_books-create-invoice,Create Invoice,Creates an invoice for your customer. [See the documentation](https://www.zoho.com/books/api/v3/invoices/#create-an-invoice),FALSE,TRUE,FALSE +zoho_books-create-estimate,Create Estimate,Creates a new estimate. [See the documentation](https://www.zoho.com/books/api/v3/estimates/#create-an-estimate),FALSE,TRUE,FALSE +zoho_books-create-employee,Create Employee,Creates an employee for an expense. [See the documentation](https://www.zoho.com/books/api/v3/expenses/#create-an-employee),FALSE,TRUE,FALSE +zoho_books-create-customer,Create Customer,Creates a new customer. [See the documentation](https://www.zoho.com/books/api/v3/items/#create-an-item),FALSE,TRUE,FALSE +zoho_books-create-customer-payment,Create Customer Payment,Creates a new payment. [See the documentation](https://www.zoho.com/books/api/v3/customer-payments/#create-a-payment),FALSE,TRUE,FALSE +favro-update-organization,Update Organization,Updates an existing organization. [See the documentation](https://favro.com/developer/#update-an-organization),TRUE,TRUE,FALSE +favro-list-users,List Users,List all users in the organization. [See the documentation](https://favro.com/developer/#get-all-users),FALSE,TRUE,TRUE +favro-create-organization,Create Organization,Creates a new organization. [See the documentation](https://favro.com/developer/#create-an-organization),FALSE,TRUE,FALSE +attractwell-lesson-approval,Lesson Approval,"Approves, rejects, or unapproves a lesson in the AttractWell system based on the selected status.",FALSE,TRUE,FALSE +attractwell-create-update-contact,Create or Update Contact,Creates or updates a contact with the provided identification and contact details.,TRUE,TRUE,FALSE +botcake-update-keyword,Update Keyword,Update the Keyword with the specified ID. [See the documentation](https://docs.botcake.io/english/api-reference#update-keyword),TRUE,TRUE,FALSE +botcake-get-tools,Get Tools,Get a list of tools associated with the specified page. [See the documentation](https://docs.botcake.io/english/api-reference#get-tools),FALSE,TRUE,TRUE +botcake-create-keyword,Create Keyword,Create a new Keyword. [See the documentation](https://docs.botcake.io/english/api-reference#create-keyword),FALSE,TRUE,FALSE +grain-get-recording,Get Recording,"Fetches a specific recording by its ID from Grain, optionally including the transcript and intelligence notes. [See the documentation](https://grainhq.notion.site/grain-public-api-877184aa82b54c77a875083c1b560de9)",FALSE,TRUE,TRUE +webflow_v2-update-order,Update Order,Update an order. [See the docs here](https://developers.webflow.com/#update-order),TRUE,TRUE,FALSE +webflow_v2-update-item-inventory,Update Item Inventory,Update the inventory of a specific item. [See the docs here](https://developers.webflow.com/#update-item-inventory),TRUE,TRUE,FALSE +webflow_v2-update-collection-item,Update Collection Item,Update collection item. [See the documentation](https://developers.webflow.com/#update-collection-item),TRUE,TRUE,FALSE +webflow_v2-unfulfill-order,Unfulfill Order,Unfulfill an order. [See the docs here](https://developers.webflow.com/#unfulfill-order),FALSE,TRUE,FALSE +webflow_v2-refund-order,Refund Order,Refund an order. [See the docs here](https://developers.webflow.com/#refund-order),FALSE,TRUE,FALSE +webflow_v2-publish-site,Publish Site,Publish a site. [See the docs here](https://developers.webflow.com/#publish-site),FALSE,TRUE,FALSE +webflow_v2-list-sites,List Sites,List sites. [See the docs here](https://developers.webflow.com/#list-sites),FALSE,TRUE,TRUE +webflow_v2-list-orders,List Orders,List orders. [See the docs here](https://developers.webflow.com/#get-all-orders),FALSE,TRUE,TRUE +webflow_v2-list-collections,List Collections,List collections. [See the docs here](https://developers.webflow.com/#list-collections),FALSE,TRUE,TRUE +webflow_v2-list-collection-items,List Collection Items,List Items of a collection. [See the docs here](https://developers.webflow.com/#get-all-items-for-a-collection),FALSE,TRUE,TRUE +webflow_v2-get-site,Get Site,Get a site. [See the docs here](https://developers.webflow.com/#get-specific-site),FALSE,TRUE,TRUE +webflow_v2-get-order,Get Order,Get info on an order. [See the docs here](https://developers.webflow.com/#get-order),FALSE,TRUE,TRUE +webflow_v2-get-item-inventory,Get Item Inventory,Get the inventory of a specific item. [See the docs here](https://developers.webflow.com/#item-inventory),FALSE,TRUE,TRUE +webflow_v2-get-collection,Get Collection,Get a collection. [See the docs here](https://developers.webflow.com/#get-collection-with-full-schema),FALSE,TRUE,TRUE +webflow_v2-get-collection-item,Get Collection Item,Get a Collection Item. [See the docs here](https://developers.webflow.com/#get-single-item),FALSE,TRUE,TRUE +webflow_v2-fulfill-order,Fulfill Order,Fulfill an order. [See the docs here](https://developers.webflow.com/#fulfill-order),FALSE,TRUE,FALSE +webflow_v2-delete-collection-item,Delete Collection Item,Delete Item of a Collection. [See the docs here](https://developers.webflow.com/#remove-collection-item),TRUE,TRUE,FALSE +webflow_v2-create-collection-item,Create Collection Item,Create new collection item. [See the docs here](https://developers.webflow.com/#create-new-collection-item),FALSE,TRUE,FALSE +learnworlds-enroll-user,Enroll User,Enroll user to product. [See the documentation](https://www.learnworlds.dev/docs/api/3d5e79f96b44a-enroll-user-to-product),FALSE,TRUE,FALSE +fullenrich-get-enrichment-result,Get Enrichment Result,Get the enrichment result for a specified contact. [See the documentation](https://docs.fullenrich.com/getbulk).,FALSE,TRUE,TRUE +fullenrich-enrich-contact,Enrich Contact,Starts the enrichment process for a specified contact. [See the documentation](https://docs.fullenrich.com/startbulk),FALSE,TRUE,FALSE +doppler_marketing_automation-unsubscribe-email,Unsubscribe Email,"Unsubscribe an email address from the account. Once unsubscribed, the user will not receive any more communication. [See the documentation](https://restapi.fromdoppler.com/docs/resources#!/Subscribers/AccountsByAccountNameUnsubscribedPost)",TRUE,TRUE,FALSE +doppler_marketing_automation-add-update-subscriber,Add or Update Subscriber,Adds a new subscriber or updates an existing one. [See the documentation](https://restapi.fromdoppler.com/docs/resources#!/Subscribers/AccountsByAccountNameListsByListIdSubscribersPost),TRUE,TRUE,FALSE +microsoft_teams-send-chat-message,Send Chat Message,Send a message to a team's chat. [See the docs here](https://docs.microsoft.com/en-us/graph/api/chat-post-messages?view=graph-rest-1.0&tabs=http),FALSE,TRUE,FALSE +microsoft_teams-send-channel-message,Send Channel Message,Send a message to a team's channel. [See the docs here](https://docs.microsoft.com/en-us/graph/api/channel-post-messages?view=graph-rest-1.0&tabs=http),FALSE,TRUE,FALSE +microsoft_teams-list-shifts,List Shifts,Get the list of shift instances for a team. [See the documentation](https://learn.microsoft.com/en-us/graph/api/schedule-list-shifts?view=graph-rest-1.0&tabs=http),FALSE,TRUE,TRUE +microsoft_teams-list-channels,List Channels,Lists all channels in a Microsoft Team. [See the docs here](https://docs.microsoft.com/en-us/graph/api/channel-list?view=graph-rest-1.0&tabs=http),FALSE,TRUE,TRUE +microsoft_teams-create-channel,Create Channel,Create a new channel in Microsoft Teams. [See the docs here](https://docs.microsoft.com/en-us/graph/api/channel-post?view=graph-rest-1.0&tabs=http),FALSE,TRUE,FALSE +sentry-update-issue,Update Issue.,Updates an individual issue's attributes. Only the attributes submitted are modified.[See the docs here](https://docs.sentry.io/api/events/update-an-issue/),TRUE,TRUE,FALSE +sentry-list-project-issues,List Project Issues.,Return a list of issues bound to a project. [See the docs here](https://docs.sentry.io/api/issues/list-a-projects-issues/),FALSE,TRUE,TRUE +sentry-list-project-events,List Project Events.,Return a list of events bound to a project. [See the docs here](https://docs.sentry.io/api/events/list-a-projects-events/),FALSE,TRUE,TRUE +sentry-list-issue-events,List Issue Events,Return a list of events bound to an issue. [See the docs here](https://docs.sentry.io/api/events/list-an-issues-events/),FALSE,TRUE,FALSE +zoho_survey-send-email-invitation,Send Email Invitation,Sends an email invitation with Zoho Survey.,FALSE,TRUE,FALSE +cats-create-contact,Create Contact,Adds a new contact to the CATS platform. [See the documentation](https://docs.catsone.com/api/v3/#contacts-create-a-contact),FALSE,TRUE,FALSE +cats-create-candidate,Create Candidate,Create a new candidate in your CATS database. [See the documentation](https://docs.catsone.com/api/v3/#candidates-create-a-candidate),FALSE,TRUE,FALSE +cats-add-candidate-pipeline,Add Candidate to Job Pipeline,Adds a specific candidate to a job pipeline in CATS. [See the documentation](https://docs.catsone.com/api/v3/#jobs-create-a-job),FALSE,TRUE,FALSE +zoho_campaigns-create-campaign,Create Campaign,"You can create a campaign using this API. Using this API, you can set the campaign name, subject line, sender address; choose the intended mailing list.. [See the documentation](https://www.zoho.com/campaigns/help/developers/create-campaign.html)",TRUE,TRUE,FALSE +zoho_campaigns-add-contact-to-mailing-list,Add Contact to Mailing List,You can use this API to add contacts to your mailing lists. [See the documentation](https://www.zoho.com/campaigns/help/developers/contact-subscribe.html),TRUE,TRUE,FALSE +google_ad_manager-create-report,Create Report,Create a report in Google Ad Manager. [See the documentation](https://developers.google.com/ad-manager/api/beta/reference/rest/v1/networks.reports/create),FALSE,TRUE,FALSE +microsoft_azure_ai_translator-translate-text,Translate Text,Translate text into the specified language. [See the documentation](https://learn.microsoft.com/en-us/azure/ai-services/translator/reference/v3-0-translate),FALSE,TRUE,TRUE +microsoft_azure_ai_translator-detect-language,Detect Language,Identifies the language of a piece of text. [See the documentation](https://learn.microsoft.com/en-us/azure/ai-services/translator/reference/v3-0-detect),FALSE,TRUE,TRUE +microsoft_azure_ai_translator-break-sentence,Break Sentence,Identifies the positioning of sentence boundaries in a piece of text. [See the documentation](https://learn.microsoft.com/en-us/azure/ai-services/translator/reference/v3-0-break-sentence),FALSE,TRUE,FALSE +short-update-a-link,Update Link,"Update original URL, title or path for existing URL by id. [See the documentation](https://developers.short.io/reference/linksbylinkidpost).",TRUE,TRUE,FALSE +short-expire-a-link,Expire Link,Expire a short link by id. [See the documentation](https://developers.short.io/reference/linksbylinkidpost).,FALSE,TRUE,FALSE +short-domain-statistics,Get Domain Statistics,Returns detailed statistics for a domain in given period. [See the documentation](https://developers.short.io/reference/getdomaindomainid).,FALSE,TRUE,TRUE +short-delete-a-link,Delete Link,Delete a Short Link. [See the documentation](https://developers.short.io/reference/linksbylinkiddelete).,TRUE,TRUE,FALSE +short-create-a-link,Create Link,Create a Short Link. [See the documentation](https://developers.short.io/reference/linkspost).,FALSE,TRUE,FALSE +zerobounce-validate-email,Validate Email,Validates a specific email. [See the documentation](https://www.zerobounce.net/docs/email-validation-api-quickstart/#validate_emails__v2__),FALSE,TRUE,TRUE +zerobounce-ai-scoring,AI Scoring,Estimates a reliability score based on ZeroBounce's AI for the provided email. [See the documentation](https://www.zerobounce.net/docs/ai-scoring-api/#single_email_scoring),FALSE,TRUE,FALSE +slybroadcast-start-campaign-audio-url,Start Campaign With Audio URL,Launch a new voicemail campaign to an individual or a group using an audio file url. [See the documentation](https://www.slybroadcast.com/documentation.php),FALSE,TRUE,FALSE +slybroadcast-start-campaign-audio-file,Start Campaign with Audio File,Start a new voicemail campaign using an audio file uploaded to your slybroadcast account. [See the documentation](https://www.slybroadcast.com/documentation.php),FALSE,TRUE,FALSE +campaign_monitor-unsubscribe,Unsubscribe,Removes a subscriber from a mailing list given their email address. [See the documentation](https://www.campaignmonitor.com/api/v3-3/subscribers/#unsubscribing-a-subscriber),TRUE,TRUE,FALSE +campaign_monitor-send-smart-transactional-email,Send Smart Transactional Email,Sends an intelligent transactional email to a specified recipient. [See the documentation](https://www.campaignmonitor.com/api/v3-3/transactional/#send-smart-email),FALSE,TRUE,FALSE +campaign_monitor-add-subscriber,Add Subscriber,Creates a new subscriber on a specific list. [See the documentation](https://www.campaignmonitor.com/api/v3-3/subscribers/),FALSE,TRUE,FALSE +loops_so-update-contact,Update Contact,"Updates an existing contact by email. If email not found, a new contact will be created. [See the Documentation](https://loops.so/docs/add-users/api-reference#update)",TRUE,TRUE,FALSE +loops_so-send-transactional-email,Send Transactional Email,Send a transactional email. [See the Documentation](https://loops.so/docs/transactional/guide#send-your-email),FALSE,TRUE,FALSE +loops_so-send-event,Send Event,Send an event to an email address. [See the Documentation](https://loops.so/docs/add-users/api-reference#send),FALSE,TRUE,FALSE +loops_so-list-mailing-lists,List Mailing Lists,List your account's mailing lists. [See the documentation](https://loops.so/docs/api-reference/list-mailing-lists),FALSE,TRUE,TRUE +loops_so-list-custom-fields,List Custom Fields,List your account's custom contact properties. [See the documentation](https://loops.so/docs/api-reference/list-custom-fields),FALSE,TRUE,TRUE +loops_so-find-contact,Find Contact,Search for a contact by email address. [See the Documentation](https://loops.so/docs/add-users/api-reference#find),FALSE,TRUE,FALSE +loops_so-delete-contact,Delete Contact,Delete an existing contact. [See the documentation](https://loops.so/docs/api-reference/delete-contact),TRUE,TRUE,FALSE +loops_so-create-contact,Create Contact,Creates a new contact. [See the Documentation](https://loops.so/docs/add-users/api-reference#add),FALSE,TRUE,FALSE +cloze-create-update-project,Create Or Update Project,Create a new project or merge updates into an existing one. [See the documentation](https://api.cloze.com/api-docs/#!/Relations_-_Projects/post_v1_projects_create).,TRUE,TRUE,FALSE +cloze-create-update-company,Create Or Update Company,Create a new company or enhance an existing company within Cloze. Companies can be created with just a domain name or both a name and another unique identifier such as a phone number and email address. [See the documentation](https://api.cloze.com/api-docs/#!/Relations_-_Companies/post_v1_companies_create).,TRUE,TRUE,FALSE +cloze-create-note,Create Note,Creates a note in Cloze. [See the documentation](https://api.cloze.com/api-docs/#!/Content/post_v1_createcontent).,FALSE,TRUE,FALSE +html_to_image-convert-url-to-pdf,Convert URL to PDF,Create a PDF from a URL. [See the documentation](https://docs.htmlcsstoimg.com/html-to-image-api/url-to-pdf-api).,FALSE,TRUE,FALSE +html_to_image-convert-url-to-image,Convert URL to Image,Capture a screenshot from a URL. [See the documentation](https://docs.htmlcsstoimg.com/html-to-image-api/screenshot-capture-api).,FALSE,TRUE,TRUE +html_to_image-convert-html-to-pdf,Convert HTML to PDF,Create a PDF file from HTML. [See the documentation](https://docs.htmlcsstoimg.com/html-to-image-api/html-css-to-pdf-api).,FALSE,TRUE,FALSE +html_to_image-convert-html-to-image,Convert HTML to Image,Create an image from HTML. [See the documentation](https://docs.htmlcsstoimg.com/html-to-image-api/html-css-to-image-api).,FALSE,TRUE,FALSE +e2b-run-code,Run Code,Run or interpret code using the E2B service. [See the documentation](https://www.npmjs.com/package/e2b).,FALSE,TRUE,FALSE +zoho_sheet-update-row,Update Row,Finds a specific row by its index and updates its content. [See the documentation](https://www.zoho.com/sheet/help/api/v2/),TRUE,TRUE,FALSE +zoho_sheet-search-delete-row,Search and Delete Row,Searches for a row based on provided criteria and deletes it. [See the documentation](https://www.zoho.com/sheet/help/api/v2/),TRUE,TRUE,FALSE +zoho_sheet-create-row,Create Row,Creates a new row in the specified worksheet. [See the documentation](https://www.zoho.com/sheet/help/api/v2/),FALSE,TRUE,FALSE +beaconchain-get-validators,Get Validators,Returns information for all validators up to 100 by index or public key. [See the documentation](https://beaconcha.in/api/v1/docs/index.html#/Validator/get_api_v1_validator__indexOrPubkey_).,TRUE,TRUE,FALSE +beaconchain-get-slots,Get Slots,Returns all slots for a specified epoch. [See the documentation](https://beaconcha.in/api/v1/docs/index.html#/Epoch/get_api_v1_epoch__epoch__slots),TRUE,TRUE,FALSE +beaconchain-get-execution-blocks,Get Execution Blocks,Retrieve execution blocks by execution block number. [See the documentation](https://beaconcha.in/api/v1/docs/index.html#/Execution/get_api_v1_execution_block__blockNumber_),TRUE,TRUE,FALSE +beaconchain-get-epoch,Get Epoch,Returns information for a specified epoch by the epoch number or an epoch tag (can be latest or finalized). [See the documentation](https://beaconcha.in/api/v1/docs/index.html#/Epoch/get_api_v1_epoch__epoch_),TRUE,TRUE,FALSE +ignisign-create-signer,Create Signer,Creates a new signer entity in IgniSign. [See the documentation](https://ignisign.io/docs/ignisign-api/create-signer),FALSE,TRUE,FALSE +mural-create-sticky,Create Sticky,Create a new sticky note within a given mural. [See the documentation](https://developers.mural.co/public/reference/createstickynote),FALSE,TRUE,FALSE +mural-create-mural,Create Mural,Create a new mural within a specified workspace. [See the documentation](https://developers.mural.co/public/reference/createmural),FALSE,TRUE,FALSE +skyvern-get-workflow,Get Workflow Run Details,Retrieve details of runs of a specific Skyvern workflow. Useful for checking the status and result of a run. [See the documentation](https://docs.skyvern.com/workflows/getting-workflows),FALSE,TRUE,FALSE +skyvern-create-run-task,Create and Run Task,Create a new task and run it instantly in Skyvern. Useful for one-off automations. [See the documentation](https://docs.skyvern.com/),FALSE,TRUE,FALSE +runware-prompt-enhance,Prompt Enhance,Request a prompt enhance task to be processed by the Runware API. [See the documentation](https://docs.runware.ai/en/utilities/prompt-enhancer).,FALSE,TRUE,FALSE +runware-image-upscale,Image Upscale,Request an image upscale task to be processed by the Runware API. [See the documentation](https://docs.runware.ai/en/image-editing/upscaling).,FALSE,TRUE,FALSE +runware-image-inference,Image Inference,Request an image inference task to be processed by the Runware API. [See the documentation](https://docs.runware.ai/en/image-inference/api-reference).,FALSE,TRUE,FALSE +runware-image-control-net-preprocess,Image Control Net Preprocess,Request an image control net preprocess task to be processed by the Runware API. [See the documentation](https://docs.runware.ai/en/image-editing/controlnet-tools).,FALSE,TRUE,FALSE +runware-image-caption,Image Caption,Request an image caption task to be processed by the Runware API. [See the documentation](https://docs.runware.ai/en/utilities/image-to-text).,FALSE,TRUE,FALSE +runware-image-background-removal,Image Background Removal,Request an image background removal task to be processed by the Runware API. [See the documentation](https://docs.runware.ai/en/image-editing/background-removal).,FALSE,TRUE,FALSE +quickbooks-sandbox-search-invoices,Search Invoices,Searches for invoices. [See docs here](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/invoice#query-an-invoice),FALSE,TRUE,TRUE +insertchat-push-message-existing-chat,Push Message to Existing Chat,Pushes a new message into an existing chat session in InsertChat. [See the documentation](https://www.postman.com/gold-star-239225/insertchat/request/me7mcwa/push-a-message-into-a-chat-session),TRUE,TRUE,FALSE +insertchat-delete-lead,Delete Lead,Deletes an existing lead from InsertChat. [See the documentation](https://www.postman.com/gold-star-239225/insertchat/request/2vgc20j/delete-a-lead),TRUE,TRUE,FALSE +insertchat-create-lead,Create Lead,Creates a new lead within Insertchat. [See the documentation](https://www.postman.com/gold-star-239225/insertchat/request/uiugp1c/create-a-lead),TRUE,TRUE,FALSE +gocanvas-delete-dispatch,Delete Dispatch,Removes a specific dispatch from GoCanvas. [See the documentation](https://help.gocanvas.com/hc/en-us/article_attachments/26468076609559),TRUE,TRUE,FALSE +gocanvas-create-or-update-reference-data,Create or Update Reference Data,Creates or updates GoCanvas reference data. [See the documentation](https://help.gocanvas.com/hc/en-us/article_attachments/26468076609559),TRUE,TRUE,FALSE +gocanvas-create-dispatch,Create Dispatch,Creates a dispatch item in GoCanvas. [See the documentation](https://help.gocanvas.com/hc/en-us/article_attachments/26468076609559),FALSE,TRUE,FALSE +ntfy-send-notification,Send Notification,Send a notification using Ntfy. [See the documentation](https://docs.ntfy.sh/publish/).,FALSE,TRUE,FALSE +zendesk_sell-create-task,Create Task,Creates a new task. [See the documentation](https://developer.zendesk.com/api-reference/sales-crm/resources/tasks/#create-a-task).,FALSE,TRUE,FALSE +zendesk_sell-create-lead,Create Lead,Creates a new lead. [See the documentation](https://developer.zendesk.com/api-reference/sales-crm/resources/leads/#create-a-lead).,FALSE,TRUE,FALSE +zendesk_sell-create-contact,Create Contact,Creates a new contact. [See the documentation](https://developer.zendesk.com/api-reference/sales-crm/resources/contacts/#create-a-contact).,FALSE,TRUE,FALSE +lokalise-download-files,Download Files,Retrieves and downloads files from a specified Lokalise project. [See the documentation](https://developers.lokalise.com/reference/download-files),FALSE,TRUE,TRUE +lokalise-create-project,Create Project,Initializes an empty project in Lokalise. [See the documentation](https://developers.lokalise.com/reference/create-a-project),FALSE,TRUE,FALSE +activecampaign-create-or-update-contact,Create or Update Contact,Creates a new contact or updates an existing contact. [See the documentation](https://developers.activecampaign.com/reference/sync-a-contacts-data).,TRUE,TRUE,FALSE +gainsight_px-delete-user,Delete User,Deletes a user with he specified identifyId. [See the documentation](https://gainsightpx.docs.apiary.io/#reference/users/v1usersdelete/delete-user),TRUE,TRUE,FALSE +gainsight_px-create-user,Create User,Creates a new user with the given data. [See the documentation](https://gainsightpx.docs.apiary.io/#reference/users/v1users/create-user),FALSE,TRUE,FALSE +gainsight_px-create-account,Create Account,Create a new account with the given data. [See the documentation](https://gainsightpx.docs.apiary.io/#reference/accounts/v1accounts/create-account),FALSE,TRUE,FALSE +autoblogger-validate-api-key,Validate API Key,Validates the provided API key. [See the documentation](https://u.pcloud.link/publink/show?code=XZdjuv0ZtabS8BN58thUiE8FGjznajoMc6Qy),FALSE,TRUE,TRUE +autoblogger-get-blogposts,Get Blogposts,Retrieves blogposts using the API key. [See the documentation](https://u.pcloud.link/publink/show?code=XZdjuv0ZtabS8BN58thUiE8FGjznajoMc6Qy),FALSE,TRUE,TRUE +flexisign-send-document-using-template,Send Document Using Template,Sends a signature request to the specified recipients for a document generated from a template. [See the documentation](https://flexisign.io/app/integrations/flexisignapi),FALSE,TRUE,FALSE +gainsight_nxt-create-or-update-person,Create or Update Person,Create or update a person's record. [See the documentation](https://support.gainsight.com/gainsight_nxt/API_and_Developer_Docs/Person_API/People_API_Documentation#Person),TRUE,TRUE,FALSE +gainsight_nxt-create-or-update-custom-object,Create or Update Custom Object,Create or update a custom object record. [See the documentation](https://support.gainsight.com/gainsight_nxt/API_and_Developer_Docs/Custom_Object_API/Gainsight_Custom_Object_API_Documentation#Insert_API),TRUE,TRUE,FALSE +gainsight_nxt-create-or-update-company,Create or Update Company,Create or update a company record. [See the documentation](https://support.gainsight.com/gainsight_nxt/API_and_Developer_Docs/Company_and_Relationship_API/Company_API_Documentation#Parameters),TRUE,TRUE,FALSE +fal_ai-get-request-status,Get Request Status,Gets the status of a request in the queue. This allows you to monitor the progress of your asynchronous tasks. [See the documentation](https://fal.ai/docs/model-endpoints/queue#queue-endpoints).,FALSE,TRUE,TRUE +fal_ai-get-request-response,Get Request Response,Gets the response of a completed request in the queue. This retrieves the results of your asynchronous task. [See the documentation](https://fal.ai/docs/model-endpoints/queue#queue-endpoints).,FALSE,TRUE,TRUE +fal_ai-cancel-request,Cancel Request,Cancels a request in the queue. This allows you to stop a long-running task if it's no longer needed. [See the documentation](https://fal.ai/docs/model-endpoints/queue#queue-endpoints).,TRUE,TRUE,FALSE +tremendous-create-order-email-reward,Create Order Email Reward,Create an order to send out a reward. [See the documentation](https://developers.tremendous.com/reference/create-order),FALSE,TRUE,FALSE +crowdin-translate-via-machine-translation,Translate via Machine Translation,Performs machine translation of the uploaded files. [See the documentation](https://support.crowdin.com/developer/api/v2/),FALSE,TRUE,TRUE +crowdin-create-project,Create Project,Creates a new project within Crowdin. [See the documentation](https://support.crowdin.com/developer/api/v2/#/projects-api/create-project),FALSE,TRUE,FALSE +roamresearch-write,Write,Generic write for Roam Research pages. [See the documentation](https://roamresearch.com/#/app/developer-documentation/page/mdnjFsqoA).,FALSE,TRUE,FALSE +roamresearch-search-title,Search Title,Search for a title in Roam Research pages (access only to non ecrypted graphs). [See the documentation](https://roamresearch.com/#/app/developer-documentation/page/eb8OVhaFC).,FALSE,TRUE,TRUE +roamresearch-query,Query,Generic query for Roam Research pages. [See the documentation](https://roamresearch.com/#/app/developer-documentation/page/mdnjFsqoA).,FALSE,TRUE,FALSE +roamresearch-pull,Pull,Generic pull for Roam Research pages. [See the documentation](https://roamresearch.com/#/app/developer-documentation/page/mdnjFsqoA).,FALSE,TRUE,FALSE +roamresearch-pull-many,Pull Many,Generic pull many for Roam Research pages. [See the documentation](https://roamresearch.com/#/app/developer-documentation/page/mdnjFsqoA).,FALSE,TRUE,FALSE +roamresearch-get-page-or-block-data,Get Page Or Block Data,Get the data for a page or block in Roam Research (access only to non ecrypted graphs). [See the documentation](https://roamresearch.com/#/app/developer-documentation/page/eb8OVhaFC).,FALSE,TRUE,TRUE +roamresearch-append-blocks,Append Blocks,Generic append blocks for Roam Research pages. [See the documentation](https://roamresearch.com/#/app/developer-documentation/page/kjnAseQ-K).,FALSE,TRUE,FALSE +roamresearch-add-content-underneath-block,Add Content Underneath Block,Add content underneath an existing block in your Roam Research graph (access to encrypted and non encrypted graphs). [See the documentation](https://roamresearch.com/),FALSE,TRUE,FALSE +roamresearch-add-content-to-page,Add Content To Page,Add content as a child block to an existing or new page in Roam Research (access to encrypted and non encrypted graphs). [See the documentation](https://roamresearch.com/#/app/developer-documentation/page/eb8OVhaFC).,FALSE,TRUE,FALSE +roamresearch-add-content-to-daily-note-page,Add Content To Daily Note Page,Adds content as a child block to a daily note page in Roam Research (access to encrypted and non encrypted graphs). [See the documentation](https://roamresearch.com/#/app/developer-documentation/page/eb8OVhaFC).,FALSE,TRUE,FALSE +tldr-summarize-text,Summarize Text,Reads in a piece of text and distills the main points. [See the documentation](https://runtldr.com/documentation),FALSE,TRUE,TRUE +azure_sql-insert-row,Insert Row,Inserts a new row in a table. [See the documentation](https://learn.microsoft.com/en-us/sql/t-sql/statements/insert-transact-sql?view=azuresqldb-current),FALSE,TRUE,FALSE +azure_sql-execute-raw-query,Execute SQL Query,Execute a custom SQL query. See [our docs](https://pipedream.com/docs/databases/working-with-sql) to learn more about working with SQL in Pipedream.,FALSE,TRUE,FALSE +azure_sql-execute-query,Execute Query,Executes a SQL query and returns the results. [See the documentation](https://learn.microsoft.com/en-us/sql/t-sql/queries/select-transact-sql?view=azuresqldb-current),FALSE,TRUE,FALSE +columns_ai-build-graph-from-template,Build Graph From Template,Builds a graph object from a template and publishes it. [See the documentation](https://github.com/varchar-io/vaas?tab=readme-ov-file#basic-usage).,FALSE,TRUE,FALSE +columns_ai-build-graph-from-scratch,Build Graph From Scratch,Builds a graph object from scratch and publishes it. [See the documentation](https://github.com/varchar-io/vaas?tab=readme-ov-file#basic-usage),FALSE,TRUE,FALSE +news_api-search-top-headlines,Search Top Headlines,"Retrieve live top and breaking headlines for a category, single source, multiple sources, or keywords. [See the documentation](https://newsapi.org/docs/endpoints/top-headlines)",FALSE,TRUE,TRUE +news_api-search-everything,Search Everything,"Search through millions of articles from over 150,000 large and small news sources and blogs. [See the documentation](https://newsapi.org/docs/endpoints/everything)",FALSE,TRUE,TRUE +tess_ai_by_pareto-search-ai-agents,Search AI Agents,Retrieve AI Agents (templates) that match the specified criteria. [See the documentation](https://tess.pareto.io/api/swagger#/default/201046139d07458d530ad3526e0b3c2f),FALSE,TRUE,TRUE +tess_ai_by_pareto-get-execution-response,Get Agent Execution Response,Retrieves the result of a previously executed AI Agent (template). [See the documentation](https://tess.pareto.io/api/swagger#/default/370b6709c5d9e8c17a76e1abb288e7ad),FALSE,TRUE,TRUE +tess_ai_by_pareto-execute-agent,Execute AI Agent,Executes an AI Agent (template) with the given input. [See the documentation](https://tess.pareto.io/api/swagger#/default/f13b3be7386ce63d99fa4bdee0cf6c95),FALSE,TRUE,FALSE +checkvist-create-new-list,Create New List,Creates a new list in Checkvist. [See the documentation](https://checkvist.com/auth/api),FALSE,TRUE,FALSE +checkvist-create-multiple-list-items,Create Multiple List Items,Enables creation of several list items at once from a block of text. Indentations in the text indicate nested list items. [See the documentation](https://checkvist.com/auth/api),FALSE,TRUE,FALSE +checkvist-create-list-item,Create List Item,Creates a new list item within a specified list. [See the documentation](https://checkvist.com/auth/api),FALSE,TRUE,FALSE +nocodb-update-record,Update Record,This action updates a record in a table. [See the documentation](https://data-apis-v2.nocodb.com/#tag/Table-Records/operation/db-data-table-row-update),TRUE,TRUE,FALSE +nocodb-list-records-matching-criteria,List Records in Table Matching Criteria,This action lists all rows in a table. [See the documentation](https://data-apis-v2.nocodb.com/#tag/Table-Records/operation/db-data-table-row-list),FALSE,TRUE,TRUE +nocodb-get-record,Get Record (from row number),This action gets a row by row Id. [See the documentation](https://data-apis-v2.nocodb.com/#tag/Table-Records/operation/db-data-table-row-read),FALSE,TRUE,TRUE +nocodb-delete-record,Delete Record,This action deletes a row in a table. [See the documentation](https://data-apis-v2.nocodb.com/#tag/Table-Records/operation/db-data-table-row-delete),TRUE,TRUE,FALSE +nocodb-add-record,Add Record,This action adds a record in a table. [See the documentation](https://data-apis-v2.nocodb.com/#tag/Table-Records/operation/db-data-table-row-create),FALSE,TRUE,FALSE +bippybox-activate-box,Activate Box,Triggers the BippyBox to play an audio file. [See the documentation](https://bippybox.io/docs/).,TRUE,TRUE,FALSE +heyy-update-contact,Update Contact,Updates the details of a contact under your business. [See the documentation](https://documenter.getpostman.com/view/27408936/2sA2r3a6DW#5a5ee22b-c16e-4d46-ae5d-3844b6501a34).,TRUE,TRUE,FALSE +heyy-send-whatsapp-message,Send WhatsApp Message,Sends a WhatsApp message to a contact. [See the documentation](https://documenter.getpostman.com/view/27408936/2sa2r3a6dw),FALSE,TRUE,FALSE +heyy-create-contact,Create Contact,Creates a new contact for the business. [See the documentation](https://documenter.getpostman.com/view/27408936/2sA2r3a6DW#a1249b8d-10cf-446a-be35-eb8793ffa967).,FALSE,TRUE,FALSE +papersign-send-document,Send Document,Dispatches a document to a specified recipient. [See the documentation](https://paperform.readme.io/reference/papersignsenddocument),FALSE,TRUE,FALSE +papersign-get-document,Get Document,Retrieve a document using a specified ID. [See the documentation](https://paperform.readme.io/reference/getpapersigndocument),FALSE,TRUE,TRUE +papersign-copy-document,Copy Document,Duplicates a given document. [See the documentation](https://paperform.readme.io/reference/papersigncopydocument),FALSE,TRUE,FALSE +seqera-create-pipeline,Create Pipeline,Creates a new pipeline in a user context. [See the documentation](https://docs.seqera.io/platform/23.3.0/api/overview),FALSE,TRUE,FALSE +seqera-create-compute-environment,Create Compute Environment,Creates a new compute environment in Seqera Tower. [See the documentation](https://docs.seqera.io/platform/23.3.0/api/overview),FALSE,TRUE,FALSE +seqera-create-action,Create Pipeline Action,Creates a new pipeline action in Seqera. [See the documentation](https://docs.seqera.io/platform/23.3.0/api/overview),FALSE,TRUE,FALSE +enrichley-validate-email,Validate Email,Checks the validity of a single email address using Enrichley. [See the documentation](https://enrichley.readme.io/reference/validatesingleemail),FALSE,TRUE,TRUE +rapid_url_indexer-submit-project,Submit Project,Submit a new project for indexing. [See the documentation](https://rapidurlindexer.com/indexing-api/).,FALSE,TRUE,FALSE +rapid_url_indexer-get-project-status,Get Project Status,Get the status of a specific project. [See the documentation](https://rapidurlindexer.com/indexing-api/).,FALSE,TRUE,TRUE +flash_by_velora_ai-upload-transcript,Upload Transcript,Upload a meeting transcript.,FALSE,TRUE,FALSE +flash_by_velora_ai-add-feedback,Add Feedback,Adds customer feedback.,FALSE,TRUE,FALSE +liveswitch-update-contact,Update Contact,Update a contact in LiveSwitch [See the documentation](https://developer.liveswitch.com/reference/post_v1-contacts),TRUE,TRUE,FALSE +aitable_ai-delete-field,Delete Field,Delete a field in the specified datasheet. [See the documentation](https://developers.aitable.ai/api/reference/#tag/Field/operation/delete-fields),TRUE,TRUE,FALSE +liveswitch-create-conversation,Create Conversation,Create a conversation in LiveSwitch [See the documentation](https://developer.liveswitch.com/reference/post_v1-conversations),FALSE,TRUE,FALSE +aitable_ai-create-field,Create Field,Create a new field in the specified datasheet. [See the documentation](https://developers.aitable.ai/api/reference#tag/Field/operation/create-fields),FALSE,TRUE,FALSE +liveswitch-create-contact,Create Contact,Create a contact in LiveSwitch [See the documentation](https://developer.liveswitch.com/reference/post_v1-contacts),FALSE,TRUE,FALSE +aitable_ai-create-datasheet,Create Datasheet,Create a datasheet in the specified space. [See the documentation](https://developers.aitable.ai/api/reference#tag/Datasheet/operation/create-datasheets),FALSE,TRUE,FALSE +everhour-stop-timer,Stop Timer,Halts the current running timer. [See the documentation](https://everhour.docs.apiary.io/#reference/timers/stop-timer),TRUE,TRUE,FALSE +everhour-start-timer,Start Timer,Begins a new timer for a task. [See the documentation](https://everhour.docs.apiary.io/#reference/0/timers/start-timer),FALSE,TRUE,FALSE +everhour-create-task,Create Task,Creates a new task in Everhour. [See the documentation](https://everhour.docs.apiary.io/),FALSE,TRUE,FALSE +smstools-send-sms,Send SMS or WhatsApp Message,Sends a SMS or WhatsApp message to a specified contact. [See the documentation](https://www.smstools.com/en/sms-gateway-api/send_message),FALSE,TRUE,FALSE +smstools-add-contact,Add Contact to Group,Adds a new contact to an existing contact list. [See the documentation](https://www.smstools.com/en/sms-gateway-api/add_contact),FALSE,TRUE,FALSE +smstools-add-contact-opt-out,Add Contact to Opt-Out List,"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)",FALSE,TRUE,FALSE +pdf_app_net-split-pdf,Split PDF,Split a PDF into multiple PDFs containing the specified number of pages. [See the documentation](https://pdf-app.net/apidocumentation),FALSE,TRUE,FALSE +pdf_app_net-image-to-pdf,Image to PDF,Convert an image from a URL to a PDF File with PDF-app.net. [See the documentation](https://pdf-app.net/apidocumentation),FALSE,TRUE,TRUE +pdf_app_net-compress-pdf,Compress PDF,Compress a PDF File with PDF-app.net. [See the documentation](https://pdf-app.net/apidocumentation),FALSE,TRUE,FALSE +sms_fusion-send-sms,Send SMS,Send an SMS using SMS Fusion. [See the documentation](https://docs.smsfusion.com.au/),FALSE,TRUE,FALSE +sms_fusion-perform-hlr-lookup,Perform HLR Lookup,Perform HLR on a number with SMS Fusion. [See the documentation](https://docs.smsfusion.com.au/),FALSE,TRUE,TRUE +sms_fusion-get-balance,Get Balance,Get current account balance including credit limits in SMS Fusion. [See the documentation](https://docs.smsfusion.com.au/),FALSE,TRUE,TRUE +onbee_app-update-employee,Update Employee,Update an employee with the specified ID. [See the documentation](https://docs.onboardee.io/api/#tag/Employees/paths/~1employees~1edit~1{id}/post),TRUE,TRUE,FALSE +onbee_app-delete-employee,Delete Employee,Delete an employee with the specified ID. [See the documentation](https://docs.onboardee.io/api/#tag/Employees/paths/~1employees~1edit~1{id}/post),TRUE,TRUE,FALSE +onbee_app-create-employee,Create Employee,Adds an employee to the system. [See the documentation](https://docs.onboardee.io/api/#tag/Employees/paths/~1employees~1add/post),FALSE,TRUE,FALSE +ai_textraction-extract-data,Extract Data,Extract custom data from text using AI Textraction. [See the documentation](https://rapidapi.com/textractionai/api/ai-textraction),FALSE,TRUE,FALSE +teach_n_go-create-student,Create Student,Registers a new student in Teach 'n Go. [See the documentation](https://intercom.help/teach-n-go/en/articles/6807235-new-student-and-class-registration-api),FALSE,TRUE,FALSE +teach_n_go-create-prospect,Create Prospect,Creates a new prospect inside Teach 'n Go. [See the documentation](https://intercom.help/teach-n-go/en/articles/5750592-prospect-registration-api),FALSE,TRUE,FALSE +niceboard-update-job,Update Job,Updates an existing job posting within the Niceboard app.,TRUE,TRUE,FALSE +niceboard-create-job,Create Job,Creates a new job posting within the Niceboard app.,FALSE,TRUE,FALSE +niceboard-create-category,Create Category,Creates a new job category within Niceboard.,FALSE,TRUE,FALSE +the_magic_drip-mark-campaign-active-or-inactive,Mark Campaign Active or Inactive,Marks a campaign as active or inactive. [See the documentation](https://docs.themagicdrip.com/api-reference/endpoint/post-v1campaign-active),TRUE,TRUE,FALSE +the_magic_drip-list-templates,List Templates,Retrieve all available templates. [See the documentation](https://docs.themagicdrip.com/api-reference/endpoint/get-v1templates),FALSE,TRUE,TRUE +the_magic_drip-list-campaigns,List Campaigns,Retrieve all available campaigns. [See the documentation](https://docs.themagicdrip.com/api-reference/endpoint/get-v1campaign),FALSE,TRUE,TRUE +the_magic_drip-add-lead-to-campaign,Add Lead to Campaign,Add a lead to a campaign. [See the documentation](https://docs.themagicdrip.com/api-reference/endpoint/post-v1campaignleads),FALSE,TRUE,FALSE +adyen-submit-details,Submit Additional Payment Details,Submits additional details for a payment. [See the documentation](https://docs.adyen.com/api-explorer/Checkout/71/post/payments/details),FALSE,TRUE,FALSE +adyen-refund-payment,Refund Payment,Refunds a captured payment. [See the documentation](https://docs.adyen.com/api-explorer/checkout/71/post/payments/(paymentpspreference)/refunds),FALSE,TRUE,FALSE +adyen-create-payment,Create Payment,Creates a payment for a shopper. [See the documentation](https://docs.adyen.com/api-explorer/Checkout/71/post/payments),FALSE,TRUE,FALSE +adyen-capture-payment,Capture Payment,"Captures an authorized payment. This is typically used for delayed capture scenarios, such as when you need to verify the order before capturing the funds.",FALSE,TRUE,TRUE +adyen-cancel-payment,Cancel Payment,Cancels a payment that has not yet been captured. [See the documentation](https://docs.adyen.com/api-explorer/checkout/71/post/payments/(paymentpspreference)/cancels),TRUE,TRUE,FALSE +spider-scrape-new-page,Scrape New Page,Initiates a new page scrape (crawl). [See the documentation](https://spider.cloud/docs/api#crawl-website),FALSE,TRUE,FALSE +wrike-update-task-custom-fields,Update Task Custom Fields,Update the custom fields for a task. [See the documentation](https://developers.wrike.com/api/v4/tasks/#modify-tasks),TRUE,TRUE,FALSE +wrike-new-task,New Task,Create a Wrike task under a specified folder ID. [See the documentation](https://developers.wrike.com/api/v4/tasks/#create-task),FALSE,TRUE,FALSE +nile_database-execute-query,Execute Query,Execute a custom PostgreSQL query.,FALSE,TRUE,FALSE +nile_database-create-user,Create User,Create a new database user by providing an email address and password. [See the documentation](https://www.thenile.dev/docs/reference/api-reference/users/create-user),FALSE,TRUE,FALSE +imagior-generate-image,Generate Image,Generates a unique and robust image using a provided template. [See the documentation](https://docs.imagior.com/api-reference/image-generate),FALSE,TRUE,TRUE +short_menu-create-short-link,Create Short Link,Create a new short link. [See the documentationo](https://docs.shortmenu.com/api-reference/endpoint/create-link),FALSE,TRUE,FALSE +motion-get-schedules,Retrieve Schedules,Get a list of schedules for your user. [See the documentation](https://docs.usemotion.com/docs/motion-rest-api/f9fec7bb61c6f-get-schedules),FALSE,TRUE,TRUE +suitedash-update-company,Update Company,Updates an existing company's details in SuiteDash. [See the documentation](https://app.suitedash.com/secure-api/swagger),TRUE,TRUE,FALSE +suitedash-create-contact,Create Contact,Creates a new contact in SuiteDash. [See the documentation](https://app.suitedash.com/secure-api/swagger),FALSE,TRUE,FALSE +suitedash-create-company,Create Company,Creates a new company in SuiteDash. [See the documentation](https://app.suitedash.com/secure-api/swagger),FALSE,TRUE,FALSE +wati-update-contact-attribute,Update Contact Attribute,Allows updating attributes/tags related to an existing contact. [See the documentation](https://docs.wati.io/reference/post_api-v1-updatecontactattributes-whatsappnumber),TRUE,TRUE,FALSE +wati-add-contact,Add Contact,Adds a new contact on the WATI platform. [See the documentation](https://docs.wati.io/reference/post_api-v1-addcontact-whatsappnumber),FALSE,TRUE,FALSE +wati-send-template-message,Send WhatsApp Template Message,Enables sending of WhatsApp messages using a pre-approved template. [See the documentation](https://docs.wati.io/reference/post_api-v2-sendtemplatemessage),FALSE,TRUE,FALSE +ngrok-update-https-edge,Update HTTPS Edge,Updates an HTTPS Edge. [See the documentation](https://ngrok.com/docs/api/resources/edges-https/#update-https-edge).,TRUE,TRUE,FALSE +ngrok-get-https-edge,Get HTTPS Edge,Get the details of an HTTPS Edge. [See the documentation](https://ngrok.com/docs/api/resources/edges-https/#get-https-edge).,FALSE,TRUE,TRUE +ngrok-delete-https-edge,Delete HTTPS Edge,Delete an HTTPS Edge. [See the documentation](https://ngrok.com/docs/api/resources/edges-https/#delete-https-edge).,TRUE,TRUE,FALSE +ngrok-create-https-edge,Create HTTPS Edge,Create an HTTPS Edge. [See the documentation](https://ngrok.com/docs/api/resources/edges-https/#create-https-edge).,FALSE,TRUE,FALSE +fakturoid-create-invoice,Create Invoice,Creates a new invoice. [See the documentation](https://www.fakturoid.cz/api/v3/invoices),FALSE,TRUE,FALSE +fakturoid-pay-remove-payment-invoice,Pay or Remove Payment for Invoice,Executes payment for an invoice or removes an already applied payment. [See the documentation](https://www.fakturoid.cz/api/v3/invoice-payments),TRUE,TRUE,FALSE +fakturoid-cancel-uncancel-invoice,Cancel or Uncancel Invoice,Cancels an existing invoice or revokes previous cancellation. [See the documentation](https://www.fakturoid.cz/api/v3),TRUE,TRUE,FALSE +wati-update-contact-attribute,Update Contact Attribute,Allows updating attributes/tags related to an existing contact. [See the documentation](https://docs.wati.io/reference/post_api-v1-updatecontactattributes-whatsappnumber),TRUE,TRUE,FALSE +wati-send-template-message,Send WhatsApp Template Message,Enables sending of WhatsApp messages using a pre-approved template. [See the documentation](https://docs.wati.io/reference/post_api-v2-sendtemplatemessage),FALSE,TRUE,FALSE +wati-add-contact,Add Contact,Adds a new contact on the WATI platform. [See the documentation](https://docs.wati.io/reference/post_api-v1-addcontact-whatsappnumber),FALSE,TRUE,FALSE +fakturoid-pay-remove-payment-invoice,Pay or Remove Payment for Invoice,Executes payment for an invoice or removes an already applied payment. [See the documentation](https://www.fakturoid.cz/api/v3/invoice-payments),TRUE,TRUE,FALSE +fakturoid-create-invoice,Create Invoice,Creates a new invoice. [See the documentation](https://www.fakturoid.cz/api/v3/invoices),FALSE,TRUE,FALSE +fakturoid-cancel-uncancel-invoice,Cancel or Uncancel Invoice,Cancels an existing invoice or revokes previous cancellation. [See the documentation](https://www.fakturoid.cz/api/v3),TRUE,TRUE,FALSE +ngrok-update-https-edge,Update HTTPS Edge,Updates an HTTPS Edge. [See the documentation](https://ngrok.com/docs/api/resources/edges-https/#update-https-edge).,TRUE,TRUE,FALSE +ngrok-get-https-edge,Get HTTPS Edge,Get the details of an HTTPS Edge. [See the documentation](https://ngrok.com/docs/api/resources/edges-https/#get-https-edge).,FALSE,TRUE,TRUE +ngrok-delete-https-edge,Delete HTTPS Edge,Delete an HTTPS Edge. [See the documentation](https://ngrok.com/docs/api/resources/edges-https/#delete-https-edge).,TRUE,TRUE,FALSE +ngrok-create-https-edge,Create HTTPS Edge,Create an HTTPS Edge. [See the documentation](https://ngrok.com/docs/api/resources/edges-https/#create-https-edge).,FALSE,TRUE,FALSE +zenventory-create-purchase-order,Create Purchase Order,Generates a new purchase order. [See the documentation](https://docs.zenventory.com/),FALSE,TRUE,FALSE +zenventory-create-item,Create Item,Generates a new item. [See the documentation](https://docs.zenventory.com/#tag/items/paths/~1items/post),FALSE,TRUE,FALSE +smslink_nc-delete-sms-campaign,Delete SMS Campaign,Delete an existing SMS campaign. [See the documentation](https://api.smslink.nc/api/documentation),TRUE,TRUE,FALSE +smslink_nc-delete-contact,Delete Contact,Deletes a contact. [See the documentation](https://api.smslink.nc/api/documentation),TRUE,TRUE,FALSE +smslink_nc-create-contact,Create Contact,Create a new contact. [See the documentation](https://api.smslink.nc/api/documentation#/Contact/556b84f384422939a9db51e60685798a).,FALSE,TRUE,FALSE +pdfmonkey-generate-document,Generate Document,Generates a new document using a specified template. [See the documentation](https://docs.pdfmonkey.io/references/api/documents),FALSE,TRUE,TRUE +pdfmonkey-find-document,Find Document,Find a document within PDFMonkey. [See the documentation](https://docs.pdfmonkey.io/references/api/documents),FALSE,TRUE,TRUE +pdfmonkey-delete-document,Delete Document,Deletes a specific document using its ID. [See the documentation](https://docs.pdfmonkey.io/references/api/documents),TRUE,TRUE,FALSE +copper-get-object,Get Object,Retrieves an existing CRM object. [See the documentation](https://developer.copper.com/account-and-users/fetch-user-by-id.html),FALSE,TRUE,TRUE +copper-create-update-project,Create or Update Project,Creates a new project or updates an existing one based on the project name. [See the documentation](https://developer.copper.com/projects/create-a-new-project.html),TRUE,TRUE,FALSE +copper-create-update-person,Create or Update Person,Creates a new person or updates an existing one based on email address. [See the documentation](https://developer.copper.com/people/create-a-new-person.html),TRUE,TRUE,FALSE +copper-associate-to-project,Associate to Project,Relates an existing project with an existing CRM object. [See the documentation](https://developer.copper.com/related-items/relate-an-existing-record-to-an-entity.html),FALSE,TRUE,FALSE +chargify-update-subscription,Update Subscription,Modifies an existing subscription in Chargify. [See the documentation](https://developers.maxio.com/http/advanced-billing-api/api-endpoints/subscriptions/update-subscription),TRUE,TRUE,FALSE +chargify-create-subscription,Create Subscription,Establishes a new subscription for a given customer in Chargify. [See the documentation](https://developers.maxio.com/http/advanced-billing-api/api-endpoints/subscriptions/create-subscription),FALSE,TRUE,FALSE +chargify-create-customer,Create Customer,Creates a new customer in Chargify. [See the documentation](https://developers.maxio.com/http/advanced-billing-api/api-endpoints/customers/create-customer),FALSE,TRUE,FALSE +smslink_nc-delete-sms-campaign,Delete SMS Campaign,Delete an existing SMS campaign. [See the documentation](https://api.smslink.nc/api/documentation),TRUE,TRUE,FALSE +smslink_nc-delete-contact,Delete Contact,Deletes a contact. [See the documentation](https://api.smslink.nc/api/documentation),TRUE,TRUE,FALSE +smslink_nc-create-contact,Create Contact,Create a new contact. [See the documentation](https://api.smslink.nc/api/documentation#/Contact/556b84f384422939a9db51e60685798a).,FALSE,TRUE,FALSE +airtable_oauth-search-records,Search Records,Searches for a record by formula or by field value. [See the documentation](https://airtable.com/developers/web/api/list-records),FALSE,TRUE,TRUE +airfocus-update-item,Update Item,Updates an existing item in airfocus. [See the documentation](https://developer.airfocus.com/endpoints.html),TRUE,TRUE,FALSE +airfocus-delete-item,Delete Item,Deletes a specific item in airfocus. [See the documentation](https://developer.airfocus.com/endpoints.html),TRUE,TRUE,FALSE +airfocus-search-item,Search Item,Searches items by query in airfocus. [See the documentation](https://developer.airfocus.com/endpoints.html),FALSE,TRUE,TRUE +airfocus-create-item,Create Item,Creates a new item in airfocus. [See the documentation](https://developer.airfocus.com/endpoints.html),FALSE,TRUE,FALSE +aidbase-start-training,Start Training,Kick off a training job for a specific piece of knowledge. [See the documentation](https://docs.aidbase.ai/apis/knowledge-api/reference/#put-knowledgeidtrain),FALSE,TRUE,FALSE +aidbase-create-faq,Create FAQ,Create a new frequently asked questions (FAQ) list on your Aidbase account. [See the documentation](https://docs.aidbase.ai/apis/knowledge-api/reference/#post-knowledgefaq),FALSE,TRUE,FALSE +aidbase-add-video,Add Video,Add a video as a piece of knowledge to your Aidbase account. [See the documentation](https://docs.aidbase.ai/apis/knowledge-api/reference/#post-knowledgevideo),FALSE,TRUE,FALSE +aidbase-add-question-to-faq,Add Question to FAQ,Add a new question to a FAQ in Airbase. [See the documentation](https://docs.aidbase.ai/apis/knowledge-api/reference/#post-knowledgeidfaq-item),FALSE,TRUE,FALSE +agrello-get-document,Get Document,Get a document in Agrello. [See the documentation](https://api.agrello.io/public/webjars/swagger-ui/index.html),TRUE,TRUE,FALSE +agiliron-create-lead,Create Lead,Establishes a new lead within Agiliron. [See the documentation](https://api.agiliron.com/docs/add-lead-1),FALSE,TRUE,FALSE +agiliron-create-contact,Create Contact,Generates a new contact within Agiliron. [See the documentation](https://api.agiliron.com/docs/add-contact-1),FALSE,TRUE,FALSE +adrapid-create-banner,Create Banner,"Generates a new banner using provided data. This action can create different types of banners, such as animated HTML5, image, or video banners. [See the documentation](https://docs.adrapid.com/api/overview)",FALSE,TRUE,FALSE +adrapid-get-banner,Get Banner,Retrieves a specified banner. This action should be used after a 'create-banner' action to ensure that the banner is fully processed and ready for use. [See the documentation](https://docs.adrapid.com/api/overview),FALSE,TRUE,FALSE +adobe_photoshop-remove-background-from-image,Remove Background from Image,Removes the background from an image using Adobe Photoshop API. [See the documentation](https://developer.adobe.com/firefly-services/docs/photoshop/api/photoshop_removeBackground/),TRUE,TRUE,FALSE +adobe_pdf_services-extract-text-from-pdf,Extract Text From PDF,Extracts text element information from a PDF document and returns a JSON file within a .zip file saved to the `/tmp` directory. [See the documentation](https://developer.adobe.com/document-services/docs/overview/pdf-extract-api/howtos/extract-api/#extract-text-from-a-pdf),FALSE,TRUE,FALSE +adobe_pdf_services-extract-text-and-tables,Extract Text and Tables From PDF,Extracts text and table element information from a PDF document and returns a JSON file along with table data in XLSX format within a .zip file saved to the `/tmp` directory. [See the documentation](https://developer.adobe.com/document-services/docs/overview/pdf-extract-api/howtos/extract-api/#extract-text-and-tables),FALSE,TRUE,TRUE +addresszen-verify-correct-us-address-zip-code,Verify and Correct US Address by Zip Code,Verifies and corrects a US address based on a single address line and a zip code. [See the documentation](https://docs.addresszen.com/docs/api),FALSE,TRUE,TRUE +addresszen-verify-correct-us-address-city-state,Verify and Correct US Address by City and State,"Verifies and corrects a US address using the input of a single address line, city, and state. [See the documentation](https://docs.addresszen.com/docs/api)",FALSE,TRUE,TRUE +addresszen-freeform-verify-correct-us-address,Verify and Correct Freeform US Address,Verify (CASS) and correct a US address using a complete address. [See the documentation](https://docs.addresszen.com/docs/api),FALSE,TRUE,TRUE +addressfinder-verify-address-au,Verify Australian Address,Validates an Australian address. [See the documentation](https://addressfinder.com.au/api/au/address/verification/),FALSE,TRUE,TRUE +addressfinder-verify-email,Verify Email,Validates the input email. [See the documentation](https://addressfinder.com.au/api/email/verification/),FALSE,TRUE,TRUE +addressfinder-verify-address-nz,Verify New Zealand Address,Validates a New Zealand address. [See the documentation](https://addressfinder.com.au/api/nz/address/verification/),FALSE,TRUE,TRUE +adalo-update-record,Update Record,Update a record. [See docs here](https://help.adalo.com/integrations/the-adalo-api/collections),TRUE,TRUE,FALSE +adalo-create-record,Create Record,Create a new record. [See docs here](https://help.adalo.com/integrations/the-adalo-api/collections),FALSE,TRUE,FALSE +adalo-get-records,Get Records,Get all records from a collection. [See docs here](https://help.adalo.com/integrations/the-adalo-api/collections),FALSE,TRUE,TRUE +acymailing-subscribe-user,Subscribe User to Lists,Subscribes a user to one or more specified lists in AcyMailing. [See the documentation](https://docs.acymailing.com/v/rest-api/subscription#subscribe-users-to-lists),TRUE,TRUE,FALSE +acymailing-email-user,Email User,Sends an email to a single AcyMailing user. The user must exist in the AcyMailing database. [See the documentation](https://docs.acymailing.com/v/rest-api/emails#send-an-email-to-a-user),FALSE,TRUE,FALSE +acymailing-add-update-user,Add or Update User,"Creates a new user or updates an existing user in AcyMailing. If the user exists, will update the user's data with provided information. [See the documentation](https://docs.acymailing.com/v/rest-api/users#create-or-update-a-user)",TRUE,TRUE,FALSE +zenventory-create-purchase-order,Create Purchase Order,Generates a new purchase order. [See the documentation](https://docs.zenventory.com/),FALSE,TRUE,FALSE +zenventory-create-item,Create Item,Generates a new item. [See the documentation](https://docs.zenventory.com/#tag/items/paths/~1items/post),FALSE,TRUE,FALSE +zenventory-create-customer-order,Create Customer Order,Creates a new customer order. [See the documentation](https://docs.zenventory.com/#tag/customer_order/paths/~1customer-orders/post),FALSE,TRUE,FALSE +chargify-update-subscription,Update Subscription,Modifies an existing subscription in Chargify. [See the documentation](https://developers.maxio.com/http/advanced-billing-api/api-endpoints/subscriptions/update-subscription),TRUE,TRUE,FALSE +chargify-create-subscription,Create Subscription,Establishes a new subscription for a given customer in Chargify. [See the documentation](https://developers.maxio.com/http/advanced-billing-api/api-endpoints/subscriptions/create-subscription),FALSE,TRUE,FALSE +chargify-create-customer,Create Customer,Creates a new customer in Chargify. [See the documentation](https://developers.maxio.com/http/advanced-billing-api/api-endpoints/customers/create-customer),FALSE,TRUE,FALSE +copper-get-object,Get Object,Retrieves an existing CRM object. [See the documentation](https://developer.copper.com/account-and-users/fetch-user-by-id.html),FALSE,TRUE,TRUE +copper-create-update-project,Create or Update Project,Creates a new project or updates an existing one based on the project name. [See the documentation](https://developer.copper.com/projects/create-a-new-project.html),TRUE,TRUE,FALSE +copper-create-update-person,Create or Update Person,Creates a new person or updates an existing one based on email address. [See the documentation](https://developer.copper.com/people/create-a-new-person.html),TRUE,TRUE,FALSE +copper-associate-to-project,Associate to Project,Relates an existing project with an existing CRM object. [See the documentation](https://developer.copper.com/related-items/relate-an-existing-record-to-an-entity.html),FALSE,TRUE,FALSE +pdfmonkey-generate-document,Generate Document,Generates a new document using a specified template. [See the documentation](https://docs.pdfmonkey.io/references/api/documents),FALSE,TRUE,TRUE +pdfmonkey-find-document,Find Document,Find a document within PDFMonkey. [See the documentation](https://docs.pdfmonkey.io/references/api/documents),FALSE,TRUE,TRUE +pdfmonkey-delete-document,Delete Document,Deletes a specific document using its ID. [See the documentation](https://docs.pdfmonkey.io/references/api/documents),TRUE,TRUE,FALSE +vida-provide-context,Add Context,Uploads additional context for a conversation with your AI agent. Helpful when integrating data from external CRMs. [See the documentation](https://vida.io/docs/api-reference/knowledge/add-context),FALSE,TRUE,FALSE +ollama-show-model-information,Show Model Information,"Show information about a model including details, modelfile, template, parameters, license, and system prompt. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#show-model-information).",FALSE,TRUE,TRUE +ollama-push-model,Push Model to Library,Upload a model to a model library. Requires registering for ollama.ai and adding a public key first. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#push-a-model).,FALSE,TRUE,FALSE +ollama-pull-model,Pull Model,"Download a model from the ollama library. Cancelled pulls are resumed from where they left off, and multiple calls will share the same download progress. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#pull-a-model).",FALSE,TRUE,TRUE +ollama-list-local-models,List Local Models,List models that are available locally. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#list-running-models).,FALSE,TRUE,TRUE +ollama-generate-embeddings,Generate Embeddings,Generate embeddings from a model. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#generate-embeddings).,FALSE,TRUE,TRUE +ollama-generate-completion,Generate Completion,Generates a response for a given prompt with a provided model. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#generate-a-completion).,FALSE,TRUE,TRUE +ollama-generate-chat-completion,Generate Chat Completion,Generates the next message in a chat with a provided model. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#generate-a-chat-completion).,FALSE,TRUE,FALSE +ollama-delete-model,Delete Model,Delete a model and its data. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#delete-a-model),TRUE,TRUE,FALSE +ollama-create-model,Create Model,Create a model from a modelfile. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#create-a-model).,FALSE,TRUE,FALSE +ollama-copy-model,Copy Model,"Copies a model, creating a model with another name from an existing model. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#copy-a-model).",FALSE,TRUE,FALSE +ollama-show-model-information,Show Model Information,"Show information about a model including details, modelfile, template, parameters, license, and system prompt. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#show-model-information).",FALSE,TRUE,TRUE +ollama-push-model,Push Model to Library,Upload a model to a model library. Requires registering for ollama.ai and adding a public key first. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#push-a-model).,FALSE,TRUE,FALSE +ollama-pull-model,Pull Model,"Download a model from the ollama library. Cancelled pulls are resumed from where they left off, and multiple calls will share the same download progress. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#pull-a-model).",FALSE,TRUE,TRUE +ollama-list-local-models,List Local Models,List models that are available locally. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#list-running-models).,FALSE,TRUE,TRUE +ollama-generate-embeddings,Generate Embeddings,Generate embeddings from a model. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#generate-embeddings).,FALSE,TRUE,TRUE +ollama-generate-completion,Generate Completion,Generates a response for a given prompt with a provided model. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#generate-a-completion).,FALSE,TRUE,TRUE +ollama-generate-chat-completion,Generate Chat Completion,Generates the next message in a chat with a provided model. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#generate-a-chat-completion).,FALSE,TRUE,FALSE +ollama-delete-model,Delete Model,Delete a model and its data. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#delete-a-model),TRUE,TRUE,FALSE +ollama-create-model,Create Model,Create a model from a modelfile. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#create-a-model).,FALSE,TRUE,FALSE +ollama-copy-model,Copy Model,"Copies a model, creating a model with another name from an existing model. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#copy-a-model).",FALSE,TRUE,FALSE +vida-provide-context,Add Context,Uploads additional context for a conversation with your AI agent. Helpful when integrating data from external CRMs. [See the documentation](https://vida.io/docs/api-reference/knowledge/add-context),FALSE,TRUE,FALSE +gorgias_oauth-update-ticket,Update Ticket,Updates a predefined ticket in the Gorgias system. [See the documentation](https://developers.gorgias.com/reference/update-ticket),TRUE,TRUE,FALSE +gorgias_oauth-update-customer,Update Customer,Update a customer. [See the docs](https://developers.gorgias.com/reference/put_api-customers-id-),TRUE,TRUE,FALSE +gorgias_oauth-retrieve-customer,Retrieve a Customer,Retrieve a customer. [See the docs](https://developers.gorgias.com/reference/get_api-customers-id-),FALSE,TRUE,TRUE +gorgias_oauth-list-tickets,List Tickets,List all tickets. [See the docs](https://developers.gorgias.com/reference/get_api-tickets),FALSE,TRUE,TRUE +gorgias_oauth-create-customer,Create Customer,Create a new customer. [See the docs](https://developers.gorgias.com/reference/post_api-customers),FALSE,TRUE,FALSE +google_drive-get-file-by-id,Get File By ID,Get info on a specific file. [See the documentation](https://developers.google.com/drive/api/reference/rest/v3/files/get) for more information,FALSE,TRUE,TRUE +google_drive-download-file,Download File,Download a file. [See the documentation](https://developers.google.com/drive/api/v3/manage-downloads) for more information,FALSE,TRUE,TRUE +google_drive-create-shared-drive,Create Shared Drive,Create a new shared drive. [See the documentation](https://developers.google.com/drive/api/v3/reference/drives/create) for more information,FALSE,TRUE,FALSE +google_drive-add-file-sharing-preference,Share File or Folder,Add a [sharing permission](https://support.google.com/drive/answer/7166529) to the sharing preferences of a file or folder and provide a sharing URL. [See the documentation](https://developers.google.com/drive/api/v3/reference/permissions/create),FALSE,TRUE,FALSE +google_calendar-update-event,Update Event,Update an event from Google Calendar. [See the documentation](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Events.html#update),TRUE,TRUE,FALSE +google_calendar-quick-add-event,Add Quick Event,Create a quick event to the Google Calendar. [See the documentation](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Events.html#quickAdd),FALSE,TRUE,FALSE +google_calendar-query-free-busy-calendars,Retrieve Free/Busy Calendar Details,Retrieve free/busy calendar details from Google Calendar. [See the documentation](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Freebusy.html#query),FALSE,TRUE,TRUE +google_calendar-list-calendars,List Calendars,Retrieve a list of calendars from Google Calendar. [See the documentation](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Calendarlist.html#list),FALSE,TRUE,TRUE +google_calendar-list-events,List Events,Retrieve a list of event from the Google Calendar. [See the documentation](https://developers.google.com/calendar/api/v3/reference/events/list),FALSE,TRUE,TRUE +google_calendar-get-event,Retrieve Event Details,Retrieve event details from Google Calendar. [See the documentation](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Events.html#get),FALSE,TRUE,TRUE +google_calendar-create-event,Create Event,Create an event in a Google Calendar. [See the documentation](https://developers.google.com/calendar/api/v3/reference/events/insert),FALSE,TRUE,FALSE +google_calendar-get-calendar,Retrieve Calendar Details,Retrieve calendar details of a Google Calendar. [See the documentation](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Calendars.html#get),FALSE,TRUE,TRUE +google_calendar-delete-event,Delete an Event,Delete an event from a Google Calendar. [See the documentation](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Events.html#delete),TRUE,TRUE,FALSE +google_calendar-add-attendees-to-event,Add Attendees To Event,Add attendees to an existing event. [See the documentation](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Events.html#update),TRUE,TRUE,FALSE +github-update-gist,Update Gist,"Allows you to update a gist's description and to update, delete, or rename gist files. [See the documentation](https://docs.github.com/en/rest/gists/gists?apiVersion=2022-11-28#update-a-gist)",TRUE,TRUE,FALSE +github-update-issue,Update Issue,Update a new issue in a Gihub repo. [See the documentation](https://docs.github.com/en/rest/issues/issues#update-an-issue),TRUE,TRUE,FALSE +github-update-project-v2-item-status,Update Project (V2) Item Status,Update the status of an item in the selected Project (V2). [See the documentation](https://docs.github.com/en/graphql/reference/mutations#updateprojectv2itemfieldvalue),TRUE,TRUE,FALSE +github-list-releases,List Releases,List releases for a repository [See the documentation](https://docs.github.com/en/rest/releases/releases?apiVersion=2022-11-28#list-releases),FALSE,TRUE,TRUE +github-search-issues-and-pull-requests,Search Issues and Pull Requests,Find issues and pull requests by state and keyword. [See the documentation](https://docs.github.com/en/search-github/searching-on-github/searching-issues-and-pull-requests),FALSE,TRUE,TRUE +github-list-gists-for-a-user,List Gists for a User,Lists public gists for the specified user. [See the documentation](https://docs.github.com/en/rest/gists/gists?apiVersion=2022-11-28#list-gists-for-a-user),FALSE,TRUE,TRUE +github-get-reviewers,Get Reviewers,Get reviewers for a PR ([see documentation](https://docs.github.com/en/rest/pulls/reviews#list-reviews-for-a-pull-request)) or Commit SHA ([see documentation](https://docs.github.com/en/rest/commits/commits#list-pull-requests-associated-with-a-commit)).,FALSE,TRUE,TRUE +github-get-repository-content,Get Repository Content,Get the content of a file or directory in a specific repository. [See the documentation](https://docs.github.com/en/rest/repos/contents#get-repository-content),FALSE,TRUE,TRUE +github-get-repository,Get Repository Info,Get information for a specific repository. [See the documentation](https://docs.github.com/en/rest/repos/repos#get-a-repository),FALSE,TRUE,TRUE +github-get-issue-assignees,Get Issue Assignees,Get assignees for an issue in a Gihub repo. [See the documentation](https://docs.github.com/en/rest/issues/issues#get-an-issue),FALSE,TRUE,FALSE +github-create-pull-request,Create Pull Request,Creates a new pull request for a specified repository. [See the documentation](https://docs.github.com/en/rest/pulls/pulls#create-a-pull-request),FALSE,TRUE,FALSE +github-create-repository,Create Repository,Creates a new repository for the authenticated user. [See the documentation](https://docs.github.com/en/rest/repos/repos#create-a-repository-for-the-authenticated-user),FALSE,TRUE,FALSE +github-create-issue-comment,Create Issue Comment,Create a new comment in a issue. [See the documentation](https://docs.github.com/en/rest/issues/comments#create-an-issue-comment),FALSE,TRUE,FALSE +github-create-issue,Create Issue,Create a new issue in a Gihub repo. [See the documentation](https://docs.github.com/en/rest/issues/issues#create-an-issue),FALSE,TRUE,FALSE +github-create-or-update-file-contents,Create or Update File Contents,Create or update a file in a repository. [See the documentation](https://docs.github.com/en/rest/repos/contents#create-or-update-file-contents),TRUE,TRUE,FALSE +github-create-gist,Create Gist,Allows you to add a new gist with one or more files. [See the documentation](https://docs.github.com/en/rest/gists/gists?apiVersion=2022-11-28#create-a-gist),FALSE,TRUE,FALSE +github-create-branch,Create Branch,Create a new branch in a Github repo. [See the documentation](https://docs.github.com/en/rest/git/refs?apiVersion=2022-11-28#create-a-reference),FALSE,TRUE,FALSE +error-throw-error,Throw Error,Quickly throw an error from your workflow.,FALSE,TRUE,FALSE +fileforge-generate-pdf,Generate PDF,Generate a PDF from provided HTML. [See the documentation](https://docs.fileforge.com/api-reference/api-reference/pdf/generate),FALSE,TRUE,TRUE +dust-talk-assistant,Talk to Assistant,Send a message to an assistant on Dust and receive an answer. [See the documentation](https://docs.dust.tt/reference/post_api-v1-w-wid-assistant-conversations-cid-messages),FALSE,TRUE,FALSE +dust-upsert-document,Upsert Document,Upsert a document to a chosen Dust data source. [See the documentation](https://docs.dust.tt/reference/post_api-v1-w-wid-data-sources-name-documents-documentid),TRUE,TRUE,FALSE +dbt-trigger-job-run,Trigger Job Run,Trigger a specified job to begin running. [See the documentation](https://docs.getdbt.com/dbt-cloud/api-v2#/operations/Trigger%20Job%20Run),FALSE,TRUE,FALSE +dbt-get-run-artifact,Get Run Artifact,Retrieve information about a run artifact. [See the documentation](https://docs.getdbt.com/dbt-cloud/api-v2#/operations/Retrieve%20Run%20Artifact),FALSE,TRUE,FALSE +dbt-get-environment,Get Environment,Retrieve information about an environment. [See the documentation](https://docs.getdbt.com/dbt-cloud/api-v3#/operations/Retrieve%20Projects%20Environment),FALSE,TRUE,TRUE +dbt-get-run,Get Run,Retrieve information about a run. [See the documentation](https://docs.getdbt.com/dbt-cloud/api-v2#/operations/Retrieve%20Run),FALSE,TRUE,FALSE +certifier-issue-credential,Issue Credential,"Create, issue and send a credential to a recipient. [See the documentation](https://developers.certifier.io/reference/create-issue-send-a-credential)",FALSE,TRUE,FALSE +certifier-create-group,Create Group,Create a group. [See the documentation](https://developers.certifier.io/reference/create-a-group),FALSE,TRUE,FALSE +box-upload-file,Upload a File,Uploads a small file to Box. [See the documentation](https://developer.box.com/reference/post-files-content/).,FALSE,TRUE,FALSE +box-get-comments,Get Comments,Fetches comments for a file. [See the documentation](https://developer.box.com/reference/get-files-id-comments/).,FALSE,TRUE,TRUE +box-search-content,Search Content,"Searches for files, folders, web links, and shared files across the users content or across the entire enterprise. [See the documentation](https://developer.box.com/reference/get-search/).",FALSE,TRUE,TRUE +box-upload-file-version,Upload File Version,Update a file's content. [See the documentation](https://developer.box.com/reference/post-files-id-content/).,TRUE,TRUE,FALSE +box-download-file,Download File,Downloads a file from Box to your workflow's `/tmp` directory. [See the documentation](https://developer.box.com/reference/get-files-id-content/),FALSE,TRUE,TRUE +agility_cms-get-item,Get Item Details,Get details of the specified item. [See the documentation](https://api.aglty.io/swagger/index.html#operations-Item-get__guid___apitype___locale__item__id_),TRUE,TRUE,FALSE +agility_cms-get-content-models,Get Content Models,Retrieve content models for the Agility instance. [See the documentation](https://api.aglty.io/swagger/index.html#operations-ContentModels-get__guid___apitype__contentmodels),TRUE,TRUE,FALSE +agility_cms-get-content-items,Get Content Items,Retrieves all content items. [See the documentation](https://api.aglty.io/swagger/index.html#operations-Sync-get__guid___apitype___locale__sync_items),TRUE,TRUE,FALSE +adhook-create-update-post,Create or Update Post,Adds a new post or modifies an existing post in Adhook. [See the documentation](https://app.adhook.io/api-doc/),TRUE,TRUE,FALSE +adhook-create-calendar-event,Create Calendar Event,Generates a personalized calendar event in AdHook. [See the documentation](https://app.adhook.io/api-doc/),FALSE,TRUE,FALSE +test-action,Test Action,,FALSE,TRUE,FALSE +xata-update-record,Update Record,Update or create a record with the specified ID. [See the documentation](https://xata.io/docs/api-reference/db/db_branch_name/tables/table_name/data/record_id#upsert-record-with-id),TRUE,TRUE,FALSE +xata-replace-record,Replace Record,Replace a record with the specified ID. [See the documentation](https://xata.io/docs/api-reference/db/db_branch_name/tables/table_name/data/record_id#insert-record-with-id),TRUE,TRUE,FALSE +xata-create-record,Create Record,Create a new Record in the specified database. [See the documentation](https://xata.io/docs/api-reference/db/db_branch_name/tables/table_name/data#insert-record),FALSE,TRUE,FALSE +xata-list-branches,List Branches,List branches of the specified database. [See the documentation](https://xata.io/docs/api-reference/dbs/db_name#list-branches),FALSE,TRUE,TRUE +tricentis_qtest-update-defect,Update Defect,Update a defect. [See the documentation](https://documentation.tricentis.com/qtest/od/en/content/apis/apis/defect_apis.htm#UpdateADefect),TRUE,TRUE,FALSE +tricentis_qtest-update-requirement,Update Requirement,Update a requirement. [See the documentation](https://documentation.tricentis.com/qtest/od/en/content/apis/apis/requirement_apis.htm#UpdateARequirement),TRUE,TRUE,FALSE +tricentis_qtest-submit-defect,Submit Defect,Submit a new defect. [See the documentation](https://documentation.tricentis.com/qtest/od/en/content/apis/apis/defect_apis.htm#SubmitaDefect),FALSE,TRUE,FALSE +tricentis_qtest-get-defect,Get Defect,Get details of a defect. [See the documentation](https://documentation.tricentis.com/qtest/od/en/content/apis/apis/defect_apis.htm#GetRecentlyUpdatedDefects),FALSE,TRUE,TRUE +tricentis_qtest-get-requirement,Get Requirement,Get details of a requirement. [See the documentation](https://documentation.tricentis.com/qtest/od/en/content/apis/apis/requirement_apis.htm#GetARequirementByItsID),FALSE,TRUE,TRUE +tricentis_qtest-create-requirement,Create Requirement,Create a new requirement. [See the documentation](https://documentation.tricentis.com/qtest/od/en/content/apis/apis/requirement_apis.htm#CreateARequirement),FALSE,TRUE,FALSE +snipcart-update-discount,Update Discount,Update a Discount. [See the documentation](https://docs.snipcart.com/v3/api-reference/discounts#put-discountsid),TRUE,TRUE,FALSE +snipcart-delete-discount,Delete Discount,Delete a Discount. [See the documentation](https://docs.snipcart.com/v3/api-reference/discounts#delete-discountsid),TRUE,TRUE,FALSE +snipcart-create-discount,Create Discount,Create a new Discount. [See the documentation](https://docs.snipcart.com/v3/api-reference/discounts#post-discounts),FALSE,TRUE,FALSE +smartsuite-find-records,Find Records,Search for records based on matching field(s). [See the documentation](https://developers.smartsuite.com/docs/solution-data/records/list-records),FALSE,TRUE,TRUE +smartsuite-create-record,Create Record,Creates a new record. [See the documentation](https://developers.smartsuite.com/docs/solution-data/records/create-record),FALSE,TRUE,FALSE +hullo-add-update-member,Add or Update Member,Adds a new member or updates an existing member's data in Hullo. [See the documentation](https://app.hullo.me/docs/index.html#?route=post-/endpoints/members),TRUE,TRUE,FALSE +hullo-send-message,Send Message,Sends a personalized message to a Hullo member. [See the documentation](https://app.hullo.me/docs/index.html#?route=post-/endpoints/messages),TRUE,TRUE,FALSE +emaillistverify-verify-email,Verify Email,Verify an email. [See the documentation](https://emaillistverify.com/docs/#tag/Email-Validation-API/operation/verifyEmail),FALSE,TRUE,TRUE +emaillistverify-find-email,Find Email,"Generate a series of potential email addresses by synthesizing first names, last names, and company domains. [See the documentation](https://emaillistverify.com/docs/#tag/Email-Validation-API/operation/find-contact)",FALSE,TRUE,TRUE +xata-update-record,Update Record,Update or create a record with the specified ID. [See the documentation](https://xata.io/docs/api-reference/db/db_branch_name/tables/table_name/data/record_id#upsert-record-with-id),TRUE,TRUE,FALSE +xata-replace-record,Replace Record,Replace a record with the specified ID. [See the documentation](https://xata.io/docs/api-reference/db/db_branch_name/tables/table_name/data/record_id#insert-record-with-id),TRUE,TRUE,FALSE +xata-list-branches,List Branches,List branches of the specified database. [See the documentation](https://xata.io/docs/api-reference/dbs/db_name#list-branches),FALSE,TRUE,TRUE +xata-create-record,Create Record,Create a new Record in the specified database. [See the documentation](https://xata.io/docs/api-reference/db/db_branch_name/tables/table_name/data#insert-record),FALSE,TRUE,FALSE +snipcart-update-discount,Update Discount,Update a Discount. [See the documentation](https://docs.snipcart.com/v3/api-reference/discounts#put-discountsid),TRUE,TRUE,FALSE +snipcart-delete-discount,Delete Discount,Delete a Discount. [See the documentation](https://docs.snipcart.com/v3/api-reference/discounts#delete-discountsid),TRUE,TRUE,FALSE +snipcart-create-discount,Create Discount,Create a new Discount. [See the documentation](https://docs.snipcart.com/v3/api-reference/discounts#post-discounts),FALSE,TRUE,FALSE +emaillistverify-verify-email,Verify Email,Verify an email. [See the documentation](https://emaillistverify.com/docs/#tag/Email-Validation-API/operation/verifyEmail),FALSE,TRUE,TRUE +emaillistverify-find-email,Find Email,"Generate a series of potential email addresses by synthesizing first names, last names, and company domains. [See the documentation](https://emaillistverify.com/docs/#tag/Email-Validation-API/operation/find-contact)",FALSE,TRUE,TRUE +tricentis_qtest-update-requirement,Update Requirement,Update a requirement. [See the documentation](https://documentation.tricentis.com/qtest/od/en/content/apis/apis/requirement_apis.htm#UpdateARequirement),TRUE,TRUE,FALSE +tricentis_qtest-update-defect,Update Defect,Update a defect. [See the documentation](https://documentation.tricentis.com/qtest/od/en/content/apis/apis/defect_apis.htm#UpdateADefect),TRUE,TRUE,FALSE +tricentis_qtest-submit-defect,Submit Defect,Submit a new defect. [See the documentation](https://documentation.tricentis.com/qtest/od/en/content/apis/apis/defect_apis.htm#SubmitaDefect),FALSE,TRUE,FALSE +tricentis_qtest-get-requirement,Get Requirement,Get details of a requirement. [See the documentation](https://documentation.tricentis.com/qtest/od/en/content/apis/apis/requirement_apis.htm#GetARequirementByItsID),FALSE,TRUE,TRUE +tricentis_qtest-get-defect,Get Defect,Get details of a defect. [See the documentation](https://documentation.tricentis.com/qtest/od/en/content/apis/apis/defect_apis.htm#GetRecentlyUpdatedDefects),FALSE,TRUE,TRUE +tricentis_qtest-create-requirement,Create Requirement,Create a new requirement. [See the documentation](https://documentation.tricentis.com/qtest/od/en/content/apis/apis/requirement_apis.htm#CreateARequirement),FALSE,TRUE,FALSE +smartsuite-find-records,Find Records,Search for records based on matching field(s). [See the documentation](https://developers.smartsuite.com/docs/solution-data/records/list-records),FALSE,TRUE,TRUE +smartsuite-create-record,Create Record,Creates a new record. [See the documentation](https://developers.smartsuite.com/docs/solution-data/records/create-record),FALSE,TRUE,FALSE +hullo-send-message,Send Message,Sends a personalized message to a Hullo member. [See the documentation](https://app.hullo.me/docs/index.html#?route=post-/endpoints/messages),TRUE,TRUE,FALSE +hullo-add-update-member,Add or Update Member,Adds a new member or updates an existing member's data in Hullo. [See the documentation](https://app.hullo.me/docs/index.html#?route=post-/endpoints/members),TRUE,TRUE,FALSE +nile_database-execute-query,Execute Query,Execute a custom PostgreSQL query.,FALSE,TRUE,FALSE +nile_database-create-user,Create User,Create a new database user by providing an email address and password. [See the documentation](https://www.thenile.dev/docs/reference/api-reference/users/create-user),FALSE,TRUE,FALSE +helpspot-create-request,Create Request,Creates a new user request. [See the documentation](https://support.helpspot.com/index.php?pg=kb.page&id=164#private.request.create),TRUE,TRUE,FALSE +google_drive-create-folder,Create Folder,Create a new empty folder. [See the documentation](https://developers.google.com/drive/api/v3/reference/files/create) for more information,FALSE,TRUE,FALSE +attio-delete-list-entry,Delete List Entry,Deletes an existing entry from a specific list. [See the documentation](https://developers.attio.com/reference/delete_v2-lists-list-entries-entry-id),TRUE,TRUE,FALSE +attio-create-update-record,Create or Update Record,"Creates or updates a specific record such as a person or a deal. If the record already exists, it's updated. Otherwise, a new record is created. [See the documentation](https://developers.attio.com/reference/put_v2-objects-object-records)",TRUE,TRUE,FALSE +attio-create-note,Create Note,Creates a new note for a given record. The note will be linked to the specified record. [See the documentation](https://developers.attio.com/reference/post_v2-notes),FALSE,TRUE,FALSE +americommerce-update-customer,Update Customer,Updates the details of a registered customer. [See the documentation](https://developers.cart.com/docs/rest-api/5da2f1ddbe199-update-a-customer).,TRUE,TRUE,FALSE +americommerce-create-update-order,Create Or Update Order,Creates a new order or updates an existing one. [See the documentation here](https://developers.cart.com/docs/rest-api/3f2ab73188031-create-an-order) and [here](https://developers.cart.com/docs/rest-api/e2649bb3adba9-update-an-order).,TRUE,TRUE,FALSE +americommerce-change-order-status,Change Order Status,Changes the status of an existing order. [See the documentation](https://developers.cart.com/docs/rest-api/6898d9f254dfb-update-an-order-status).,TRUE,TRUE,FALSE +americommerce-update-customer,Update Customer,Updates the details of a registered customer. [See the documentation](https://developers.cart.com/docs/rest-api/5da2f1ddbe199-update-a-customer).,TRUE,TRUE,FALSE +americommerce-create-update-order,Create Or Update Order,Creates a new order or updates an existing one. [See the documentation here](https://developers.cart.com/docs/rest-api/3f2ab73188031-create-an-order) and [here](https://developers.cart.com/docs/rest-api/e2649bb3adba9-update-an-order).,TRUE,TRUE,FALSE +americommerce-change-order-status,Change Order Status,Changes the status of an existing order. [See the documentation](https://developers.cart.com/docs/rest-api/6898d9f254dfb-update-an-order-status).,TRUE,TRUE,FALSE +helpspot-update-request,Update Request,Updates an existing user request. [See the documentation](https://support.helpspot.com/index.php?pg=kb.page&id=164#private.request.update),TRUE,TRUE,FALSE +helpspot-create-request,Create Request,Creates a new user request. [See the documentation](https://support.helpspot.com/index.php?pg=kb.page&id=164#private.request.create),TRUE,TRUE,FALSE +acuity_scheduling-add-blocked-off-time,Add Blocked Off Time,Blocks a specific time slot on your schedule to prevent the scheduling of any appointments during this particular time range. [See the documentation](https://developers.acuityscheduling.com/reference/post-blocks),FALSE,TRUE,FALSE +actitime-modify-leave-time,Modify Leave Time,Changes the existing leave time record with a given value in actiTIME. [See the documentation](https://online.actitime.com/pipedream/api/v1/swagger).,FALSE,TRUE,FALSE +actitime-create-task,Create Task,Creates a new task. [See the documentation](https://online.actitime.com/pipedream/api/v1/swagger).,FALSE,TRUE,FALSE +actitime-create-customer,Create Customer,Creates a new customer. [See the documentation](https://online.actitime.com/pipedream/api/v1/swagger).,FALSE,TRUE,FALSE +abstract-validate-email,Validate Email,Check the deliverability of a specified email address. [See the documentation](https://docs.abstractapi.com/email-validation),FALSE,TRUE,TRUE +_twocaptcha-retrieve-solution,Retrieve Captcha Solution,Fetch the solution of a previously submitted captcha from the 2Captcha service.,FALSE,TRUE,TRUE +_twocaptcha-check-account-balance,Check 2Captcha Account Balance,Get the current account balance from the 2Captcha API. [See the documentation](https://2captcha.com/api-docs/get-balance),FALSE,TRUE,TRUE +_8x8_connect-send-sms,Send SMS,Send a SMS to the specified destination. [See the documentation](https://developer.8x8.com/connect/reference/send-sms-single),FALSE,TRUE,FALSE +_8x8_connect-request-log,Request Log,Request an SMS log file. [See the documentation](https://developer.8x8.com/connect/reference/start-log-export-job),FALSE,TRUE,FALSE +_4dem-create-sender,Create Sender,Create an email sender. You will need to confirm the email address used during creation. [See the documentation](https://api.4dem.it/#/operations/senders.email.store),FALSE,TRUE,FALSE +_8x8_connect-get-log-result,Get Log Result,Check the status of an SMS Logs export job and to get a download link if its generation has succeeded. [See the documentation](https://developer.8x8.com/connect/reference/get-log-export-job-result),FALSE,TRUE,TRUE +_4dem-create-email,Create Email,Create a new email. [See the documentation](https://api.4dem.it/#/operations/contents.email.store),FALSE,TRUE,FALSE +_4dem-confirm-email,Confirm Email,Confirm sender email address. [See the documentation](https://api.4dem.it/#/operations/senders.email.confirm),FALSE,TRUE,FALSE +_46elks-make-phone-call,Make Phone Call,Dials and connects two phone numbers using the 46elks service. [See the documentation](https://46elks.com/docs/make-call),FALSE,TRUE,FALSE +_46elks-send-sms,Send SMS,Composes and sends an SMS message to a specified phone number. [See the documentation](https://46elks.com/docs/send-sms),FALSE,TRUE,FALSE +_360nrs-send-sms,Send SMS,Send an SMS message to one or more recipients. [See the documentation](https://apidocs.360nrs.com/?shell#sms),FALSE,TRUE,FALSE +_2chat-create-contact,Create Contact,Creates a new contact in 2Chat. [See the documentation](https://developers.2chat.co/docs/API/Contacts/create-contact),FALSE,TRUE,FALSE +_2chat-send-whatsapp-text-message,Send Whatsapp Text Message,Sends a text message to a designated whatsapp-enabled phone number. [See the documentation](https://developers.2chat.co/docs/API/WhatsApp/send-message),FALSE,TRUE,FALSE +_2chat-check-phone-number-whatsapp,Check Phone Number for WhatsApp,Checks if a given phone number has a WhatsApp account. [See the documentation](https://developers.2chat.co/docs/API/WhatsApp/check-number),FALSE,TRUE,TRUE +_1crm-update-lead,Update Lead,Updates an existing lead in 1CRM. [See the documentation](https://demo.1crmcloud.com/api.php#endpoint_dataRecord_patch),TRUE,TRUE,FALSE +_1crm-update-contact,Update Contact,Modifies an existing contact within the 1CRM system. [See the documentation](https://demo.1crmcloud.com/api.php#endpoint_dataRecord_patch),TRUE,TRUE,FALSE +_1crm-create-lead,Create Lead,Crafts a new lead in 1CRM. [See the documentation](https://demo.1crmcloud.com/api.php#endpoint_dataList_post),FALSE,TRUE,FALSE +_1crm-create-contact,Create Contact,Creates a new contact in the 1CRM system. [See the documentation](https://demo.1crmcloud.com/api.php#endpoint_dataList_post),FALSE,TRUE,FALSE +_0codekit-read-barcode,Read Barcode,Reads a QR code from an image. [See the documentation](https://documenter.getpostman.com/view/18297710/UVkntwBv#84ecd80e-af50-406b-abd7-698826773500),FALSE,TRUE,TRUE +_0codekit-compress-pdf,Compress PDF,Compresses a PDF using the specified URL. [See the documentation](https://documenter.getpostman.com/view/18297710/UVkntwBv#fdcb09dc-c316-4b80-b523-5a1f3afac1e6),FALSE,TRUE,TRUE +loops_so-send-transactional-email,Send Transactional Email,Send a transactional email. [See the Documentation](https://loops.so/docs/transactional/guide#send-your-email),FALSE,TRUE,FALSE +loops_so-update-contact,Update Contact,"Updates an existing contact by email. If email not found, a new contact will be created. [See the Documentation](https://loops.so/docs/add-users/api-reference#update)",TRUE,TRUE,FALSE +loops_so-list-mailing-lists,List Mailing Lists,List your account's mailing lists. [See the documentation](https://loops.so/docs/api-reference/list-mailing-lists),FALSE,TRUE,TRUE +loops_so-send-event,Send Event,Send an event to an email address. [See the Documentation](https://loops.so/docs/add-users/api-reference#send),FALSE,TRUE,FALSE +loops_so-find-contact,Find Contact,Search for a contact by email address. [See the Documentation](https://loops.so/docs/add-users/api-reference#find),FALSE,TRUE,FALSE +loops_so-list-custom-fields,List Custom Fields,List your account's custom contact properties. [See the documentation](https://loops.so/docs/api-reference/list-custom-fields),FALSE,TRUE,TRUE +loops_so-delete-contact,Delete Contact,Delete an existing contact. [See the documentation](https://loops.so/docs/api-reference/delete-contact),TRUE,TRUE,FALSE +loops_so-create-contact,Create Contact,Creates a new contact. [See the Documentation](https://loops.so/docs/add-users/api-reference#add),FALSE,TRUE,FALSE +allocadence-create-purchase-order,Create Purchase Order,Generates a new purchase order. [See the documentation](https://docs.allocadence.com/),FALSE,TRUE,FALSE +allocadence-create-customer-order,Create Customer Order,Creates a new customer order. [See the documentation](https://docs.allocadence.com/#tag/customer_order/paths/~1customer-orders/post),FALSE,TRUE,FALSE +allocadence-create-purchase-order,Create Purchase Order,Generates a new purchase order. [See the documentation](https://docs.allocadence.com/),FALSE,TRUE,FALSE +allocadence-create-customer-order,Create Customer Order,Creates a new customer order. [See the documentation](https://docs.allocadence.com/#tag/customer_order/paths/~1customer-orders/post),FALSE,TRUE,FALSE +trello-update-card,Update Card,Updates a card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-put).,TRUE,TRUE,FALSE +trello-search-checklists,Search Checklists,Find a checklist on a particular board or card by name. [See the documentation here](https://developer.atlassian.com/cloud/trello/rest/api-group-boards/#api-boards-id-checklists-get) and [here](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-checklists-get).,FALSE,TRUE,TRUE +trello-search-cards,Search Cards,Searches for cards matching the specified query. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-search/#api-search-get).,FALSE,TRUE,TRUE +trello-search-boards,Search Boards,Searches for boards matching the specified query. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-search/#api-search-get).,FALSE,TRUE,TRUE +trello-rename-list,Rename List,Renames an existing list. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-lists/#api-lists-id-put).,TRUE,TRUE,FALSE +trello-remove-label-from-card,Remove Card Label,Removes label from card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-idlabels-idlabel-delete).,TRUE,TRUE,FALSE +trello-move-card-to-list,Move Card to List,Moves a card to the specified board/list pair. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-put).,FALSE,TRUE,TRUE +trello-get-list,Get List,Get information about a List. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-lists/#api-lists-id-get).,FALSE,TRUE,TRUE +trello-get-card,Get Card,Gets a card by its ID. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-get).,FALSE,TRUE,TRUE +trello-find-labels,Find a Label,Finds a label on a specific board by name. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-boards/#api-boards-id-labels-get),FALSE,TRUE,TRUE +trello-delete-checklist,Delete Checklist,Deletes the specified checklist. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-checklists/#api-checklists-id-delete).,TRUE,TRUE,FALSE +trello-create-list,Create a List,Creates a new list. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-lists/#api-lists-post).,FALSE,TRUE,FALSE +trello-create-label,Create Label,Creates a new label on the specified board. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-labels/#api-labels-post).,FALSE,TRUE,FALSE +trello-create-checklist-item,Create a Checklist Item,Creates a new checklist item in a card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-checklists/#api-checklists-id-checkitems-post).,FALSE,TRUE,FALSE +trello-create-card,Create Card,Creates a new card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-post).,FALSE,TRUE,FALSE +trello-create-board,Create a Board,Create a new Trello board or copy from an existing one. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-boards/#api-boards-post).,FALSE,TRUE,FALSE +trello-complete-checklist-item,Complete a Checklist Item,Completes an existing checklist item in a card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-checkitem-idcheckitem-put).,FALSE,TRUE,FALSE +trello-archive-card,Archive Card,Archives a card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-put).,TRUE,TRUE,FALSE +trello-add-member-to-card,Add Member to Card,Adds a member to the specified card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-idmembers-post).,FALSE,TRUE,FALSE +trello-add-existing-label-to-card,Add Existing Label to Card,Adds an existing label to the specified card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-idlabels-post).,FALSE,TRUE,FALSE +trello-add-comment,Add Comment,Create a new comment on a specific card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-actions-comments-post).,FALSE,TRUE,FALSE +trello-add-checklist,Add Checklist,Adds a new checklist to a card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-checklists-post).,FALSE,TRUE,FALSE +trello-add-attachment-to-card,Add Attachment To Card,Adds a file attachment on a card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-attachments-post),FALSE,TRUE,FALSE +cliento-get-slots,Get Slots,"Fetch available slots for the given service, resource and dates. [See the documentation](https://developers.cliento.com/docs/rest-api#fetch-slots)",FALSE,TRUE,TRUE +cliento-get-settings,Fetch Settings,Fetch settings and features for the booking widget. [See the documentation](https://developers.cliento.com/docs/rest-api#fetch-settings),FALSE,TRUE,TRUE +cliento-get-ref-data,Get Reference Data,"Fetch services, resources and mappings for the booking widget. [See the documentation](https://developers.cliento.com/docs/rest-api#fetch-ref-data)",FALSE,TRUE,TRUE +burstyai-run-workflow,Run Workflow,Triggers an AI workflow on BurstyAI. [See the documentation](https://burstyai.readme.io/reference),FALSE,TRUE,FALSE +burstyai-run-workflow,Run Workflow,Triggers an AI workflow on BurstyAI. [See the documentation](https://burstyai.readme.io/reference),FALSE,TRUE,FALSE +cliento-get-slots,Get Slots,"Fetch available slots for the given service, resource and dates. [See the documentation](https://developers.cliento.com/docs/rest-api#fetch-slots)",FALSE,TRUE,TRUE +cliento-get-settings,Fetch Settings,Fetch settings and features for the booking widget. [See the documentation](https://developers.cliento.com/docs/rest-api#fetch-settings),FALSE,TRUE,TRUE +cliento-get-ref-data,Get Reference Data,"Fetch services, resources and mappings for the booking widget. [See the documentation](https://developers.cliento.com/docs/rest-api#fetch-ref-data)",FALSE,TRUE,TRUE +zoom-update-webinar,Update Webinar,"Update a webinar's topic, start time, or other settings",TRUE,TRUE,FALSE +zoom-view-user,View User,View your user information,FALSE,TRUE,TRUE +zoom-send-chat-message,Send Chat Message,Send chat messages on Zoom to either an individual user who is in your contact list or to a of which you are a member.,FALSE,TRUE,FALSE +zoom-update-meeting,Update Meeting,Updates an existing Zoom meeting,TRUE,TRUE,FALSE +zoom-list-webinar-participants-report,List Webinar Participants Report,Retrieves detailed report on each webinar attendee. You can get webinar participant reports for the last 6 months. [See the docs here](https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/reportWebinarParticipants).,FALSE,TRUE,TRUE +zoom-list-user-call-logs,List User's Call Logs,Gets a user's Zoom phone call logs. [See the documentation](https://developers.zoom.us/docs/zoom-phone/apis/#operation/phoneUserCallLogs),FALSE,TRUE,TRUE +zoom-list-past-meeting-participants,List Past Meeting Participants,Retrieve information on participants from a past meeting. [See the docs here](https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/pastMeetingParticipants).,FALSE,TRUE,TRUE +zoom-list-past-webinar-qa,List Past Webinar Q&A,"The feature for Webinars allows attendees to ask questions during the Webinar and for the panelists, co-hosts and host to answer their questions. Use this API to list Q&A of a specific Webinar.",FALSE,TRUE,TRUE +zoom-list-channels,List Channels,List a user's chat channels.,FALSE,TRUE,TRUE +zoom-list-call-recordings,List Call Recordings,Get your account's call recordings. [See the documentation](https://developers.zoom.us/docs/api/rest/reference/phone/methods/#operation/getPhoneRecordings),FALSE,TRUE,TRUE +zoom-get-meeting-details,Get Meeting Details,Retrieves the details of a meeting.,FALSE,TRUE,TRUE +zoom-get-webinar-details,Get Webinar Details,Gets details of a scheduled webinar. [See the docs here](https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/webinar).,FALSE,TRUE,TRUE +zoom-delete-user,Delete User,Disassociates (unlinks) a user from the associated account or permanently deletes a user.,TRUE,TRUE,FALSE +zoom-create-user,Create User,Creates a new user in your account.,FALSE,TRUE,FALSE +zoom-add-webinar-registrant,Add Webinar Registrant,Registers a participant for a webinar. [See the docs here](https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinarregistrantcreate).,FALSE,TRUE,FALSE +zoom-add-meeting-registrant,Add Meeting Registrant,Registers a participant for a meeting. [See the docs here](https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/meetingRegistrantCreate),FALSE,TRUE,FALSE +zoom-create-meeting,Create Meeting,Creates a meeting for a user. A maximum of 100 meetings can be created for a user in a day.,FALSE,TRUE,FALSE +pixelbin-upload-file,Upload File,Upload a file to Pixelbin. [See the documentation](https://www.pixelbin.io/docs/api-docs/),FALSE,TRUE,FALSE +pixelbin-delete-file,Delete File,Deletes a file from Pixelbin. [See the documentation](https://www.pixelbin.io/docs/api-docs/),TRUE,TRUE,FALSE +pixelbin-upload-asset-url,Upload Asset From URL,Uploads an asset to Pixelbin from a given URL. [See the documentation](https://www.pixelbin.io/docs/api-docs/),FALSE,TRUE,FALSE +pixelbin-list-files,List Files,List all files. [See the documentation](https://www.pixelbin.io/docs/api-docs/),FALSE,TRUE,TRUE +parsera-parse,Parse,Parse data using pre-defined attributes. [See the documentation](https://docs.parsera.org/api/getting-started/),FALSE,TRUE,TRUE +pixelbin-create-folder,Create Folder,Creates a new folder in Pixelbin. [See the documentation](https://www.pixelbin.io/docs/api-docs/),FALSE,TRUE,FALSE +parsera-extract,Extract,Extract data from a given URL. [See the documentation](https://docs.parsera.org/api/getting-started/),FALSE,TRUE,FALSE +l2s-create-shortened-url,Create Shortened URL,Generates a shortened URL utilizing L2S capabilities. [See the documentation](https://docs.l2s.is/),FALSE,TRUE,FALSE +google_drive-upload-file,Upload File,Upload a file to Google Drive. [See the documentation](https://developers.google.com/drive/api/v3/manage-uploads) for more information,FALSE,TRUE,FALSE +google_drive-update-file,Update File,Update a file's metadata and/or content. [See the documentation](https://developers.google.com/drive/api/v3/reference/files/update) for more information,TRUE,TRUE,FALSE +google_drive-update-shared-drive,Update Shared Drive,Update an existing shared drive. [See the documentation](https://developers.google.com/drive/api/v3/reference/drives/update) for more information,TRUE,TRUE,FALSE +google_drive-list-files,List Files,List files from a specific folder. [See the documentation](https://developers.google.com/drive/api/v3/reference/files/list) for more information,FALSE,TRUE,TRUE +google_drive-get-folder-id-for-path,Get Folder ID for a Path,Retrieve a folderId for a path. [See the documentation](https://developers.google.com/drive/api/v3/search-files) for more information,FALSE,TRUE,TRUE +google_drive-find-spreadsheets,Find Spreadsheets,Search for a specific spreadsheet by name. [See the documentation](https://developers.google.com/drive/api/v3/search-files) for more information,FALSE,TRUE,TRUE +google_drive-find-forms,Find Forms,List Google Form documents or search for a Form by name. [See the documentation](https://developers.google.com/drive/api/v3/search-files) for more information,FALSE,TRUE,TRUE +google_drive-find-folder,Find Folder,Search for a specific folder by name. [See the documentation](https://developers.google.com/drive/api/v3/search-files) for more information,FALSE,TRUE,TRUE +google_drive-find-file,Find File,Search for a specific file by name. [See the documentation](https://developers.google.com/drive/api/v3/search-files) for more information,FALSE,TRUE,TRUE +google_drive-create-file-from-text,Create New File From Text,Create a new file from plain text. [See the documentation](https://developers.google.com/drive/api/v3/reference/files/create) for more information,FALSE,TRUE,FALSE +google_drive-create-file-from-template,Create New File From Template,Create a new Google Docs file from a template. Optionally include placeholders in the template document that will get replaced from this action. [See documentation](https://www.npmjs.com/package/google-docs-mustaches),FALSE,TRUE,FALSE +easy_peasy_ai-generate-text,Generate Text,Generates text outputs for the templates. [See the documentation](https://easy-peasy.ai/presets),FALSE,TRUE,TRUE +easy_peasy_ai-generate-image,Generate Image,Generates an AI image based on the given prompt. [See the documentation](https://easy-peasy.ai/ai-images),FALSE,TRUE,TRUE +easy_peasy_ai-create-transcription,Create Transcription,Generates AI transcription for a given audio URL. [See the documentation](https://easy-peasy.ai/audios),FALSE,TRUE,FALSE +customjs-run-puppeteer,Run Puppeteer,Run Puppeteer. [See the documentation](https://www.customjs.space/api/docs#_5-run-puppeteer),FALSE,TRUE,FALSE +customjs-create-screenshot,Create Screenshot,Create a screenshot of a website. [See the documentation](https://www.customjs.space/api/docs#_3-create-screenshot),FALSE,TRUE,FALSE +customjs-merge-pdfs,Merge PDFs,Merges multiple PDF documents into one. [See the documentation](https://www.customjs.space/api/docs#_2-merge-pdfs),FALSE,TRUE,FALSE +customjs-convert-html-to-pdf,Convert HTML to PDF,Converts an HTML string to a PDF document. [See the documentation](https://www.customjs.space/api/docs#_1-html-to-pdf),FALSE,TRUE,TRUE +customjs-convert-html-to-png,Convert HTML to PNG,Converts an HTML string to a PNG image. [See the documentation](https://www.customjs.space/api/docs#_4-html-to-png),FALSE,TRUE,TRUE +azure_sql-insert-row,Insert Row,Inserts a new row in a table. [See the documentation](https://learn.microsoft.com/en-us/sql/t-sql/statements/insert-transact-sql?view=azuresqldb-current),FALSE,TRUE,FALSE +azure_sql-execute-raw-query,Execute SQL Query,Execute a custom SQL query. See [our docs](https://pipedream.com/docs/databases/working-with-sql) to learn more about working with SQL in Pipedream.,FALSE,TRUE,FALSE +azure_sql-execute-query,Execute Query,Executes a SQL query and returns the results. [See the documentation](https://learn.microsoft.com/en-us/sql/t-sql/queries/select-transact-sql?view=azuresqldb-current),FALSE,TRUE,FALSE +twin-get-task-details,Get Task Details,Retrieve details of a specific task. [See the documentation](https://docs.twin.so/api-reference/endpoint/get-task),FALSE,TRUE,TRUE +twin-browse,Browse,Browse the internet with an AI web navigation agent that can find information for you. [See the documentation](https://docs.twin.so/api-reference/endpoint/browse),FALSE,TRUE,TRUE +twin-get-task-details,Get Task Details,Retrieve details of a specific task. [See the documentation](https://docs.twin.so/api-reference/endpoint/get-task),FALSE,TRUE,TRUE +docnify-send-document,Send Document,Send a document within Docnify for signing. [See the documentation](https://app.docnify.io/api/v1/openapi),FALSE,TRUE,FALSE +docnify-create-document-from-template,Create Document From Template,Create a new document in Docnify from a pre-existing template. [See the documentation](https://app.docnify.io/api/v1/openapi),FALSE,TRUE,FALSE +docnify-add-recipient-to-document,Add Recipient To Document,Add a recipient to an existing Docnify document. [See the documentation]([See the documentation](https://app.docnify.io/api/v1/openapi)),FALSE,TRUE,FALSE +docnify-send-document,Send Document,Send a document within Docnify for signing. [See the documentation](https://app.docnify.io/api/v1/openapi),FALSE,TRUE,FALSE +docnify-create-document-from-template,Create Document From Template,Create a new document in Docnify from a pre-existing template. [See the documentation](https://app.docnify.io/api/v1/openapi),FALSE,TRUE,FALSE +docnify-add-recipient-to-document,Add Recipient To Document,Add a recipient to an existing Docnify document. [See the documentation]([See the documentation](https://app.docnify.io/api/v1/openapi)),FALSE,TRUE,FALSE +parsera-parse,Parse,Parse data using pre-defined attributes. [See the documentation](https://docs.parsera.org/api/getting-started/),FALSE,TRUE,TRUE +parsera-extract,Extract,Extract data from a given URL. [See the documentation](https://docs.parsera.org/api/getting-started/),FALSE,TRUE,FALSE +easy_peasy_ai-generate-text,Generate Text,Generates text outputs for the templates. [See the documentation](https://easy-peasy.ai/presets),FALSE,TRUE,TRUE +easy_peasy_ai-generate-image,Generate Image,Generates an AI image based on the given prompt. [See the documentation](https://easy-peasy.ai/ai-images),FALSE,TRUE,TRUE +easy_peasy_ai-create-transcription,Create Transcription,Generates AI transcription for a given audio URL. [See the documentation](https://easy-peasy.ai/audios),FALSE,TRUE,FALSE +zoom-view-user,View User,View your user information,FALSE,TRUE,TRUE +zoom-update-webinar,Update Webinar,"Update a webinar's topic, start time, or other settings",TRUE,TRUE,FALSE +zoom-update-meeting,Update Meeting,Updates an existing Zoom meeting,TRUE,TRUE,FALSE +zoom-send-chat-message,Send Chat Message,Send chat messages on Zoom to either an individual user who is in your contact list or to a of which you are a member.,FALSE,TRUE,FALSE +zoom-list-webinar-participants-report,List Webinar Participants Report,Retrieves detailed report on each webinar attendee. You can get webinar participant reports for the last 6 months. [See the docs here](https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/reportWebinarParticipants).,FALSE,TRUE,TRUE +zoom-list-user-call-logs,List User's Call Logs,Gets a user's Zoom phone call logs. [See the documentation](https://developers.zoom.us/docs/zoom-phone/apis/#operation/phoneUserCallLogs),FALSE,TRUE,TRUE +zoom-list-past-webinar-qa,List Past Webinar Q&A,"The feature for Webinars allows attendees to ask questions during the Webinar and for the panelists, co-hosts and host to answer their questions. Use this API to list Q&A of a specific Webinar.",FALSE,TRUE,TRUE +zoom-list-past-meeting-participants,List Past Meeting Participants,Retrieve information on participants from a past meeting. [See the docs here](https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/pastMeetingParticipants).,FALSE,TRUE,TRUE +zoom-list-channels,List Channels,List a user's chat channels.,FALSE,TRUE,TRUE +zoom-list-call-recordings,List Call Recordings,Get your account's call recordings. [See the documentation](https://developers.zoom.us/docs/api/rest/reference/phone/methods/#operation/getPhoneRecordings),FALSE,TRUE,TRUE +zoom-get-webinar-details,Get Webinar Details,Gets details of a scheduled webinar. [See the docs here](https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/webinar).,FALSE,TRUE,TRUE +zoom-get-meeting-details,Get Meeting Details,Retrieves the details of a meeting.,FALSE,TRUE,TRUE +zoom-delete-user,Delete User,Disassociates (unlinks) a user from the associated account or permanently deletes a user.,TRUE,TRUE,FALSE +zoom-create-user,Create User,Creates a new user in your account.,FALSE,TRUE,FALSE +zoom-create-meeting,Create Meeting,Creates a meeting for a user. A maximum of 100 meetings can be created for a user in a day.,FALSE,TRUE,FALSE +zoom-add-webinar-registrant,Add Webinar Registrant,Registers a participant for a webinar. [See the docs here](https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinarregistrantcreate).,FALSE,TRUE,FALSE +zoom-add-meeting-registrant,Add Meeting Registrant,Registers a participant for a meeting. [See the docs here](https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/meetingRegistrantCreate),FALSE,TRUE,FALSE +pixelbin-upload-asset-url,Upload Asset From URL,Uploads an asset to Pixelbin from a given URL. [See the documentation](https://www.pixelbin.io/docs/api-docs/),FALSE,TRUE,FALSE +pixelbin-list-files,List Files,List all files. [See the documentation](https://www.pixelbin.io/docs/api-docs/),FALSE,TRUE,TRUE +pixelbin-delete-file,Delete File,Deletes a file from Pixelbin. [See the documentation](https://www.pixelbin.io/docs/api-docs/),TRUE,TRUE,FALSE +pixelbin-create-folder,Create Folder,Creates a new folder in Pixelbin. [See the documentation](https://www.pixelbin.io/docs/api-docs/),FALSE,TRUE,FALSE +l2s-create-shortened-url,Create Shortened URL,Generates a shortened URL utilizing L2S capabilities. [See the documentation](https://docs.l2s.is/),FALSE,TRUE,FALSE +talenthr-update-employee,Update Employee,Allows updating an existing employee's data in the system. [See the documentation](https://apidocs.talenthr.io/),TRUE,TRUE,FALSE +talenthr-respond-time-off-request,Respond to Time Off Request,Responds to an employee's time off request. This action requires the request ID and the response status as props. [See the documentation](https://apidocs.talenthr.io/),FALSE,TRUE,FALSE +talenthr-create-employee,Create Employee,Hires a new employee and registers them in the system. [See the documentation](https://apidocs.talenthr.io/#2950f0ba-b27b-4d4b-855f-4b79b667767c),FALSE,TRUE,FALSE +onlinecheckwriter-create-payee,Create Payee,Registers a new payee within the system.[See the documentation](https://apiv3.onlinecheckwriter.com/#38a31300-bf13-4da1-ac97-dd81525b57b3),FALSE,TRUE,FALSE +onlinecheckwriter-create-mail-check,Create Mail Check,Creates a mail check. [See the documentation](https://apiv3.onlinecheckwriter.com/#f4562b65-70e8-4c4d-8444-8898e61ab7f0).,FALSE,TRUE,FALSE +onlinecheckwriter-create-email-check,Create Email Check,Create an email check for a payee. [See the documentation](https://apiv3.onlinecheckwriter.com/#211cb6e4-bda7-46de-9e84-a5e8b2709206).,FALSE,TRUE,FALSE +onlinecheckwriter-create-check,Create Check,Creates a new check. [See the documentation](https://apiv3.onlinecheckwriter.com/#211cb6e4-bda7-46de-9e84-a5e8b2709206),FALSE,TRUE,FALSE +dust-upsert-document,Upsert Document,Upsert a document to a chosen Dust data source. [See the documentation](https://docs.dust.tt/reference/post_api-v1-w-wid-data-sources-name-documents-documentid),TRUE,TRUE,FALSE +dust-talk-assistant,Talk to Assistant,Send a message to an assistant on Dust and receive an answer. [See the documentation](https://docs.dust.tt/reference/post_api-v1-w-wid-assistant-conversations-cid-messages),FALSE,TRUE,FALSE +certifier-issue-credential,Issue Credential,"Create, issue and send a credential to a recipient. [See the documentation](https://developers.certifier.io/reference/create-issue-send-a-credential)",FALSE,TRUE,FALSE +certifier-create-group,Create Group,Create a group. [See the documentation](https://developers.certifier.io/reference/create-a-group),FALSE,TRUE,FALSE +the_bookie-find-contact,Find Contacts,Find a contact from the address book. [See the documentation](https://app.thebookie.nl/nl/help/article/api-documentatie/#contact_list),FALSE,TRUE,TRUE +the_bookie-create-contact,Create Contact,Instantly creates a new contact in the address book. [See the documentation](https://app.thebookie.nl/nl/help/article/api-documentatie/#contact_create),FALSE,TRUE,FALSE +offlight-create-task,Create Task,Initiates the creation of a new task in Offlight. [See the documentation](https://www.offlight.work/docs/zapeir-api),FALSE,TRUE,FALSE +agility_cms-get-item,Get Item Details,Get details of the specified item. [See the documentation](https://api.aglty.io/swagger/index.html#operations-Item-get__guid___apitype___locale__item__id_),TRUE,TRUE,FALSE +agility_cms-get-content-models,Get Content Models,Retrieve content models for the Agility instance. [See the documentation](https://api.aglty.io/swagger/index.html#operations-ContentModels-get__guid___apitype__contentmodels),TRUE,TRUE,FALSE +agility_cms-get-content-items,Get Content Items,Retrieves all content items. [See the documentation](https://api.aglty.io/swagger/index.html#operations-Sync-get__guid___apitype___locale__sync_items),TRUE,TRUE,FALSE +simla_com-create-order,Create Order,Creates a new order with customer and order details. [See the documentation](https://docs.simla.com/Developers/API/APIVersions/APIv5#post--api-v5-orders-create).,FALSE,TRUE,FALSE +simla_com-create-customer,Create Customer,Creates a new customer profile. [See the documentation](https://docs.simla.com/Developers/API/APIVersions/APIv5#post--api-v5-customers-create).,FALSE,TRUE,FALSE +mailerlite-subscribe-to-group,Subscribe to MailerLite Group,Add a subscriber to a group. [See the documentation](https://developers.mailerlite.com/docs/groups.html#assign-subscriber-to-a-group),TRUE,TRUE,FALSE +mailerlite-remove-subscriber-from-group,Remove Subscriber From Group,Removes single subscriber from specified group. [See the documentation](https://developers.mailerlite.com/docs/groups.html#unassign-subscriber-from-a-group),TRUE,TRUE,FALSE +mailerlite-list-subscribers,List Subscribers,Lists all subscribers in a group. [See the documentation](https://developers.mailerlite.com/docs/subscribers.html#list-all-subscribers),FALSE,TRUE,TRUE +mailerlite-create-subscriber,Create Subscriber,Create a new subscriber. [See the documentation](https://developers.mailerlite.com/docs/subscribers.html#create-update-subscriber),TRUE,TRUE,FALSE +nioleads-verify-email,Verify Email,Checks the deliverability of a specified email address. [See the documentation](https://apidoc.nioleads.com/?_gl=1*1288vdg*_ga*MTY1NzE1MjMzOC4xNzI1OTM5Njk1*_ga_ZVT2YHDDZG*MTcyNTk0Mzk5NC4yLjAuMTcyNTk0NDAyMy4wLjAuMA..#email-verifier),FALSE,TRUE,TRUE +nioleads-find-email,Find Email,Finds a business email address using a full name and a website domain. [See the documentation](https://apidoc.nioleads.com/?_gl=1*1288vdg*_ga*MTY1NzE1MjMzOC4xNzI1OTM5Njk1*_ga_ZVT2YHDDZG*MTcyNTk0Mzk5NC4yLjAuMTcyNTk0NDAyMy4wLjAuMA..#email-finder),FALSE,TRUE,TRUE +dbt-trigger-job-run,Trigger Job Run,Trigger a specified job to begin running. [See the documentation](https://docs.getdbt.com/dbt-cloud/api-v2#/operations/Trigger%20Job%20Run),FALSE,TRUE,FALSE +dbt-get-run,Get Run,Retrieve information about a run. [See the documentation](https://docs.getdbt.com/dbt-cloud/api-v2#/operations/Retrieve%20Run),FALSE,TRUE,FALSE +dbt-get-run-artifact,Get Run Artifact,Retrieve information about a run artifact. [See the documentation](https://docs.getdbt.com/dbt-cloud/api-v2#/operations/Retrieve%20Run%20Artifact),FALSE,TRUE,FALSE +dbt-get-environment,Get Environment,Retrieve information about an environment. [See the documentation](https://docs.getdbt.com/dbt-cloud/api-v3#/operations/Retrieve%20Projects%20Environment),FALSE,TRUE,TRUE +helper_functions-trigger-workflow,Trigger Workflow,Trigger another Pipedream workflow in your workspace.,FALSE,TRUE,FALSE +error-throw-error,Throw Error,Quickly throw an error from your workflow.,FALSE,TRUE,FALSE +seven-send-sms,Send SMS,Send SMS via Seven. [See the documentation](https://docs.seven.io/en/rest-api/endpoints/sms#send-sms),FALSE,TRUE,FALSE +seven-make-tts-call,Make TTS Call,Make a text-to-speech call via Seven. [See the documentation](https://docs.seven.io/en/rest-api/endpoints/voice#send-voice-call),FALSE,TRUE,FALSE +seven-lookup-hlr,Lookup HLR,Look up home location register information via Seven. [See the documentation](https://docs.seven.io/en/rest-api/endpoints/lookup#hlr),FALSE,TRUE,FALSE +seven-lookup-format,Lookup Format,Look up phone number formatting via Seven. [See the documentation](https://docs.seven.io/en/rest-api/endpoints/lookup#format),FALSE,TRUE,TRUE +seven-lookup-cnam,Lookup CNAM,Look up caller name information via Seven. [See the documentation](https://docs.seven.io/en/rest-api/endpoints/lookup#cnam),FALSE,TRUE,TRUE +grist-find-records,Find Records,Searches for records in a specified table. [See the documentation](https://support.getgrist.com/api/#tag/records/operation/listRecords),FALSE,TRUE,TRUE +grist-add-update-records,Add Or Update Records,Add records in a specified table or updates existing matching records. [See the documentation](https://support.getgrist.com/api/#tag/records/operation/replaceRecords),TRUE,TRUE,FALSE +grist-add-records,Add Records,Appends new records to a chosen table in Grist. [See the documentation](https://support.getgrist.com/api/#tag/records/operation/addRecords),FALSE,TRUE,FALSE +adhook-create-update-post,Create or Update Post,Adds a new post or modifies an existing post in Adhook. [See the documentation](https://app.adhook.io/api-doc/),TRUE,TRUE,FALSE +adhook-create-calendar-event,Create Calendar Event,Generates a personalized calendar event in AdHook. [See the documentation](https://app.adhook.io/api-doc/),FALSE,TRUE,FALSE +sendbird_ai_chabot-send-bot-message,Send Bot Message,Sends a bot message to a group channel. [See the documentation](https://sendbird.com/docs/chat/platform-api/v3/bot/sending-a-bot-message/send-a-bot-message),FALSE,TRUE,FALSE +altiria-send-sms,Send SMS,Send an SMS message. The message will be sent to the phone numbers you specify. [See the documentation](https://static.altiria.com/especificaciones/altiria_push_rest.pdf).,FALSE,TRUE,FALSE +firefish-unsubscribe-email,Unsubscribe Email,Removes a particular contact or candidate from all existing firefish email subscriptions. [See the documentatio](https://developer.firefishsoftware.com/#002bb8c0-0b41-4016-b33c-026a46b499b2),TRUE,TRUE,FALSE +agrello-get-document,Get Document,Get a document in Agrello. [See the documentation](https://api.agrello.io/public/webjars/swagger-ui/index.html),TRUE,TRUE,FALSE +gptzero_detect_ai-scan-text,Scan Text for AI Detection,"This endpoint takes in a single text input and runs AI detection. The document will be truncated to 50,000 characters. [See the documentation](https://gptzero.stoplight.io/docs/gptzero-api/d2144a785776b-ai-detection-on-single-string)",FALSE,TRUE,FALSE +jigsawstack-verify-email,Verify Email,Validate any email address and determine deliverability as well as disposable status. [See the documentation](https://docs.jigsawstack.com/api-reference/validate/email),FALSE,TRUE,TRUE +jigsawstack-sentiment-analysis,Sentiment Analysis,"Assess sentiment of a provided text. Vibes can be positive, negative, or neutral. [See the documentation](https://docs.jigsawstack.com/api-reference/ai/sentiment)",FALSE,TRUE,FALSE +infolobby-create-comment,Create Comment,Create a new Comment for a record. [See the documentation](https://infolobby.com/site/apidocs/4/working-with-record-comments/),FALSE,TRUE,FALSE +qdrant-search-points,Search Points,Performs a semantic search on the Qdrant collection.,FALSE,TRUE,TRUE +toggl-update-project,Update Project,Updates an existing project in Toggl. [See the documentation](https://engineering.toggl.com/docs/api/projects#put-workspaceproject),TRUE,TRUE,FALSE +toggl-update-client,Update Client,Updates an existing client in Toggl. [See the documentation](https://engineering.toggl.com/docs/api/clients#put-change-client),TRUE,TRUE,FALSE +toggl-get-time-entry,Get Time Entry,Get details about a specific time entry. [See docs here](https://developers.track.toggl.com/docs/api/time_entries),FALSE,TRUE,TRUE +toggl-get-current-time-entry,Get Current Time Entry,Get the time entry that is running now. [See docs here]https://developers.track.toggl.com/docs/api/time_entries#get-get-current-time-entry),FALSE,TRUE,TRUE +toggl-create-project,Create Project,Create a new project in Toggl. [See the documentation](https://engineering.toggl.com/docs/api/projects#post-workspaceprojects),FALSE,TRUE,FALSE +toggl-create-client,Create Client,Create a new client in Toggl. [See the documentation](https://engineering.toggl.com/docs/api/clients#post-create-client),FALSE,TRUE,FALSE +alerty-notify-devices,Notify Devices,Sends a notification to active devices. [See the documentation](https://alerty.dev/api/notify),FALSE,TRUE,FALSE +akkio-make-prediction,Make Prediction,Makes a prediction based on the input props. [See the documentation](https://docs.akkio.com/akkio-docs/rest-api/api-options/curl-commands),FALSE,TRUE,FALSE +agiliron-create-lead,Create Lead,Establishes a new lead within Agiliron. [See the documentation](https://api.agiliron.com/docs/add-lead-1),FALSE,TRUE,FALSE +agiliron-create-event,Create Event,Creates a new event within Agiliron. [See the documentation](https://api.agiliron.com/docs/add-event-2),FALSE,TRUE,FALSE +agiliron-create-contact,Create Contact,Generates a new contact within Agiliron. [See the documentation](https://api.agiliron.com/docs/add-contact-1),FALSE,TRUE,FALSE +security_reporter-create-assessment,Create Security Assessment,Creates a new security assessment. [See the documentation](https://trial3.securityreporter.app/api-documentation),FALSE,TRUE,FALSE +adalo-update-record,Update Record,Update a record. [See docs here](https://help.adalo.com/integrations/the-adalo-api/collections),TRUE,TRUE,FALSE +adalo-get-records,Get Records,Get all records from a collection. [See docs here](https://help.adalo.com/integrations/the-adalo-api/collections),FALSE,TRUE,TRUE +adalo-create-record,Create Record,Create a new record. [See docs here](https://help.adalo.com/integrations/the-adalo-api/collections),FALSE,TRUE,FALSE +openperplex-simple-search,Simple Search,Perform a simple search using Openperplex. [See the documentation](https://docs.openperplex.com/api-reference/endpoint/search-simple),FALSE,TRUE,TRUE +openperplex-query-from-url,Query From URL,Queries content from a specific URL using Openperplex. [See the documentation](https://docs.openperplex.com/api-reference/endpoint/query-from-url),FALSE,TRUE,FALSE +openperplex-get-website-screenshot,Get Website Screenshot,Get a screenshot of a website using Openperplex. [See the documentation](https://docs.openperplex.com/api-reference/endpoint/get-website-screenshot),FALSE,TRUE,TRUE +storeganise-mark-invoice-paid,Mark Invoice as Paid,Marks the selected invoice as paid in Storeganise. [See the documentation](https://pipedream-dev-trial.storeganise.com/api/docs/admin/invoices#admin_invoices.PUT_invoiceId),TRUE,TRUE,FALSE +storeganise-add-invoice-payment,Add Invoice Payment,Adds a payment to the targeted invoice. [See the documentation](https://pipedream-dev-trial.storeganise.com/api/docs/admin/invoices#admin_invoices._invoiceId_payments),FALSE,TRUE,FALSE +scrapfly-scrape-page,Scrape Page,Extract data from a specified web page. [See the documentation](https://scrapfly.io/docs/scrape-api/getting-started),FALSE,TRUE,FALSE +scrapfly-account-info,Retrieve Scrapfly Account Info,Retrieve current subscription and account usage details from Scrapfly. [See the documentation](https://scrapfly.io/docs/account#api),FALSE,TRUE,TRUE +securitytrails-get-ips-neighbors,Get IPs Neighbors,Returns the neighbors in any given IP level range and essentially allows you to explore closeby IP addresses.,FALSE,TRUE,TRUE +securitytrails-get-history-dns,Get Historical DNS,Lists out specific historical information about the given hostname parameter. [See the documentation](https://docs.securitytrails.com/reference/history-dns),FALSE,TRUE,TRUE +securitytrails-get-domain-details,Get Domain Details,Returns the current data about the given hostname. [See the documentation](https://docs.securitytrails.com/reference/domain-details),FALSE,TRUE,TRUE +v7_darwin-update-dataset,Update Dataset,Update a dataset with the specified ID. [See the documentation](https://docs.v7labs.com/reference/update-dataset),TRUE,TRUE,FALSE +v7_darwin-create-dataset,Create Dataset,Creates a new Dataset. [See the documentation](https://docs.v7labs.com/reference/create-dataset),FALSE,TRUE,FALSE +v7_darwin-add-instructions,Add Instructions,Add annotator instructions. [See the documentation](https://docs.v7labs.com/reference/adding-instructions),FALSE,TRUE,FALSE +actitime-modify-leave-time,Modify Leave Time,Changes the existing leave time record with a given value in actiTIME. [See the documentation](https://online.actitime.com/pipedream/api/v1/swagger).,FALSE,TRUE,FALSE +actitime-create-task,Create Task,Creates a new task. [See the documentation](https://online.actitime.com/pipedream/api/v1/swagger).,FALSE,TRUE,FALSE +actitime-create-customer,Create Customer,Creates a new customer. [See the documentation](https://online.actitime.com/pipedream/api/v1/swagger).,FALSE,TRUE,FALSE +chainaware_ai-fraud-check,Comprehensive Fraud Check,Conducts a comprehensive fraud check. [See the documentation](https://learn.chainaware.ai/api/fraud-detection-api).,FALSE,TRUE,TRUE +page_x-add-new-lead,Add New Lead,Create a new lead on PageX CRM. [See the documentation](https://rapidapi.com/thunderhurt/api/pagexcrm),FALSE,TRUE,FALSE +deputy-start-shift,Start Shift,Starts a work shift for a specified employee in Deputy. [See the documentation](https://developer.deputy.com/deputy-docs/reference/startanemployeestimesheetclockon),FALSE,TRUE,FALSE +deputy-create-location,Create Location,Creates a new location in Deputy. [See the documentation](https://developer.deputy.com/deputy-docs/reference/addalocation),FALSE,TRUE,FALSE +deputy-create-employee,Create Employee,Adds a new employee or staff member to the organization in Deputy. [See the documentation](https://developer.deputy.com/deputy-docs/reference/addanemployee),FALSE,TRUE,FALSE +documenso-send-document,Send Document,Send a document within Documenso for signing. [See the documentation](https://app.documenso.com/api/v1/openapi),FALSE,TRUE,FALSE +documenso-create-document-from-template,Create Document From Template,Create a new document in Documenso from a pre-existing template. [See the documentation](https://app.documenso.com/api/v1/openapi),FALSE,TRUE,FALSE +documenso-add-recipient-to-document,Add Recipient To Document,Add a recipient to an existing Documenso document. [See the documentation]([See the documentation](https://app.documenso.com/api/v1/openapi)),FALSE,TRUE,FALSE +crunchbase-search-organizations,Search Organizations,Search for organizations based on specified criteria. [See the documentation](https://data.crunchbase.com/reference/post_data-searches-organizations),FALSE,TRUE,TRUE +crunchbase-get-organization,Get Organization Details,Retrieve details about an organization. [See the documentation](https://data.crunchbase.com/reference/get_data-entities-organizations-entity-id),FALSE,TRUE,TRUE +launchnotes-create-subscription,Create Subscription,Adds a new subscriber to the current LaunchNotes project. [See the documentation](https://developer.launchnotes.com/index.html),TRUE,TRUE,FALSE +launchnotes-create-announcement,Create Announcement,Generates a draft announcement for the LaunchNotes project. [See the documentation](https://developer.launchnotes.com/index.html),TRUE,TRUE,FALSE +adrapid-get-banner,Get Banner,Retrieves a specified banner. This action should be used after a 'create-banner' action to ensure that the banner is fully processed and ready for use. [See the documentation](https://docs.adrapid.com/api/overview),FALSE,TRUE,FALSE +gozen_growth-create-or-update-contact,Create Or Update Contact,Create or update a contact a on Gozen Growth. [See the documentation](https://docs.gozen.io/docs/automation/how-to-use-webhook-trigger),TRUE,TRUE,FALSE +adrapid-create-banner,Create Banner,"Generates a new banner using provided data. This action can create different types of banners, such as animated HTML5, image, or video banners. [See the documentation](https://docs.adrapid.com/api/overview)",FALSE,TRUE,FALSE +pandadoc-send-document,Send Document,Move a document to sent status and send an optional email. [See the documentation](https://developers.pandadoc.com/reference/send-document),FALSE,TRUE,FALSE +pandadoc-list-folders,List Folders,List folders which contain Documents. [See the documentation here](https://developers.pandadoc.com/reference/list-documents-folders),FALSE,TRUE,TRUE +pandadoc-list-documents,List Documents,"List documents, optionally filtering by a search query or tags. [See the documentation here](https://developers.pandadoc.com/reference/list-documents)",FALSE,TRUE,TRUE +pandadoc-list-document-attachments,List Document Attachments,Returns a list of attachments associated with a specified document. [See the documentation here](https://developers.pandadoc.com/reference/list-attachment),FALSE,TRUE,TRUE +pandadoc-list-contacts,List Contacts,List all contacts within an account. [See the documentation here](https://developers.pandadoc.com/reference/list-contacts),FALSE,TRUE,TRUE +pandadoc-get-document-status,Get Document Status,Get basic status info about a document. [See documentation here](https://developers.pandadoc.com/reference/document-status),FALSE,TRUE,TRUE +pandadoc-document-details,Get Document Details,Return detailed data about a document. [See the documentation here](https://developers.pandadoc.com/reference/document-details),FALSE,TRUE,TRUE +pandadoc-create-or-update-contact,Create or Update Contact,This method adds or updates a contact using the email as index. [See the documentation here](https://developers.pandadoc.com/reference/create-contact),TRUE,TRUE,FALSE +pandadoc-create-folder,Create Folder,Create a new folder to store your documents. [See the documentation here](https://developers.pandadoc.com/reference/create-documents-folder),FALSE,TRUE,FALSE +supabase_management_api-generate-typescript-types,Generate TypeScript Types,Generates TypeScript types based on the current database schema for a specified Supabase project. [See the documentation](https://supabase.com/docs/reference/api/v1-generate-typescript-types),FALSE,TRUE,TRUE +supabase_management_api-create-project,Create Project,Creates a new Supabase project within a specified organization. [See the documentation](https://supabase.com/docs/reference/api/v1-create-a-project),FALSE,TRUE,FALSE +signnow-send-field-invite,Send Field Invite,Creates and sends a field invite to sign a document. [See the documentation](https://docs.signnow.com/docs/signnow/field-invite/operations/create-a-document-invite),FALSE,TRUE,FALSE +signnow-prefill-text-fields,Prefill Text Fields,Adds values to fields that the signers can later edit when they receive the document for signature. [See the documentation](https://docs.signnow.com/docs/signnow/document/operations/update-a-v-2-document-prefill-text),TRUE,TRUE,FALSE +signnow-create-document-from-template,Create Document From Template,Creates a new document copy out of a template. [See the documentation](https://docs.signnow.com/docs/signnow/template/operations/create-a-template-copy),FALSE,TRUE,FALSE +docsautomator-create-document,Create Document,Generate a new document from a pre-existing template. [See the documentation](https://docs.docsautomator.co/integrations-api/docsautomator-api),FALSE,TRUE,FALSE +are_na-update-channel,Update Channel,Update a Channel with the specified slug. [See the documentation](https://dev.are.na/documentation/channels#Block45048),TRUE,TRUE,FALSE +are_na-search,Perform a Search,"Search across all of Are.na (returns channels, blocks and users that match the query)",FALSE,TRUE,TRUE +are_na-get-authenticated-user,Get Authenticated User,Returns the currently authenticated user,FALSE,TRUE,TRUE +are_na-delete-channel,Delete Channel,Delete a Channel with the specified slug. [See the documentation](https://dev.are.na/documentation/channels#Block45049),TRUE,TRUE,FALSE +are_na-create-channel,Create Channel,Create a new channel in Are.na. [See the documentation](https://dev.are.na/documentation/channels#Block45041),FALSE,TRUE,FALSE +zoho_inventory-create-order,Create Sales Order,Create a new sales order in Zoho Inventory. [See the docs here](https://www.zoho.com/inventory/api/v1/salesorders/#create-a-sales-order),FALSE,TRUE,FALSE +zoho_inventory-create-contact,Create Contact,Create a new contact in Zoho Inventory. [See the docs here](https://www.zoho.com/inventory/api/v1/contacts/#create-a-contact),FALSE,TRUE,FALSE +digitalocean_spaces-upload-file-url,Upload File URL,"Accepts a download link and a filename, downloads it, then uploads to DigitalOcean Spaces. [See the docs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/upload-objects.html).",FALSE,TRUE,FALSE +digitalocean_spaces-upload-file-tmp,Upload File /tmp,"Accepts a file path starting from /tmp, then uploads as a file to DigitalOcean Spaces. [See the docs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/upload-objects.html).",FALSE,TRUE,FALSE +konfhub-validate-registration,Validate Registration,Validate a user's email or phone number for a given event. [See the documentation](https://docs.konfhub.com/#api-Common_APIs-Registration_Validation),FALSE,TRUE,TRUE +konfhub-send-otp,Send OTP,Send a one-time password (OTP) to a user. [See the documentation](https://docs.konfhub.com/#api-Referral-Registration-Send_OTP),FALSE,TRUE,FALSE +signerx-send-template-signatures,Send Template Signatures,Add a recipient to a template and invite to sign. [See the documentation](https://documenter.getpostman.com/view/13877745/2sa3xv9kni),FALSE,TRUE,FALSE +_8x8_connect-send-sms,Send SMS,Send a SMS to the specified destination. [See the documentation](https://developer.8x8.com/connect/reference/send-sms-single),FALSE,TRUE,FALSE +spamcheck_ai-post-spam-report,Spam Report,Create a new spam report. [See the documentation](https://app.spamcheck.ai/api_docs/index.html),TRUE,TRUE,FALSE +_8x8_connect-request-log,Request Log,Request an SMS log file. [See the documentation](https://developer.8x8.com/connect/reference/start-log-export-job),FALSE,TRUE,FALSE +spamcheck_ai-post-spam-check,Spam Check,Post a new spam check for an email or IP. [See the documentation](https://app.spamcheck.ai/api_docs/index.html),TRUE,TRUE,FALSE +_8x8_connect-get-log-result,Get Log Result,Check the status of an SMS Logs export job and to get a download link if its generation has succeeded. [See the documentation](https://developer.8x8.com/connect/reference/get-log-export-job-result),FALSE,TRUE,TRUE +spamcheck_ai-delete-spam-report,Delete Report,Delete a spam report. [See the documentation](https://app.spamcheck.ai/api_docs/index.html),TRUE,TRUE,FALSE +shiphero-update-order,Update Order,Update an order. [See the documentation](https://developer.shiphero.com/getting-started/),TRUE,TRUE,FALSE +shiphero-list-products,List Products,List products. [See the documentation](https://developer.shiphero.com/getting-started/),FALSE,TRUE,TRUE +shiphero-get-order,Get Order,Get an order. [See the documentation](https://developer.shiphero.com/getting-started/),FALSE,TRUE,TRUE +addressfinder-verify-email,Verify Email,Validates the input email. [See the documentation](https://addressfinder.com.au/api/email/verification/),FALSE,TRUE,TRUE +addressfinder-verify-address-nz,Verify New Zealand Address,Validates a New Zealand address. [See the documentation](https://addressfinder.com.au/api/nz/address/verification/),FALSE,TRUE,TRUE +addressfinder-verify-address-au,Verify Australian Address,Validates an Australian address. [See the documentation](https://addressfinder.com.au/api/au/address/verification/),FALSE,TRUE,TRUE +undetectable_ai-submit-document,Submit Document,Submit document for humanization. [See the documentation](https://docs.undetectable.ai/#submit-document),FALSE,TRUE,FALSE +undetectable_ai-retrieve-document,Retrieve Document,Retrieve the document object for a submitted piece of content. [See the documentation](https://docs.undetectable.ai/#retrieve-document),FALSE,TRUE,TRUE +undetectable_ai-list-documents,List Documents,Retrieve the IDs of documents associated with your account. [See the documentation](https://docs.undetectable.ai/#list-documents),FALSE,TRUE,TRUE +mails_so-validate-email,Validate Email,Send an email address to be validated by the API. [See the documentation](https://www.postman.com/joint-operations-engineer-25774813/workspace/mails-so/request/36028084-aa3b6359-bbdd-451b-8596-548a4d913f38),FALSE,TRUE,FALSE +owl_protocol-mint-asset,Mint Asset,Mint digital assets for collection. [See the documentation](https://docs-api.owlprotocol.xyz/reference/collection-erc721autoid-mint),FALSE,TRUE,FALSE +genderapi_io-name-to-gender,Name to Gender,Send a Name to Gender request to GenderAPI. [See the documentation](https://www.genderapi.io/api-documentation#single-name),FALSE,TRUE,FALSE +owl_protocol-get-network,Get Network,Get network details by the ID. [See the documentation](https://docs-api.owlprotocol.xyz/reference/network-get),FALSE,TRUE,TRUE +owl_protocol-deploy-collection,Deploy Collection,Deploy digital asset collection. [See the documentation](https://docs-api.owlprotocol.xyz/reference/collection-deploy),FALSE,TRUE,FALSE +genderapi_io-email-to-gender,Email to Gender,Send an Email to Gender request to GenderAPI. [See the documentation](https://www.genderapi.io/api-documentation#single-email),FALSE,TRUE,FALSE +llmwhisperer-retrieve-text,Retrieve Extracted Text,Retrieve the extracted text executed through the whisper API. This can be used to retrieve the text of the conversion process when the conversion is done in async mode. [See the documentation](https://docs.unstract.com/llm_whisperer/apis/llm_whisperer_text_extraction_retrieve_api),FALSE,TRUE,TRUE +llmwhisperer-highlight-locations,Highlight Locations,Generate highlight locations for a search term in the document. [See the documentation](https://docs.unstract.com/llm_whisperer/apis/llm_whisperer_text_extraction_highlight_api),FALSE,TRUE,TRUE +llmwhisperer-get-status,Get Status,Get the status of the whisper process. This can be used to check the status of the conversion process when the conversion is done in async mode. [See the documentation](https://docs.unstract.com/llm_whisperer/apis/llm_whisperer_text_extraction_status_api),FALSE,TRUE,TRUE +thinkific-update-user,Update User,Updates the information of a specific user on Thinkific. [See the documentation](https://developers.thinkific.com/api/api-documentation/#/Users/updateUserByID),TRUE,TRUE,FALSE +thinkific-enroll-user,Enroll User,Creates a new Enrollment for specified student in specified course. [See the documentation](https://developers.thinkific.com/api/api-documentation/#/Enrollments/createEnrollment),FALSE,TRUE,FALSE +thinkific-create-user,Create User,Creates a new user on Thinkific. [See the documentation](https://developers.thinkific.com/api/api-documentation/#/Users/createUser),FALSE,TRUE,FALSE +addresszen-verify-correct-us-address-zip-code,Verify and Correct US Address by Zip Code,Verifies and corrects a US address based on a single address line and a zip code. [See the documentation](https://docs.addresszen.com/docs/api),FALSE,TRUE,TRUE +addresszen-verify-correct-us-address-city-state,Verify and Correct US Address by City and State,"Verifies and corrects a US address using the input of a single address line, city, and state. [See the documentation](https://docs.addresszen.com/docs/api)",FALSE,TRUE,TRUE +addresszen-freeform-verify-correct-us-address,Verify and Correct Freeform US Address,Verify (CASS) and correct a US address using a complete address. [See the documentation](https://docs.addresszen.com/docs/api),FALSE,TRUE,TRUE +gagelist-update-gage,Update Gage,Updates a specific gage using its ID on GageList. [See the documentation](https://gagelist.com/developer-resources/update-gage-record/),TRUE,TRUE,FALSE +gagelist-find-gage-by-id,Find Gage by ID,Finds and retrieves a gage based on its ID in GageList. [See the documentation](https://gagelist.com/developer-resources/get-a-single-gage-record/),FALSE,TRUE,TRUE +gagelist-create-gage,Create Gage,Creates a new gage on GageList. [See the documentation](https://gagelist.com/developer-resources/add-gage-record/),FALSE,TRUE,FALSE +heyzine-create-flipbook,Create Flipbook,Generates a new flipbook from a PDF file. [See the documentation](https://heyzine.com/developers#rest-api),FALSE,TRUE,FALSE +rentman-update-item,Update Rentman Item,Updates the details of an existing item based on its type. [See the documentation](https://api.rentman.net),TRUE,TRUE,FALSE +rentman-find-item,Find Item,Searches for an item in the system using the item type as the filtering criteria. [See the documentation](https://api.rentman.net/),FALSE,TRUE,TRUE +rentman-create-item,Create Item,Creates a new item based on the specified type. [See the documentation](https://api.rentman.net),FALSE,TRUE,FALSE +connecteam-delete-shift,Delete Shift,Removes a specific shift based on shift ID. [See the documentation](https://developer.connecteam.com/reference/delete_shift_by_id_scheduler_v1_schedulers__schedulerid__shifts__shiftid__delete),TRUE,TRUE,FALSE +connecteam-create-user,Create User,Creates a new user profile in Connecteam. [See the documentation](https://developer.connecteam.com/reference/create_users_users_v1_users_post),FALSE,TRUE,FALSE +connecteam-create-shift,Create Shift,Creates a new shift in the scheduler. [See the documentation](https://developer.connecteam.com/reference/create_shifts_scheduler_v1_schedulers__schedulerid__shifts_post),FALSE,TRUE,FALSE +team_sms-get-phone-numbers-owned,Get Phone Numbers Owned,Retrieve all phone numbers owned by the user. [See the documentation](https://teamsms.io/api-doc),FALSE,TRUE,TRUE +cloudpresenter-update-contact,Update Contact,Updates an existing contact within the Cloudpresenter application. [See the documentation](https://cloudpresenter.stoplight.io/docs/cloudpresenter-public-apis/tjbk1nm3qvbg2-update-contact),TRUE,TRUE,FALSE +cloudpresenter-create-contact,Create Contact,Creates a new contact within the Cloudpresenter application. [See the documentation](https://cloudpresenter.stoplight.io/docs/cloudpresenter-public-apis/gnglqnrsy7k38-create-contact),FALSE,TRUE,FALSE +dropinblog-create-post,Create Post,Allows you to create a new blog post in your DropInBlog account. Requires a private API key. [See the documentation](https://dropinblog.readme.io/reference/posts-create).,FALSE,TRUE,FALSE +dotsimple-update-post,Update Post,Amend an existing post on your DotSimple site. [See the documentation](https://help.dotsimple.io/en/articles/68-posts),TRUE,TRUE,FALSE +dotsimple-delete-post,Delete Post,Remove a post from your DotSimple site. [See the documentation](https://help.dotsimple.io/en/articles/68-posts),TRUE,TRUE,FALSE +dotsimple-create-post,Create Post,Create a new post on your DotSimple site. [See the documentation](https://help.dotsimple.io/en/articles/68-posts).,FALSE,TRUE,FALSE +airfocus-update-item,Update Item,Updates an existing item in airfocus. [See the documentation](https://developer.airfocus.com/endpoints.html),TRUE,TRUE,FALSE +airfocus-search-item,Search Item,Searches items by query in airfocus. [See the documentation](https://developer.airfocus.com/endpoints.html),FALSE,TRUE,TRUE +airfocus-delete-item,Delete Item,Deletes a specific item in airfocus. [See the documentation](https://developer.airfocus.com/endpoints.html),TRUE,TRUE,FALSE +airfocus-create-item,Create Item,Creates a new item in airfocus. [See the documentation](https://developer.airfocus.com/endpoints.html),FALSE,TRUE,FALSE +remote_retrieval-get-specific-order,Get Specific Order,Fetches a single device return order. [See the documentation](https://www.remoteretrieval.com/api-documentation/#order-detail),FALSE,TRUE,TRUE +remote_retrieval-get-pending-orders,Get Pending Orders,Retrieve a list of the orders for which the payment process has not been completed.[See the documentation](https://www.remoteretrieval.com/api-documentation/#pending-orders),FALSE,TRUE,TRUE +paradym-get-openid4vc-verification-session,Get OpenID4VC Verification Session,Fetches the verification session data for the specified session ID. [See the documentation](https://paradym.id/reference?full#tag/openid4vc-verification/get/v1/projects/{projectId}/openid4vc/verification/{openId4VcVerificationId}),FALSE,TRUE,TRUE +paradym-create-openid4vc-verification-request,Create OpenID4VC Verification Request,Initiates a verification request based on the selected template. [See the documentation](https://paradym.id/reference?full#tag/openid4vc-verification/post/v1/projects/{projectId}/openid4vc/verification/request),FALSE,TRUE,FALSE +paradym-create-openid4vc-credential-offer,Create OpenID4VC Credential Offer,Create a OpenID4VC issuance offer for the selected credentials. [See the documentation](https://paradym.id/reference?full#tag/openid4vc-issuance/post/v1/projects/{projectId}/openid4vc/issuance/offer),FALSE,TRUE,FALSE +paradym-create-didcomm-issuance-offer,Create DIDComm Issuance Offer,Create a DIDComm issuance offer for the selected credentials. [See the documentation](https://paradym.id/reference?full#tag/didcomm-issuance/post/v1/projects/{projectId}/didcomm/issuance/offer),FALSE,TRUE,FALSE +dart-update-task,Update Task,Updates an existing task within a dartboard. [See the documentation](https://app.itsdart.com/api/v0/docs/),TRUE,TRUE,FALSE +dart-find-or-create-task,Find or Create Task,"Checks for an existing task within a dartboard using the 'task-name'. If it doesn't exist, a new task is created. [See the documentation](https://app.itsdart.com/api/v0/docs/)",FALSE,TRUE,FALSE +dart-create-task,Create Task,Creates a new task within a dartboard. [See the documentation](https://app.itsdart.com/api/v0/docs/),FALSE,TRUE,FALSE +aidbase-start-training,Start Training,Kick off a training job for a specific piece of knowledge. [See the documentation](https://docs.aidbase.ai/apis/knowledge-api/reference/#put-knowledgeidtrain),FALSE,TRUE,FALSE +aidbase-create-faq,Create FAQ,Create a new frequently asked questions (FAQ) list on your Aidbase account. [See the documentation](https://docs.aidbase.ai/apis/knowledge-api/reference/#post-knowledgefaq),FALSE,TRUE,FALSE +aidbase-add-video,Add Video,Add a video as a piece of knowledge to your Aidbase account. [See the documentation](https://docs.aidbase.ai/apis/knowledge-api/reference/#post-knowledgevideo),FALSE,TRUE,FALSE +aidbase-add-question-to-faq,Add Question to FAQ,Add a new question to a FAQ in Airbase. [See the documentation](https://docs.aidbase.ai/apis/knowledge-api/reference/#post-knowledgeidfaq-item),FALSE,TRUE,FALSE +canva-export-design,Export Design,Starts a new job to export a file from Canva. [See the documentation](https://www.canva.dev/docs/connect/api-reference/exports/create-design-export-job/),FALSE,TRUE,FALSE +canva-create-design,Create Design,Creates a new Canva design. [See the documentation](https://www.canva.dev/docs/connect/api-reference/designs/create-design/),FALSE,TRUE,FALSE +whautomate-send-whatsapp-template-message,Send WhatsApp Template Message,Send a pre-defined WhatsApp message template to a contact. [See the documentation](https://help.whautomate.com/product-guides/whautomate-rest-api/messages),FALSE,TRUE,FALSE +whautomate-create-contact,Create Contact,Create a new contact associated with a WhatsApp number. [See the documentation](https://help.whautomate.com/product-guides/whautomate-rest-api/contacts#/v1-contacts-1),FALSE,TRUE,FALSE +whautomate-assign-tags-contact,Assign Tags to Contact,Assign one or more tags to an existing contact. [See the documentation](https://help.whautomate.com/product-guides/whautomate-rest-api/contacts#/v1-contacts-contactid-1),TRUE,TRUE,FALSE +numverify-validate-phone,Validate Phone,Validates a phone number. [See the documentation](https://numverify.com/documentation),FALSE,TRUE,TRUE +invidious-search,Search Videos,Search for videos on Invidious. [See the documentation](https://docs.invidious.io/api/#get-apiv1search),FALSE,TRUE,TRUE +invidious-search-suggestions,Get Search Suggestions,Get search suggestions for a given query. [See the documentation](https://docs.invidious.io/api/#get-apiv1searchsuggestions),FALSE,TRUE,TRUE +ideal_postcodes-phone-number-validation,Phone Number Validation,Validates a phone number and returns information about it. [See the documentation](https://docs.ideal-postcodes.co.uk/docs/api/phone-number-validation).,FALSE,TRUE,FALSE +ideal_postcodes-find-place,Find Place,"Query for geographical places across countries. Each query will return a list of place suggestions, which consists of a place name, descriptive name, and id. [See the documentation](https://docs.ideal-postcodes.co.uk/docs/api/find-place)",FALSE,TRUE,TRUE +ideal_postcodes-email-validation,Email Validation,Validate email addresses using Ideal Postcodes. [See the documentation](https://docs.ideal-postcodes.co.uk/docs/api/email-validation).,FALSE,TRUE,TRUE +dropboard-find-or-create-client,Find or Create Client,"Looks for a client within Dropboard. If not found, it will create a new one. [See the documentation](https://dropboard.readme.io/reference/clients-post)",FALSE,TRUE,FALSE +dropboard-create-job,Create Job,Creates a new job within Dropboard. [See the documentation](https://dropboard.readme.io/reference/jobs-post),FALSE,TRUE,FALSE +dropboard-create-client,Create Client,Creates a new client within Dropboard. Note this is available only for recruiter plan users and may incur additional charges based on your organization's plan. [See the documentation](https://dropboard.readme.io/reference/clients-post),FALSE,TRUE,FALSE +jooto-update-task,Update Task,Update a new task in the selected project. [See the documentation](https://www.jooto.com/api/reference/request/#/default/patch-boards-id-tasks-task_id),TRUE,TRUE,FALSE +jooto-get-projects,Get Projects,Get a list of projects in your organization. [See the documentation](https://www.jooto.com/api/reference/request/#/default/get-projects),FALSE,TRUE,TRUE +jooto-create-task,Create Task,Create a new task in the selected project. [See the documentation](https://www.jooto.com/api/reference/request/#/default/post-boards-id-tasks),FALSE,TRUE,FALSE +gami5d-record-observation,Record Observation,Record an observation for evaluation in the gami5d platform. [See the documentation](https://app.gami5d.com/web/api/docs),FALSE,TRUE,FALSE +turso-get-organizations,Get Organizations,Returns a list of organizations the authenticated user owns or is a member of. [See the documentation](https://docs.turso.tech/api-reference/organizations/list),FALSE,TRUE,TRUE +turso-get-groups,Get Groups,Returns a list of groups belonging to the organization or user. [See the documentation](https://docs.turso.tech/api-reference/groups/list),FALSE,TRUE,TRUE +turso-get-databases,Get Databases,Returns a list of databases belonging to the organization or user. [See the documentation](https://docs.turso.tech/api-reference/databases/list),FALSE,TRUE,TRUE +turso-execute-query,Execute SQL Query,Execute a custom SQLite query. See [our docs](https://pipedream.com/docs/databases/working-with-sql) to learn more about working with SQL in Pipedream.,FALSE,TRUE,FALSE +turso-create-database,Create Database,Creates a new database in a group for the organization or user. [See the documentation](https://docs.turso.tech/api-reference/databases/create),FALSE,TRUE,FALSE +hubstaff-update-task,Update Task,Update a specific task within your Hubstaff organization. [See the documentation](https://developer.hubstaff.com/docs/hubstaff_v2#!/tasks/putV2TasksTaskId),TRUE,TRUE,FALSE +hubstaff-list-tasks,List Tasks,Retrieves a list of all tasks from your Hubstaff organization. [See the documentation](https://developer.hubstaff.com/docs/hubstaff_v2#!/tasks/getV2OrganizationsOrganizationIdTasks),FALSE,TRUE,TRUE +hubstaff-create-task,Create Task,Creates a new task on your Hubstaff organization. [See the documentation](https://developer.hubstaff.com/docs/hubstaff_v2#!/tasks/postV2ProjectsProjectIdTasks),FALSE,TRUE,FALSE +baserow-update-row,Update Row,Update a row [See docs here](https://baserow.io/api-docs),TRUE,TRUE,FALSE +baserow-list-rows,List Rows,List a table's rows [See docs here](https://baserow.io/api-docs),FALSE,TRUE,TRUE +baserow-get-row,Get Row,Get a single row [See docs here](https://baserow.io/api-docs),FALSE,TRUE,TRUE +baserow-delete-row,Delete Row,Delete a row [See docs here](https://baserow.io/api-docs),TRUE,TRUE,FALSE +baserow-create-row,Create Row,Create a row [See docs here](https://baserow.io/api-docs),FALSE,TRUE,FALSE +picdefense-check-image-risk,Check Image Risk,Check the risk of the image on the provided URL. [See the documentation](https://app.picdefense.io/apidocs/),FALSE,TRUE,TRUE +picdefense-check-credits,Check Credits,Check how many credits the associated account have. [See the documentation](https://app.picdefense.io/apidocs/),FALSE,TRUE,TRUE +meteomatics_weather_api-get-weather-data,Get Weather Data,"Retrieve historic, current, and forecast data globally. [See the documentation](https://www.meteomatics.com/en/api/getting-started/)",FALSE,TRUE,TRUE +pdffiller-find-document,Find Document,Enables searching capabilities for documents by name. [See the documentation](https://pdffiller.readme.io/reference/get_v2-templates),FALSE,TRUE,TRUE +pdffiller-create-distributable-form-generate-link,Create Distributable Form and Generate Link,Transforms a document into a fillable form and generates a shareable link for the form. [See the documentation](https://docs.pdffiller.com/docs/pdffiller/9d3a06696db96-create-fillable-document-converts-a-downloaded-document-to-a-link-to-fill-form),FALSE,TRUE,FALSE +database-query-sql-database,Query SQL Database,Execute a SQL Query. See [our docs](https://pipedream.com/docs/databases/working-with-sql) to learn more about working with SQL in Pipedream.,FALSE,TRUE,FALSE +trust-update-testimonial,Update Testimonial,Update an existing testimonial within the Trust platform. [See the documentation](https://api-docs.usetrust.io/),TRUE,TRUE,FALSE +trust-delete-testimonial,Delete Testimonial,Deletes an existing testimonial from the Trust platform. [See the documentation](https://api-docs.usetrust.io/),TRUE,TRUE,FALSE +trust-create-testimonial,Create Testimonial,Create a new testimonial within the Trust platform.,FALSE,TRUE,FALSE +_1crm-update-lead,Update Lead,Updates an existing lead in 1CRM. [See the documentation](https://demo.1crmcloud.com/api.php#endpoint_dataRecord_patch),TRUE,TRUE,FALSE +_1crm-update-contact,Update Contact,Modifies an existing contact within the 1CRM system. [See the documentation](https://demo.1crmcloud.com/api.php#endpoint_dataRecord_patch),TRUE,TRUE,FALSE +_1crm-create-lead,Create Lead,Crafts a new lead in 1CRM. [See the documentation](https://demo.1crmcloud.com/api.php#endpoint_dataList_post),FALSE,TRUE,FALSE +_1crm-create-contact,Create Contact,Creates a new contact in the 1CRM system. [See the documentation](https://demo.1crmcloud.com/api.php#endpoint_dataList_post),FALSE,TRUE,FALSE +onlyoffice_docspace-invite-user,Invite User,Invites a new user to the portal. [See the documentation](https://api.onlyoffice.com/docspace/method/people/post/api/2.0/people/invite),FALSE,TRUE,FALSE +onlyoffice_docspace-create-room,Create Room,Creates a new room. [See the documentation](https://api.onlyoffice.com/docspace/method/files/post/api/2.0/files/rooms),FALSE,TRUE,FALSE +sendspark-create-dynamic-video,Create Dynamic Video,Creates a new dynamic video campaign. [See the documentation](https://help.sendspark.com/en/articles/9051823-api-automatically-create-dynamic-videos-via-api-integration),FALSE,TRUE,FALSE +v7_go-update-entity,Update Entity,Executes an update on an existing entity. [See the documentation](https://docs.go.v7labs.com/reference/entity-update-values),TRUE,TRUE,FALSE +v7_go-create-project,Create Project,Initiates the creation of a new project with a unique project identifier. [See the documentation](https://docs.go.v7labs.com/reference/project-create),FALSE,TRUE,FALSE +v7_go-create-entity,Create Entity,Triggers the creation of a new entity. [See the documentation](https://docs.go.v7labs.com/reference/create-entities-programmatically),FALSE,TRUE,FALSE +documerge-get-document-fields,Get Document Fields,Extracts and returns data from fields in a given document. [See the documentation](https://app.documerge.ai/api-docs/#documents-GETapi-documents-fields--document_id-),FALSE,TRUE,TRUE +specific-update-create-contact,Update or Create Contact,Modify an existing contact's details or create a new one if the specified contact does not exist. [See the documentation](https://public-api.specific.app/docs/types/contact),TRUE,TRUE,FALSE +specific-find-company,Find Company,Retrieve details of a specified company. [See the documentation](https://public-api.specific.app/docs/types/Query),FALSE,TRUE,TRUE +specific-create-conversation,Create Conversation,Create a new conversation. [See the documentation](https://public-api.specific.app/docs/mutations/createConversation),FALSE,TRUE,FALSE +tavily-send-query,Send Query,Search for data based on a query. [See the documentation](https://docs.tavily.com/docs/tavily-api/rest_api#post-search),FALSE,TRUE,FALSE +noor-send-text-message,Send Text Message,Send a message in a thread. [See the documentation](https://usenoor.notion.site/v0-e812ae5e5976420f81232fa1c0316e84),FALSE,TRUE,FALSE +mailblaze-update-subscriber,Update Subscriber,Updates information for an existing subscriber in your mailing list. [See the documentation](https://www.mailblaze.com/support/api-documentation),TRUE,TRUE,FALSE +mailblaze-add-subscriber,Add Subscriber,Adds a new subscriber to your mailing list. [See the documentation](https://www.mailblaze.com/support/api-documentation),FALSE,TRUE,FALSE +merge-update-candidate,Update Candidate,Update a candidate profile with the specified ID. [See the documentation](https://docs.merge.dev/ats/candidates/#candidates_partial_update),TRUE,TRUE,FALSE +merge-create-candidate,Create Candidate,Create a new candidate profile. [See the documentation](https://docs.merge.dev/ats/candidates/#candidates_create),FALSE,TRUE,FALSE +merge-create-activity,Create Activity,Creates an Activity object with the given values. [See the documentation](https://docs.merge.dev/ats/activities/#activities_create),FALSE,TRUE,FALSE +control_d-delete-device,Delete Device,Delete a device with the specified ID. [See the documentation](https://docs.controld.com/reference/delete_devices-device-id),TRUE,TRUE,FALSE +control_d-create-profile,Create Profile,Create a profile. [See the documentation](https://docs.controld.com/reference/post_profiles),FALSE,TRUE,FALSE +control_d-create-device,Create Device,Create a new device. [See the documentation](https://docs.controld.com/reference/post_devices),FALSE,TRUE,FALSE +end-end-workflow,End Workflow,Terminate workflow execution,TRUE,TRUE,FALSE +greptile-query-codebase,Query Codebase,Search the user's codebase using a natural language query. [See the documentation](https://docs.greptile.com/apps/overview),FALSE,TRUE,TRUE +_360nrs-send-sms,Send SMS,Send an SMS message to one or more recipients. [See the documentation](https://apidocs.360nrs.com/?shell#sms),FALSE,TRUE,FALSE +_4dem-create-sender,Create Sender,Create an email sender. You will need to confirm the email address used during creation. [See the documentation](https://api.4dem.it/#/operations/senders.email.store),FALSE,TRUE,FALSE +_4dem-create-email,Create Email,Create a new email. [See the documentation](https://api.4dem.it/#/operations/contents.email.store),FALSE,TRUE,FALSE +_4dem-confirm-email,Confirm Email,Confirm sender email address. [See the documentation](https://api.4dem.it/#/operations/senders.email.confirm),FALSE,TRUE,FALSE +peach-send-template-message,Send Template Message,Send a predefined message to a contact within the Peach app. [See the documentation](https://peach.apidocumentation.com/reference#tag/messaging/post/transactional_messages),FALSE,TRUE,FALSE +peach-create-contact,Create Contact,Creates a contact in your account. [See the documentation](https://peach.apidocumentation.com/reference#tag/contacts/post/subscribers),FALSE,TRUE,FALSE +rss-merge-rss-feeds,Merge RSS Feeds,Retrieve multiple RSS feeds and return a merged array of items sorted by date [See documentation](https://www.rssboard.org/rss-specification),FALSE,TRUE,TRUE +ghost_org_content_api-find-author,Find author,Find an author. [See the documentation](https://ghost.org/docs/content-api/#authors).,FALSE,TRUE,TRUE +ghost_org_admin_api-update-member,Update Member,Update a member in Ghost. [See the documentation](https://ghost.org/docs/admin-api/#updating-a-member),TRUE,TRUE,FALSE +ghost_org_admin_api-create-post,Create post,Create a post. [See the documentation](https://ghost.org/docs/admin-api/#creating-a-post).,FALSE,TRUE,FALSE +ghost_org_admin_api-create-member,Create Member,Create a new member in Ghost. [See the documentation](https://ghost.org/docs/admin-api/#creating-a-member),FALSE,TRUE,FALSE +deftship-get-insurance-rate,Get Insurance Rate,Checks pricing for Insurance based on the supplied information. Also automatically creates an insurance and returns the pricing. [See the documentation](https://developer.deftship.com/insurance/get-rates),FALSE,TRUE,TRUE +deftship-create-parcel-order,Create Parcel Order,Initializes a new parcel order within Deftship. [See the documentation](https://developer.deftship.com/parcel/create-parcel),FALSE,TRUE,FALSE +deftship-create-freight-order,Create Freight Order,Initializes a new parcel order within Deftship. [See the documentation](https://developer.deftship.com/freight/create-order),FALSE,TRUE,FALSE +adobe_photoshop-remove-background-from-image,Remove Background from Image,Removes the background from an image using Adobe Photoshop API. [See the documentation](https://developer.adobe.com/firefly-services/docs/photoshop/api/photoshop_removeBackground/),TRUE,TRUE,FALSE +microsoft_sql_server-insert-row,Insert Row,Inserts a new row in a table. [See the documentation](https://learn.microsoft.com/en-us/sql/t-sql/statements/insert-transact-sql?view=sql-server-ver16),FALSE,TRUE,FALSE +microsoft_sql_server-execute-raw-query,Execute SQL Query,Execute a custom SQL query. See [our docs](https://pipedream.com/docs/databases/working-with-sql) to learn more about working with SQL in Pipedream.,FALSE,TRUE,FALSE +microsoft_sql_server-execute-query,Execute Query,Executes a SQL query and returns the results. [See the documentation](https://learn.microsoft.com/en-us/sql/t-sql/queries/select-transact-sql?view=sql-server-ver16),FALSE,TRUE,FALSE +parma-find-relationship,Find Relationship,Searches for an existing relationship in Parma. [See the documentation](https://developers.parma.ai/api-docs/index.html),TRUE,TRUE,FALSE +parma-create-relationship,Create Relationship,Creates a new relationship in Parma. [See the documentation](https://developers.parma.ai/api-docs/index.html),TRUE,TRUE,FALSE +parma-create-note,Create Note,Adds a new note in Parma. [See the documentation](https://developers.parma.ai/api-docs/index.html),TRUE,TRUE,FALSE +mandrill-send-email,Send an Email,Send an email using Mandrill. [See the documentation](https://mandrillapp.com/api/docs/messages.curl.html#method=send),FALSE,TRUE,FALSE +pidj-send-message,Send Message,Sends a text message to a specified phone number from your pidj account. [See the documentation](https://pidj.co/wp-content/uploads/2023/06/Pidj-API-Technical-Document-v3-1.pdf).,FALSE,TRUE,FALSE +pidj-initiate-survey,Initiate Survey,Triggers a pre-configured text survey to a specific contact. Requires the contact's information and the survey ID. [See the documentation](https://pidj.co/wp-content/uploads/2023/06/Pidj-API-Technical-Document-v3-1.pdf).,FALSE,TRUE,FALSE +pidj-create-contact,Create Contact,Initiates a process to add a new contact to your Pidj account. [See the documentation](https://pidj.co/wp-content/uploads/2023/06/Pidj-API-Technical-Document-v3-1.pdf).,FALSE,TRUE,FALSE +ramp-issue-virtual-card,Issue Virtual Card,Creates a new virtual card for a given user. [See the documentation](https://docs.ramp.com/developer-api/v1/reference/rest/limits#post-developer-v1-limits-deferred),FALSE,TRUE,FALSE +ramp-create-user-invite,Create User Invite,Sends out an invite for a new user. [See the documentation](https://docs.ramp.com/developer-api/v1/reference/rest/users#post-developer-v1-users-deferred),FALSE,TRUE,FALSE +txt_werk-analyze-text,Analyze Text,Send a text to be analyzed by TXTWerk. [See the documentation](https://services.txtwerk.de/ws/documentation/showRequest),FALSE,TRUE,FALSE +kaleido-delete-contract,Delete Contract,Delete a contract in Kaleido. [See the documentation](https://api.kaleido.io/platform.html#tag/Contracts/paths/~1consortia~1%7Bconsortia_id%7D~1contracts~1%7Bcontract_id%7D/delete),TRUE,TRUE,FALSE +hackerone-get-members,Get Members,List all members of an organization. [See the documentation](https://api.hackerone.com/customer-resources/#organizations-get-all-members),FALSE,TRUE,TRUE +kaleido-create-membership,Create Membership,Create a membership for a consortia in Kaleido. [See the documentation](https://api.kaleido.io/platform.html#tag/Memberships/paths/~1consortia~1{consortia_id}~1memberships/post),FALSE,TRUE,FALSE +hackerone-create-invitation,Create Invitation,Invite a recipient to an organization using their email address. [See the documentation](https://api.hackerone.com/customer-resources/?shell#organizations-create-an-invitation),FALSE,TRUE,FALSE +kaleido-create-contract,Create Contract,Create a contract in Kaleido. [See the documentation](https://api.kaleido.io/platform.html#tag/Contracts/paths/~1consortia~1%7Bconsortia_id%7D~1contracts/post),FALSE,TRUE,FALSE +hackerone-create-group,Create Group,Create a new organization group. [See the documentation](https://api.hackerone.com/customer-resources/?javascript#organizations-create-group),FALSE,TRUE,FALSE +_2chat-send-whatsapp-text-message,Send Whatsapp Text Message,Sends a text message to a designated whatsapp-enabled phone number. [See the documentation](https://developers.2chat.co/docs/API/WhatsApp/send-message),FALSE,TRUE,FALSE +_2chat-create-contact,Create Contact,Creates a new contact in 2Chat. [See the documentation](https://developers.2chat.co/docs/API/Contacts/create-contact),FALSE,TRUE,FALSE +_2chat-check-phone-number-whatsapp,Check Phone Number for WhatsApp,Checks if a given phone number has a WhatsApp account. [See the documentation](https://developers.2chat.co/docs/API/WhatsApp/check-number),FALSE,TRUE,TRUE +regal-create-or-update-contact,Create or Update Contact,Create or update a contacts. [See the documentation](https://developer.regal.io/reference/api),TRUE,TRUE,FALSE +regal-add-contact-to-event,Add Contact to Event,Add a contact to an event. [See the documentation](https://developer.regal.io/reference/api),FALSE,TRUE,FALSE +taskade-create-task,Create Task,Creates a new task in Taskade. [See the documentation](https://developers.taskade.com/docs/api/tasks/create),FALSE,TRUE,FALSE +kodagpt-semantic-search,Semantic Search,Perform a semantic search within chatbot data [See the documentation](https://kodagpt.readme.io/reference/buscas-semanticas),FALSE,TRUE,TRUE +spiritme-generate-video,Generate Video,Generates a new video using specific voice and avatar props. [See the documentation](https://api.spiritme.tech/api/swagger/#/videos/videos_create),FALSE,TRUE,TRUE +invision_community-update-member,Update Member,Updates an existing member's details. [See the documentation](https://invisioncommunity.com/developers/rest-api?endpoint=core/members/postitem),TRUE,TRUE,FALSE +invision_community-create-member,Create Member,Creates a new member. [See the documentation](https://invisioncommunity.com/developers/rest-api?endpoint=core/members/postindex),FALSE,TRUE,FALSE +invision_community-create-forum-topic,Create Forum Topic,Creates a new forum topic. [See the documentation](https://invisioncommunity.com/developers/rest-api?endpoint=forums/topics/postindex),FALSE,TRUE,FALSE +cohere_platform-classify-text,Classify Text,This action makes a prediction about which label fits the specified text inputs best. [See the documentation](https://docs.cohere.com/reference/classify-1),FALSE,TRUE,TRUE +cohere_platform-chat,Chat,Generates a text response to a user message. [See the documentation](https://docs.cohere.com/reference/chat),FALSE,TRUE,FALSE +u301-shorten-link,Shorten URL,Shorten a long link. [See the documentation](https://docs.u301.com/api-reference/endpoint/create),FALSE,TRUE,FALSE +u301-list-domains,List Domains,List all available domains for URL shortening. [See the documentation](https://docs.u301.com/api-reference/endpoint/list-shorten-domains),FALSE,TRUE,TRUE +u301-create-qrcode,Create QR Code,Create a QR Code from the shortened URL. [See the documentation](https://docs.u301.com/api-reference/endpoint/create-a-qrcode),FALSE,TRUE,FALSE +geokeo-reverse-geocoding,Reverse geocoding,Convert geographic coordinates to address data. [See the documentation](https://geokeo.com/documentation.php#request-reverse-geocoding),FALSE,TRUE,TRUE +geokeo-forward-geocoding,Forward Geocoding,Convert address data into geographic coordinates. [See the documentation](https://geokeo.com/documentation.php#request-forward-geocoding),FALSE,TRUE,TRUE +clickfunnels-update-create-contact,Update or Create Contact,"Searches for a contact by email and updates it, or creates a new one if not found. [See the documentation](https://developers.myclickfunnels.com/reference/upsertcontact)",TRUE,TRUE,FALSE +clickfunnels-remove-tag-contact,Remove Tag from Contact,Removes a specified tag from a contact. This action will take no effect if the specified tag doesn't exist on the contact. [See the documentation](https://developers.myclickfunnels.com/reference/removecontactsappliedtags),TRUE,TRUE,FALSE +clickfunnels-apply-tag-contact,Apply Tag to Contact,Applies a tag to a contact. [See the documentation](https://developers.myclickfunnels.com/reference/createcontactsappliedtags),FALSE,TRUE,FALSE +vivomeetings-update-conference,Update Conference,Updates an existing conference or webinar on VivoMeetings. [See the documentation](https://docs.google.com/viewerng/viewer?url=https://vivomeetings.com/wp-content/uploads/2023/01/Partner-APIs-v1.41.docx-1.pdf),TRUE,TRUE,FALSE +vivomeetings-get-conference-recordings,Get Conference Recordings,Fetches the recordings of a conference or webinar from VivoMeetings. [See the documentation](https://docs.google.com/viewerng/viewer?url=https://vivomeetings.com/wp-content/uploads/2023/01/Partner-APIs-v1.41.docx-1.pdf),FALSE,TRUE,TRUE +vivomeetings-create-conference,Create Conference,Creates a new conference in VivoMeetings. [See the documentation](https://docs.google.com/viewerng/viewer?url=https://vivomeetings.com/wp-content/uploads/2023/01/Partner-APIs-v1.41.docx-1.pdf),FALSE,TRUE,FALSE +teamcamp-create-task,Create Task,Create a new task in the Project. [See the documentation](https://api.teamcamp.app/api-reference/task/createTask),FALSE,TRUE,FALSE +teamcamp-create-project,Create Project,Create a new project in the Workspace. [See the documentation](https://api.teamcamp.app/api-reference/project/createProject),FALSE,TRUE,FALSE +formatting-url-encode,[Text] Encode URL,Encode a string as a URL,FALSE,TRUE,FALSE +formatting-url-decode,[Text] Decode URL,Decode a URL string,FALSE,TRUE,FALSE +formatting-trim-whitespace,[Text] Trim Whitespace,Removes leading and trailing whitespace,FALSE,TRUE,FALSE +formatting-transform-case,[Text] Transform Case,Transform case for a text input,FALSE,TRUE,FALSE +formatting-split-text,[Text] Split Text,Split the text on a character or word and return one or all segments,FALSE,TRUE,FALSE +formatting-set-default-value,[Text] Set Default Value,Return a default value if the text is empty,TRUE,TRUE,FALSE +formatting-replace-text,[Text] Replace Text,"Replace all instances of any character, word or phrase in the text with another character, word or phrase.",TRUE,TRUE,FALSE +formatting-parse-json,[Data] Parse JSON,Parse a JSON string,FALSE,TRUE,TRUE +formatting-format-number,[Numbers] Format Number,Format a number to a new style. Does not perform any rounding or padding of the number.,FALSE,TRUE,TRUE +formatting-format-currency,[Numbers] Format Currency,Format a number as a currency,FALSE,TRUE,TRUE +formatting-extract-url,[Text] Extract URL,Find a web URL out of a text field. Finds the first URL only.,FALSE,TRUE,TRUE +formatting-extract-phone-number,[Text] Extract Phone Number,Find a complete phone number out of a text field. Finds the first number only.,FALSE,TRUE,TRUE +formatting-extract-number,[Text] Extract Number,Find a number out of a text field. Finds the first number only.,FALSE,TRUE,TRUE +formatting-extract-email-address,[Text] Extract Email Address,Find an email address out of a text field. Finds the first email address only.,FALSE,TRUE,TRUE +formatting-extract-by-regular-expression,[Text] Extract by Regular Expression,Find a match for a regular expression pattern. Returns all matched groups with start and end position.,TRUE,TRUE,FALSE +formatting-date-time-format,[Date/Time] Format,"Format a date string to another date string. For more examples on formatting, see the [Sugar Date Format](https://sugarjs.com/dates/#/Formatting) documentation.",FALSE,TRUE,TRUE +formatting-convert-markdown-to-html,[Text] Convert Markdown to HTML,Convert Markdown text to HTML,FALSE,TRUE,TRUE +formatting-convert-json-to-string,[Data] Convert JSON to String,Convert an object to a JSON format string,FALSE,TRUE,TRUE +formatting-convert-html-to-text,[Text] Convert HTML to text,Convert valid HTML to text,FALSE,TRUE,TRUE +formatting-convert-html-to-markdown,[Text] Convert HTML to Markdown,Convert valid HTML to Markdown text,FALSE,TRUE,TRUE +formatting-compare-dates,[Date/Time] Compare Dates,"Get the duration between two dates in days, hours, minutes, and seconds along with checking if they are the same.",FALSE,TRUE,TRUE +formatting-add-subtract-time,[Date/Time] Add/Subtract Time,Add or subtract time from a given input,FALSE,TRUE,FALSE +gloww-create-live-session,Create Live Session,Create a new Live Session [See the documentation](https://gloww.com/faq/),FALSE,TRUE,FALSE +badger_maps-delete-account,Delete Account,Deletes an account. [See the docs](https://badgerupdatedapi.docs.apiary.io/#reference/accounts/retrieve-and-update-account-details/delete-customer).,TRUE,TRUE,FALSE +myotp_app-verify-otp,Verify OTP,Validate the OTP for successful verification. [See the documentation](https://api.myotp.app/swagger-ui/#/default/verify_otp_endpoint),FALSE,TRUE,TRUE +myotp_app-send-otp,Send OTP,Generate a One Time Password (OTP) and send it to the specified phone number. [See the documentation](https://api.myotp.app/swagger-ui/#/default/generate_otp_endpoint),FALSE,TRUE,FALSE +mysql-execute-raw-query,Execute SQL Query,Execute a custom MySQL query. See [our docs](https://pipedream.com/docs/databases/working-with-sql) to learn more about working with SQL in Pipedream.,FALSE,TRUE,FALSE +okta-update-user,Update User,Updates the profile of a specific user in the Okta system. [See the documentation](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/User/#tag/User/operation/updateUser),TRUE,TRUE,FALSE +okta-get-user,Get User,Fetches the information of a specific user from the Okta system. [See the documentation](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/User/#tag/User/operation/getUser),FALSE,TRUE,TRUE +okta-create-user,Create User,Creates a new user in the Okta system. [See the documentation](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/User/#tag/User/operation/createUser),FALSE,TRUE,FALSE +ecwid-get-order,Ecwid Get Order,Get Ecwid Order by Order ID. Details of the structure are present [here](https://api-docs.ecwid.com/reference/get-order).,FALSE,TRUE,TRUE +onedesk-update-item,Update Item,Updates an existing item. [See the documentation](https://www.onedesk.com/dev/).,TRUE,TRUE,FALSE +onedesk-find-project,Find Project,Search for a project/space by name or ID. [See the documentation](https://www.onedesk.com/dev/).,FALSE,TRUE,TRUE +onedesk-find-item,Find Item,Search for an existing item. [See the documentation](https://www.onedesk.com/dev/).,FALSE,TRUE,TRUE +onedesk-create-user,Create User,Creates a user or a customer. [See the documentation](https://www.onedesk.com/dev/).,FALSE,TRUE,FALSE +onedesk-create-project,Create Project,Creates a project/space. [See the documentation](https://www.onedesk.com/dev/).,FALSE,TRUE,FALSE +onedesk-create-message,Create Message,Creates a message or comment. [See the documentation](https://www.onedesk.com/dev/).,FALSE,TRUE,FALSE +onedesk-create-item,Create Item,Creates a new item. [See the documentation](https://www.onedesk.com/dev/).,FALSE,TRUE,FALSE +acymailing-subscribe-user,Subscribe User to Lists,Subscribes a user to one or more specified lists in AcyMailing. [See the documentation](https://docs.acymailing.com/v/rest-api/subscription#subscribe-users-to-lists),TRUE,TRUE,FALSE +acymailing-email-user,Email User,Sends an email to a single AcyMailing user. The user must exist in the AcyMailing database. [See the documentation](https://docs.acymailing.com/v/rest-api/emails#send-an-email-to-a-user),FALSE,TRUE,FALSE +acymailing-add-update-user,Add or Update User,"Creates a new user or updates an existing user in AcyMailing. If the user exists, will update the user's data with provided information. [See the documentation](https://docs.acymailing.com/v/rest-api/users#create-or-update-a-user)",TRUE,TRUE,FALSE +repliq-launch-template,Launch Repliq Template,Launch a Repliq process by deploying the selected template. [See the documentation](https://developer.repliq.co/),FALSE,TRUE,FALSE +repliq-get-credits-count,Get Credits Count,Retrieve the total number of credits left for the month. [See the documentation](https://developer.repliq.co/get/g1-credits-count),FALSE,TRUE,TRUE +samsara-create-route,Create Route,"Generates a new route to an existing address. As a prerequisite, the user must create an address using the 'create-address' action if the location is not already available in the address book. The user must provide the necessary props such as destination address.",FALSE,TRUE,FALSE +samsara-create-contact,Create Contact,Adds a new contact to the organization. [See the documentation](https://developers.samsara.com/reference/createcontact),FALSE,TRUE,FALSE +samsara-create-address,Create Address,"Adds a new address to the organization. The user must provide the necessary props such as formatted address, geofence, and name. [See the documentation](https://developers.samsara.com/reference/createaddress)",FALSE,TRUE,FALSE +height-update-task,Update Task,Updates a specified task within your workspace. [See the documentation](https://height.notion.site/Update-tasks-53d72cb0059a4e0e81cc2fcbfcbf9d0a),TRUE,TRUE,FALSE +height-search-tasks,Search Tasks,Searches for tasks within your workspace using a text query. [See the documentation](https://height.notion.site/Search-tasks-bb201e3db042442e9a1d0686a7b271a2),FALSE,TRUE,TRUE +height-create-task,Create Task,Creates a new task within your workspace. [See the documentation](https://height.notion.site/Create-a-task-b50565736830422684b28ae570a53a9e),FALSE,TRUE,FALSE +peaka-search-query,Search Query,Performs a search for a specific query in Peaka and returns the matches as rows. [See the documentation](https://docs.peaka.com/api-reference/data-%3E-query/list-queries).,FALSE,TRUE,TRUE +peaka-run-query,Run Query,Runs a specific query in Peaka and returns the result as line items. [See the documentation](https://docs.peaka.com/api-reference/data-%3E-query/execute-a-query).,FALSE,TRUE,FALSE +botpenguin-update-contact-attributes,Update Contact Attributes,Updates custom attributes for a specific contact in your BotPenguin account.,TRUE,TRUE,FALSE +botpenguin-send-whatsapp-message,Send WhatsApp Message,Sends a WhatsApp message. [See the documentation](https://help.botpenguin.com/api-references/whatsapp-cloud-api/post-send-message-api),FALSE,TRUE,FALSE +botpenguin-add-whatsapp-contact,Add WhatsApp Contact,Adds a new WhatsApp contact to your BotPenguin account. [See the documentation](https://help.botpenguin.com/api-references/contacts-and-chats-apis/add-whatsapp-contact),FALSE,TRUE,FALSE +connectwise_psa-create-company,Create Company,Creates a new company in Connectwise. [See the documentation](https://developer.connectwise.com/Products/ConnectWise_PSA/REST#/Companies/postCompanyCompanies),FALSE,TRUE,FALSE +identitycheck-create-verification,Create Verification,Create a identity check. [See the documentation](https://stackgo.notion.site/How-to-Generate-an-IdentityCheck-API-Key-38a12805b43249a480a96b346c491740),FALSE,TRUE,FALSE +qdrant-upsert-point,Upsert Point,Adds a point to the Qdrant collection.,TRUE,TRUE,FALSE +qdrant-get-points,Get Points,Get points by IDs from a collection.,FALSE,TRUE,TRUE +qdrant-delete-points,Delete Points,Deletes one or more points by ID/filter in a Qdrant collection.,TRUE,TRUE,FALSE +rentcast-get-rent-estimate,Get Rent Estimate,Get a property rent estimate and comparable properties. [See the documentation](https://developers.rentcast.io/reference/rent-estimate-long-term),FALSE,TRUE,TRUE +rentcast-get-market-statistics,Get Market Statistics,Get aggregate rental statistics and listing trends for a single US zip code. [See the documentation](https://developers.rentcast.io/reference/market-statistics),FALSE,TRUE,TRUE +rentcast-find-rental-listings,Find Rental Listings,"Search for rental listings in a geographical area, or by a specific address. [See the documentation](https://developers.rentcast.io/reference/rental-listings-long-term)",FALSE,TRUE,TRUE +documenterra-export-publication,Export Publication,Exports an existing publication to a user-selected format. [See the documentation](https://documenterra.ru/docs/user-manual/api-eksport-publikatsii.html),FALSE,TRUE,TRUE +documenterra-create-project-backup,Create Project Backup,Creates a backup of a project. [See the documentation](https://documenterra.ru/docs/user-manual/api-sozdaniye-rezervnoy-kopii-proyekta.html),FALSE,TRUE,FALSE +documenterra-create-page,Create Page,Creates a new page. [See the documentation](https://documenterra.ru/docs/user-manual/api-sozdaniye-stranitsy.html),FALSE,TRUE,FALSE +flippingbook-find-flipbook-by-title,Find Flipbook by Title,Locates a specific flipbook using the provided title. [See the documentation](https://apidocs.flippingbook.com/#list-filtered-and-or-paged-publications-in-the-account),FALSE,TRUE,TRUE +ispring_learn-update-user,Update User,Allows to modify the properties of a specific user on iSpring Learn.,TRUE,TRUE,FALSE +ispring_learn-list-enrollments,List Enrollments,Fetches the list of user enrollments on iSpring Learn. [See the documentation](https://ispringhelpdocs.com/ispring-learn/getting-a-list-of-enrollments-17304245.html),FALSE,TRUE,TRUE +ispring_learn-enroll-users-in-courses,Enroll Users in Courses,Enrolls users to the specified courses on iSpring Learn.,FALSE,TRUE,FALSE +sms_everyone-send-sms,Send SMS,Send an SMS message or a bulk SMS campaign. [See the documentation](https://www.smseveryone.com.au/restapi),FALSE,TRUE,FALSE +upbooks-record-outward-payment,Record Outward Payment,Records an outward payment in UpBooks. [See the documentation](https://www.postman.com/scrrum/workspace/upbooks-io/request/13284127-3fc82d7a-2173-4b3a-a8ec-4c812c928810),FALSE,TRUE,FALSE +upbooks-create-expense-category,Create Expense Category,Creates a new expense category in UpBooks. [See the documentation](https://www.postman.com/scrrum/workspace/upbooks-io/request/13284127-a07ae2fc-f712-42aa-bcf5-6ce63c7a0929),FALSE,TRUE,FALSE +upbooks-add-employee,Add New Employee,Adds a new employee to Upbooks. [See the documentation](https://www.postman.com/scrrum/workspace/upbooks-io/request/13284127-a51a907a-0648-477d-96f6-f5a9e79262fd),FALSE,TRUE,FALSE +baremetrics-update-customer,Update Customer,Update a customer. [See the documentation](https://developers.baremetrics.com/reference/update-customer),TRUE,TRUE,FALSE +baremetrics-create-subscription,Create Subscription,Subscribe a client to a plan. [See the documentation](https://developers.baremetrics.com/reference/create-subscription),TRUE,TRUE,FALSE +baremetrics-create-plan,Create Plan,Create a plan. [See the documentation](https://developers.baremetrics.com/reference/create-plan),FALSE,TRUE,FALSE +baremetrics-create-customer,Create Customer,Create a customer. [See the documentation](https://developers.baremetrics.com/reference/create-customer),FALSE,TRUE,FALSE +revolt-send-friend-request,Send Friend Request,Send a friend request to another user. [See the documentation](https://developers.revolt.chat/developers/api/reference.html#tag/relationships/post/users/friend),FALSE,TRUE,FALSE +revolt-create-group,Create Group,Create a new group channel. [See the documentation](https://developers.revolt.chat/developers/api/reference.html#tag/groups/post/channels/create),FALSE,TRUE,FALSE +revolt-add-group-member,Add Group Member,Adds another user to the group. [See the documentation](https://developers.revolt.chat/developers/api/reference.html#tag/groups/put/channels/{group_id}/recipients/{member_id}),FALSE,TRUE,FALSE +whatsapp_business-send-text-using-template,Send Text Using Template,Send a text message using a pre-defined template. Variables can be sent only as text. [See the docs.](https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages#message-templates),FALSE,TRUE,FALSE +whatsapp_business-send-text-message,Send Text Message,Sends a text message. [See the docs.](https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages),FALSE,TRUE,FALSE +whatsapp_business-list-message-templates,List Message Templates,Lists message templates. [See the docs.](https://developers.facebook.com/docs/graph-api/reference/whats-app-business-account/message_templates),FALSE,TRUE,FALSE +mysql-update-row,Update Row,Updates an existing row. [See the docs here](https://dev.mysql.com/doc/refman/8.0/en/update.html),TRUE,TRUE,FALSE +mysql-find-row,Find Row,Finds a row in a table via a lookup column. [See the docs here](https://dev.mysql.com/doc/refman/8.0/en/select.html),FALSE,TRUE,TRUE +mysql-execute-stored-procedure,Execute Stored Procedure,Execute Stored Procedure. [See the docs here](https://dev.mysql.com/doc/refman/8.0/en/stored-programs-defining.html),FALSE,TRUE,FALSE +mysql-execute-query,Execute Query,Find row(s) via a custom query. [See the docs here](https://dev.mysql.com/doc/refman/8.0/en/select.html),FALSE,TRUE,FALSE +mysql-delete-row,Delete Row,Delete an existing row. [See the docs here](https://dev.mysql.com/doc/refman/8.0/en/delete.html),TRUE,TRUE,FALSE +mysql-create-row,Create Row,Adds a new row. [See the docs here](https://dev.mysql.com/doc/refman/8.0/en/insert.html),FALSE,TRUE,FALSE +neuronwriter-get-query-details,Get Query Details,Fetches the data related to a pre-defined query. [See the documentation](https://contadu.crisp.help/en/article/neuronwriter-api-how-to-use-2ds6hx/#3-get-query),FALSE,TRUE,TRUE +neuronwriter-get-content-saved,Get Content Saved,Pulls the most recent revision of the content saved for a specific query. [See the documentation](https://contadu.crisp.help/en/article/neuronwriter-api-how-to-use-2ds6hx/#3-get-content),FALSE,TRUE,TRUE +neuronwriter-create-new-query,Create New Query,"Launches a new query based on provided keyword, search engine, and language. [See the documentation](https://contadu.crisp.help/en/article/neuronwriter-api-how-to-use-2ds6hx/#3-new-query)",FALSE,TRUE,FALSE +pumble-send-message,Send Message,Send a message to a channel in Pumble. [See the documentation](https://pumble.com/help/integrations/add-pumble-apps/api-keys-integration/#send-messages),FALSE,TRUE,FALSE +pumble-list-messages,List Messages,List messages in a channel. [See the documentation](https://pumble.com/help/integrations/add-pumble-apps/api-keys-integration/#list-messages-in-a-channel),FALSE,TRUE,FALSE +pumble-create-channel,Create Channel,Create a new channel in Pumble. [See the documentation](https://pumble.com/help/integrations/add-pumble-apps/api-keys-integration/#create-channel),FALSE,TRUE,FALSE +bunnydoc-send-signature-request-from-template,Send Signature Request from Template,Sends a signature request using a pre-designed bunnydoc template. [See the documentation](https://support.bunnydoc.com/doc/api/#create-signature-request),FALSE,TRUE,FALSE +leadzen_ai-unlock-email-details,Unlock Email Details,Fetches the work email of a LinkedIn profile based on the specified URL. [See the documentation](https://api.leadzen.ai/docs#/People/people_search_work_email_api_people_linkedin_url_work_email_post),TRUE,TRUE,FALSE +leadzen_ai-simple-search,Simple Search,Fetches detailed LinkedIn profile information based on the provided URL. [See the documentation](https://api.leadzen.ai/docs#/People/people_search_detailed_api_people_linkedin_url_profile_post),FALSE,TRUE,TRUE +albus-ask-question,Ask Question,Ask a question to Albus and receive a response.,FALSE,TRUE,FALSE +groqcloud-create-chat-completion,Create Chat Completion,Creates a model response for the given chat conversation. [See the documentation](https://console.groq.com/docs/api-reference#chat-create),FALSE,TRUE,FALSE +vext-send-query,Send Query,Send a query request to your LLM pipeline. [See the documentation](https://vext.readme.io/reference/http-request-query),FALSE,TRUE,FALSE +y_gy-get-links,Get Links,Get a list of the links created by the authenticated account [See the documentation](https://app.y.gy/docs/api-docs/),FALSE,TRUE,TRUE +y_gy-create-short-link,Create Short Link,Create new short links with y.gy. [See the documentation](https://app.y.gy/docs/api-docs/links#create-a-short-link),FALSE,TRUE,FALSE +leexi-get-call,Get Call,Get details of a call by its ID. [See the documentation](https://developer.leexi.ai/),FALSE,TRUE,TRUE +leexi-create-call,Create Call,Create a new call in Leexi. [See the documentation](https://developer.leexi.ai/),FALSE,TRUE,FALSE +keycloak-update-user,Update User,Updates a user in Keycloak. [See the documentation](https://www.keycloak.org/docs-api/latest/rest-api/index.html#_users),TRUE,TRUE,FALSE +keycloak-get-user,Get User,Retrieve the representation of the user. [See the documentation](https://www.keycloak.org/docs-api/latest/rest-api/index.html#_users),TRUE,TRUE,FALSE +keycloak-delete-user,Delete User,Delete a user from Keycloak. [See the documentation](https://www.keycloak.org/docs-api/latest/rest-api/index.html#_users),TRUE,TRUE,FALSE +keycloak-create-user,Create User,Create a new user in Keycloak. The username must be unique. [See the documentation](https://www.keycloak.org/docs-api/latest/rest-api/index.html#_users),TRUE,TRUE,FALSE +hippo_video-upload-video,Upload Video,Uploads a video from a given URL. [See the documentation](https://help.hippovideo.io/support/solutions/articles/19000100703-import-api),FALSE,TRUE,FALSE +hippo_video-create-contact,Create Contact,Creates a new contact in Hippo Video. [See the documentation](https://documenter.getpostman.com/view/5278433/Tz5naxpW#a4d73ffe-a2b6-4d68-a1ee-9fbc1417a955),FALSE,TRUE,FALSE +recruitis-get-jobs,Get Jobs,Get jobs from recruitis profile. [See the documentation](https://docs.recruitis.io/api/#tag/Jobs/paths/~1jobs/get),FALSE,TRUE,TRUE +recruitis-create-job,Create Job,Creates a new job ad and puts it in classifieds. [See the documentation](https://docs.recruitis.io/api/#tag/Jobs/paths/~1jobs/post),FALSE,TRUE,FALSE +recruitis-create-candidate,Create Candidate,Create a new candidate. [See the documentation](https://docs.recruitis.io/api/#tag/Candidates/paths/~1candidates/post),FALSE,TRUE,FALSE +recruitis-create-answer,Create Answer,Create a new answer for a job. [See the documentation](https://docs.recruitis.io/api/#tag/Candidates/paths/~1answers/post),FALSE,TRUE,FALSE +chartmogul-update-customer,Update Customer,Updates certain modifiable attributes of a `customer` object in your ChartMogul account. [See the docs here](https://dev.chartmogul.com/reference/update-a-customer),TRUE,TRUE,FALSE +upstash_redis-post-command,Post Command,Post a command to a Redis database. [See the documentation](https://upstash.com/docs/redis/features/restapi#post-command-in-body),FALSE,TRUE,FALSE +upstash_redis-list-databases,List Redis Databases,Lists all Redis databases. [See the documentation](https://upstash.com/docs/devops/developer-api/redis/list_databases),FALSE,TRUE,TRUE +telnyx-send-message,Send Message,Send an SMS or MMS message. [See the documentation](https://developers.telnyx.com/docs/messaging/messages/send-message),FALSE,TRUE,FALSE +telnyx-send-group-message,Send Group Message,Send a group MMS message. [See the documentation](https://developers.telnyx.com/api/messaging/create-group-mms-message),FALSE,TRUE,FALSE +telnyx-send-fax,Send Fax,Sends a PDF document to a specified fax number using the Telnyx Fax API. [See the documentation](https://developers.telnyx.com/api/programmable-fax/send-fax),FALSE,TRUE,FALSE +telnyx-get-phone-numbers,Get Phone Numbers,Get a list of phone numbers. [See the documentation](https://developers.telnyx.com/api/numbers/list-phone-numbers),FALSE,TRUE,TRUE +telnyx-get-messaging-profiles,Get Messaging Profiles,Get a list of messaging profiles. [See the documentation](https://developers.telnyx.com/api/messaging/list-messaging-profiles),FALSE,TRUE,TRUE +telnyx-get-message,Retrieve a Message,Retrieve a message. [See the documentation](https://developers.telnyx.com/api/messaging/get-message),FALSE,TRUE,FALSE +telnyx-dial-number,Dial Number,Dial a number or SIP URI from a given Call Control App. [See the documentation](https://developers.telnyx.com/api/call-control/dial-call),FALSE,TRUE,FALSE +botpress-list-conversations,List Conversations,List conversations. [See the documentation](https://botpress.com/docs/api-documentation/#list-conversations),FALSE,TRUE,TRUE +botpress-add-participant,Add Participant To Conversation,Adds a participant to a conversation. [See the documentation](https://botpress.com/docs/api-documentation/#add-participant),FALSE,TRUE,FALSE +pro_ledger-get-classes,Get Classes,Get classes setup information. [See the documentation](https://api.pro-ledger.com/redoc#tag/record/operation/get_classes_api_v1_record_get_classes_get),FALSE,TRUE,TRUE +pro_ledger-get-categories,Get Categories,Get categories setup information. [See the documentation](https://api.pro-ledger.com/redoc#tag/record/operation/get_categories_api_v1_record_get_categories_get),FALSE,TRUE,TRUE +pro_ledger-get-accounts,Get Accounts,Get accounts setup information. [See the documentation](https://api.pro-ledger.com/redoc#tag/record/operation/get_accounts_api_v1_record_get_accounts_get),FALSE,TRUE,TRUE +pro_ledger-create-record,Create Record,Create a new record in the Pro Ledger platform. [See the documentation](https://api.pro-ledger.com/redoc#tag/record/operation/create_new_record_api_v1_record_create_new_record_post),FALSE,TRUE,FALSE +linguapop-create-test-invitation,Create Test Invitation,Creates a new placement test invitation. [See the documentation](https://docs.linguapop.eu/api/#sendcreate-an-invitation-to-a-placement-test),FALSE,TRUE,FALSE +summit-run-model,Run Model,Executes a model within Summit and captures the response fields. [See the documentation](https://summit.readme.io/reference/model-api),FALSE,TRUE,FALSE +summit-list-models,List Models,Returns a list of models from Summit. [See the documentation](https://summit.readme.io/reference/apps),FALSE,TRUE,TRUE +appwrite-get-members,Get Members,Get accounts setup information. [See the documentation](https://appwrite.io/docs/references/cloud/client-rest/teams#listMemberships),FALSE,TRUE,TRUE +appwrite-create-team,Create Team,Create a new team. [See the documentation](https://appwrite.io/docs/references/cloud/client-rest/teams#create),FALSE,TRUE,FALSE +appwrite-create-account,Create Account,Register a new account in your project. [See the documentation](https://appwrite.io/docs/references/cloud/client-web/account#create),FALSE,TRUE,FALSE +zixflow-update-activity,Update Activity,Updates an existing activity or task in Zixflow. [See the documentation](https://docs.zixflow.com/api-reference/activity-list/edit),TRUE,TRUE,FALSE +zixflow-get-activities,Get Activities,Retrieve a list of activities. [See the documentation](https://docs.zixflow.com/api-reference/activity-list/get#body),FALSE,TRUE,TRUE +zixflow-delete-activity,Delete Activity,Deletes an existing activity or task from Zixflow. [See the documentation](https://docs.zixflow.com/api-reference/activity-list/delete),TRUE,TRUE,FALSE +zixflow-create-activity,Create Activity,Creates a new activity or task within Zixflow. [See the documentation](https://docs.zixflow.com/api-reference/activity-list/create),FALSE,TRUE,FALSE +greenhouse-create-prospect,Create Prospect,Creates a new prospect entry in Greenhouse. [See the documentation](https://developers.greenhouse.io/harvest.html#post-add-prospect),FALSE,TRUE,FALSE +greenhouse-create-candidate,Create Candidate,Creates a new candidate entry in Greenhouse. [See the documentation](https://developers.greenhouse.io/harvest.html#post-add-candidate),FALSE,TRUE,FALSE +microsoft_365_planner-update-task,Update Task,Updates a task in Microsoft 365 Planner. [See the documentation](https://learn.microsoft.com/en-us/graph/api/plannertask-update?view=graph-rest-1.0&tabs=http),TRUE,TRUE,FALSE +microsoft_365_planner-list-user-tasks,List User Tasks,List all user tasks in Microsoft 365 Planner. [See the documentation](https://learn.microsoft.com/en-us/graph/api/planneruser-list-tasks?view=graph-rest-1.0&tabs=http),FALSE,TRUE,TRUE +microsoft_365_planner-create-task,Create Task,Create a new task in Microsoft 365 Planner. [See the documentation](https://learn.microsoft.com/en-us/graph/api/planner-post-tasks),FALSE,TRUE,FALSE +microsoft_365_planner-create-plan,Create Plan,Create a new plan in Microsoft 365 Planner. [See the documentation](https://learn.microsoft.com/en-us/graph/api/planner-post-plans),FALSE,TRUE,FALSE +microsoft_365_planner-create-bucket,Create Bucket,Create a new bucket in Microsoft 365 Planner. [See the documentation](https://learn.microsoft.com/en-us/graph/api/planner-post-buckets),FALSE,TRUE,FALSE +postmark-verify-return-path,Verify Return-Path DNS,Verify Return-Path DNS record for the specified domain. [See the documentation](https://postmarkapp.com/developer/api/domains-api#domains-verify-return-path),FALSE,TRUE,TRUE +postmark-verify-dkim,Verify DKIM,Verify DKIM keys for the specified domain. [See the documentation](https://postmarkapp.com/developer/api/domains-api#domains-verify-dkim),FALSE,TRUE,TRUE +postmark-update-signature,Update Sender Signature,Create a new sender signature. [See the documentation](https://postmarkapp.com/developer/api/signatures-api#create-signature),TRUE,TRUE,FALSE +postmark-send-single-email,Send Single Email,Send a single email with Postmark [See the documentation](https://postmarkapp.com/developer/api/email-api#send-a-single-email),FALSE,TRUE,FALSE +postmark-send-email-with-template,Send Email With Template,Send a single email with Postmark using a template [See the documentation](https://postmarkapp.com/developer/api/templates-api#email-with-template),FALSE,TRUE,FALSE +postmark-send-batch-with-templates,Send Batch With Templates,Send a batch of emails using a template [See the documentation](https://postmarkapp.com/developer/api/templates-api#send-batch-with-templates),FALSE,TRUE,FALSE +postmark-rotate-dkim-keys,Rotate DKIM Keys,"Creates a new DKIM key to replace your current key. Until the new DNS entries are confirmed, the pending values will be in DKIMPendingHost and DKIMPendingTextValue fields. After the new DKIM value is verified in DNS, the pending values will migrate to DKIMTextValue and DKIMPendingTextValue and Postmark will begin to sign emails with the new DKIM key. [See the documentation](https://postmarkapp.com/developer/api/domains-api#rotate-dkim)",TRUE,TRUE,FALSE +postmark-resend-confirmation,Resend Confirmation,Resend a confirmation email for a specific sender signature. [See the documentation](https://postmarkapp.com/developer/api/signatures-api#resend-confirmation),FALSE,TRUE,FALSE +postmark-list-sender-signatures,List Sender Signatures,Gets a list of sender signatures containing brief details associated with your account. [See the documentation](https://postmarkapp.com/developer/api/signatures-api#list-sender-signatures),FALSE,TRUE,TRUE +postmark-list-domains,List Domains,Gets a list of domains containing an overview of the domain and authentication status. [See the documentation](https://postmarkapp.com/developer/api/domains-api#list-domains),FALSE,TRUE,TRUE +postmark-get-tracked-email-counts,Get Tracked Email Counts,Gets a total count of emails you've sent with open tracking or link tracking enabled. [See the documentation](https://postmarkapp.com/developer/api/stats-api#email-tracked-count),FALSE,TRUE,FALSE +postmark-get-spam-complaints,Get Spam Complaints,Gets a total count of recipients who have marked your email as spam. [See the documentation](https://postmarkapp.com/developer/api/stats-api#spam-complaints),FALSE,TRUE,TRUE +postmark-get-sent-counts,Get Sent Counts,Gets a total count of emails you've sent out. [See the documentation](https://postmarkapp.com/developer/api/stats-api#sent-counts),FALSE,TRUE,TRUE +postmark-get-outbound-overview,Get Outbound Overview,Gets a brief overview of statistics for all of your outbound email. [See the documentation](https://postmarkapp.com/developer/api/stats-api#overview),FALSE,TRUE,TRUE +postmark-get-email-platform-usage,Get Email Platform Usage,Gets an overview of the platforms used to open your emails. This is only recorded when open tracking is enabled for that email. [See the documentation](https://postmarkapp.com/developer/api/stats-api#email-platform-usage),FALSE,TRUE,FALSE +postmark-get-email-open-counts,Get Email Open Counts,Gets total counts of recipients who opened your emails. This is only recorded when open tracking is enabled for that email. [See the documentation](https://postmarkapp.com/developer/api/stats-api#email-open-counts),FALSE,TRUE,FALSE +postmark-get-domain,Get Domain,Gets all the details for a specific domain. [See the documentation](https://postmarkapp.com/developer/api/domains-api#domain),FALSE,TRUE,TRUE +postmark-get-click-counts,Get Click Counts,Gets total counts of unique links that were clicked. [See the documentation](https://postmarkapp.com/developer/api/stats-api#click-counts),FALSE,TRUE,TRUE +postmark-get-browser-usage,Get Browser Usage,Gets an overview of the browsers used to open links in your emails. This is only recorded when Link Tracking is enabled for that email. [See the documentation](https://postmarkapp.com/developer/api/stats-api#browser-usage),FALSE,TRUE,FALSE +postmark-get-bounce-counts,Get Bounce Counts,Gets total counts of emails you've sent out that have been returned as bounced. [See the documentation](https://postmarkapp.com/developer/api/stats-api#bounce-counts),FALSE,TRUE,TRUE +postmark-delete-signature,Delete Sender Signature,Delete a specific sender signature. [See the documentation](https://postmarkapp.com/developer/api/signatures-api#delete-signature),TRUE,TRUE,FALSE +postmark-delete-domain,Delete Domain,Delete a specific domain. [See the documentation](https://postmarkapp.com/developer/api/domains-api#delete-domain),TRUE,TRUE,FALSE +postmark-create-signature,Create Sender Signature,Create a new sender signature. [See the documentation](https://postmarkapp.com/developer/api/signatures-api#create-signature),FALSE,TRUE,FALSE +postmark-create-domain,Create Domain,Create a new domain. [See the documentation](https://postmarkapp.com/developer/api/domains-api#create-domain),FALSE,TRUE,FALSE +boloforms-send-template-signature,Send Template Signature,Dispatch a predefined template to obtain a signature. [See the documentation](https://help.boloforms.com/en/articles/8557564-sending-for-signing),FALSE,TRUE,FALSE +boloforms-send-form,Send Form,Enables form dispatching to a specific recipient. [See the documentation](https://help.boloforms.com/en/articles/8557660-sending-for-signing),FALSE,TRUE,FALSE +insighto_ai-create-contact,Create Contact,Creates a new contact within the system. [See the documentation](https://api.insighto.ai/docs#/contact/create_contact_api_v1_contact_post),FALSE,TRUE,FALSE +insighto_ai-add-text-blob,Add Text Blob,Adds a text blob into an existing data source. [See the documentation](https://api.insighto.ai/docs#/datasource/add_datasourcefile_text_blob_api_v1_datasource__datasource_id__text_blob_post),FALSE,TRUE,FALSE +fractel-send-sms-mms,Send SMS or MMS,Allows to send an SMS or MMS to a particular phone number. [See the documentation](https://developer.fonestorm.com/reference/sendmessage),FALSE,TRUE,FALSE +fractel-call-phone,Call Phone,Initiates a new phone call to the provided number.,FALSE,TRUE,FALSE +wiza-get-list,Get List,Get the list with the given id. [See the documentation](https://wiza.co/api-docs#/paths/~1api~1lists~1%7Bid%7D/get),FALSE,TRUE,TRUE +wiza-get-contacts,Get Contacts,Get contacts for a list. [See the documentation](https://wiza.co/api-docs#/paths/~1api~1lists~1%7Bid%7D/get),FALSE,TRUE,TRUE +wiza-create-list,Create List,Create a list of people to enrich. [See the documentation](https://wiza.co/api-docs#/paths/~1api~1lists/post),FALSE,TRUE,FALSE +leadiq-find-contact,Find Contact,"Searches for contact information based on user-defined props which may include identifiers such as name, email, or company. Returns the contact data if a match is found within the LeadIQ database. [See the documentation](https://developer.leadiq.com/#query-searchPeople)",FALSE,TRUE,TRUE +thoughtly-trigger-call,Trigger a Call,Triggers a call to a designated contact. [See the documentation](https://api.thought.ly/docs/#/contact/post_contact_call),FALSE,TRUE,FALSE +thoughtly-create-contact,Create Contact,Generates a new contact within your Thoughtly team. [See the documentation](https://api.thought.ly/docs/#/contact/post_contact_create),FALSE,TRUE,FALSE +chatfly-send-message,Send Message,Dispatches a text message to a specified group or individual in Chatfly.,FALSE,TRUE,FALSE +mongodb-update-documents,Update Documents,Updates many documents by query filter. [See the documentation](https://www.mongodb.com/docs/drivers/node/current/usage-examples/updateMany/),TRUE,TRUE,FALSE +mongodb-find-document,Find Document,Finds a document by a query filter. [See the documentation](https://docs.mongodb.com/manual/reference/method/db.collection.find/),FALSE,TRUE,TRUE +mongodb-execute-aggregation,Execute Aggregation,Execute an aggregation pipeline on a MongoDB collection. [See the documentation](https://www.mongodb.com/docs/drivers/node/current/fundamentals/aggregation/),FALSE,TRUE,FALSE +fly_io-create-volume,Create Volume,Create a volume for a specific app using the details provided in the request body. [See the documentation](https://docs.machines.dev/#tag/volumes/post/apps/%7Bapp_name%7D/volumes),FALSE,TRUE,FALSE +fly_io-create-machine,Create Machine,Create a machine within a specific app using the details provided in the request body. [See the documentation](https://docs.machines.dev/#tag/machines/post/apps/%7Bapp_name%7D/machines),FALSE,TRUE,FALSE +fly_io-create-app,Create App,Create an app with the specified details in the request body. [See the documentation](https://docs.machines.dev/#tag/apps/post/apps),FALSE,TRUE,FALSE +unsplash-search-photos,Search Photos,Get a single page of photo results for a query. [See the documentation](https://unsplash.com/documentation#search-photos),FALSE,TRUE,TRUE +unsplash-get-photo,Get Photo,Get a specific photo from Unsplash. [See the documentation](https://unsplash.com/documentation#get-a-photo),FALSE,TRUE,TRUE +twenty-create-update-delete-record,"Create, Update, or Delete a Record in Twenty","Create, update, or delete a single record in Twenty. This action allows for dynamic handling of records based on specified action type. [See the documentation](https://api.twenty.com/docs)",TRUE,TRUE,FALSE +hotmart-get-subscriptions,Get Subscriptions,Get subscribers from hotmart profile. [See the documentation](https://developers.hotmart.com/docs/pt-BR/v1/subscription/get-subscribers/),FALSE,TRUE,TRUE +hotmart-get-sales-history,Get Sales History,Retrieve sales history from the Hotmart account. [See the documentation](https://developers.hotmart.com/docs/pt-BR/v1/sales/sales-history/),FALSE,TRUE,TRUE +hotmart-get-comissions,Get Comissions,Get sales commission information for sale participants. [See the documentation](https://developers.hotmart.com/docs/pt-BR/v1/sales/sales-commissions/),FALSE,TRUE,TRUE +timetonic-search-rows,Search Rows,Perform a search across table rows based on given criteria. [See the documentation](https://timetonic.com/live/apidoc/#api-Smart_table_operations-listTableRowsById),FALSE,TRUE,TRUE +timetonic-delete-row,Delete Row,Deletes a row within an existing table in TimeTonic. [See the documentation](https://timetonic.com/live/apidoc/#api-Smart_table_operations-deleteTableRow),TRUE,TRUE,FALSE +bilflo-create-contract-job,Create Contract Job,Creates a new contract job in Bilflo. [See the documentation](https://developer.bilflo.com/documentation),FALSE,TRUE,FALSE +bilflo-create-client,Create Client,Creates a new client account in Bilflo. [See the documentation](https://developer.bilflo.com/documentation#operations-tag-Clients),FALSE,TRUE,FALSE +bilflo-assign-contract-job-to-invoice,Assign Contract Job to Invoice Group,Assigns a contract job to a specified invoice group for a client. [See the documentation](https://developer.bilflo.com/documentation#operations-tag-Clients),TRUE,TRUE,FALSE +cincopa-upload-asset-from-url,Upload Asset From URL,Upload an asset from an input URL to a Cincopa gallery. [See the documentation](https://www.cincopa.com/media-platform/api-documentation-v2#asset_upload_from_url),FALSE,TRUE,FALSE +cincopa-create-gallery,Create Gallery,"Creates a new gallery, returning the new gallery FID (unique ID). [See the documentation](https://www.cincopa.com/media-platform/api-documentation-v2#gallery.create)",FALSE,TRUE,FALSE +cincopa-add-assets-to-gallery,Add Assets to Gallery,Adds an asset or a list of assets to an existing gallery. [See the documentation](https://www.cincopa.com/media-platform/api-documentation-v2#gallery.add_item),FALSE,TRUE,FALSE +tripadvisor_content_api-location-search,Search Locations,Returns up to 10 locations found by the given search query. [See the documentation](https://tripadvisor-content-api.readme.io/reference/searchforlocations),FALSE,TRUE,TRUE +tripadvisor_content_api-location-reviews,Get Location Reviews,Returns up to 5 of the most recent reviews for a specific location. [See the documentation](https://tripadvisor-content-api.readme.io/reference/getlocationreviews),FALSE,TRUE,TRUE +tripadvisor_content_api-location-details,Get Location Details,Returns comprehensive information about a location. [See the documentation](https://tripadvisor-content-api.readme.io/reference/getlocationdetails),FALSE,TRUE,TRUE +pinecone-upsert-vector,Upsert Vector,"Writes vectors into a namespace. If a new value is upserted for an existing vector ID, it will overwrite the previous value. [See the documentation](https://docs.pinecone.io/reference/api/data-plane/upsert).",TRUE,TRUE,FALSE +pinecone-update-vector,Update Vector,"Updates vector in a namespace. If a value is included, it will overwrite the previous value. [See the documentation](https://docs.pinecone.io/reference/api/data-plane/update).",TRUE,TRUE,FALSE +pinecone-query-ids,Query IDs,"Searches a namespace, using a query vector. It retrieves the ids of the most similar items in a namespace, along with their similarity scores. [See the documentation](https://docs.pinecone.io/reference/api/data-plane/query).",FALSE,TRUE,FALSE +pinecone-fetch-vectors,Fetch Vectors,"Looks up and returns vectors by ID, from a single namespace.. [See the documentation](https://docs.pinecone.io/reference/api/data-plane/fetch).",FALSE,TRUE,TRUE +pinecone-delete-vectors,Delete Vectors,"Deletes one or more vectors by ID, from a single namespace. [See the documentation](https://docs.pinecone.io/reference/api/data-plane/delete).",TRUE,TRUE,FALSE +gitlab-update-issue,Update Issue,Updates an existing project issue. [See the documentation](https://docs.gitlab.com/ee/api/issues.html#edit-issue),TRUE,TRUE,FALSE +gitlab-update-epic,Update Epic,Updates an epic. [See the documentation](https://docs.gitlab.com/ee/api/epics.html#update-epic),TRUE,TRUE,FALSE +gitlab-search-issues,Search Issues,Search for issues in a repository with a query. [See the documentation](https://docs.gitlab.com/ee/api/issues.html#list-issues),FALSE,TRUE,TRUE +gitlab-list-repo-branches,List Repo Branches,Get a list of repository branches from a project. [See the documentation](https://docs.gitlab.com/ee/api/branches.html#list-repository-branches),FALSE,TRUE,TRUE +gitlab-list-commits,List Commits,List commits in a repository branch. [See the documentation](https://docs.gitlab.com/ee/api/commits.html#list-repository-commits),FALSE,TRUE,TRUE +gitlab-get-repo-branch,Get Repo Branch,Get a single project repository branch. [See the documentation](https://docs.gitlab.com/ee/api/branches.html#get-single-repository-branch),FALSE,TRUE,TRUE +gitlab-get-issue,Get Issue,Gets a single issue from repository. [See the documentation](https://docs.gitlab.com/ee/api/issues.html#single-project-issue),FALSE,TRUE,FALSE +gitlab-create-issue,Create issue,Creates a new issue. [See the documentation](https://docs.gitlab.com/ee/api/issues.html#new-issue),FALSE,TRUE,FALSE +gitlab-create-epic,Create Epic,Creates a new epic. [See the documentation](https://docs.gitlab.com/ee/api/epics.html#new-epic),FALSE,TRUE,FALSE +gitlab-create-branch,Create Branch,Create a new branch in the repository. [See the documentation](https://docs.gitlab.com/ee/api/branches.html#create-repository-branch),FALSE,TRUE,FALSE +relavate-create-affiliate-lead,Create Affiliate Lead,This component enables you to create a new affiliate lead for marketing. [See the documentation](https://api.relavate.co/#2a307851-9d54-42ea-9f54-3fb600b152a5),FALSE,TRUE,FALSE +orimon-send-message,Send Message to Orimon,Sends a direct message to Orimon. [See the documentation](https://orimon.gitbook.io/docs/developer-api/message-api),FALSE,TRUE,FALSE +vryno-create-unique-lead,Create Unique Lead,"Creates a unique lead in the Vryno system, ensuring no duplication of lead details. [See the documentation](https://vrynotest.ti2.in/docs/api-documentation/how-to-create-a-record-in-any-module-in-vryno-crm/)",FALSE,TRUE,FALSE +flipando-get-task,Get Task,Fetches data related to a specific task that is currently executed or had been executed previously. [See the documentation](https://flipandoai.notion.site/Flipando-ai-API-Integration-Guide-6b508cfe1a5d4a249d20b926eac3a1d7#36b02715e5f440c9b21952b668e0e70c),FALSE,TRUE,TRUE +flipando-get-all-apps,Get All Apps,Fetches a list of all apps that the user had created within flipando. [See the documentation](https://flipandoai.notion.site/Flipando-ai-API-Integration-Guide-6b508cfe1a5d4a249d20b926eac3a1d7#36b02715e5f440c9b21952b668e0e70c),FALSE,TRUE,TRUE +sigma-list-datasets,List Datasets,Returns a list of available datasets. [See the documentation](https://docs.sigmacomputing.com/#get-/v2/datasets),FALSE,TRUE,TRUE +sigma-create-workbook,Create Workbook,Creates a new blank workbook. [See the documentation](https://docs.sigmacomputing.com/#post-/v2/workbooks),FALSE,TRUE,FALSE +sigma-create-team,Create Team,Create a team. [See the documentation](https://docs.sigmacomputing.com/#post-/v2/teams),FALSE,TRUE,FALSE +sare-send-email,Send Transactional Email,Send a transactional email. [See the documentation](https://dev.sare.pl/rest-api/other/index.html#post-/send/mail/transactional),TRUE,TRUE,FALSE +sare-remove-from-group,Remove Email from Groups,Remove email from specified groups in SARE. [See the documentation](https://dev.sare.pl/rest-api/other/index.html#post-/group/remove_emails),TRUE,TRUE,FALSE +sare-add-email,Add Email,"Add an email to SARE. Optionally, assign the subscriber to a group. [See the documentation](https://dev.sare.pl/rest-api/other/index.html#post-/email/add)",TRUE,TRUE,FALSE +foursquare-create-tip,Create Tip,Allows the user to create a new tip for a venue on Foursquare. [See the documentation](https://docs.foursquare.com/developer/reference/add-a-tip),FALSE,TRUE,FALSE +foursquare-create-check-in,Create Check In,Allows the user to generate a new check-in at a specific location on Foursquare. [See the documentation](https://docs.foursquare.com/developer/reference/create-a-checkin),FALSE,TRUE,FALSE +llama_ai-create-chat,Create Chat,Creates a new chat. [See the documentation](https://docs.llama-api.com/api-reference/endpoint/create),FALSE,TRUE,FALSE +encodian-validate-url,Validate URL,Validate the availability of the URL. [See the documentation](https://api.apps-encodian.com/index.html),TRUE,TRUE,FALSE +encodian-validate-email,Validate Email,Validate the syntax of an email address. [See the documentation](https://api.apps-encodian.com/index.html),TRUE,TRUE,FALSE +encodian-compare-text,Compare Text,Compares two texts answering if they are equal or not. [See the documentation](https://api.apps-encodian.com/index.html),TRUE,TRUE,FALSE +reishost-send-console-command,Send Console Command,"Runs a command on your server's console, providing direct command execution flexibility.",FALSE,TRUE,FALSE +clio-update-matter,Update Matter,Updates an existing matter in Clio. [See the documentation](https://docs.developers.clio.com/api-reference/#tag/Matters/operation/Matter#update),TRUE,TRUE,FALSE +clio-create-task,Create New Task,Creates a new task in Clio. [See the documentation](https://docs.developers.clio.com/api-reference/#tag/Tasks/operation/Task#index),TRUE,TRUE,FALSE +clio-create-matter,Create New Matter,Creates a new matter in Clio. [See the documentation](https://docs.developers.clio.com/api-reference/#tag/Matters/operation/Matter#index),TRUE,TRUE,FALSE +infobip-send-whatsapp-text-message,Send WhatsApp Text Message,Sends a WhatsApp text message to a specified number. [See the documentation](https://www.infobip.com/docs/api#channels/whatsapp/send-whatsapp-text-message),FALSE,TRUE,FALSE +infobip-send-viber-text-message,Send Viber Text Message,Send a text message to multiple recipients via Viber. [See the documentation](https://www.infobip.com/docs/api/channels/viber/viber-business-messages/send-viber-messages),FALSE,TRUE,FALSE +infobip-send-sms,Send SMS,Sends an SMS message to a specified number. [See the documentation](https://www.infobip.com/docs/api),FALSE,TRUE,FALSE +beebole_app-run-report,Run report,Run a report from Beebole,FALSE,TRUE,FALSE +beebole_app-list-untimed-employees,List untimed employees,Get a list of employees without any time entry for a given period of time,FALSE,TRUE,TRUE +beebole_app-list-companies,List Companies,List all companies in your Beebole account. [See the documentation](https://beebole.com/help/api/#list-companies),FALSE,TRUE,TRUE +diffbot-enhance-entity,Enhance Entity,Enrich a person or organization record with partial data input [See the documentation] (https://docs.diffbot.com/reference/enhancepost),FALSE,TRUE,FALSE +bytenite-start-job,Start Job,Initiates a previously created video encoding job. [See the documentation](https://docs.bytenite.com/reference/customer_runjob),FALSE,TRUE,FALSE +bytenite-get-job-results,Get Job Results,Secures the link of the output from a finished encoding job. [See the documentation](https://docs.bytenite.com/reference/customer_getjobresults),FALSE,TRUE,TRUE +bytenite-create-job,Create Video Encoding Task,Creates a new video encoding task with ByteNite. [See the documentation](https://docs.bytenite.com/reference/customer_createjob),FALSE,TRUE,FALSE +chaser-create-invoice,Create Invoice,Creates a new invoice in Chaser. [See the documentation](https://openapi.chaserhq.com/docs/static/index.html),TRUE,TRUE,FALSE +chaser-create-customer,Create Customer,Creates a new customer in Chaser. [See the documentation](https://openapi.chaserhq.com/docs/static/index.html),TRUE,TRUE,FALSE +forcemanager-list-users,List All Users,Returns a list of all users in the app. [See the documentation](https://developer.forcemanager.com/#d91467e1-c380-4cce-8207-840b570a5471),FALSE,TRUE,TRUE +forcemanager-find-contact,Find Contact,"Search for an existing contact by email, name, or phone. [See the documentation](https://developer.forcemanager.com/#c1c37cd1-5cb9-473f-8918-7583ee0469e4)",FALSE,TRUE,TRUE +forcemanager-create-opportunity,Create Opportunity,Creates a new business opportunity in ForceManager. [See the documentation](https://developer.forcemanager.com/#836754be-f32d-47d2-a8ab-73a147c62ca9),FALSE,TRUE,FALSE +frame-search-assets,Search Assets,Performs advanced searching for assets in Frame.io. [See the documentation](https://developer.frame.io/api/reference/operation/librarySearchGet/),FALSE,TRUE,TRUE +frame-create-project,Create Project,Creates a new project on Frame.io. [See the documentation](https://developer.frame.io/api/reference/operation/createProject/),FALSE,TRUE,FALSE +frame-create-comment,Create Comment,Creates a new comment on an asset in Frame.io. [See the documentation](https://developer.frame.io/api/reference/operation/createComment/),FALSE,TRUE,FALSE +frame-create-asset,Create Asset,Creates a new asset in Frame.io. [See the documentation](https://developer.frame.io/api/reference/operation/createAsset/),FALSE,TRUE,FALSE +skillzrun-upsert-user,Upsert User,Creates or updates a user based on the user email prop. [See the documentation](https://api.skillzrun.com/external/api/swagger/static/index.html#/users/post_external_api_users_upsert),TRUE,TRUE,FALSE +skillzrun-create-user-with-offers,Create User With Offers,Creates a new user with their associated offers in the SkillzRun app. [See the documentation](https://api.skillzrun.com/external/api/swagger/static/index.html#/users/post_external_api_users_create_with_orders),TRUE,TRUE,FALSE +relevance_ai-run-tool,Run Tool,Executes a specific tool within Relevance AI and waits for a response for up to 60 seconds. [See the documentation](https://relevanceai.com/docs/build-custom-tools/create-a-tool),FALSE,TRUE,FALSE +relevance_ai-message-agent,Send Message to Agent,Sends a message directly to an agent in Relevance AI. This action doesn't wait for an agent response.,FALSE,TRUE,FALSE +coinmarketcal-search-events,Search Events,Retrieve a list of events based on specified filters. [See the docs here](https://coinmarketcal.com/en/doc/redoc#/paths/~1events/get),FALSE,TRUE,TRUE +faktoora-create-invoice,Create Invoice,Create a new ZUGFeRD/xrechnung invoice. [See the documentation](https://api.faktoora.com/api/v1/api-docs/static/index.html),TRUE,TRUE,FALSE +gan_ai-create-videos,Create Videos,Creates videos in bulk by passing tags and values. Requires a project ID. [See the documentation](https://docs.gan.ai/create-video/create-videos),FALSE,TRUE,FALSE +letterdrop-remove-subscriber,Remove Subscriber,Removes a subscriber from your publication if the email matches an existing one. [See the documentation](https://docs.letterdrop.com/api#remove-subscriber),TRUE,TRUE,FALSE +letterdrop-draft-post,Draft Blog Post,"Drafts a new blog post in your workspace with the required title and content, and optional images and tags. [See the documentation](https://docs.letterdrop.com/api#draft-post)",FALSE,TRUE,FALSE +letterdrop-add-subscriber,Add Subscriber,Adds a new subscriber to your Letterdrop publication. [See the documentation](https://docs.letterdrop.com/api#add-subscriber),FALSE,TRUE,FALSE +smartroutes-create-order,Create Order,Creates a new order in the smartroutes. [See the documentation](https://api.smartroutes.io/v2/docs/api/#tag/Orders/paths/~1orders/post),FALSE,TRUE,FALSE +softr-generate-magic-link,Generate Magic Link,Generate a Magic Link for the specified user in your Softr app. [See the documentation](https://docs.softr.io/softr-api/tTFQ5vSAUozj5MsKixMH8C/api-setup-and-endpoints/j1PrTZxt7pv3iZCnZ5Fp19#generate-a-magic-link-for-the-user),FALSE,TRUE,TRUE +softr-delete-user,Delete User,"Removes an existing user from your Softr app. Be aware, this action is irreversible. [See the documentation](https://docs.softr.io/softr-api/tTFQ5vSAUozj5MsKixMH8C/api-setup-and-endpoints/j1PrTZxt7pv3iZCnZ5Fp19#delete-user)",TRUE,TRUE,FALSE +softr-create-user,Create User,Creates a new user within your Softr app. [See the documentation](https://docs.softr.io/softr-api/tTFQ5vSAUozj5MsKixMH8C/api-setup-and-endpoints/j1PrTZxt7pv3iZCnZ5Fp19#create-user),FALSE,TRUE,FALSE +pdf_charts-create-pdf,Create PDF,Create a PDF document using PDF Charts. [See the documentation](https://www.pdf-charts.com/playground),FALSE,TRUE,FALSE +code_climate-get-organizations,Get Organizations,Returns collection of organizations for the current user. [See the documentation](https://developer.codeclimate.com/#get-organizations),FALSE,TRUE,TRUE +code_climate-get-members,Get Members,Returns a list of active members for the specified organization. [See the documentation](https://developer.codeclimate.com/#get-members),FALSE,TRUE,TRUE +code_climate-create-organization,Create Organization,Creates a new organization on code_climate. [See the documentation](https://developer.codeclimate.com/#create-organization),FALSE,TRUE,FALSE +etsy-update-listing-property,Update Listing Property,Updates or populates the properties list defining product offerings for a listing. Each offering requires both a `value` and a `value_id` that are valid for a `scale_id` assigned to the listing or that you assign to the listing with this request. [See the Documentation](https://developers.etsy.com/documentation/reference#operation/updateListingProperty),TRUE,TRUE,FALSE +etsy-update-listing-inventory,Update Listing Inventory,Updates the inventory for a listing identified by a listing ID. [See the Documentation](https://developer.etsy.com/documentation/reference/#operation/getListingInventory),TRUE,TRUE,FALSE +etsy-get-listing,Get Listing,Retrieves a listing record by listing ID. [See the Documentation](https://developers.etsy.com/documentation/reference#operation/getListing),FALSE,TRUE,TRUE +etsy-get-listing-inventory,Get Listing Inventory,Retrieves the inventory record for a listing by listing ID. [See the Documentation](https://developer.etsy.com/documentation/reference/#operation/getListingInventory),FALSE,TRUE,TRUE +etsy-delete-listing,Delete Listing,"Open API V3 endpoint to delete a ShopListing. A ShopListing can be deleted only if the state is one of the following: `SOLD_OUT`, `DRAFT`, `EXPIRED`, `INACTIVE`, `ACTIVE` and `is_available` or `ACTIVE` and has seller flags: `SUPRESSED` (frozen), `VACATION`, `CUSTOM_SHOPS` (pattern), `SELL_ON_FACEBOOK`. [See the Documentation](https://developers.etsy.com/documentation/reference#operation/deleteListing)",TRUE,TRUE,FALSE +etsy-create-draft-listing-product,Create Draft Listing Product,Creates a physical draft listing product in a shop on the Etsy channel. [See the Documentation](https://developers.etsy.com/documentation/reference#operation/createDraftListing),FALSE,TRUE,FALSE +codemagic-list-application,List Applications,List applications in codemagic. [See the documentation](https://docs.codemagic.io/rest-api/applications/#retrieve-all-applications),FALSE,TRUE,TRUE +codemagic-create-variable,Create Variable,Create a variable in the specified workflow. [See the documentation](https://docs.codemagic.io/rest-api/applications/#add-new-variable),FALSE,TRUE,FALSE +codemagic-add-application,Create Application,Creates a new application codemagic. [See the documentation](https://docs.codemagic.io/rest-api/applications/#add-a-new-application),FALSE,TRUE,FALSE +vivocalendar-create-customer,Create Customer,Creates a new customer. [See the documentation](https://app.vivocalendar.com/api-docs/index.html),TRUE,TRUE,FALSE +vivocalendar-create-appointment,Create Appointment,Creates a new appointment. [See the documentation](https://app.vivocalendar.com/api-docs/index.html),TRUE,TRUE,FALSE +vivocalendar-cancel-appointment,Cancel Appointment,Cancels an appointment. [See the documentation](https://app.vivocalendar.com/api-docs/index.html),TRUE,TRUE,FALSE +hansei-get-collections,Get Collections,Retrieves a list of Collections in Hansei. [See the documentation](https://developers.hansei.app/operation/operation-getcollections),FALSE,TRUE,TRUE +hansei-get-bots,Get Bots,Retrieves a list of Bots in Hansei. [See the documentation](https://developers.hansei.app/operation/operation-getbots),FALSE,TRUE,TRUE +hansei-get-bot-conversations,Get Bot Conversations,Retrieves a list of conversations with the specified Bot in Hansei. [See the documentation](hhttps://developers.hansei.app/operation/operation-getbotconversations),FALSE,TRUE,TRUE +kadoa-start-workflow,Start Kadoa Workflow,Triggers a Kadoa workflow using Pipedream. [See the documentation](https://api.kadoa.com/api-docs/),FALSE,TRUE,FALSE +icypeas-get-single-result,Get Single Search Result,Retrieves a result from a single search instance. [See the documentation](https://api-doc.icypeas.com/find-emails/search-item),FALSE,TRUE,TRUE +icypeas-email-verification,Email Verification,Performs an email verification check. [See the documentation](https://api-doc.icypeas.com/find-emails/single-search/email-verification),FALSE,TRUE,TRUE +icypeas-domain-search,Domain or Company Search,Performs a search using a domain or company name as input. [See the documentation](https://api-doc.icypeas.com/find-emails/single-search/domain-scan),FALSE,TRUE,TRUE +ambivo-get-leads,Get Leads,Retrieves a list of leads in Ambivo. [See the documentation](https://fapi.ambivo.com/docs#/CRM%20Service%20Calls/get_leads_created_crm_leads_created_get),FALSE,TRUE,TRUE +ambivo-get-contacts,Get Contacts,Retrieves a list of contacts in Ambivo. [See the documentation](https://fapi.ambivo.com/docs#/CRM%20Service%20Calls/get_contacts_created_crm_contacts_created_get),FALSE,TRUE,TRUE +finmei-create-invoice,Create Invoice,Generates a new invoice within Finmei. [See the documentation](https://documenter.getpostman.com/view/835227/2s9YXh5NRs#01e4e494-2aaf-4d87-9b8d-e527b04af0a0),FALSE,TRUE,FALSE +small_improvements-list-users,List All Users,List all users from Small Improvements. [See the documentation](https://storage.googleapis.com/si-rest-api-docs/dist/index.html),TRUE,TRUE,FALSE +small_improvements-create-meeting-notes,Create Meeting Notes,Create meeting notes in Small Improvements. [See the documentation](https://storage.googleapis.com/si-rest-api-docs/dist/index.html#meeting-note-resource),TRUE,TRUE,FALSE +people_data_labs-search-people,Search People,Find specific segments of people that you need to power your projects and products. [See the docs here](https://docs.peopledatalabs.com/docs/reference-person-search-api),FALSE,TRUE,TRUE +people_data_labs-enrich-person,Enrich a person,"The Person Enrichment API provides a one-to-one match, retrieving up-to-date information on a unique individual. [See the docs here](https://docs.peopledatalabs.com/docs/reference-person-enrichment-api)",FALSE,TRUE,FALSE +people_data_labs-enrich-company,Enrich a company,"The Company Enrichment API provides a one-to-one match, retrieving up-to-date information on a unique company. [See the docs here](https://docs.peopledatalabs.com/docs/reference-company-enrichment-api)",FALSE,TRUE,FALSE +diffbot-extract-page,Extract Page,Automatically classify a page and extract data according to its type. [See the documentation](https://docs.diffbot.com/reference/extract-analyze),FALSE,TRUE,TRUE +contact_enhance-find-contact,Find Contact,Locates a specific contact in the database using the email. [See the documentation](https://u.pcloud.link/publink/show?code=XZ8tzp0ZjaO5gqh55FuTmEEbwt0GOJPtqqgX),FALSE,TRUE,TRUE +similarweb_digitalrank_api-get-website-rank,Get Website Rank,Retrieves the global rank of a specific website using Similarweb's Digital Rank API. [See the documentation](https://developers.similarweb.com/docs/digital-rank-api),FALSE,TRUE,TRUE +similarweb_digitalrank_api-get-subscription-status,Get Subscription Status,Returns the number of monthly data points remaining in your Similarweb account. [See the documentation](https://developers.similarweb.com/docs/digital-rank-api),FALSE,TRUE,TRUE +similarweb_digitalrank_api-get-ranked-sites,Get Ranked Sites,List the top-ranking websites globally. [See the documentation](https://developers.similarweb.com/docs/digital-rank-api),FALSE,TRUE,TRUE +expofp-update-exhibitor,Update Exhibitor,Updates an exhibitor. [See the documentation](https://expofp.docs.apiary.io/#reference/0/update-exhibitor/update-exhibitor),TRUE,TRUE,FALSE +expofp-update-booth,Update Booth,Updates a booth. [See the documentation](https://expofp.docs.apiary.io/#reference/0/update-booth/update-booth),TRUE,TRUE,FALSE +expofp-list-all-events,List All Events,List all events. [See the documentation](https://expofp.docs.apiary.io/#reference/0/list-all-events/list-all-events),FALSE,TRUE,TRUE +expofp-get-exhibitor,Get Exhibitor,Get details of an exhibitor. [See the documentation](https://expofp.docs.apiary.io/#reference/0/get-exhibitor-details/get-exhibitor-details),FALSE,TRUE,TRUE +expofp-get-booth,Get Booth,Get details of a booth. [See the documentation](https://expofp.docs.apiary.io/#reference/0/get-booth-details/get-booth-details),FALSE,TRUE,TRUE +expofp-add-exhibitor,Add Exhibitor,Adds an exhibitor. [See the documentation](https://expofp.docs.apiary.io/#reference/0/add-exhibitor/add-exhibitor),FALSE,TRUE,FALSE +expofp-add-exhibitor-booth,Add Exhibitor Booth,Adds an exhibitor booth. [See the documentation](https://expofp.docs.apiary.io/#reference/0/add-exhibitor-booth/add-exhibitor-booth),FALSE,TRUE,FALSE +recharge-update-customer,Update Customer,Updates an existing customer's details. [See the documentation](https://developer.rechargepayments.com/2021-11/customers/customers_update),TRUE,TRUE,FALSE +recharge-create-subscription,Create Subscription,Creates a new subscription allowing a customer to subscribe to a product. [See the documentation](https://developer.rechargepayments.com/2021-11/subscriptions/subscriptions_create),TRUE,TRUE,FALSE +recharge-create-customer,Create Customer,Creates a customer. [See the documentation](https://developer.rechargepayments.com/2021-11/customers/customers_create),FALSE,TRUE,FALSE +recharge-cancel-subscription,Cancel Subscription,Cancels an existing subscription. [See the documentation](https://developer.rechargepayments.com/2021-11/subscriptions/subscriptions_cancel),TRUE,TRUE,FALSE +rocket_chat-set-status,Set Status,Updates the user's status. [See the documentation](https://developer.rocket.chat/reference/api/rest-api/endpoints/user-management/users-endpoints/set-user-status),TRUE,TRUE,FALSE +rocket_chat-send-direct-message,Send Direct Message,Sends a new direct message to a specific user. [See the documentation](https://developer.rocket.chat/reference/api/rest-api/endpoints/messaging/chat-endpoints/postmessage),FALSE,TRUE,FALSE +rocket_chat-create-channel,Create Channel,Creates a new channel. [See the documentation](https://developer.rocket.chat/reference/api/rest-api/endpoints/rooms/channels-endpoints/create-channel),FALSE,TRUE,FALSE +sheetdb-update-rows,Update Rows,Updates the content for the specified row(s). [See the documentation](https://docs.sheetdb.io/sheetdb-api/update#update-with-single-query),TRUE,TRUE,FALSE +sheetdb-search-content,Search Content,Search for content in a Google Sheet using the SheetDB API. [See the documentation](https://docs.sheetdb.io/sheetdb-api/search),FALSE,TRUE,TRUE +sheetdb-get-column-names,Get Column Names,Get column names of a Google Sheet using the SheetDB API. [See the documentation](https://docs.sheetdb.io/sheetdb-api/read#keys),FALSE,TRUE,TRUE +sheetdb-delete-rows,Delete Rows,Deletes the specified row(s) in a SheetDB sheet by matching a column name and value. [See the documentation](https://docs.sheetdb.io/sheetdb-api/delete#delete-with-single-query),TRUE,TRUE,FALSE +sheetdb-create-rows,Create Rows,Create rows in a Google Sheet using the SheetDB API. [See the documentation](https://docs.sheetdb.io/sheetdb-api/create),FALSE,TRUE,FALSE +sendy-unsubscribe-email,Unsubscribe Email,Removes a subscriber from a specified list. [See the documentation](https://sendy.co/api?app_path=https://sendy.email/dev2#unsubscribe),TRUE,TRUE,FALSE +sendy-create-draft-campaign,Create Draft Campaign,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),FALSE,TRUE,FALSE +sendy-add-update-subscriber,Add or Update a Subscriber,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),TRUE,TRUE,FALSE +sumup-retrieve-dba,Retrieve DBA,Retrieves Doing Business As profile. [See the documenation](https://developer.sumup.com/api/merchant/get-doing-business-as),FALSE,TRUE,TRUE +sumup-list-transactions,List Transactions,Lists detailed history of all transactions associated with the merchant profile. [See the documenation](https://developer.sumup.com/api/transactions/list-detailed),FALSE,TRUE,TRUE +sumup-get-merchant-profile,Get Merchant Profile,Retrieves merchant profile data. [See the documenation](https://developer.sumup.com/api/merchant/get-merchant-profile),FALSE,TRUE,TRUE +nextcloud-get-shares,Get Shares,Retrieves a list of shares based on the specified criteria in Nextcloud. [See the documentation](https://docs.nextcloud.com/server/latest/developer_manual/_static/openapi.html#/operations/files_sharing-shareapi-get-shares),FALSE,TRUE,TRUE +nextcloud-delete-share,Delete Share,Deletes a specific share in Nextcloud. [See the documenation](https://docs.nextcloud.com/server/latest/developer_manual/_static/openapi.html#/operations/files_sharing-shareapi-delete-share),TRUE,TRUE,FALSE +nextcloud-create-share,Create Share,Creates a new share link from the specified path in Nextcloud. [See the documentation](https://docs.nextcloud.com/server/latest/developer_manual/_static/openapi.html#/operations/files_sharing-shareapi-create-share),FALSE,TRUE,FALSE +mailcheck-validate-single-email,Process Single Email,Process a single email synchronously. [See the documentation](https://app.mailcheck.co/docs?from=docs#post-/v1/singleEmail-check),FALSE,TRUE,FALSE +mailcheck-get-batch-operation-status,Get Batch Operation Status,Get batch check operation status. [See the documentation](https://app.mailcheck.co/docs?from=docs#get-/v1/emails/-operation_name-),FALSE,TRUE,TRUE +mailcheck-create-batch-operation,Create Batch Operation,Create a batch check operation. [See the documentation](https://app.mailcheck.co/docs?from=docs#post-/v1/emails-check),FALSE,TRUE,FALSE +piggy-find-or-create-contact,Find Or Create Contact,"Find or create a contact. [See the documentation](https://docs.piggy.eu/v3/oauth/contacts#:~:text=Possible%20errors-,Find%20or%20Create%20Contact,-Find%20Contact%20by)",FALSE,TRUE,FALSE +mattermost-post-message,Post Message,Create a new post in a channel [See docs here](https://api.mattermost.com/#tag/posts/operation/CreatePost),FALSE,TRUE,FALSE +sendsms-send-message,Send Message,This action sends an SMS message using the SendSMS.ro API. [See the documentation](https://www.sendsms.ro/api/#send-message),FALSE,TRUE,FALSE +sendsms-send-message-with-unsubscribe-link,Send Message with Unsubscribe Link,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),TRUE,TRUE,FALSE +sendsms-check-blocklist,Check Blocklist,Checks if a specific phone number is in the blocklist. [See the documentation](https://www.sendsms.ro/api/),FALSE,TRUE,TRUE +sendsms-add-contact,Add Contact,Add a new contact into a specified group in SendSMS. [See the documentation](https://www.sendsms.ro/api/#add-a-contact),FALSE,TRUE,FALSE +cinc-get-lead,Get Lead,Retrieves a lead by ID in CINC. [See the documentation](https://public.cincapi.com/v2/docs/#get-site-leads-lead_id-2),FALSE,TRUE,TRUE +cinc-create-lead,Create New Lead,This component creates a new lead in Cinc. [See the documentation](https://public.cincapi.com/v2/docs/#post-site-leads),FALSE,TRUE,FALSE +timing-stop-timer,Stop Timer,Stop the currently running timer. [See the documentation](https://web.timingapp.com/docs/#time-entries-PUTapi-v1-time-entries-stop),TRUE,TRUE,FALSE +timing-start-timer,Start Timer,Starts a new ongoing timer as per the current timestamp or specified start date. [See the documentation](https://web.timingapp.com/docs/#time-entries-POSTapi-v1-time-entries-start),FALSE,TRUE,FALSE +timing-create-time-entry,Create Time Entry,Generates a new time entry in Timing app. [See the documentation](https://web.timingapp.com/docs/#time-entries-POSTapi-v1-time-entries),FALSE,TRUE,FALSE +shift4-create-token,Create Token,Creates a new token object. [See the documentation](https://dev.shift4.com/docs/api#token-create),FALSE,TRUE,FALSE +shift4-create-plan,Create Plan,Creates a new plan object. [See the documentation](https://dev.shift4.com/docs/api#plan-create),FALSE,TRUE,FALSE +shift4-create-customer,Create Customer,Creates a new customer object. [See the documentation](https://dev.shift4.com/docs/api#customers-create-a-customer),FALSE,TRUE,FALSE +shift4-create-charge,Create Charge,Creates a new charge object. [See the documentation](https://dev.shift4.com/docs/api#charges-create-a-new-charge),FALSE,TRUE,FALSE +zoho_projects-upload-file,Upload File,Add a document. [See the docs here](https://www.zoho.com/projects/help/rest-api/documents-api.html#alink3),FALSE,TRUE,FALSE +zoho_projects-update-project,Update Project,Updates a project. [See the docs here](https://www.zoho.com/projects/help/rest-api/projects-api.html#alink6),TRUE,TRUE,FALSE +zoho_projects-find-project,Find Project,Lists the modules across the portal based on the search term. The API returns both active and archived projects for the users having admin privileges. [See the docs here](https://www.zoho.com/projects/help/rest-api/search-api.html#alink1),FALSE,TRUE,TRUE +zoho_projects-create-task,Create Task,Creates a task. [See the docs here](https://www.zoho.com/projects/help/rest-api/tasks-api.html#alink4),FALSE,TRUE,FALSE +zoho_projects-create-task-list,Create Task List,Creates a task list. [See the docs here](https://www.zoho.com/projects/help/rest-api/tasklists-api.html#alink2),FALSE,TRUE,FALSE +zoho_projects-create-project,Create Project,Creates a project. [See the docs here](https://www.zoho.com/projects/help/rest-api/projects-api.html#alink5),FALSE,TRUE,FALSE +zoho_projects-create-milestone,Create Milestone,Creates a milestone. [See the docs here](https://www.zoho.com/projects/help/rest-api/milestones-api.html#alink3),FALSE,TRUE,FALSE +zoho_projects-create-bug,Create Bug,Creates a bug. [See the docs here](https://www.zoho.com/projects/help/rest-api/bugs-api.html#alink3),FALSE,TRUE,FALSE +zoho_projects-add-log-time,Add Log Time,Add Time for a General Log. Adds the time log to other tasks. [See the docs here](https://www.zoho.com/projects/help/rest-api/log-time.html#alink11),FALSE,TRUE,FALSE +zamzar-retrieve-job,Retrieve Job,Finds the file that has been processed under the specified job id. [See the documentation](https://developers.zamzar.com/docs),FALSE,TRUE,TRUE +zamzar-create-content-file,Create Content File,Creates a file from the provided content. [See the documentation](https://developers.zamzar.com/docs),FALSE,TRUE,FALSE +askyourpdf-chat-with-document,Chat With Document,Chat with a document. [See the documentation](https://docs.askyourpdf.com/askyourpdf-docs/#3.-chat-endpoint),FALSE,TRUE,FALSE +askyourpdf-add-document-via-url,Add Document Via URL,Add a document via URL. [See the documentation](https://docs.askyourpdf.com/askyourpdf-docs/#1.-adding-document-via-url),FALSE,TRUE,FALSE +outreach-create-prospect,Create Prospect,Creates a new prospect in Outreach. [See the documentation](https://developers.outreach.io/api/reference/tag/Prospect/#tag/Prospect/paths/~1prospects/post),FALSE,TRUE,FALSE +outreach-create-account,Create Account,Creates an account within Outreach. [See the documentation](https://developers.outreach.io/api/reference/tag/Account/#tag/Account/paths/~1accounts/post),FALSE,TRUE,FALSE +outreach-add-prospect-sequence,Add Prospect to Sequence,Adds an existing prospect to a specific sequence in Outreach. [See the documentation](https://developers.outreach.io/api/reference/tag/prospect/),FALSE,TRUE,FALSE +pixiebrix-update-group-membership,Update Group Membership,Updates the memberships of a group in PixieBrix. [See the documentation](https://docs.pixiebrix.com/developer-api/team-management-apis#update-group-membership),TRUE,TRUE,FALSE +pixiebrix-list-group-memberships,List Group Memberships,Gets the current memberships of a group. [See the PixieBrix API documentation](https://docs.pixiebrix.com/developer-api/team-management-apis#list-group-memberships),FALSE,TRUE,TRUE +pixiebrix-delete-group-membership,Delete Group Membership,Deletes a single group membership. [See the documentation](https://docs.pixiebrix.com/developer-api/team-management-apis#delete-group-membership),TRUE,TRUE,FALSE +pixiebrix-add-group-memberships,Add Group Memberships,Adds user memberships to a group in PixieBrix. [See the documentation](https://docs.pixiebrix.com/developer-api/team-management-apis#add-group-memberships),FALSE,TRUE,FALSE +codacy-list-organizations,List Organizations,List organizations for the authenticated user. [See the documentation](https://api.codacy.com/api/api-docs#listorganizations),FALSE,TRUE,TRUE +codacy-list-integrations,List Integrations,List integrations on Codacy. [See the documentation](https://api.codacy.com/api/api-docs?http#listuserintegrations),FALSE,TRUE,TRUE +codacy-get-user,Get Authenticated User,Get the authenticated user on Codacy. [See the documentation](https://api.codacy.com/api/api-docs#getuser),FALSE,TRUE,TRUE +codacy-delete-integration,Delete Integration,Delete integration for the authenticated user. [See the documentation](https://api.codacy.com/api/api-docs?http#deleteintegration),TRUE,TRUE,FALSE +builtwith-get-profile-websites,Get Profile Websites,Get websites associated with a social media URL. [See the documentation](https://api.builtwith.com/social-api),FALSE,TRUE,TRUE +builtwith-get-domain-technologies,Get Domain Technologies,Retrieve the technology information of a website. [See the documentation](https://api.builtwith.com/domain-api),FALSE,TRUE,TRUE +builtwith-get-domain-relationships,Get Domain Relationships,Get the relationships of a domain with other websites. [See the documentation](https://api.builtwith.com/relationships-api),FALSE,TRUE,TRUE +blazemeter-list-workspaces,List Workspaces,List all workspaces associated with the specified account. [See the documentation](https://api.blazemeter.com/functional/#workspaces-list),FALSE,TRUE,TRUE +blazemeter-list-projects,List Projects,List projects from a specified workspace in BlazeMeter. [See the documentation](https://api.blazemeter.com/functional/#projects-list),FALSE,TRUE,TRUE +blazemeter-create-project,Create Project,Creates a new project in a specific workspace. [See the documentation](https://api.blazemeter.com/functional/#create-a-project),FALSE,TRUE,FALSE +nyckel-classify-text,Classify Text,Classifies text data based on pre-trained classifiers in Nyckel. [See the documentation](https://www.nyckel.com/docs#invoke-text),FALSE,TRUE,TRUE +google_meet-schedule-meeting,Schedule Meeting,Creates a new event in Google Calendar with a Google Meet link. [See the documentation](https://developers.google.com/calendar/api/v3/reference/events/insert),FALSE,TRUE,FALSE +wildapricot-delete-event-registration,Delete Event Registration,Removes an event registration from the user's WildApricot database. [See the documentation](https://app.swaggerhub.com/apis-docs/WildApricot/wild-apricot_public_api/7.24.0#/Events.EventRegistrations/DeleteEventRegistration),TRUE,TRUE,FALSE +wildapricot-add-update-event-registration,Add or Update Event Registration,"Searches event registrations using a contact email. If a match is found, the registration details are updated. If not, a new registration is added to the event. [See the documentation](https://app.swaggerhub.com/apis-docs/WildApricot/wild-apricot_public_api/7.24.0#/Events.EventRegistrations/CreateEventRegistration)",TRUE,TRUE,FALSE +wildapricot-add-update-contact-member,Add or Update Contact or Member,Adds or updates a contact or member details in the user's WildApricot database. [See the documentation](https://app.swaggerhub.com/apis-docs/WildApricot/wild-apricot_public_api/7.24.0#/Contacts/CreateContact),TRUE,TRUE,FALSE +dex-create-update-contact,Create or Update Contact,Adds a new contact or updates an existing one if the email address already exists in the Dex system. [See the documentation](https://guide.getdex.com/dex-user-api/post-contact),TRUE,TRUE,FALSE +dex-create-reminder,Create Reminder,Generates a new reminder within the Dex system. [See the documentation](https://guide.getdex.com/dex-user-api/post-reminder),FALSE,TRUE,FALSE +dex-create-note,Create Note,Establishes a brand new note within dex. [See the documentation](https://guide.getdex.com/dex-user-api/post-a-note),FALSE,TRUE,FALSE +bigcommerce-update-product,Update Product,Update a product by Id. [See the docs here](https://developer.bigcommerce.com/api-reference/6f05c1244d972-update-a-product),TRUE,TRUE,FALSE +bigcommerce-get-product,Get Product By Id,Get a specific product by id. [See the docs here](https://developer.bigcommerce.com/api-reference/6fe995bba597e-get-a-product),FALSE,TRUE,TRUE +bigcommerce-get-product-variants,Get Product Variants,Get all product variants. [See the docs here](https://developer.bigcommerce.com/api-reference/02db3ddfc6be7-get-all-product-variants),FALSE,TRUE,TRUE +bigcommerce-get-all-products,Get All Products,Get all your products. [See the docs here](https://developer.bigcommerce.com/api-reference/4101d472a814d-get-all-products),FALSE,TRUE,TRUE +bigcommerce-get-all-products-sort-order,Get All Products Sort Order,Get all your products. [See the docs here](https://developer.bigcommerce.com/api-reference/90ab7265480e2-get-product-sort-order),FALSE,TRUE,TRUE +bigcommerce-delete-product,Delete Product,Delete a product by Id. [See the docs here](https://developer.bigcommerce.com/api-reference/76f5ebcdab695-delete-a-product),TRUE,TRUE,FALSE +bigcommerce-create-product,Create Product,Create a product. [See the docs here](https://developer.bigcommerce.com/api-reference/366928572e59e-create-a-product),FALSE,TRUE,FALSE +bigcommerce-create-product-image,Create Product Image,Create a product image. [See the docs here](https://developer.bigcommerce.com/docs/rest-catalog/products/images#create-a-product-image),FALSE,TRUE,FALSE +anymail_finder-search-email,Search Email,"Searches for emails based on company information and, optionally, a person's name.",FALSE,TRUE,TRUE +anymail_finder-search-all-emails-on-company,Search All Emails on Company,Searches for most popular emails based on company information. [See the documentation](https://anymailfinder.com/email-finder-api/docs#email_search_domain),FALSE,TRUE,TRUE +defastra-deep-phone-check,Deep Phone Check,"Conducts a risk assessment and digital lookup for a provided phone number. Returns a risk score indicating if the number is disposable, risky, or safe, along with carrier details, location, and potential social profiles. [See the documentation](https://docs.defastra.com/reference/deep-phone-check)",FALSE,TRUE,TRUE +defastra-deep-email-check,Deep Email Check,"Performs a risk analysis on a given email address and provides a risk score indicating if the email is disposable, risky, or safe. [See the documentation](https://docs.defastra.com/reference/deep-email-check)",FALSE,TRUE,TRUE +paigo-onboard-customer,Onboard Customer,Creates a new customer and assigns them an offering in Paigo. [See the documentation](http://www.api.docs.paigo.tech/#tag/Customers/operation/Create%20a%20customer),FALSE,TRUE,FALSE +paigo-measure-usage,Measure Usage,Records the amount of a specific usage type linked with a customer. [See the documentation](http://www.api.docs.paigo.tech/#tag/Usage/operation/Collect%20usage%20data),FALSE,TRUE,FALSE +paigo-get-invoice,Get Invoice,Fetches detailed information about a specific invoice. [See the documentation](http://www.api.docs.paigo.tech/#tag/Invoices/operation/Get%20an%20Invoice%20by%20ID),FALSE,TRUE,TRUE +paigo-create-offering,Create Offering,Creates a new offering in the Paigo platform. [See the documentation](http://www.api.docs.paigo.tech/#tag/Offerings/operation/Create%20an%20offering),FALSE,TRUE,FALSE +paigo-create-dimension,Create Dimension,Creates a new dimension inside the Paigo platform. [See the documentation](http://www.api.docs.paigo.tech/#tag/Dimensions/operation/Create%20a%20dimension),FALSE,TRUE,FALSE +paigo-add-credits,Add Credits,Increments the credit balance of a specific customer. [See the documentation](http://www.api.docs.paigo.tech/#tag/Customers/operation/Create%20a%20wallet%20transaction),FALSE,TRUE,FALSE +loopify-create-update-contact,Create Or Update Contact,"Creates or updates a contact in Loopify. If the contact exists, it will be updated; otherwise, a new contact will be created. [See the documentation](https://api.loopify.com/docs/index.html#tag/Contacts)",TRUE,TRUE,FALSE +loopify-add-contact-to-new-entry,Add Contact To New Entry,Adds a contact to an **API Entry** block in a Loopify flow. [See the documentation](https://api.loopify.com/docs/index.html#tag/Flows/operation/addContactToNewEntry),TRUE,TRUE,FALSE +teamioo-create-task,Create Task,Creates a new task in Teamioo. [See the documentation](https://demo.teamioo.com/teamiooapi),FALSE,TRUE,FALSE +teamioo-create-calendar-event,Create Calendar Event,Creates a new calendar event. [See the documentation](https://demo.teamioo.com/teamiooapi),FALSE,TRUE,FALSE +teamioo-create-bookmark,Create Bookmark,Saves a website URL to the bookmarks. The 'url' and 'bookmark_type' are required. 'bookmark_type' can either be 'personal' or 'group'. An optional prop 'title' can be included to give the bookmark a custom name. [See the documentation](https://demo.teamioo.com/teamiooapi),FALSE,TRUE,FALSE +dingconnect-get-products,Get Products,Retrieves a list of products from DingConnect. [See the documentation](https://www.dingconnect.com/api#operation/getproducts),FALSE,TRUE,TRUE +dingconnect-get-balance,Get Balance,Get the current agent balance from DingConnect. [See the documentation](https://www.dingconnect.com/api#operation/getbalance),FALSE,TRUE,TRUE +dingconnect-estimate-prices,Estimate Prices,Estimates prices send values using the DingConnect API. [See the documentation](https://www.dingconnect.com/api#operation/estimateprices),FALSE,TRUE,FALSE +labsmobile-send-sms,Send SMS,Sends a new SMS message. [See the documentation](https://apidocs.labsmobile.com/),FALSE,TRUE,FALSE +pretix-update-event,Update Event,Updates a specific event. [See the documentation](https://docs.pretix.eu/en/latest/api/resources/events.html#patch--api-v1-organizers-(organizer)-events-(event)-),TRUE,TRUE,FALSE +pretix-get-order-details,Get Order Details,"Returns information on one order, identified by its order code. [See the documentation](https://docs.pretix.eu/en/latest/api/resources/orders.html#fetching-individual-orders)",FALSE,TRUE,TRUE +sendx-remove-tag-contact,Remove Tag from Contact,De-associates a user-provided tag from a given contact in SendX.,TRUE,TRUE,FALSE +sendx-create-update-contact,Create or Update Contact,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),TRUE,TRUE,FALSE +sendx-add-tag-contact,Add Tag to Contact,Associates a user-provided tag with a specified contact in SendX. This action requires the contact's identification detail and the tag.,FALSE,TRUE,FALSE +leiga-create-issue,Create Issue,Creates a new issue within Leiga. [See the documentation](https://apidog.com/apidoc/shared-5a741107-c211-410f-880c-048d1917c984/api-3741813),FALSE,TRUE,FALSE +figma-post-a-comment,Post a Comment,Posts a comment to a file. [See the docs here](https://www.figma.com/developers/api#post-comments-endpoint),FALSE,TRUE,FALSE +figma-list-comments,List Comments,Lists all comments left on a file. [See the docs here](https://www.figma.com/developers/api#get-comments-endpoint),FALSE,TRUE,TRUE +figma-delete-comment,Delete a Comment,Delete a comment to a file. [See the docs here](https://www.figma.com/developers/api#delete-comments-endpoint),TRUE,TRUE,FALSE +seatable-update-row,Update Row,Updates an existing row in a specified table. [See the documentation](https://api.seatable.io/reference/update-row),TRUE,TRUE,FALSE +seatable-delete-row,Delete Row,Deletes a specific row from a specified table. [See the documentation](https://api.seatable.io/reference/delete-row),TRUE,TRUE,FALSE +seatable-create-row,Create Row,Creates a new row in the specified table. [See the documentation](https://api.seatable.io/reference/add-row),FALSE,TRUE,FALSE +cloud_convert-get-task,Get Task,Retrieves a task by ID. [See the documentation](https://cloudconvert.com/api/v2/tasks#tasks-show),FALSE,TRUE,TRUE +cloud_convert-create-merge-files-to-pdf-job,Create Merge Files To PDF Job,Combines multiple input files into a single PDF file and create an export URL with a job. [See the documentation](https://cloudconvert.com/api/v2/merge#merge-tasks),FALSE,TRUE,FALSE +cloud_convert-create-import-url-task,Create Import URL Task,Creates a task to import a file from a URL. [See the documentation](https://cloudconvert.com/api/v2/import#import-url-tasks),FALSE,TRUE,FALSE +cloud_convert-create-archive,Create Archive,Creates an archive in a specified format. [See the documentation](https://cloudconvert.com/api/v2/archive#archive-tasks),TRUE,TRUE,FALSE +cloud_convert-convert-file,Convert File,Converts an input file to a specified output format using CloudConvert. [See the documentation](https://cloudconvert.com/api/v2/convert#convert-tasks),FALSE,TRUE,TRUE +enrow-get-single-email-finder-result,Get Single Email Finder Result,Retrieve a result from a single search executed via email finder function. [See the documentation](https://enrow.readme.io/reference/get-single-email-finder-result),FALSE,TRUE,TRUE +clickhelp-create-topic,Create Topic,Produces a new topic in the existing project. A useful action for starting a new chapter or section within your project. [See the documentation](https://clickhelp.com/software-documentation-tool/user-manual/api-create-topic.html),FALSE,TRUE,FALSE +clickhelp-create-publication,Create Publication,Creates a new publication from the designated project. This action allows you to share your content with others in various formats. [See the documentation](https://clickhelp.com/software-documentation-tool/user-manual/api-publish-project.html),FALSE,TRUE,FALSE +clickhelp-create-project-backup,Create Project Backup,Generates a backup of the specified project. This action ensures you have a safe copy of your project in case of any unpredicted data loss. [See the documentation](https://clickhelp.com/software-documentation-tool/user-manual/api-create-project-backup.html),FALSE,TRUE,FALSE +loyverse-update-inventory-levels,Update Inventory Levels,Batch updates the inventory levels for specific item variants. [See the documentation](https://developer.loyverse.com/docs/#tag/Inventory/paths/~1inventory/post),TRUE,TRUE,FALSE +loyverse-get-customer,Get Customer(s),Retrieves details of one or more customers. [See the documentation](https://developer.loyverse.com/docs/#tag/Customers/paths/~1customers/get),FALSE,TRUE,TRUE +loyverse-generate-receipt-items,Generate Receipt Items,Generates the data for items to use in a receipt. [See the documentation](https://developer.loyverse.com/docs/#tag/Receipts/paths/~1receipts/post),FALSE,TRUE,FALSE +loyverse-create-receipt,Create Receipt,Creates a new receipt for a specific store. [See the documentation](https://developer.loyverse.com/docs/#tag/Receipts/paths/~1receipts/post),FALSE,TRUE,FALSE +coda-upsert-rows,Upsert Rows,"Creates a new row or updates existing rows if any upsert key columns are provided. When upserting, if multiple rows match the specified key column(s), they will all be updated with the specified value. [See docs](https://coda.io/developers/apis/v1#operation/upsertRows)",TRUE,TRUE,FALSE +coda-update-row,Update a Row,Updates the specified row in the table. [See docs](https://coda.io/developers/apis/v1#operation/updateRow),TRUE,TRUE,FALSE +coda-list-tables,List Tables,Lists tables in a doc. [See docs](https://coda.io/developers/apis/v1#operation/listTables),FALSE,TRUE,TRUE +coda-list-formulas,List Formulas,Lists formulas in a doc. [See docs](https://coda.io/developers/apis/v1#tag/Formulas/operation/listFormulas),FALSE,TRUE,TRUE +coda-list-docs,List Docs,"Returns a list of docs accessible by the user. These are returned in the same order as on the docs page: reverse chronological by the latest event relevant to the user (last viewed, edited, or shared). [See docs](https://coda.io/developers/apis/v1#operation/listDocs)",FALSE,TRUE,TRUE +coda-list-columns,List Columns,Lists columns in a table. [See docs](https://coda.io/developers/apis/v1#operation/listColumns),FALSE,TRUE,TRUE +coda-get-row,Get Row,Fetch a single row by name or ID. [See docs](https://coda.io/developers/apis/v1#tag/Rows/operation/getRow),FALSE,TRUE,TRUE +coda-find-row,Find Row,Searches for a row in the selected table using a column match search. [See docs](https://coda.io/developers/apis/v1#operation/listRows),FALSE,TRUE,TRUE +coda-delete-row,Delete Row,Delete a single row by name or ID. [See docs](https://coda.io/developers/apis/v1#tag/Rows/operation/deleteRow),TRUE,TRUE,FALSE +coda-create-rows,Create Rows,Insert a row in a selected table. [See docs](https://coda.io/developers/apis/v1#operation/upsertRows),FALSE,TRUE,FALSE +coda-create-doc,Create Doc,Creates a new doc. [See docs](https://coda.io/developers/apis/v1#operation/createDoc),FALSE,TRUE,FALSE +coda-copy-doc,Copy Doc,Creates a copy of the specified doc. [See docs](https://coda.io/developers/apis/v1#operation/createDoc),FALSE,TRUE,FALSE +zoho_notebook-list-notebooks,List Notebooks,Retrieve a list of all notebooks created by the user.,FALSE,TRUE,TRUE +zoho_notebook-create-notebook,Create Notebook,Creates a new notebook.,FALSE,TRUE,FALSE +quickbase-update-record,Update Record,Updates an existing record in a Quick Base table. [See the documentation](https://developer.quickbase.com/operation/upsert),TRUE,TRUE,FALSE +quickbase-delete-record,Delete Record,Deletes a record in a Quick Base table. [See the documentation](https://developer.quickbase.com/operation/deleteRecords),TRUE,TRUE,FALSE +quickbase-create-record,Create Record,Creates a new record in a Quick Base table. [See the documentation](https://developer.quickbase.com/operation/upsert),TRUE,TRUE,FALSE +surveysparrow-update-survey,Update Survey,Updates an existing survey. [See the documentation](https://developers.surveysparrow.com/rest-apis/survey#patchV3SurveysId),TRUE,TRUE,FALSE +surveysparrow-share-survey-email,Share Survey via Email,Sends a saved email share template to a provided email address. Configure the saved template's name and the recipient's email address. [See the documentation](https://developers.surveysparrow.com/rest-apis),TRUE,TRUE,FALSE +surveysparrow-share-nps-survey-sms,Share NPS Survey via SMS,Sends a saved NPS share template via SMS to given mobile number recipients. [See the documentation](https://developers.surveysparrow.com/rest-apis/channels#postV3Channels),FALSE,TRUE,FALSE +surveysparrow-create-survey,Create Survey,Creates a new survey. [See the documentation](https://developers.surveysparrow.com/rest-apis/survey#postV3Surveys),FALSE,TRUE,FALSE +surveysparrow-create-contact,Create Contact,Creates a new contact. [See the documentation](https://developers.surveysparrow.com/rest-apis/contacts#postV3Contacts),FALSE,TRUE,FALSE +qntrl-post-comment,Post Comment,Posts a new comment under a specific job. [See the documentation](https://core.qntrl.com/apidoc.html?type=reference&module=jobs&action=PostComment),FALSE,TRUE,FALSE +qntrl-create-job,Create Job,Creates a new job (card) in Qntrl. [See the documentation](https://core.qntrl.com/apidoc.html?type=reference&module=jobs&action=CreateJob),FALSE,TRUE,FALSE +vimeo-upload-video,Upload Video,Uploads a video to the user's Vimeo account. Ensure you have enough storage quota on your account. [See the documentation](https://developer.vimeo.com/api/reference/videos#upload_video),FALSE,TRUE,FALSE +vimeo-delete-video,Delete Video,Permanently deletes a video from the user's Vimeo account. This action can't be undone. [See the documentation](https://developer.vimeo.com/api/reference/videos#delete_video),TRUE,TRUE,FALSE +vimeo-add-video-to-album,Add Video To Album,Adds an existing video to a user's album/showcase on Vimeo. [See the documentation](https://developer.vimeo.com/api/reference/showcases#update_showcases),FALSE,TRUE,FALSE +shadertoy-search-shaders,Search Shaders,Returns an array of shader IDs based on the query string. [See the documentation](https://www.shadertoy.com/howto),FALSE,TRUE,TRUE +shadertoy-list-shaders,List Shaders,Returns a list of all shaders. [See the documentation](https://www.shadertoy.com/howto),FALSE,TRUE,TRUE +shadertoy-get-shader,Get Shader,Returns a specific shader based on an ID. [See the documentation](https://www.shadertoy.com/howto),FALSE,TRUE,TRUE +shadertoy-access-assets,Access Shader Assets,Accesses an asset from source. [See the documentation](https://www.shadertoy.com/howto),FALSE,TRUE,FALSE +dynalist-insert-document-content,Insert Document Content,"Inserts content to a specific document. If the document has existing content, the new content will be appended. [See the documentation](https://apidocs.dynalist.io/)",FALSE,TRUE,FALSE +dynalist-get-document-content,Get Document Content,Fetches the content of a specific document. [See the documentation](https://apidocs.dynalist.io/#get-content-of-a-document),FALSE,TRUE,TRUE +dynalist-edit-document,Edit Document Title,Edits the title of a specific document in Dynalist. [See the documentation](https://apidocs.dynalist.io/),TRUE,TRUE,FALSE +better_stack-resolve-incident,Resolve Incident,Brings a closure to an incident by resolving it with optional resolution details. [See the documentation](https://betterstack.com/docs/uptime/api/resolve-an-ongoing-incident/),FALSE,TRUE,FALSE +better_stack-create-incident,Create Incident,Initiates an incident that signals the team. [See the documentation](https://betterstack.com/docs/uptime/api/create-a-new-incident/),FALSE,TRUE,FALSE +better_stack-acknowledge-incident,Acknowledge Incident,"Acknowledges an incident, marking it as acknowledged in Better Stack. [See the documentation](https://betterstack.com/docs/uptime/api/acknowledge-an-ongoing-incident/)",FALSE,TRUE,FALSE +php_point_of_sale-get-registers,Get Registers,Search for registers in PHP Point Of Sale. [See the documentation](https://phppointofsale.com/api.php#/registers/searchregisters),FALSE,TRUE,TRUE +php_point_of_sale-delete-register,Delete a Register,Deletes a register from PHP Point of Sale. [See the documentation](https://phppointofsale.com/api.php#/registers/deleteregister),TRUE,TRUE,FALSE +php_point_of_sale-create-register,Create Register,Creates a new register in the store. [See the documentation](https://phppointofsale.com/api.php#/registers/addregister),FALSE,TRUE,FALSE +vybit-send-vybit,Send Vybit,"Triggers a vybit, with optional customizations available. [See the documentation](https://www.vybit.net/#trigger)",FALSE,TRUE,FALSE +mux-get-asset,Get Asset,Retrieves an asset. [See the documentation](https://docs.mux.com/api-reference#video/operation/get-asset),FALSE,TRUE,TRUE +rollbar-list-projects,List Projects,Lists all projects in Rollbar. [See the documentation](https://docs.rollbar.com/reference/list-all-projects),FALSE,TRUE,TRUE +rollbar-delete-a-project,Delete a Project,Deletes a project in Rollbar. [See the documentation](https://docs.rollbar.com/reference/delete-a-project),TRUE,TRUE,FALSE +rollbar-create-a-project,Create a Project,Creates a new project in Rollbar. [See the documentation](https://docs.rollbar.com/reference/create-a-project),FALSE,TRUE,FALSE +clicksend-send-sms,Send SMS,Sends a new SMS to one or several recipients. [See the documentation](https://developers.clicksend.com/docs/rest/v3/#send-sms-message-s),FALSE,TRUE,FALSE +clicksend-send-mms,Send MMS,Sends a new MMS to one or multiple recipients. [See the documentation](https://developers.clicksend.com/docs/rest/v3/#send-mms),FALSE,TRUE,FALSE +clicksend-create-contact,Create Contact,Creates a new contact in a specific list. [See the documentation](https://developers.clicksend.com/docs/rest/v3/#create-new-contact),FALSE,TRUE,FALSE +outscraper-search-places,Search Places on Google Maps,Searches for places on Google Maps using queries. [See the documentation](https://app.outscraper.com/api-docs#tag/Businesses-and-POI/paths/~1maps~1search-v3/get),FALSE,TRUE,TRUE +outscraper-scrape-emails-contacts,Scrape Emails and Contacts,"Finds email addresses, social links, and phone numbers from given domains. [See the documentation](https://app.outscraper.com/api-docs#tag/Email-Related/paths/~1emails-and-contacts/get)",FALSE,TRUE,TRUE +outscraper-reverse-geocoding,Reverse Geocoding,Translates geographic locations into human-readable addresses. [See the documentation](https://app.outscraper.com/api-docs#tag/Other-Services/paths/~1reverse-geocoding/get),FALSE,TRUE,TRUE +microsoft_power_bi-refresh-dataset,Refresh Dataset,Triggers a refresh operation for a specified Power BI dataset. [See the documentation](https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/refresh-dataset),FALSE,TRUE,FALSE +microsoft_power_bi-get-dataset-refresh,Get Dataset Refresh,Triggers a refresh operation for a specified Power BI dataset. [See the documentation](https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/get-refresh-history),FALSE,TRUE,TRUE +microsoft_power_bi-create-dataset,Create Dataset,Creates a new Push Dataset in Power BI. [See the documentation](https://learn.microsoft.com/en-us/rest/api/power-bi/push-datasets/datasets-post-dataset),FALSE,TRUE,FALSE +microsoft_power_bi-cancel-refresh,Cancel Dataset Refresh,Cancels a refresh operation for a specified dataset in Power BI. [See the documentation](https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/cancel-refresh),TRUE,TRUE,FALSE +microsoft_power_bi-add-rows-dataset-table,Add Rows to Dataset Table,Adds new data rows to the specified table within the specified dataset from My workspace. [See the documentation](https://learn.microsoft.com/en-us/rest/api/power-bi/push-datasets/datasets-post-rows),FALSE,TRUE,FALSE +discord-send-message,Send Message,Send a simple message to a Discord channel,FALSE,TRUE,FALSE +discord-send-message-advanced,Send Message (Advanced),Send a simple or structured message (using embeds) to a Discord channel,FALSE,TRUE,FALSE +countdown_api-get-search-results,Get Search Results from eBay,Retrieves search results from eBay. [See the documentation](https://www.countdownapi.com/docs/ebay-product-data-api/parameters/search),FALSE,TRUE,TRUE +countdown_api-get-reviews,Get Product Reviews,Retrieves customer reviews for a specific product on eBay. [See the documentation](https://www.countdownapi.com/docs/ebay-product-data-api/parameters/reviews),FALSE,TRUE,TRUE +countdown_api-get-product-data,Get Product Data,Retrieves data for a specific product on eBay using the Countdown API. [See the documentation](https://www.countdownapi.com/docs/ebay-product-data-api/parameters/product),FALSE,TRUE,TRUE +abstract-validate-email,Validate Email,Check the deliverability of a specified email address. [See the documentation](https://docs.abstractapi.com/email-validation),FALSE,TRUE,TRUE +flowiseai-make-prediction,Make Prediction,Calculates an output based on your created flow in Flowise. [See the documentation](https://docs.flowiseai.com/using-flowise/api#prediction-api),FALSE,TRUE,FALSE +mux-get-asset-or-livestream-id,Get Asset or Livestream ID,Returns an Asset or Livestream ID from a Playback ID. [See the documentation](https://docs.mux.com/api-reference#video/operation/get-asset-or-livestream-id),FALSE,TRUE,TRUE +mux-create-asset,Create Asset,Create a new asset with a track. [See the documentation](https://docs.mux.com/api-reference#video/operation/create-asset),FALSE,TRUE,FALSE +mux-create-asset-track,Create Asset Track,"Adds an asset track (for example, subtitles) to an asset. [See the documentation](https://docs.mux.com/api-reference#video/operation/create-asset-track)",FALSE,TRUE,FALSE +easysendy-add-subscriber,Add Subscriber,Adds a new subscriber to an EasySendy list. [See the documentation](https://developers.easysendyapp.com/easysendypro/),FALSE,TRUE,FALSE +azure_ai_vision-extract-text-from-image,Extract Text from Image,Extracts text from the provided image using Azure AI Vision OCR. [See the documentation](https://centraluseuap.dev.cognitive.microsoft.com/docs/services/unified-vision-apis-public-preview-2023-02-01-preview/operations/61d65934cd35050c20f73ab6),FALSE,TRUE,TRUE +raindrop-update-collection,Update Collection,Update an existing collection. [See the docs here](https://developer.raindrop.io/v1/collections/methods#update-collection),TRUE,TRUE,FALSE +raindrop-update-bookmark,Update Bookmark,Update an existing bookmark. [See the docs here](https://developer.raindrop.io/v1/raindrops/single#update-raindrop),TRUE,TRUE,FALSE +raindrop-save,Save to Raindrop Collection,Receive a link and save it into a specified collection. [See docs](https://developer.raindrop.io/v1/raindrops/single),FALSE,TRUE,FALSE +raindrop-retrieve-bookmarks,Retrieve Bookmarks from Collection,Retrieves all bookmarks from the specified collection. [See docs](https://developer.raindrop.io/v1/raindrops/multiple),FALSE,TRUE,TRUE +raindrop-list-collections,Retrieve All Collections,Retrieves all collections. [See the docs here](https://developer.raindrop.io/v1/collections/methods#get-root-collections),FALSE,TRUE,TRUE +raindrop-get-collection,Get Collection,Get collection. [See the docs here](https://developer.raindrop.io/v1/collections/methods#get-collection),FALSE,TRUE,TRUE +raindrop-get-bookmark,Get Bookmark,Retrieve bookmark detailed information by given ID. [See the docs here](https://developer.raindrop.io/v1/raindrops/single#get-raindrop),FALSE,TRUE,TRUE +raindrop-delete-collection,Delete Collection,Delete a collection. [See the docs here](https://developer.raindrop.io/v1/collections/methods#remove-collection),TRUE,TRUE,FALSE +raindrop-delete-bookmark,Delete Bookmark,Delete a bookmark. [See the docs here](https://developer.raindrop.io/v1/raindrops/single#remove-raindrop),TRUE,TRUE,FALSE +raindrop-create-collection,Create New Collection,Creates an additional collection. [See the docs here](https://developer.raindrop.io/v1/collections/methods#create-collection),FALSE,TRUE,FALSE +shorten_rest-short-link,Shorten Link,"Shortens a given long URL into an alias. If the alias name is not provided, the system generates one. If the domain input is not provided, it defaults to short.fyi. [See the documentation](https://docs.shorten.rest/#tag/Alias/operation/CreateAlias)",FALSE,TRUE,FALSE +shorten_rest-get-clicks,Get Clicks,Gets the click data. [See the documentation](https://docs.shorten.rest/#tag/Click/operation/GetClicks),FALSE,TRUE,TRUE +splynx-update-customer,Update Customer,Updates information of an existing customer. [See the documentation](https://splynx.docs.apiary.io/#reference/customers/customer/update-a-customer),TRUE,TRUE,FALSE +splynx-list-customers,List Customers,Get a list of your customers. [See the documentation](https://splynx.docs.apiary.io/#reference/customers/customers-collection/list-all-customers),FALSE,TRUE,TRUE +splynx-create-internet-service,Create Internet Service,Creates a new internet service with specified details. [See the documentation](https://splynx.docs.apiary.io/#reference/services/internet-services-collection/create-service),FALSE,TRUE,FALSE +splynx-create-customer,Create Customer,Creates a new customer with the provided details. [See the documentation](https://splynx.docs.apiary.io/#reference/customers/customers-collection/create-a-customer),FALSE,TRUE,FALSE +illumidesk-list-courses,List Courses,List all the courses associated with a given campus. [See the documentation](https://developers.illumidesk.com/reference/campuses_public_campuses_courses_list),FALSE,TRUE,TRUE +illumidesk-invite-course-member,Invite Course Member,Invites a user to a selected course. [See the documentation](https://developers.illumidesk.com/reference/courses_invitations_create),FALSE,TRUE,FALSE +illumidesk-create-course,Create Course,Create a new course. [See the documentation](https://developers.illumidesk.com/reference/campuses_courses_create),FALSE,TRUE,FALSE +illumidesk-create-course-lesson,Create Course Lesson,Create a new lesson in a course. [See the documentation](https://developers.illumidesk.com/reference/courses_lessons_create),FALSE,TRUE,FALSE +docupost-mail-postcard,Mail Postcard,"Dispatches a glossy, color 4x6 postcard via the US Postal Service. [See the documentation](https://help.docupost.com/help/send-postcard-api)",FALSE,TRUE,FALSE +docupost-mail-letter,Mail Letter,Sends a physical letter via USPS first class mail. [See the documentation](https://help.docupost.com/help/send-letter-api),FALSE,TRUE,FALSE +sendloop-remove-subscriber,Remove Subscriber,Unsubscribe an email address from your lists.,TRUE,TRUE,FALSE +sendloop-add-subscriber,Add Subscriber,Adds a new subscriber to a specified list.,FALSE,TRUE,FALSE +hyperise-create-personalised-short-link,Create Personalised Short Link,Creates a personalised short URL from provided inputs. [See the documentation](https://support.hyperise.com/en/api/Personalised-Short-Links-API),FALSE,TRUE,FALSE +fogbugz-update-person,Update Person,Edits an existing person in FogBugz. [See the documentation](https://support.fogbugz.com/hc/en-us/articles/360011330733-FogBugz-XML-API-Editing-a-Person),TRUE,TRUE,FALSE +fogbugz-list-projects,List Projects,Gets a list of projects in FogBugz. This can be used to quickly view all projects and their details. [See the documentation](https://support.fogbugz.com/hc/en-us/articles/360011242334-FogBugz-XML-API-Lists),FALSE,TRUE,TRUE +fogbugz-create-case,Create Case,Creates a new case on FogBugz. [See the documentation](https://support.fogbugz.com/hc/en-us/articles/360011330713-FogBugz-XML-API-Editing-Cases),FALSE,TRUE,FALSE +freshmarketer-remove-contact-from-list,Remove Contact From List,Removes a contact from a specific list by email or contact ID. [See the documentation](https://developers.freshworks.com/crm/api/#remove_contact_from_list),TRUE,TRUE,FALSE +freshmarketer-find-contact,Find Contact,Searches for a contact by email and returns contact details if found. [See the documentation](https://developers.freshworks.com/crm/api/#search),FALSE,TRUE,TRUE +freshmarketer-add-update-contact,Add or Update Contact,Create a new contact or updates an existing one.,TRUE,TRUE,FALSE +chatpdf-delete-pdf,Delete PDF,Deletes one or more PDFs from ChatPDF using their source IDs. [See the documentation](https://www.chatpdf.com/docs/api/backend),TRUE,TRUE,FALSE +chatpdf-chat-with-pdf,Chat With PDF,Sends messages to interact with a specific PDF using its source ID. Can handle single or multiple messages for complex queries. [See the documentation](https://www.chatpdf.com/docs/api/backend),FALSE,TRUE,FALSE +chatpdf-add-pdf-via-url,Add PDF Via URL,"Adds a PDF from a publicly accessible URL to ChatPDF, returning a source ID for interactions. [See the documentation](https://www.chatpdf.com/docs/api/backend)",FALSE,TRUE,FALSE +supercast-create-episode,Create an Episode,Creates a new episode on Supercast. [See the documentation](https://supercast.readme.io/reference/postepisodes),FALSE,TRUE,FALSE +supercast-create-creator,Create a Channel Creator,Creates a new channel creator on Supercast. [See the documentation](https://supercast.readme.io/reference/postcreators),FALSE,TRUE,FALSE +chatbot_builder-list-tags,List Tags,Lists all tags in Chatbot Builder. [See the documentation](https://app.chatgptbuilder.io/api/swagger/#/accounts/getpagetags),FALSE,TRUE,TRUE +chatbot_builder-delete-tag,Delete Tag,Deletes a tag from Chatbot Builder. [See the documentation](https://app.chatgptbuilder.io/api/swagger/#/accounts/deletetag),TRUE,TRUE,FALSE +chatbot_builder-create-tag,Create Tag,Creates a new tag in Chatbot Builder. [See the documentation](https://app.chatgptbuilder.io/api/swagger/#/accounts/createtag),FALSE,TRUE,FALSE +helpspace-update-customer,Update Customer,Updates a customer's details in Helpspace. [See the documentation](https://documentation.helpspace.com/api-customers),TRUE,TRUE,FALSE +helpspace-create-ticket,Create Ticket,Creates a new ticket in Helpspace. [See the documentation](https://documentation.helpspace.com/api-tickets),FALSE,TRUE,FALSE +helpspace-create-customer,Create Customer,Creates a new customer in Helpspace. [See the documentation](https://documentation.helpspace.com/api-customers),FALSE,TRUE,FALSE +home_connect-get-status,Get Home Appliance Status,Gets the status information of a home appliance. [See the documentation](https://api-docs.home-connect.com/general/#best-practices),FALSE,TRUE,TRUE +home_connect-get-programs,Get Available Programs,Get a list of available programs of a home appliance. [See the documentation](https://api-docs.home-connect.com/programs-and-options/#cleaning-robot_cleaning-mode-option),FALSE,TRUE,TRUE +home_connect-get-appliances,Get Home Appliances,Retrieves a list of paired home appliances. [See the documentation](https://apiclient.home-connect.com/#/appliances/get_home_appliances),FALSE,TRUE,TRUE +reachmail-opt-out-recipient-from-list,Opt Out Recipient From List,The action will remove the recipient from the specified list. [See the documentation](https://services.reachmail.net/),TRUE,TRUE,FALSE +dux_soup-save-profile-lead,Save Profile as Lead,Queues a profile save action to store the targeted profile as a lead. [See the documentation](https://support.dux-soup.com/article/115-remote-control-by-example),FALSE,TRUE,FALSE +dux_soup-message-profile,Message Profile,Queues a direct message that will be sent to the targeted profile. [See the documentation](https://support.dux-soup.com/article/115-remote-control-by-example),FALSE,TRUE,FALSE +dux_soup-connect-profile,Connect Profile,Queues a connection request to actively connect with a targeted LinkedIn profile. [See the documentation](https://support.dux-soup.com/article/115-remote-control-by-example),FALSE,TRUE,FALSE +dropmark-get-items-in-collection,Get Items in Collection,Retrieves a list of items in a specific collection. [See the documentation](https://support.dropmark.com/article/96-api),FALSE,TRUE,TRUE +dropmark-get-activity,Get Activity,"Retrieves a blended feed of newly created collections, items, comments, and reactions. [See the documentation](https://support.dropmark.com/article/96-api)",FALSE,TRUE,TRUE +desktime-stop-project,Stop Project,Stop tracking time for a given project and optionally a task. [See the documentation](https://desktime.com/app/settings/api?tab=project),TRUE,TRUE,FALSE +desktime-start-project,Start Project,Starts tracking time for a given project and optionally a task. [See the documentation](https://desktime.com/app/settings/api?tab=project),FALSE,TRUE,FALSE +desktime-create-project,Create a New Project with an optional task,Create a new project with an optional task in DeskTime. [See the documentation](https://desktime.com/app/settings/api?tab=project),FALSE,TRUE,FALSE +filestack-rotate-image,Rotate Image,Rotates an uploaded image by a specified degree. [See the documentation](https://www.filestack.com/docs/api/processing/#rotate),FALSE,TRUE,FALSE +filestack-resize-image,Resize Image,Resizes an uploaded image to specified width and height. [See the documentation](https://www.filestack.com/docs/api/processing/#resize),FALSE,TRUE,FALSE +filestack-filter-image,Filter Image,"Applies filters such as sharpening, blurring, sepia, monochrome, and more, to an uploaded image. [See the documentation](https://www.filestack.com/docs/api/processing/#image-filters)",FALSE,TRUE,FALSE +anonyflow-unprotect-sensitive-data,Unprotect Sensitive Data,"Decrypts protected data using AnonyFlow decryption service with a unique private key, managed by AnonyFlow. [See the documentation](https://anonyflow.com/api)",FALSE,TRUE,FALSE +anonyflow-protect-sensitive-data,Protect Sensitive Data,Encrypts sensitive data using AnonyFlow encryption service with a unique private key managed by AnonyFlow. [See the documentation](https://anonyflow.com/api),FALSE,TRUE,FALSE +content_snare-create-request,Create Request,Initiates a novel request on Content Snare. [See the documentation](https://api.contentsnare.com/partner_api/v1/documentation#post-/partner_api/v1/requests),FALSE,TRUE,FALSE +content_snare-create-client,Create Client,Creates a new client on Content Snare. [See the documentation](https://api.contentsnare.com/partner_api/v1/documentation#post-/partner_api/v1/clients),FALSE,TRUE,FALSE +howuku-get-survey-responses,Get Survey Responses,Retrieves a list of survey responses from Howuku. [See the documentation](https://rest.howuku.com/#survey),FALSE,TRUE,TRUE +twitter-unlike-tweet,Unlike Tweet,Unlike a tweet specified by its ID. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/tweets/likes/api-reference/delete-users-id-likes-tweet_id),TRUE,TRUE,FALSE +twitter-unfollow-user,Unfollow User,Unfollow a user. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/users/follows/api-reference/delete-users-source_id-following),TRUE,TRUE,FALSE +twitter-simple-search,Search Tweets,Retrieve Tweets from the last seven days that match a query. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/tweets/search/api-reference/get-tweets-search-recent),FALSE,TRUE,TRUE +twitter-simple-search-in-list,Search Tweets in List,Search Tweets by text in a list. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/lists/list-tweets/api-reference/get-lists-id-tweets),FALSE,TRUE,TRUE +twitter-send-dm,Send Direct Message (DM),Send a message to a user. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/direct-messages/manage/api-reference/post-dm_conversations-with-participant_id-messages),FALSE,TRUE,FALSE +twitter-retweet,Retweet a tweet,Retweet a tweet specified by ID. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/tweets/retweets/api-reference/post-users-id-retweets),FALSE,TRUE,FALSE +twitter-list-user-tweets,List User Tweets,Return a collection of the most recent tweets posted by a user. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/tweets/timelines/api-reference/get-users-id-tweets),FALSE,TRUE,TRUE +twitter-list-mentions,List Mentions,Return the most recent mentions for the specified user. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/tweets/timelines/api-reference/get-users-id-mentions),FALSE,TRUE,TRUE +twitter-list-lists,List Lists,Get all lists owned by a user. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/lists/list-lookup/api-reference/get-users-id-owned_lists),FALSE,TRUE,TRUE +twitter-list-followers,List Followers,Return a collection of user objects for users following the specified user. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/users/follows/api-reference/get-users-id-followers),FALSE,TRUE,TRUE +twitter-list-favorites,List Liked Tweets,Return the most recent tweets liked by you or the specified user. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/tweets/likes/api-reference/get-users-id-liked_tweets),FALSE,TRUE,TRUE +twitter-like-tweet,Like Tweet,Like a tweet specified by its ID. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/tweets/likes/api-reference/post-users-id-likes),FALSE,TRUE,FALSE +twitter-get-user,Get User,Get information about a user. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/users/lookup/api-reference/get-users-id),FALSE,TRUE,TRUE +twitter-get-tweet,Get Tweet,Return a single tweet specified by ID. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/tweets/lookup/api-reference/get-tweets-id),FALSE,TRUE,TRUE +twitter-follow-user,Follow User,Follow a user. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/users/follows/api-reference/post-users-source_user_id-following),TRUE,TRUE,FALSE +twitter-delete-tweet,Delete Tweet,Remove a posted tweet. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/tweets/manage-tweets/api-reference/delete-tweets-id),TRUE,TRUE,FALSE +twitter-create-tweet,Create Tweet,Create a new tweet. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/tweets/manage-tweets/api-reference/post-tweets),FALSE,TRUE,FALSE +twitter-add-user-to-list,Add User To List,Add a member to a list owned by the user. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/lists/list-members/api-reference/post-lists-id-members),FALSE,TRUE,FALSE +dynamics_365_business_central_api-update-customer,Update Customer,Updates an existing customer. [See the documentation](https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/api-reference/v2.0/api/dynamics_customer_update),TRUE,TRUE,FALSE +dynamics_365_business_central_api-get-sales-order,Get Sales Order,Retrieves a sales order by ID. [See the documentation](https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/api-reference/v2.0/api/dynamics_salesorder_get),FALSE,TRUE,TRUE +dynamics_365_business_central_api-create-customer,Create Customer,Creates a new customer. [See the documentation](https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/api-reference/v2.0/api/dynamics_customer_create),FALSE,TRUE,FALSE +all_images_ai-get-image-generation,Get Image Generation,Retrieves a previously generated image using its unique ID. [See the documentation](https://developer.all-images.ai/all-images.ai-api/api-reference/images-generation#get-image-generation),FALSE,TRUE,TRUE +all_images_ai-generate-images-advanced,Generate Advanced Customized Images,Generates advanced customized images using a prompt from the user. [See the documentation](https://developer.all-images.ai/all-images.ai-api/api-reference/images-generation#create-image-generation),FALSE,TRUE,FALSE +all_images_ai-buy-image,Buy Image,Allows user to purchase an image and receive a direct public link. User must have sufficient credit balance. [See the documentation](https://developer.all-images.ai/all-images.ai-api/api-reference/images#buy-image-return-direct-url),FALSE,TRUE,FALSE +proofly-toggle-campaign,Toggle Campaign Status,Switch a campaign's status between active and inactive. [See the documentation](https://proofly.io/developers),FALSE,TRUE,FALSE +proofly-get-notification-data,Get Notification Data,Get data for a notification. [See the documentation here](https://proofly.io/developers),FALSE,TRUE,TRUE +google_cloud_translate-translate,Translate,Translate text using Google Cloud Translate,FALSE,TRUE,TRUE +gpt_trainer-create-session,Create Chat Session,Create a chat session for a chatbot specified by chatbot UUID. [See the documentation](https://guide.gpt-trainer.com/api-reference/sessions/create),FALSE,TRUE,FALSE +gpt_trainer-create-message,Create Message,Create a session message for a chatbot session specified by session UUID. [See the documentation](https://guide.gpt-trainer.com/api-reference/messages/create),FALSE,TRUE,FALSE +gpt_trainer-create-chatbot,Create Chatbot,Creates a new chatbot that belongs to the authenticated user. [See the documentation](https://guide.gpt-trainer.com/api-reference/chatbots/create),FALSE,TRUE,FALSE +lastpass-delete-user,Delete User,"Deactivates or completely removes a user account. This action must be used responsibly, considering its irreversible nature.",TRUE,TRUE,FALSE +lastpass-add-remove-user-in-groups,Add or Remove User in Groups,Manages user group membership in LastPass. Either adds a user to a group or removes them from a group.,TRUE,TRUE,FALSE +rkvst-create-event,Create Event,Create a new event based on an asset. [See the documentation](https://docs.datatrails.ai/developers/api-reference/events-api/),FALSE,TRUE,FALSE +rkvst-create-asset,Create Asset,Allows for the addition of a new asset into the RKVST system. [See the documentation](https://docs.datatrails.ai/developers/api-reference/assets-api/),FALSE,TRUE,FALSE +octopush_sms-send-new-sms,Send New SMS,Sends a new SMS using Octopush SMS. [See the documentation](https://dev.octopush.com/en/sms-gateway-api-documentation/send-sms/),FALSE,TRUE,FALSE +octopush_sms-add-contact,Add Contact,Adds a new contact to a list in the Octopush SMS Gateway. [See the documentation](https://dev.octopush.com/en/sms-gateway-api-documentation/add-a-contact/),FALSE,TRUE,FALSE +templated-list-templates,List Templates,List all templates of a user on Templated. [See the documentation](https://app.templated.io/docs#list-all-templates),FALSE,TRUE,TRUE +templated-list-template-layers,List Template Layers,Lists all layers of a template. [See the documentation](https://app.templated.io/docs#list-template-layers),FALSE,TRUE,TRUE +templated-get-template,Get Template,Retrieves a single template object referenced by its unique ID. [See the documentation](https://app.templated.io/docs#retrieve-template),FALSE,TRUE,TRUE +templated-create-render,Create Render,Creates a render on a template in Templated. [See the documentation](https://app.templated.io/docs#create-render),FALSE,TRUE,FALSE +commpeak-request-bulk-number-lookup,Request Bulk Number Lookup,"Perform a bulk number lookup, to later fetch the results when the operation is finished. [See the documentation](https://lookup.api-docs.commpeak.com/?_gl=1*50xs02*_gcl_au*MTMxMzgzMzA3Ny4xNjk3NTY0NDE3#cda1e4c3-963e-4d9e-b9a7-16b6616bdda5)",FALSE,TRUE,TRUE +commpeak-get-single-number-lookup,Get Single Number Lookup,Perform validation or lookup for a single phone number. [See the documentation](https://lookup.api-docs.commpeak.com/?_gl=1*50xs02*_gcl_au*MTMxMzgzMzA3Ny4xNjk3NTY0NDE3#46bd7a69-dc33-4014-a8de-54c54bdc57d7),FALSE,TRUE,TRUE +commpeak-get-bulk-lookup-results,Get Bulk Lookup Results,Get results for a bulk lookup operation. [See the documentation](https://lookup.api-docs.commpeak.com/?_gl=1*50xs02*_gcl_au*MTMxMzgzMzA3Ny4xNjk3NTY0NDE3#a447e1e8-f0c3-4068-83d7-e761d89c4a38),FALSE,TRUE,TRUE +commpeak-get-account-info,Get Account Info,Get account information such as balance and tariffs. [See the documentation](https://lookup.api-docs.commpeak.com/?_gl=1*50xs02*_gcl_au*MTMxMzgzMzA3Ny4xNjk3NTY0NDE3#84b40f09-cf1e-4729-a556-4da44c6f6ade),FALSE,TRUE,TRUE +bluesky_by_unshape-reply-post,Reply to a Post,Allows you to reply to a post in Bluesky. [See the documentation](https://unshape.readme.io/reference/post_bluesky-reply),FALSE,TRUE,FALSE +bluesky_by_unshape-get-post,Get Post,Fetches a post from Bluesky using its URL. [See the documentation](https://unshape.readme.io/reference/get_bluesky-post),FALSE,TRUE,FALSE +bluesky_by_unshape-create-post,Create Post,Creates a new post in Bluesky. [See the documentation](https://unshape.readme.io/reference/post_bluesky-create-post),FALSE,TRUE,FALSE +castmagic-submit-transcription-request,Submit Transcription Request,Submits a request to transcribe from a URL. [See the documentation](https://docs.castmagic.io/endpoints/transcripts),FALSE,TRUE,FALSE +castmagic-get-transcription,Get Transcription,Retrieves details for a transcript given an identifier. [See the documentation](https://docs.castmagic.io/endpoints/transcripts),FALSE,TRUE,TRUE +wachete-fetch-monitor-data,Fetch Monitor Data,Retrieves data from a monitored website or web pages. [See the documentation(https://api.wachete.com/swagger/ui/index/index.html),TRUE,TRUE,FALSE +wachete-delete-monitor,Delete Monitor,Removes an existing monitor for a specific website or web page. [See the documentation(https://api.wachete.com/swagger/ui/index/index.html),TRUE,TRUE,FALSE +wachete-create-monitor,Create Monitor,Creates a new monitor for a specific website or web page. [See the documentation(https://api.wachete.com/swagger/ui/index/index.html),TRUE,TRUE,FALSE +ultramsg-send-document,Send a Document,Send a document to a specified number. [See the docs here](https://docs.ultramsg.com/api/post/messages/document),FALSE,TRUE,FALSE +bybit-linear-position-set-trading-stop,ByBit Linear Position Set Trading stop,"Set take profit, stop loss, and trailing stop for your open position. If using partial mode, TP/SL/TS orders will not close your entire position. [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-placeactive)",TRUE,TRUE,FALSE +bybit-linear-position-set-auto-margin,ByBit Linear Position Set Auto Margin,Auto Update Margin. [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-setautoaddmargin),TRUE,TRUE,FALSE +winston_ai-detect-plagiarism,Detect Plagiarism,Inspects if the submitted text contains plagiarised materials. [See the documentation](https://docs.gowinston.ai/api-reference/plagiarism/post),FALSE,TRUE,FALSE +winston_ai-detect-ai-content,Detect AI-Generated Content,Investigates whether AI-generated content is present within the given text. [See the documentation](https://docs.gowinston.ai/api-reference/predict/post),FALSE,TRUE,FALSE +nutshell-create-lead,Create Lead,Initiates a new lead within Nutshell. [See the documentation](https://developers.nutshell.com),FALSE,TRUE,FALSE +nutshell-create-contact,Create Contact,Creates a new contact. [See the documentation](https://developers.nutshell.com/detail/class_core.html#a4b40d4fe9c7b8ddfd7231aca65cd1556),FALSE,TRUE,FALSE +nutshell-create-company,Create Company,Creates a new company within Nutshell. [See the documentation](https://developers.nutshell.com/detail/class_core.html#a491d4330ca35e5403edd48a2cfd3b275),FALSE,TRUE,FALSE +brevo-send-transactional-email,Send Transactional Email,Send transactional email. [See the docs](https://developers.brevo.com/reference/sendtransacemail) for more information.,FALSE,TRUE,FALSE +ticktick-update-task,Update a Task,Update a Task. [See documentation](https://developer.ticktick.com/api#/openapi?id=update-a-task),TRUE,TRUE,FALSE +ticktick-list-projects,List Projects,List all projects in a TickTick account. [See the documentation](https://developer.ticktick.com/api#/openapi?id=get-user-project),FALSE,TRUE,TRUE +ticktick-create-task,Create a Task,Create a Task. [See the documentation](https://developer.ticktick.com/api#/openapi?id=create-a-task),FALSE,TRUE,FALSE +ticktick-complete-task,Complete a Task,Complete a Task. [See the documentation](https://developer.ticktick.com/api#/openapi?id=complete-task),FALSE,TRUE,FALSE +keysender-create-transaction,Create Transaction,Creates a new transaction within Keysender. [See the documentation](https://panel.keysender.co.uk/api#tag/Transaction/paths/~1transaction~1addcustom/post),FALSE,TRUE,FALSE +thoughtful_gpt-process-csv-files,Process CSV Files,"Analyzes provided CSV data, generates queries, and creates data visualizations. [See the documentation](https://docs.thoughtfulgpt.com/thoughtfulgpt-documentation/product-guide/api-reference)",FALSE,TRUE,FALSE +thoughtful_gpt-process-content-macro,Process Content Macro,Processes given content using a specified macro. [See the documentation](https://docs.thoughtfulgpt.com/thoughtfulgpt-documentation/product-guide/api-reference),FALSE,TRUE,FALSE +_46elks-send-sms,Send SMS,Composes and sends an SMS message to a specified phone number. [See the documentation](https://46elks.com/docs/send-sms),FALSE,TRUE,FALSE +_46elks-make-phone-call,Make Phone Call,Dials and connects two phone numbers using the 46elks service. [See the documentation](https://46elks.com/docs/make-call),FALSE,TRUE,FALSE +satuit-find-contact-by-email,Find Contact By Email,Searches for a specific contact within the Satuit platform using an email address as the key identifier. [See the documentation](https://satuittechnologies.zendesk.com/hc/en-us/articles/360055725213-Satuit-REST-API-Postman-Documentation),FALSE,TRUE,TRUE +satuit-create-dealflow,Create Dealflow,"Creates a new dealflow within the Satuit platform, setting up a new series of business interactions. [See the documentation](https://satuittechnologies.zendesk.com/hc/en-us/articles/360055725213-Satuit-REST-API-Postman-Documentation)",FALSE,TRUE,FALSE +satuit-create-business,Create Business,Creates a new business within the Satuit platform. [See the documentation](https://satuittechnologies.zendesk.com/hc/en-us/articles/360055725213-Satuit-REST-API-Postman-Documentation),FALSE,TRUE,FALSE +scoredetect-create-timestamp-text,Create Timestamped Blockchain Certificate,Creates a timestamped blockchain certificate using the provided text. [See the documentation](https://api.scoredetect.com/docs/routes#create-certificate),FALSE,TRUE,FALSE +triggre-start-automation-flow,Start Automation Flow,Starts an automation flow within your Triggre application. [See the documentation](https://docs.triggre.com/lessons/how-to-create-an-incoming-web-api),FALSE,TRUE,FALSE +mctime-stop-clocking,Stop Clocking,Stop an existing clocking time entry. [See the documentation](https://mctime.readme.io/reference/manipulating-clocking-times),TRUE,TRUE,FALSE +mctime-start-clocking,Start Clocking,Start a new clocking time entry. [See the documentation](https://mctime.readme.io/reference/manipulating-clocking-times),FALSE,TRUE,FALSE +craftboxx-update-project-and-appointment,Update Project and Appointment,Applies updates to a project and its corresponding appointment in Craftboxx. [See the documentation](https://api.craftboxx.de/docs/docs.json),TRUE,TRUE,FALSE +craftboxx-create-customer-and-mailing-address,Create Customer and Mailing Address,Creates a new customer along with their mailing address in Craftboxx. [See the documentation](https://api.craftboxx.de/docs/docs.json),FALSE,TRUE,FALSE +craftboxx-create-article,Create Article,Creates a new article in Craftboxx. [See the documentation](https://api.craftboxx.de/docs/docs.json),FALSE,TRUE,FALSE +ncscale-push-log,Push Log,Pushes a new log entry to the ncscale app. [See the documentation](https://documentation.ncscale.io/docs/api/push-log),FALSE,TRUE,FALSE +interseller-update-contact,Update Contact,Update an existing contact. [See the documentation](https://interseller.readme.io/reference/update-contact),TRUE,TRUE,FALSE +interseller-set-contact-replied,Set Contact Replied,Update an existing contact to indicate as contacted. [See the documentation](https://interseller.readme.io/reference/set-contact-replied),TRUE,TRUE,FALSE +faraday-predict,Predict,Returns a prediction about a single person. [See the documentation](https://faraday.ai/developers/reference/lookupontarget),FALSE,TRUE,FALSE +shopwaive-set-available-balance,Set Available Balance,Updates the available balance of a customer to an exact value. [See the documentation](https://api.shopwaive.com/reference/rest-api-documentation/customer-api#set-customer-balance),TRUE,TRUE,FALSE +shopwaive-get-available-balance,Get Available Balance,Fetches the current available balance of a customer. [See the documentation](https://api.shopwaive.com/reference/rest-api-documentation/customer-api#get-customer-account-balance-and-transactions),FALSE,TRUE,TRUE +shopwaive-adjust-available-balance,Adjust Available Balance,Adjusts the available balance of a customer. [See the documentation](https://api.shopwaive.com/reference/rest-api-documentation/customer-api#adjust-customer-balance),FALSE,TRUE,FALSE +chatfai-search-characters,Search Public Characters,Search for public characters on ChatFAI. [See the documentation](https://chatfai.com/developers/docs#tag/characters/paths/~1characters~1search/get),FALSE,TRUE,TRUE +chatfai-get-character,Get Public Character by ID,Gets a public character by ID from ChatFAI. [See the documentation](https://chatfai.com/developers/docs#tag/characters/paths/~1characters~1{id}/get),FALSE,TRUE,TRUE +chatfai-generate-message,Generate Message Reply,Generates a message reply using a ChatFAI character. [See the documentation](https://chatfai.com/developers/docs#tag/Chat/paths/~1chat/post),FALSE,TRUE,FALSE +yespo-send-email,Send Email,Generates and sends an email using the assigned template. [See the documentation](https://docs.yespo.io/reference/sendemail-1),FALSE,TRUE,FALSE +yespo-generate-event,Generate Event,Sends an event to the specified user. [See the documentation](https://docs.yespo.io/reference/registerevent-1),FALSE,TRUE,TRUE +yespo-add-update-contact,Add or Update Contact,Adds a new contact or updates an existing one. [See the documentation](https://docs.yespo.io/reference/addcontact-1),TRUE,TRUE,FALSE +urlbox_io-generate-screenshot-from-url,Generate Screenshot From URL,Generate a screenshot of a website provided by a url. [See the docs here](https://www.urlbox.io/docs/examplecode/node),FALSE,TRUE,TRUE +urlbox_io-generate-screenshot-from-html,Generate Screenshot From HTML,Generate a screenshot of a website provided by a html. [See the docs here](https://www.urlbox.io/docs/examplecode/node),FALSE,TRUE,TRUE +whatsable-send-message,Send Message,Sends a message to a verified WhatsApp number. [See the documentation](https://www.whatsable.app/api),FALSE,TRUE,FALSE +coinmarketcap-latest-quotes,Get Latest Quotes,"Returns the latest market quote for 1 or more cryptocurrencies. Use the """"convert"""" option to return market values in multiple fiat and cryptocurrency conversions in the same call. At least one """"id"""" or """"slug"""" or """"symbol"""" is required for this request. [See the documentation](https://coinmarketcap.com/api/documentation/v1/#operation/getV1CryptocurrencyQuotesLatest)",FALSE,TRUE,TRUE +coinmarketcap-latest-listings,Get Latest Listings,Returns a paginated list of all active cryptocurrencies with latest market data. [See the documentation](https://coinmarketcap.com/api/documentation/v1/#operation/getV1CryptocurrencyListingsLatest),FALSE,TRUE,TRUE +coinmarketcap-id-map,Get ID Map (V1),Returns a mapping of all cryptocurrencies to unique CoinMarketCap ids. [See the documentation](https://coinmarketcap.com/api/documentation/v1/#operation/getV1CryptocurrencyMap),FALSE,TRUE,TRUE +coinmarketcap-get-cryptocurrency-metadata,Get Cryptocurrency Metadata,Returns all static metadata available for one or more cryptocurrencies. [See the documentation](https://coinmarketcap.com/api/documentation/v1/#operation/getV2CryptocurrencyInfo),FALSE,TRUE,TRUE +wordpress_org-update-user,Update User,Updates the information of a user. [See the documentation](https://developer.wordpress.org/rest-api/reference/users/#update-a-user-2),TRUE,TRUE,FALSE +wordpress_org-update-post,Update Post,Updates a post specified by its ID. [See the documentation](https://developer.wordpress.org/rest-api/reference/posts/#update-a-post),TRUE,TRUE,FALSE +wordpress_org-search-posts,Search Posts,Searches for specific posts. [See the documentation](https://developer.wordpress.org/rest-api/reference/posts/#list-posts),FALSE,TRUE,TRUE +wordpress_org-get-user,Get User,Retrieves information for a user. [See the documentation](https://developer.wordpress.org/rest-api/reference/users/#retrieve-a-user-2),FALSE,TRUE,TRUE +wordpress_org-create-user,Create User,Creates a user. [See the documentation](https://developer.wordpress.org/rest-api/reference/users/#create-a-user),FALSE,TRUE,FALSE +wordpress_org-create-post,Create Post,Creates a post. [See the documentation](https://developer.wordpress.org/rest-api/reference/posts/#create-a-post),FALSE,TRUE,FALSE +_twocaptcha-submit-captcha,Submit Captcha for Solving,Send a new captcha to the 2Captcha service for solving. Required props are clientKey and task object.,FALSE,TRUE,FALSE +_twocaptcha-retrieve-solution,Retrieve Captcha Solution,Fetch the solution of a previously submitted captcha from the 2Captcha service.,FALSE,TRUE,TRUE +_twocaptcha-check-account-balance,Check 2Captcha Account Balance,Get the current account balance from the 2Captcha API. [See the documentation](https://2captcha.com/api-docs/get-balance),FALSE,TRUE,TRUE +vitally-create-task,Create Task,Create a new task. [See the documentation](https://docs.vitally.io/pushing-data-to-vitally/rest-api/tasks#create-a-task-post),FALSE,TRUE,FALSE +vitally-create-note,Create Note,Create a new note. [See the documentation](https://docs.vitally.io/pushing-data-to-vitally/rest-api/notes#create-a-note-post),FALSE,TRUE,FALSE +vitally-create-message,Create Message,Create a new message. [See the documentation](https://docs.vitally.io/pushing-data-to-vitally/rest-api/messages#create-a-message-post),FALSE,TRUE,FALSE +omnivore-search-for-pages,Search For Pages,Search for pages in Omnivore. [See the documentation](https://github.com/omnivore-app/omnivore/blob/main/packages/api/src/schema.ts#L2680),FALSE,TRUE,TRUE +omnivore-save-url,Save URL,Save a URL to Omnivore. [See the documentation](https://github.com/omnivore-app/omnivore/blob/main/packages/api/src/schema.ts#L2590),FALSE,TRUE,FALSE +omnivore-save-page,Save Page,Save a page with supplied HTML content. [See the documentation](https://docs.omnivore.app/integrations/api.html#commonly-used-methods),FALSE,TRUE,FALSE +omnivore-get-article,Get Article,Get a single article and its content. [See the documentation](https://github.com/omnivore-app/omnivore/blob/main/packages/api/src/schema.ts#L2659),FALSE,TRUE,TRUE +google_contacts-update-contact,Update Contact,Updates a contact. [See the documentation](https://developers.google.com/people/api/rest/v1/people/updateContact),TRUE,TRUE,FALSE +google_contacts-get-contact,Get Contact,Get information about a contact. [See the documentation](https://developers.google.com/people/api/rest/v1/people/get),FALSE,TRUE,TRUE +google_contacts-delete-contact,Delete Contact,Deletes a contact. [See the documentation](https://developers.google.com/people/api/rest/v1/people/deleteContact),TRUE,TRUE,FALSE +google_contacts-create-contact,Create Contact,Creates a contact. [See the documentation](https://developers.google.com/people/api/rest/v1/people/createContact),FALSE,TRUE,FALSE +awork-find-users-by-email,Find Users By Email,Finds a user by email. [See docs here](https://openapi.awork.io/#/Users/get_users),FALSE,TRUE,TRUE +awork-create-project,Create Project,Creates a project. [See docs here](https://openapi.awork.io/#/Projects/post_projects),FALSE,TRUE,FALSE +kwtsms-send-sms,Send SMS,Sends an SMS to a specified number. [See the documentation](https://www.kwtsms.com/doc/KwtSMS.com_API_Documentation_v37.pdf),FALSE,TRUE,FALSE +awork-create-client,Create Client,Creates a client. [See docs here](https://openapi.awork.io/#/Companies/post_companies),FALSE,TRUE,FALSE +fraudlabs_pro-verify-otp,Get Verification Result,Verify that an OTP sent by the Send SMS Verification API is valid. Please refer to the [documentation](https://www.fraudlabspro.com/developer/api/get-result) for the explanation of the result returned.,FALSE,TRUE,FALSE +fraudlabs_pro-send-sms-verification,Send SMS Verification,"Send an SMS with verification code and a custom message for authentication purpose. Please refer to the [documentation](https://www.fraudlabspro.com/developer/api/send-verification) for the explanation of the result returned. NOTE: You need to register for an API key before using this REST API. Please visit [Micro Plan](https://www.fraudlabspro.com/sign-up) to sign up for an API key if you do not have one. In addition, you will also have to make sure you have enough SMS credits to send any verification SMS.",FALSE,TRUE,FALSE +knowfirst-view-business-feed,View Business Feed,Retrieve feed event history for a business. [See the documentation](https://www.knowfirst.ai/docs/api/#/Feed/FeedList),FALSE,TRUE,TRUE +knowfirst-stop-tracking-business,Stop Tracking Business,Stop tracking a business that you are currently tracking. [See the documentation](https://www.knowfirst.ai/docs/api/#/Tracking/TrackingDelete),TRUE,TRUE,FALSE +knowfirst-start-tracking-business,Start Tracking Business,Start tracking a business to receive notifications when changes occur. [See the documentation](https://www.knowfirst.ai/docs/api/#/Tracking/TrackingPut),FALSE,TRUE,FALSE +little_green_light-update-constituent,Update Constituent,Updates a constituent along with related objects in Little Green Light. [See the documentation](https://api.littlegreenlight.com/api-docs/static.html#update_constituent),TRUE,TRUE,FALSE +little_green_light-create-constituent,Create Constituent,Adds a constituent to an account along with related objects. [See the documentation](https://api.littlegreenlight.com/api-docs/static.html#create_new_constituent),FALSE,TRUE,FALSE +little_green_light-add-gift,Add Gift,Adds a new gift to a constituent in Little Green Light. [See the documentation](https://api.littlegreenlight.com/api-docs/static.html#create_new_gift),FALSE,TRUE,FALSE +mobygames-list-platforms,List Platforms,List all platforms available for filtering games via the MobyGames API. [See the documentation](https://www.mobygames.com/info/api/#platforms),FALSE,TRUE,TRUE +mobygames-list-genres,List Genres,Provides a list of genres which may be used for filtering games via the MobyGames API. [See the documentation](https://www.mobygames.com/info/api/#genres),FALSE,TRUE,TRUE +mobygames-list-games,List Games,Provides a list of games. [See the documentation](https://www.mobygames.com/info/api/#games),FALSE,TRUE,TRUE +turbot_pipes-update-organization,Update Organization,Updates an organization. [See the documentation](https://redocly.github.io/redoc/?url=https://pipes.turbot.com/api/latest/docs/openapi.json&nocors#tag/Orgs/operation/org_update),TRUE,TRUE,FALSE +turbot_pipes-delete-organization,Delete Organization,Deletes the specified organization. [See the documentation](https://redocly.github.io/redoc/?url=https://pipes.turbot.com/api/latest/docs/openapi.json&nocors#tag/orgs/operation/org_delete),TRUE,TRUE,FALSE +turbot_pipes-create-organization,Create Organization,Creates a new organization in Turbot Pipes. [See the documentation](https://redocly.github.io/redoc/?url=https://pipes.turbot.com/api/latest/docs/openapi.json&nocors#tag/Orgs/operation/org_create),FALSE,TRUE,FALSE +nordigen-get-account-transactions,Get Account Transactions,Get the transactions of a Nordigen account. [See the docs](https://ob.nordigen.com/api/docs#/accounts/accounts_transactions_retrieve),FALSE,TRUE,TRUE +nordigen-get-account-metadata,Get Account Metadata,Get the metadata of a Nordigen account. [See the docs](https://ob.nordigen.com/api/docs#/accounts/retrieve%20account%20metadata),FALSE,TRUE,TRUE +nordigen-get-account-details,Get Account Details,Get the details of a Nordigen account. [See the docs](https://ob.nordigen.com/api/docs#/accounts/accounts_details_retrieve),FALSE,TRUE,TRUE +nordigen-get-account-balances,Get Account Balances,Get the balances of a Nordigen account. [See the docs](https://ob.nordigen.com/api/docs#/accounts/accounts_balances_retrieve),FALSE,TRUE,TRUE +nordigen-delete-requisition-link,Delete Requisition Link,Delete requisition and its end user agreement. [See the docs](https://ob.nordigen.com/api/docs#/requisitions/delete%20requisition%20by%20id%20v2),TRUE,TRUE,FALSE +nordigen-create-requisition-link,Create Requisition Link,Create a requisition link and id to be used in other Nordigen actions. [See the docs](https://nordigen.com/en/account_information_documenation/integration/quickstart_guide/),FALSE,TRUE,FALSE +mx_technologies-create-user,Create User,Creates a new user in the MX Technologies platform. [See the documentation](https://docs.mx.com/api-reference/platform-api/reference/create-user),FALSE,TRUE,FALSE +mx_technologies-create-account,Create Account,Creates a new account for a specific user. [See the documentation](https://docs.mx.com/api-reference/platform-api/reference/create-manual-account),FALSE,TRUE,FALSE +tpscheck-check-number,Check Number Against TPS/CTPS,Validates a provided number against the TPS/CTPS register. [See the documentation](https://www.tpscheck.uk/profile#api),FALSE,TRUE,FALSE +reputation_lyncs-add-customer,Add Customer,Adds a new customer to the Reputation Lyncs platform. [See the documentation](https://documenter.getpostman.com/view/25361963/2s93Xzw2bS#46718236-5ef1-4c93-992d-cd7d3722b02f),FALSE,TRUE,FALSE +linearb-create-incident,Create Incident,Create a new incident within the LinearB platform. [See the documentation](https://docs.linearb.io/api-incidents/#create-incident),FALSE,TRUE,FALSE +dopplerai-send-message,Send Message,Dispatches a message to the artificial intelligence. [See the documentation](https://api.dopplerai.com/docs/reference#tag/Messages/operation/send_message_v1_messages_post),FALSE,TRUE,FALSE +dopplerai-create-collection,Create Collection,Establishes a new collection to save uploaded data. [See the documentation](https://api.dopplerai.com/docs/reference#tag/Collections/operation/create_collection_v1_collections_post),FALSE,TRUE,FALSE +dopplerai-create-chat,Create Chat,Initializes a new chat thread. [See the documentation](https://api.dopplerai.com/docs/reference#tag/Chats/operation/create_chat_v1_chats_post),FALSE,TRUE,FALSE +qualetics-send-data,Send Data,Send an event with data to the system. [See the documentation](https://docs.qualetics.com/rest-api-integration-to-send-data),FALSE,TRUE,FALSE +qualetics-run-data-machine,Run Data Machine,"Initiates a previously designed data machine within Qualetics, executing the specific analytical tasks it was built for. [See the documentation](https://docs.qualetics.com/data-machines)",FALSE,TRUE,FALSE +interzoid-get-organization-match,Get Organization Match Score,Retrieve a match score (likelihood of matching) from 0-100 between two organization names. [See the documentation](https://www.interzoid.com/apis/organization-match-score),FALSE,TRUE,TRUE +interzoid-get-full-name-match,Get Full Name Match Score,Retrieve a match score (likelihood of matching) between two individual names on a scale of 0-100. [See the documentation](https://www.interzoid.com/apis/individual-match-score),FALSE,TRUE,TRUE +interzoid-generate-match-report,Generate Match Report,Generate a Match Report using a dataset table or file (CSV/TSV/Excel). [See the documentation](https://connect.interzoid.com/data-matching-workflow),FALSE,TRUE,TRUE +reform-extract-data-from-text,Extract Data From Text,Extract structured data from unstructured text. [See the documentation](https://docs.reformhq.com/synchronous-data-processing/extract-from-text),FALSE,TRUE,FALSE +slite-update-doc,Update Document,Modifies a Slite document. [See the documentation](https://developers.slite.com/reference/updatenote),TRUE,TRUE,FALSE +slite-fetch-sub-docs,Fetch Sub-Documents,Fetches a certain number of sub-documents related to a parent document in Slite. [See the documentation](https://developers.slite.com/reference/getnotechildren),FALSE,TRUE,TRUE +slite-create-doc,Create Document,Creates a new document within a chosen parent document or private channel. [See the documentation](https://developers.slite.com/reference/createnote),FALSE,TRUE,FALSE +morningmate-create-task,Create Task,Creates a new task on a specific project. [See the documentation](https://api.morningmate.com/docs/api/posts#createTask-metadata),FALSE,TRUE,FALSE +morningmate-create-schedule,Create Schedule,Creates a new schedule for a specific project. [See the documentation](https://api.morningmate.com/docs/api/posts#createSchedule-metadata),FALSE,TRUE,FALSE +morningmate-create-notification,Create Notification,Sends a notification message to the user. [See the documentation](https://api.morningmate.com/docs/api/bots#createBotNotification-metadata),FALSE,TRUE,FALSE +chaindesk-update-agent,Update Agent,Updates the agent to improve the accuracy of generated responses.,TRUE,TRUE,FALSE +chaindesk-submit-message,Submit Message,Allows the API to send a message input from the user.,FALSE,TRUE,FALSE +https_airbyte_com-update-workspace,Update Workspace,Updates a workspace on Airbyte. [See the documentation](https://reference.airbyte.com/reference/updateworkspace),TRUE,TRUE,FALSE +https_airbyte_com-list-workspaces,List Workspaces,Lists workspaces on Airbyte. [See the documentation](https://reference.airbyte.com/reference/listworkspaces),FALSE,TRUE,TRUE +https_airbyte_com-delete-workspace,Delete Workspace,Deletes a workspace on Airbyte. [See the documentation](https://reference.airbyte.com/reference/deleteworkspace),TRUE,TRUE,FALSE +https_airbyte_com-create-workspace,Create Workspace,Creates a workspace on Airbyte. [See the documentation](https://reference.airbyte.com/reference/createworkspace),FALSE,TRUE,FALSE +codescene-get-projects,Get Projects,Returns a list of projects. [See the documentation](https://codescene.io/docs/integrations/public-api.html#projects-list),FALSE,TRUE,TRUE +codescene-get-project-analysis,Get Project Analysis,Returns a single project analysis. [See the documentation](https://codescene.io/docs/integrations/public-api.html#single-analysis-details),FALSE,TRUE,TRUE +codescene-create-project,Create a New Project,Creates a new project in CodeScene. [See the documentation](https://codescene.io/docs/integrations/public-api.html?highlight=api#new-project),FALSE,TRUE,FALSE +passslot-update-pass,Update Pass,Updates an existing pass with new information. [See the documentation](https://www.passslot.com/developer/api/resources/updatePassValues),TRUE,TRUE,FALSE +passslot-delete-pass,Delete Pass,Deletes a specified pass from PassSlot. [See the documentation](https://www.passslot.com/developer/api/resources/deletePass),TRUE,TRUE,FALSE +passslot-create-pass,Create Pass,Creates a new pass using specified pass template. [See the documentation](https://www.passslot.com/developer/api/resources/createPassFromTemplate),FALSE,TRUE,FALSE +herobot_chatbot_marketing-send-message,Send Message,Sends a message to a user through the chatbot. [See the documentation](https://my.herobot.app/api/swagger/#/Users/sendTextMessage),FALSE,TRUE,FALSE +herobot_chatbot_marketing-create-user,Create User,Saves pertinent information about a new user. [See the documentation](https://my.herobot.app/api/swagger/#/Users/createNewContact),FALSE,TRUE,FALSE +herobot_chatbot_marketing-create-custom-field,Create Custom Field,Create a new custom field in the HeroBot account. [See the documentation](https://my.herobot.app/api/swagger/#/Accounts/createCustomField),FALSE,TRUE,FALSE +btcpay_server-get-store-on-chain-wallet-balance,Get Store On-Chain Wallet Balance,Fetches the balance of your on-chain store wallet. [See the documentation](https://docs.btcpayserver.org/API/Greenfield/v1/#operation/StoreOnChainWallets_ShowOnChainWalletOverview),FALSE,TRUE,TRUE +btcpay_server-create-payment-request,Create Payment Request,Generates a new payment request for a user. [See the documentation](https://docs.btcpayserver.org/API/Greenfield/v1/#operation/PaymentRequests_CreatePaymentRequest),FALSE,TRUE,FALSE +expedy-create-print-job,Create Print Job,Sends a print job to the designated thermal printer using its unique identifier (uid). [See the documentation](https://expedy.stoplight.io/docs/api-v2/01132c3490c8b-create-a-print-job),FALSE,TRUE,FALSE +_0codekit-read-barcode,Read Barcode,Reads a QR code from an image. [See the documentation](https://documenter.getpostman.com/view/18297710/UVkntwBv#84ecd80e-af50-406b-abd7-698826773500),FALSE,TRUE,TRUE +_0codekit-compress-pdf,Compress PDF,Compresses a PDF using the specified URL. [See the documentation](https://documenter.getpostman.com/view/18297710/UVkntwBv#fdcb09dc-c316-4b80-b523-5a1f3afac1e6),FALSE,TRUE,TRUE +cody-send-message,Send Message,Send your message and receive the AI-generated response. [See the documentation](https://developers.meetcody.ai/operation/operation-send-message),FALSE,TRUE,FALSE +cody-create-document,Create Document,Turn text content into a document and add it directly to your knowledge base. [See the documentation](),FALSE,TRUE,FALSE +jira_service_desk-create-request,Create Request,Creates a new customer request. [See the documentation](https://docs.atlassian.com/jira-servicedesk/REST/3.6.2/#servicedeskapi/request-createCustomerRequest),FALSE,TRUE,FALSE +productive_io-create-task,Create Task,Creates a new task in Productive. [See the documentation](https://developer.productive.io/tasks.html),FALSE,TRUE,FALSE +productive_io-create-contact,Create Contact,Creates a new contact entry in Productive.io. [See the documentation](https://developer.productive.io/contact_entries.html#contact-entries-contact-entries-post),FALSE,TRUE,FALSE +productive_io-create-booking,Create Booking,Creates a new booking in Productive. [See the documentation](https://developer.productive.io/bookings.html#bookings-bookings-post),FALSE,TRUE,FALSE +white_swan-submit-complete-plan-request,Submit Complete Plan Request,Creates a new comprehensive quote request based on the information provided and generates the final quotation without further data requirements. [See the documentation](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/action-calls/submit-complete-plan-request),FALSE,TRUE,FALSE +white_swan-get-referred-clients-info,Get Referred Clients Info,Retrieves information about clients referred from the user's White Swan account. [See the documentation](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/information-calls/referred-client-s),FALSE,TRUE,TRUE +white_swan-create-pre-fill-info,Create Pre-fill Info,Imports client data for pre-filling applications to enrich the user experience. [See the documentation](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/action-calls/create-pre-fill-information),FALSE,TRUE,FALSE +altoviz-send-sales-invoice,Send Sales Invoice,Sends a sales invoice via email. [See the documentation](https://developer.altoviz.com/api#tag/SaleInvoices/operation/POST_SaleInvoices_Send),FALSE,TRUE,FALSE +altoviz-find-product,Find Product,Finds products in Altoviz using the 'productnumber' prop. [See the documentation](https://developer.altoviz.com/api#tag/Products/operation/GET_Products_Find),FALSE,TRUE,TRUE +altoviz-create-product,Create Product,Creates a new product in Altoviz. [See the documentation](https://developer.altoviz.com/api#tag/Products/operation/POST_Products_Post),FALSE,TRUE,FALSE +altoviz-create-customer,Create Customer,Creates a new customer in Altoviz. [See the documentation](https://developer.altoviz.com/api#tag/Customers/operation/POST_Customers_Post),FALSE,TRUE,FALSE +omnisend-update-contact,Update Contact,Modify subscriber information or update their subscription status. [See the documentation](https://api-docs.omnisend.com/reference/patch_contacts-contactid),TRUE,TRUE,FALSE +omnisend-track-event,Trigger Custom Event,Trigger custom event to Omnisend. [See the documentation](https://api-docs.omnisend.com/reference/post-events-eventid),FALSE,TRUE,FALSE +omnisend-start-campaign,Start Campaign,Starts a marketing campaign for selected subscribers. [See the documentation](https://api-docs.omnisend.com/reference/post_campaigns-campaignid-actions-start),FALSE,TRUE,FALSE +agiled-create-project,Create Project,Creates a new project in the Agiled app. [See the documentation](https://my.agiled.app/developers),FALSE,TRUE,FALSE +agiled-create-invoice,Create Invoice,Creates a new invoice in Agiled. [See the documentation](https://my.agiled.app/developers),FALSE,TRUE,FALSE +agiled-create-contact,Create Contact,Creates a new contact in Agiled. [See the documentation](https://my.agiled.app/developers),FALSE,TRUE,FALSE +bland_ai-get-transcript,Get Transcript,Retrieves the transcript of a specified call post-completion. [See the documentation](https://docs.bland.ai/api-v1/get/calls-id),FALSE,TRUE,FALSE +bland_ai-end-call,End Call,Terminates a currently ongoing call using Bland AI. [See the documentation](https://docs.bland.ai/api-v1/post/calls-id-stop),TRUE,TRUE,FALSE +bland_ai-analyze-call,Analyze Call,"Analyzes an input call, extracting structured data and providing insights. [See the documentation](https://docs.bland.ai/api-v1/post/calls-id-analyze)",FALSE,TRUE,FALSE +alpaca-place-order,Place Order,"Places a new order for the given account. An order request may be rejected if the account is not authorized for trading, or if the tradable balance is insufficient to fill the order, [See the docs](https://alpaca.markets/docs/api-references/trading-api/orders/#request-a-new-order)",FALSE,TRUE,FALSE +facebook_marketing-create-custom-audience,Create Custom Audience,Creates a new custom audience in Facebook. [See the documentation](https://developers.facebook.com/docs/marketing-api/audiences/guides/custom-audiences/#build),FALSE,TRUE,FALSE +facebook_marketing-add-email-to-custom-audience,Add Email to Custom Audience,Adds an email address to a custom audience segment within Facebook. [See the documentation](https://developers.facebook.com/docs/marketing-api/reference/custom-audience/users/#Updating),FALSE,TRUE,FALSE +venly-create-mint-nft,Create and Mint NFT,Creates a template or token type that allows for minting of new NFTs. [See the documentation](https://docs.venly.io/reference/definetokentype_1_1),FALSE,TRUE,FALSE +venly-create-contract,Create Contract,"Deploys a new NFT contract, or collection, on a specific blockchain. [See the documentation](https://docs.venly.io/reference/deploycontract)",FALSE,TRUE,FALSE +dexatel-send-single-sms,Send Single SMS,Sends a single SMS to a specified recipient. [See the documentation](https://dexatel.com/developers/messages-add),FALSE,TRUE,FALSE +dexatel-send-bulk-sms,Send Bulk SMS,Facilitates sending of SMS messages in bulk to specified phone numbers. [See the documentation](https://dexatel.com/developers/messages-add/),FALSE,TRUE,FALSE +dexatel-create-contact,Create Contact,Allows creation of a new contact on the user's Dexatel account.,FALSE,TRUE,FALSE +dailybot-send-message,Send Message,"Dispatches a message to designated users or groups in DailyBot. Required are the message content and recipients' IDs, and channels or rooms are optional targets. [See the documentation](https://www.dailybot.com/docs/api-methods)",FALSE,TRUE,FALSE +dailybot-give-kudos,Give Kudos,Sends kudos to selected user(s) using DailyBot. [See the documentation](https://www.dailybot.com/docs/api-methods),FALSE,TRUE,FALSE +square-create-invoice,Create Invoice,Creates a draft invoice for an order. You must send (publish) the invoice before Square can process it. [See the documentation](https://developer.squareup.com/reference/square/invoices-api/create-invoice).,FALSE,TRUE,FALSE +semgrep-update-project,Update Project,Update a project on Semgrep. [See the documentation](https://semgrep.dev/api/v1/docs/#tag/project/operation/semgrep_app.saas.handlers.repository.openapi_patch_project),TRUE,TRUE,FALSE +semgrep-get-projects,Get Projects,Returns a list of projects for a given deployment slug. [See the documentation](https://semgrep.dev/api/v1/docs/#tag/project/operation/semgrep_app.saas.handlers.repository.openapi_list_recent_projects),FALSE,TRUE,TRUE +semgrep-get-findings,Get Findings,Returns a list of findings for a specified deployment. [See the documentation](https://semgrep.dev/api/v1/docs/#tag/finding/operation/semgrep_app.core_exp.findings.handlers.issue.openapi_list_recent_issues),FALSE,TRUE,FALSE +semgrep-get-deployments,Get Deployments,Returns a list of deployments. [See the documentation](https://semgrep.dev/api/v1/docs/#tag/deployment/operation/semgrep_app.saas.handlers.deployment.openapi_list_deployments),FALSE,TRUE,TRUE +uberduck-get-voices,Get Voices,List voices available in Uberduck. [See the documentation](https://docs.uberduck.ai/reference/list-voices),FALSE,TRUE,TRUE +uberduck-get-voice-samples,Get Voice Samples,Get voice samples for a specific voice model. [See the documentation](https://docs.uberduck.ai/reference/list-voice-samples),FALSE,TRUE,TRUE +uberduck-generate-lyrics,Generate Lyrics,Generates lyrics using a specified voice model. [See the documentation](https://docs.uberduck.ai/reference/generate-lyrics),FALSE,TRUE,TRUE +autom-google-search,Google Search,Scrape the results from the Google search engine using the Autom.dev API. [See the documentation](https://docs.autom.dev/api-reference/google/search),FALSE,TRUE,TRUE +autom-brave-search,Brave Search,Scrape the results from Brave search engine using Autom.dev. [See the documentation](https://docs.autom.dev/api-reference/brave/search),FALSE,TRUE,TRUE +autom-bing-search,Bing Search,Scrape the results from Bing search engine via the Autom.dev service. [See the documentation](https://docs.autom.dev/api-reference/bing/search),FALSE,TRUE,TRUE +stammer_ai-message-chatbot,Message Chatbot,Sends a message to your chatbot. [See the documentation](https://app.stammer.ai/en/api-docs/chatbot/message/),FALSE,TRUE,FALSE +airparser-extract-data-document,Extract Data from Document,Extracts structured data based on a user-predefined extraction schema. [See the documentation](https://help.airparser.com/public-api/public-api),FALSE,TRUE,FALSE +publisherkit-create-image,Create Image,Generates a new image within PublisherKit. [See the documentation](https://publisherkit.com/documentation/api),FALSE,TRUE,FALSE +findymail-verify-email,Verify Email,Verifies the deliverability of a specified email. [See the documentation](https://app.findymail.com/docs/#verifier-POSTapi-verify),FALSE,TRUE,TRUE +findymail-list-contact-lists,List Contact Lists,Get a list of all contact lists in Findymail. [See the documentation](https://app.findymail.com/docs/#contacts-getapi-lists),FALSE,TRUE,TRUE +findymail-find-email,Find Email,Finds an email address using a given full name and a website domain. [See the documentation](https://app.findymail.com/docs/#finder-POSTapi-search-name),FALSE,TRUE,TRUE +findymail-find-email-name-domain,Find Email by company domain,Locates an email using a company's website. [See the documentation](https://app.findymail.com/docs/),FALSE,TRUE,TRUE +findymail-delete-list,Delete a List,Deletes a specified list in Findymail. [See the documentation](https://app.findymail.com/docs/#contacts-deleteapi-lists--id-),TRUE,TRUE,FALSE +findymail-create-list,Create List,Creates a new list of contacts in Findymail. [See the documentation](https://app.findymail.com/docs/#contacts-postapi-lists),FALSE,TRUE,FALSE +proabono-retrieve-customer,Retrieve Customer,Fetches an existing customer from the proabono system. [See the documentation](https://docs.proabono.com/api/#retrieve-a-customer),FALSE,TRUE,TRUE +proabono-create-subscription,Create Subscription,Initializes a new subscription for a customer in the ProAbono system. [See the documentation](https://docs.proabono.com/api/#create-a-subscription),FALSE,TRUE,FALSE +proabono-create-customer,Create or Update a Customer,Creates a new customer or updates an existing one in the ProAbono system. [See the documentation](https://docs.proabono.com/api/#create-a-customer),TRUE,TRUE,FALSE +maestra-upload-file,Upload File,Initiates a new file upload to Maestra. [See the documentation](https://maestra.ai/docs#uploadFile),FALSE,TRUE,FALSE +maestra-translate-file,Translate File,Translates an existing file in the Maestra system. [See the documentation](https://maestra.ai/docs#translate),FALSE,TRUE,TRUE +retailed-get-usage,Get API Usage,Gets the API usage information for the Retailed API. [See the documentation](https://docs.retailed.io/v1/usage),FALSE,TRUE,TRUE +teamleader_focus-update-invoice,Update Invoice,Update a draft invoice. Booked invoices cannot be updated. [See the documentation](https://developer.teamleader.eu/#/reference/invoicing/invoices/invoices.update),TRUE,TRUE,FALSE +teamleader_focus-create-deal,Create Deal,Add a new deal. [See the documentation](https://developer.teamleader.eu/#/reference/deals/deals/deals.create),FALSE,TRUE,FALSE +teamleader_focus-create-contact,Create Contact,Add a new contact. [See the documentation](https://developer.teamleader.eu/#/reference/crm/contacts/contacts.add),FALSE,TRUE,FALSE +wise-get-transfer,Get Transfer,Get a transfer. [See docs here](https://api-docs.wise.com/api-reference/transfer#get-by-id),FALSE,TRUE,TRUE +wise-get-recipient-account,Get Recipient Account,Get a specific recipient account. [See docs here](https://api-docs.wise.com/api-reference/balance#get),FALSE,TRUE,TRUE +wise-get-exchange-rates,Get Exchange Rates,Get an exchange rates. [See docs here](https://api-docs.wise.com/api-reference/rate#get),FALSE,TRUE,TRUE +wise-get-balance,Get Balance,Get a balance. [See docs here](https://api-docs.wise.com/api-reference/balance#get),FALSE,TRUE,TRUE +wise-fund-transfer,Fund Transfer,Funds a transfer. [See docs here](https://api-docs.transferwise.com/api-reference/transfer#fund),FALSE,TRUE,FALSE +wise-create-transfer,Create Transfer,Creates a transfer. [See docs here](https://api-docs.wise.com/api-reference/transfer#create),FALSE,TRUE,FALSE +wise-create-recipient-account,Create Recipient Account,Get a specific recipient account. [See docs here](https://api-docs.wise.com/api-reference/balance#get),FALSE,TRUE,FALSE +wise-create-quote,Create Quote,Creates a quote. [See docs here](https://api-docs.wise.com/api-reference/quote#create-authenticated),FALSE,TRUE,FALSE +cloudpress-export-from-connection,Export From Connection,Exports content from a connection in Cloudpress. [See the documentation](https://docs.usecloudpress.com/api-reference/endpoint/export/from-connection),FALSE,TRUE,TRUE +cloudpress-export-collection,Export Collection,Exports all content in a collection in Cloudpress. [See the documentation](https://docs.usecloudpress.com/api-reference/endpoint/collections/export),FALSE,TRUE,TRUE +aircall-update-contact,Update Contact,Update a contact in Aircall. [See the documentation](https://developer.aircall.io/api-references/#update-a-contact),TRUE,TRUE,FALSE +aircall-get-call,Get Call,Retrieves details about a call. [See the docs here](https://developer.aircall.io/api-references/#retrieve-a-call),FALSE,TRUE,TRUE +cufinder-find-company-website,Find Company Website,Finds a company's website using the company name. [See the documentation](https://apidoc.cufinder.io/apis/#company-website-finder-api),FALSE,TRUE,TRUE +cufinder-find-company-phone,Find Company Phone,Find a company phone using the domain. [See the documentation](https://apidoc.cufinder.io/apis/#company-phone-finder-api),FALSE,TRUE,TRUE +cufinder-find-company-email,Find Company Email,Finds a company's email using the domain. [See the documentation](https://apidoc.cufinder.io/apis/#company-email-finder-api),FALSE,TRUE,TRUE +northflank-get-projects,Get Projects,Lists all projects with pagination. [See the documentation](https://northflank.com/docs/v1/api/projects/list-projects),FALSE,TRUE,TRUE +northflank-get-domains,Get Domains,List all domains with pagination. [See the documentation](https://northflank.com/docs/v1/api/domains/list-domains),FALSE,TRUE,TRUE +northflank-create-project,Create Project,Creates a new project on Northflank. [See the documentation](https://northflank.com/docs/v1/api/projects/create-project),FALSE,TRUE,FALSE +northflank-create-domain,Create Domain,Creates a new domain on Northflank. [See the documentation](https://northflank.com/docs/v1/api/domains/create-new-domain),FALSE,TRUE,FALSE +activecampaign-create-contact,Create Contact,Create a new contact. [See the documentation](https://developers.activecampaign.com/reference#create-a-contact-new).,FALSE,TRUE,FALSE +frontegg-create-template,Create Template,Create an email template in Frontegg. [See the documentation](https://docs.frontegg.com/reference/mailv1controller_addorupdatetemplate-2),FALSE,TRUE,FALSE +plain-upsert-customer,Upsert Customer,Creates or updates customer with customer details. [See the documentation](https://www.plain.com/docs/api-reference/graphql/customers/upsert),TRUE,TRUE,FALSE +plain-create-thread,Create Thread,Creates a new thread with a given customer. [See the documentation](https://www.plain.com/docs/api-reference/graphql/threads/create),FALSE,TRUE,FALSE +plain-create-customer-event,Create Customer Event,Creates an event with a customer. [See the documentation](https://www.plain.com/docs/api-reference/graphql/events/create-customer-event),FALSE,TRUE,FALSE +plain-add-customer-to-group,Add Customer to Group,Adds a customer to a customer group. [See the documentation](https://www.plain.com/docs/api-reference/graphql/customers/customer-groups#add-a-customer-to-groups),FALSE,TRUE,FALSE +fireberry-list-articles,List Articles,List all articles from Fireberry. [See the documentation](https://developers.fireberry.com/reference/get-all-articles),FALSE,TRUE,TRUE +fireberry-list-accounts,List Accounts,List all accounts in Fireberry. [See the documentation](https://developers.fireberry.com/reference/get-all-accounts),FALSE,TRUE,TRUE +fireberry-create-article,Create an Article,Creates a new article in Fireberry. [See the documentation](https://developers.fireberry.com/reference/create-an-article),FALSE,TRUE,FALSE +fireberry-create-account,Create Account,Creates a new account in Fireberry. [See the documentation](https://developers.fireberry.com/reference/create-an-account),FALSE,TRUE,FALSE +waiverfile-update-event,Update Event,Updates the details of an existing event in WaiverFile. [See the documentation](https://api.waiverfile.com/swagger/ui/index#!/WaiverEvent/WaiverEvent_UpdateEvent),TRUE,TRUE,FALSE +waiverfile-search-waivers,Search Waivers,Searches for waivers in WaiverFile based on specific keywords. [See the documentation](https://api.waiverfile.com/swagger/ui/index#!/WaiverFile/WaiverFile_SearchWaivers),TRUE,TRUE,FALSE +waiverfile-create-event-category,Create Event Category,Creates a new event category in WaiverFile. [See the documentation](https://api.waiverfile.com/swagger/ui/index#!/WaiverEvent/WaiverEvent_InsertEventCategory),TRUE,TRUE,FALSE +airslate-update-template,Update Template,Update a specified template in airSlate. [See the documentation](https://docs.airslate.io/docs/airslate-api/templates-api%2Foperations%2Fmodify-a-organization-template),TRUE,TRUE,FALSE +airslate-create-new-template,Create a New Template,Create a new reusable document package that contains fillable documents and forms in the specified organization. [See the documentation](https://docs.airslate.io/docs/airslate-api/templates-api%2Foperations%2Fcreate-a-organization-template),FALSE,TRUE,FALSE +airslate-create-new-organization,Create New Organization,Creates a new organization in airslate with optional settings. [See the documentation](https://docs.airslate.io/docs/airslate-api/organizations-api%2Foperations%2Fcreate-a-organization),FALSE,TRUE,FALSE +google_tasks-update-task,Update Task,Updates the authenticated user's specified task. [See the docs here](https://developers.google.com/tasks/reference/rest/v1/tasks/update),TRUE,TRUE,FALSE +google_tasks-update-task-list,Update Task List,Updates the authenticated user's specified task list. [See the docs here](https://developers.google.com/tasks/reference/rest/v1/tasklists/update),TRUE,TRUE,FALSE +google_tasks-list-tasks,List Tasks,Returns all tasks in the specified task list. [See the docs here](https://developers.google.com/tasks/reference/rest/v1/tasks/list),FALSE,TRUE,TRUE +google_tasks-list-task-lists,List Task Lists,Lists the authenticated user's task lists. [See the docs here](https://developers.google.com/tasks/reference/rest/v1/tasklists/list),FALSE,TRUE,TRUE +google_tasks-delete-task,Delete Task,Deletes the authenticated user's specified task. [See the docs here](https://developers.google.com/tasks/reference/rest/v1/tasks/delete),TRUE,TRUE,FALSE +google_tasks-delete-task-list,Delete Task List,Deletes the authenticated user's specified task list. [See the docs here](https://developers.google.com/tasks/reference/rest/v1/tasklists/delete),TRUE,TRUE,FALSE +google_tasks-create-task,Create Task,Creates a new task and adds it to the authenticated user's task lists. [See the docs here](https://developers.google.com/tasks/reference/rest/v1/tasks/insert),FALSE,TRUE,FALSE +google_tasks-create-task-list,Create Task List,Creates a new task list and adds it to the authenticated user's task lists. [See the docs here](https://developers.google.com/tasks/reference/rest/v1/tasklists/insert),FALSE,TRUE,FALSE +timebuzzer-update-activity,Update Activity,Modifies an existing activity in Timebuzzer. [See the documentation](https://my.timebuzzer.com/doc/#api-Activities-EditActivity),TRUE,TRUE,FALSE +timebuzzer-list-activities,List Activities,Retrieves a list of all activities in Timebuzzer. [See the documentation](https://my.timebuzzer.com/doc/#api-Activities-GetFilteredActivities),FALSE,TRUE,TRUE +timebuzzer-create-activity,Create Activity,Generates a new activity in Timebuzzer. [See the documentation](https://my.timebuzzer.com/doc/#api-Activities-CreateActivity),FALSE,TRUE,FALSE +notion-find-page,Find a Page,Searches for a page by its title. [See the docs](https://developers.notion.com/reference/post-search),FALSE,TRUE,FALSE +referrizer-update-loyalty-reward,Update Loyalty Reward,Modify the details or status of an existing loyalty reward in Referrizer. [See the documentation](https://api.referrizer.com/static/docs/index.html#loyalty-rewards-update-a-loyalty-reward),TRUE,TRUE,FALSE +referrizer-create-visit,Create Visit,Create a visit to an existing contact in Referrizer. [See the documentation](https://api.referrizer.com/static/docs/index.html#operation/inviteContact),TRUE,TRUE,FALSE +referrizer-create-loyalty-reward,Create Loyalty Reward,Adds a new loyalty reward to the Referrizer system. [See the documentation](https://api.referrizer.com/static/docs/index.html#loyalty-rewards-create-a-loyalty-reward),TRUE,TRUE,FALSE +happy_scribe-get-transcription,Get Transcription,Retrieve a transcription. [See the documentation](https://dev.happyscribe.com/sections/product/#transcriptions-list-all-transcriptions),FALSE,TRUE,TRUE +happy_scribe-delete-transcription,Delete Transcription,Delete a transcription. [See the documentation](https://dev.happyscribe.com/sections/product/#transcriptions-delete-a-transcription),TRUE,TRUE,FALSE +google_classroom-list-assignments,List Assignments,Retrieve a list of assignments for a course. [See the documentation](https://developers.google.com/classroom/reference/rest/v1/courses.courseWork/list),FALSE,TRUE,TRUE +google_classroom-get-assignment,Get Assignment,Retrieve information about an assignment. [See the docs here](https://developers.google.com/classroom/reference/rest/v1/courses.courseWork/get),FALSE,TRUE,TRUE +renderform-take-screenshot,Take Screenshot,Capture an image of the current screen. [See the documentation](https://renderform.io/docs/api/take-screenshots),FALSE,TRUE,FALSE +renderform-list-templates,List Templates,"Retrieve a list of your personal templates, optionally filtered by name. [See the documentation](https://renderform.io/docs/api/get-started/)",FALSE,TRUE,TRUE +renderform-create-image,Create Image with Template,Generates an image using a supplied template. [See the documentation](https://renderform.io/docs/api/render-image-v1/),FALSE,TRUE,FALSE +kizeo_forms-list-unread-form-data,List Unread Form Data,Retrieves a list of unread form entries/data from Kizeo Forms. [See the documentation](https://kizeo.github.io/kizeo-forms-documentations/docs/en/restv3),FALSE,TRUE,TRUE +kizeo_forms-export-to-pdf,Export to PDF,Exports data from a chosen export (Word or Excel) to PDF format. [See the documentation](https://kizeo.github.io/kizeo-forms-documentations/docs/en/restv3),FALSE,TRUE,TRUE +kizeo_forms-export-form-data-to-csv-or-excel,Export Form Data to CSV or Excel,Exports data from a form to CSV or Excel format. [See the documentation](https://kizeo.github.io/kizeo-forms-documentations/docs/en/exports),FALSE,TRUE,TRUE +kizeo_forms-create-user,Create User,Creates a new user in the Kizeo Forms platform. [See the documentation](https://kizeo.github.io/kizeo-forms-documentations/docs/en/users#2---add-a-user),FALSE,TRUE,FALSE +workamajig-update-contact,Update Contact,This component updates a specific contact in Workamajig. [See the documentation](https://app6.workamajig.com/platinum/?aid=common.apidocs),TRUE,TRUE,FALSE +workamajig-create-company,Create a Company,Creates a new company in Workamajig. [See the documentation](https://app6.workamajig.com/platinum/?aid=common.apidocs),FALSE,TRUE,FALSE +workamajig-create-activity,Create Activity,Initiates the creation of a fresh activity in Workamajig. [See the documentation](https://app6.workamajig.com/platinum/?aid=common.apidocs),FALSE,TRUE,FALSE +amazon_alexa-simulate-skill,Simulate Alexa Skill,Simulate a dialog from an Alexa-enabled device and receive the skill response for the specified example utterance. [See the documentation](https://developer.amazon.com/en-us/docs/alexa/smapi/skill-simulation-api.html),FALSE,TRUE,FALSE +amazon_alexa-get-simulation-results,Get Simulation Results,Get the results of the specified simulation for an Alexa skill. [See the documentation](https://developer.amazon.com/en-us/docs/alexa/smapi/skill-simulation-api.html),FALSE,TRUE,TRUE +stannp-get-campaign,Get a Single Campaign,Get a single campaign based on the provided campaign ID. [See the documentation](https://www.stannp.com/us/direct-mail-api/campaigns),FALSE,TRUE,TRUE +stannp-create-recipient,Create a New Recipient,Creates a new recipient in a specified group. [See the Stannp documentation](https://www.stannp.com/us/direct-mail-api/recipients),FALSE,TRUE,FALSE +dub-update-link,Update Link,Updates a link. [See the documentation](https://dub.co/docs/api-reference/endpoint/edit-a-link),TRUE,TRUE,FALSE +dub-delete-link,Delete Link,Deletes a link. [See the documentation](https://dub.co/docs/api-reference/endpoint/delete-a-link),TRUE,TRUE,FALSE +dub-create-link,Create Link,Creates a link. [See the documentation](https://dub.co/docs/api-reference/endpoint/create-a-new-link),FALSE,TRUE,FALSE +google_cloud-run-query,Run Query,Runs a query in BigQuery. [See the documentation](https://cloud.google.com/bigquery/docs/running-queries#node.js) for more information.,FALSE,TRUE,FALSE +intellihr-update-person,Update Person,Modifies an existing person's record in intellihr. [See the documentation](https://developers.intellihr.io/docs/v1/#tag/People/paths/~1people~1%7Bid%7D/patch),TRUE,TRUE,FALSE +intellihr-find-person,Find Person,Searches for a person in intellihr using. [See the documentation](https://developers.intellihr.io/docs/v1/#tag/People/paths/~1people/get),FALSE,TRUE,TRUE +intellihr-create-person,Create Person,Creates a new individual record in intellihr. [See the documentation](https://developers.intellihr.io/docs/v1/#tag/People/paths/~1people/post),FALSE,TRUE,FALSE +easyly-post-lead,Post New Lead,Allows a user to post a new lead to their Easyly account. [See the documentation](https://api.easyly.com/posting),FALSE,TRUE,FALSE +klenty-update-prospect,Update Prospect,Updates an existing prospect's information in Klenty. [See the documentation](https://www.klenty.com/developers),TRUE,TRUE,FALSE +klenty-start-cadence,Start Cadence,Starts a cadence in Klenty for a specific prospect. [See the documentation](https://support.klenty.com/en/articles/8193937-klenty-s-post-apis),FALSE,TRUE,FALSE +klenty-add-prospect,Add Prospect to List,Adds a new prospect to a list in Klenty. [See the documentation](https://support.klenty.com/en/articles/8193937-klenty-s-post-apis#h_8848b48485),FALSE,TRUE,FALSE +mailercloud-update-contact,Update Contact,Update an existing contact in the user's Mailercloud account. [See the documentation](https://apidoc.mailercloud.com/docs/mailercloud-api/55b552af7970c-update-contact),TRUE,TRUE,FALSE +mailercloud-create-list,Create List,Creates a new list in the user's Mailercloud account. [See the documentation](https://apidoc.mailercloud.com/docs/mailercloud-api/0f2b429db85f5-create-a-new-list),FALSE,TRUE,FALSE +mailercloud-add-contact-list,Add Contact to List,Adds a new contact to a selected list in the user's Mailercloud account. [See the documentation](https://apidoc.mailercloud.com/docs/mailercloud-api/7f625be9563b2-create-contact),FALSE,TRUE,FALSE +microsofttodo-list-tasks,List Tasks,List tasks in Microsoft To Do. [See the documentation](https://learn.microsoft.com/en-us/graph/api/todotasklist-list-tasks).,FALSE,TRUE,TRUE +ezeep_blue-list-printers,List Printers,Retrieve a list of all available printers in the network. [See the documentation](https://apidocs.ezeep.com/ezeepblue/api/rest_api/printers/README.html#list-printers),FALSE,TRUE,TRUE +ezeep_blue-get-print-job-status,Get Print Job Status,Check the status of a specific print job. [See the documentation](https://apidocs.ezeep.com/ezeepblue/api/printapi/README.html#get-status),FALSE,TRUE,TRUE +omise-update-customer,Update Customer,Update a customer's information and payment details in the OPN system. [See the documentation](https://docs.opn.ooo/customers-api),TRUE,TRUE,FALSE +omise-create-customer,Create Customer,Registers a new customer in the OPN platform. [See the documentation](https://docs.opn.ooo/customers-api#create),FALSE,TRUE,FALSE +omise-create-charge,Create a New Charge,Create a new charge for a specific customer and amount through the OPN platform. [See the documentation](https://docs.opn.ooo/charges-api#create),FALSE,TRUE,FALSE +chatbotkit-dataset-import,Import Dataset,Imports a specified file into the bot's dataset. [See the documentation](https://chatbotkit.com/docs/api/v1/spec),FALSE,TRUE,FALSE +chatbotkit-create-conversation,Create Conversation,Creates a new conversation in the bot. [See the documentation](https://chatbotkit.com/docs/api/v1/spec),FALSE,TRUE,FALSE +chatbotkit-conversation-complete,Send Conversation Message,Send and receive a conversation response. [See the documentation](https://chatbotkit.com/docs/api/v1/spec),FALSE,TRUE,FALSE +espocrm-list-accounts,List Accounts,Retrieves a list of accounts from Espo CRM. [See the documentation](https://docs.espocrm.com/development/api/account/#list),FALSE,TRUE,TRUE +espocrm-create-task,Create Task,This component creates a new task in Espo CRM. [See the documentation](https://docs.espocrm.com/development/api/crud/#create),FALSE,TRUE,FALSE +espocrm-create-contact,Create Contact,Creates a new contact in Espo CRM. [See the documentation](https://docs.espocrm.com/development/api/crud/#create),FALSE,TRUE,FALSE +piloterr-get-website-technology,Get Website Technology,"Retrieves the core technology used on a designated website. (CMS, Framework, Analytics, CDN, Hosting, etc.) [See the documentation](https://docs.piloterr.com/v2/api-reference/website/technology)",FALSE,TRUE,TRUE +piloterr-get-website-crawler,Get Website Crawler,Obtains HTML from a given website through web scraping for high performance access and interpretation. [See the documentation](https://docs.piloterr.com/v2/api-reference/website/crawler),FALSE,TRUE,TRUE +piloterr-get-company-database,Get Company Database,Fetches specified data for a company using a domain name. [See the documentation](https://docs.piloterr.com/v2/api-reference/database/company),FALSE,TRUE,TRUE +gleap-create-track-event,Create Track Event,Creates a new track event in Gleap. [See the documentation](https://docs.gleap.io/server/rest-api#track-events),FALSE,TRUE,FALSE +podio-attach-file,Attach File,Attaches an uploaded file to the given object. [See the documentation](https://developers.podio.com/doc/files/attach-file-22518),FALSE,TRUE,FALSE +telegram_bot_api-unpin-message,Unpin a Message,Unpins a message. [See the docs](https://core.telegram.org/bots/api#unpinchatmessage) for more information,TRUE,TRUE,FALSE +telegram_bot_api-set-chat-permissions,Set Chat Permissions,Set default chat permissions for all members. [See the docs](https://core.telegram.org/bots/api#setchatpermissions) for more information,TRUE,TRUE,FALSE +telegram_bot_api-send-voice-message,Send a Voice Message,Sends a voice message. [See the docs](https://core.telegram.org/bots/api#sendvoice) for more information,FALSE,TRUE,FALSE +telegram_bot_api-send-video,Send a Video,Sends a video file to your Telegram Desktop application. [See the docs](https://core.telegram.org/bots/api#sendvideo) for more information,FALSE,TRUE,FALSE +telegram_bot_api-send-video-note,Send a Video Note,"As of v.4.0, Telegram clients support rounded square mp4 videos of up to 1 minute long. Use this method to send video messages. [See the docs](https://core.telegram.org/bots/api#sendvideonote) for more information",FALSE,TRUE,FALSE +telegram_bot_api-send-text-message-or-reply,Send a Text Message or Reply,Sends a text message or a reply to your Telegram Desktop application. [See the docs](https://core.telegram.org/bots/api#sendmessage) for more information,FALSE,TRUE,FALSE +telegram_bot_api-send-sticker,Send a Sticker,Sends a .webp sticker to you Telegram Desktop application. [See the docs](https://core.telegram.org/bots/api#sendsticker) for more information,FALSE,TRUE,FALSE +telegram_bot_api-send-photo,Send a Photo,Sends a photo to your Telegram Desktop application. [See the docs](https://core.telegram.org/bots/api#sendphoto) for more information,FALSE,TRUE,FALSE +telegram_bot_api-send-media-by-url-or-id,Send Media by URL or ID,"Sends a file (document, photo, video, audio, ...) by HTTP URL or by ID that exists on the Telegram servers. [See the docs](https://core.telegram.org/bots/api#inputmedia) for more information",FALSE,TRUE,FALSE +telegram_bot_api-send-document-or-image,Send a Document/Image,Sends a document or an image to your Telegram Desktop application. [See the docs](https://core.telegram.org/bots/api#senddocument) for more information,FALSE,TRUE,FALSE +telegram_bot_api-send-audio-file,Send an Audio File,Sends an audio file to your Telegram Desktop application. [See the docs](https://core.telegram.org/bots/api#sendaudio) for more information,FALSE,TRUE,FALSE +telegram_bot_api-send-album,Send an Album (Media Group),Sends a group of photos or videos as an album. [See the docs](https://core.telegram.org/bots/api#sendmediagroup) for more information,FALSE,TRUE,FALSE +telegram_bot_api-restrict-chat-member,Restrict a Chat Member,Use this method to restrict a user in a supergroup. [See the docs](https://core.telegram.org/bots/api#restrictchatmember) for more information,FALSE,TRUE,FALSE +telegram_bot_api-promote-chat-member,Promote a Chat Member,Use this method to promote or demote a user in a supergroup or a channel. [See the docs](https://core.telegram.org/bots/api#promotechatmember) for more information,FALSE,TRUE,FALSE +telegram_bot_api-pin-message,Pin a Message,Pins a message. [See the docs](https://core.telegram.org/bots/api#pinchatmessage) for more information,TRUE,TRUE,FALSE +telegram_bot_api-list-updates,List Updates,Retrieves a list of updates from the Telegram server. [See the docs](https://core.telegram.org/bots/api#getupdates) for more information,FALSE,TRUE,TRUE +telegram_bot_api-list-chats,List Chats,List available Telegram chats. [See the docs](https://core.telegram.org/bots/api#getupdates) for more information,FALSE,TRUE,TRUE +telegram_bot_api-list-administrators-in-chat,List Administrators In Chat,Use this module to get a list of administrators in a chat. [See the docs](https://core.telegram.org/bots/api#getchatadministrators) for more information,FALSE,TRUE,TRUE +telegram_bot_api-kick-chat-member,Kick a Chat Member,"Use this method to kick a user from a group, a supergroup or channel. [See the docs](https://core.telegram.org/bots/api#banchatmember) for more information",FALSE,TRUE,FALSE +telegram_bot_api-get-num-members-in-chat,Get the Number of Members in a Chat,Use this module to get the number of members in a chat. [See the docs](https://core.telegram.org/bots/api#getchatmembercount) for more information,FALSE,TRUE,TRUE +telegram_bot_api-forward-message,Forward a Message,Forwards messages of any kind. [See the docs](https://core.telegram.org/bots/api#forwardmessage) for more information,FALSE,TRUE,FALSE +telegram_bot_api-export-chat-invite-link,Export Chat Invite Link,"Generate a new primary invite link for a chat, [See the docs](https://core.telegram.org/bots/api#createchatinvitelink) for more information",FALSE,TRUE,FALSE +telegram_bot_api-edit-text-message,Edit a Text Message,Edits text or game messages. [See the docs](https://core.telegram.org/bots/api#editmessagetext) for more information,TRUE,TRUE,FALSE +telegram_bot_api-edit-media-message,Edit a Media Message,Edits photo or video messages. [See the docs](https://core.telegram.org/bots/api#editmessagemedia) for more information,TRUE,TRUE,FALSE +telegram_bot_api-delete-message,Delete a Message,Deletes a message. [See the docs](https://core.telegram.org/bots/api#deletemessage) for more information,TRUE,TRUE,FALSE +telegram_bot_api-create-chat-invite-link,Create Chat Invite Link,"Create an additional invite link for a chat, [See the docs](https://core.telegram.org/bots/api#createchatinvitelink) for more information",FALSE,TRUE,FALSE +heygen-retrieve-video-link,Retrieve Video Link,Fetches a link for a specific heygen video. [See the documentation](https://docs.heygen.com/reference/video-status),FALSE,TRUE,TRUE +userlist-create-update-relationship,Create or Update Relationship,Establishes or modifies a relationship with the given user and company identifiers. [See the documentation](https://userlist.com/docs/getting-started/integration-guide/),TRUE,TRUE,FALSE +userlist-create-update-company,Create or Update Company,Creates a new company or replaces an existing one using a given identifier. [See the documentation](https://userlist.com/docs/getting-started/integration-guide/),TRUE,TRUE,FALSE +userlist-create-event,Create Event,Generates a new event in Userlist. [See the documentation](https://userlist.com/docs/getting-started/integration-guide/),FALSE,TRUE,FALSE +zoho_cliq-send-direct-message,Send Direct Message,Send a direct message. [See documentation](https://www.zoho.com/cliq/help/restapi/v2/#Post_Message_User),FALSE,TRUE,FALSE +zoho_cliq-send-channel-message,Send Channel Message,Send message to a channel. [See documentation](https://www.zoho.com/cliq/help/restapi/v2/#Post_Message_Channel),FALSE,TRUE,FALSE +zoho_cliq-send-bot-message,Send Bot Message,Send message to a bot. [See documentation](https://www.zoho.com/cliq/help/restapi/v2/#Post_Message_Bot),FALSE,TRUE,FALSE +onepagecrm-update-deal,Update Deal,Updates an existing deal's details in OnePageCRM. [See the documentation](https://developer.onepagecrm.com/api/),TRUE,TRUE,FALSE +onepagecrm-delete-contact,Delete Contact,Deletes an existing contact from OnePageCRM. [See the documentation](https://developer.onepagecrm.com/api/#/Contacts/delete_contacts__contact_id_),TRUE,TRUE,FALSE +onepagecrm-create-contact,Create Contact,Creates a new contact in OnePageCRM. [See the documentation](https://developer.onepagecrm.com/api/#/Contacts/post_contacts),FALSE,TRUE,FALSE +flexmail-unsubscribe-contact,Unsubscribe Contact,Performs unsubscribe operation for a contact. [See the documentation](https://api.flexmail.eu/documentation/#post-/contacts/-id-/unsubscribe),TRUE,TRUE,FALSE +flexmail-subscribe-contact-interest,Subscribe Contact to Interest,Adds a contact to an interest area. [See the documentation](https://api.flexmail.eu/documentation/#post-/contacts/-id-/interest-subscriptions),TRUE,TRUE,FALSE +flexmail-create-update-contact,Create or Update Contact,Creates or updates a contact based on email address within Flexmail. [See the documentation](https://api.flexmail.eu/documentation/#post-/contacts),TRUE,TRUE,FALSE +diabatix_coldstream-update-project,Update Project in ColdStream,Updates an existing project with new parameters or data in ColdStream. [See the documentation](https://coldstream.readme.io/reference/put_projects-projectid),TRUE,TRUE,FALSE +diabatix_coldstream-run-simulation,Run Simulation,Starts a new simulation in ColdStream with specified parameters and submits the created case. [See the documentation](https://coldstream.readme.io/reference/post_cases-submit),FALSE,TRUE,FALSE +diabatix_coldstream-fetch-simulation-results,Fetch Simulation Results,Retrieves the result of a specific simulation from ColdStream. [See the documentation](https://coldstream.readme.io/reference/get_cases-result-caseid),FALSE,TRUE,TRUE +zonka_feedback-list-surveys,List Surveys,List surveys from Zonka Feedback. You can filter surveys based on their status.,FALSE,TRUE,TRUE +veriphone-verify-phone-number,Verify Phone Number,"Validates the given phone number using Veriphone. [See the documentation](https://veriphone.io/docs/v2#:~:text=support%40veriphone.io-,VERIFY,-Veriphone%27s%20/v2/verify)",FALSE,TRUE,TRUE +veriphone-get-phone-example,Get Dummy Phone Number,"Returns a dummy phone number for a specific country and phone type. [See the documentation](https://veriphone.io/docs/v2#:~:text=T%2DMobile%22%0A%7D-,EXAMPLE,-Veriphone%27s%20/v2/example)",FALSE,TRUE,TRUE +digitalriver-update-customer-information,Update Customer Information,Updates the information for a customer in Digital River. [See the documentation](https://www.digitalriver.com/docs/digital-river-api-reference/#tag/Customers/operation/updateCustomers),TRUE,TRUE,FALSE +digitalriver-create-product,Create a Product,Creates a new product on the Digital River platform. [See the documentation](https://www.digitalriver.com/docs/digital-river-api-reference/#tag/SKUs/operation/createSkus),FALSE,TRUE,FALSE +digitalriver-cancel-order,Cancel Order,Cancels an existing order in Digital River. [See the documentation](https://www.digitalriver.com/docs/digital-river-api-reference/#tag/Fulfillments/operation/createFulfillments),TRUE,TRUE,FALSE +scraptio-scrape-url,Scrape URL,Scrape the provided URL. [See the documentation](https://scraptio.notion.site/how-to-use-scraptio-with-rest-api-caf0b6d5c6e342cd9a3ac9062ab1ae6d),FALSE,TRUE,FALSE +you_need_a_budget-update-transaction,Update Transaction,Update an existing transaction. [See the docs](https://api.youneedabudget.com/v1#/Transactions/updateTransaction),TRUE,TRUE,FALSE +you_need_a_budget-update-category-budget,Update Category Budget,Update a category budget for a specific month. [See the docs](https://api.youneedabudget.com/v1#/Categories/updateMonthCategory),TRUE,TRUE,FALSE +you_need_a_budget-list-accounts,List Accounts,List all accounts for a specific budget. [See the docs](https://api.ynab.com/v1#/Accounts/getAccounts),FALSE,TRUE,TRUE +you_need_a_budget-get-account,Get Account,Get an account specified by ID. [See the docs](https://api.ynab.com/v1#/Accounts/getAccountById),FALSE,TRUE,TRUE +you_need_a_budget-create-transaction,Create Transaction,Creates a single transaction. [See the docs](https://api.youneedabudget.com/v1#/Transactions/createTransaction),FALSE,TRUE,FALSE +fidel_api-link-card,Link Card,Links a new card to the Fidel API for monitoring transactions. [See the documentation](https://reference.fidel.uk/reference#create-a-card),FALSE,TRUE,FALSE +fidel_api-delete-card,Delete Card,Allows for the removal of a previously linked card from the Fidel API. [See the documentation](https://reference.fidel.uk/reference/delete-card),TRUE,TRUE,FALSE +fidel_api-create-program,Create Program,Creates a new card-linked program in the Fidel API. [See the documentation](https://reference.fidel.uk/reference/create-program),FALSE,TRUE,FALSE +aftership-update-tracking,Update Tracking,Updates an existing tracking. [See the documentation](https://www.aftership.com/docs/api/4/trackings/put-trackings-slug-tracking_number),TRUE,TRUE,FALSE +aftership-get-tracking,Get Tracking,Obtains an existing tracking system's data by ID. [See the documentation](https://www.aftership.com/docs/api/4/trackings/get-trackings),FALSE,TRUE,TRUE +aftership-create-tracking,Create Tracking,Creates a tracking. [See the documentation](https://www.aftership.com/docs/api/4/trackings/post-trackings),FALSE,TRUE,FALSE +lnk_bio-delete-link,Delete Link,Deletes an existing link in lnk.bio. [See the documentation](https://app.swaggerhub.com/apis/lnkbio/Lnk.Bio/0.0.2),TRUE,TRUE,FALSE +lnk_bio-create-link,Create Link,Creates a new link on your lnk.bio profile which will immediately publish and appear on top of your existing links. [See the documentation](https://app.swaggerhub.com/apis/lnkbio/Lnk.Bio/0.0.2),FALSE,TRUE,FALSE +resource_guru-update-booking,Update Booking,Update a specific booking identified by Id. [See the documentation](https://resourceguruapp.com/docs/api#tag/booking/paths/~1v1~1%7Baccount%7D~1bookings~1%7Bid%7D/put),TRUE,TRUE,FALSE +resource_guru-delete-booking,Delete Booking,Delete a specific booking identified by Id. [See the documentation](https://resourceguruapp.com/docs/api#tag/booking/paths/~1v1~1%7Baccount%7D~1bookings~1%7Bid%7D/delete),TRUE,TRUE,FALSE +resource_guru-create-booking,Create Booking,Create a new booking for an account. [See the documentation](https://resourceguruapp.com/docs/api#tag/booking/paths/~1v1~1%7Baccount%7D~1bookings/post),FALSE,TRUE,FALSE +zenrows-scrape-url-css-selectors,Scrape URL CSS Selectors,Scrape HTML of the URL with CSS Selectors. [See the documentation](https://www.zenrows.com/docs#css-selectors-curl),FALSE,TRUE,FALSE +zenrows-scrape-url-autoparse,Scrape URL Autoparse,Scrape HTML of the URL. [See the documentation](https://www.zenrows.com/docs#autoparse-curl),FALSE,TRUE,FALSE +zenrows-get-api-usage,Get API Usage,Get Zenrows API usage. [See the documentation](https://www.zenrows.com/docs#usage-curl),FALSE,TRUE,TRUE +addevent-create-rsvp-for-attendee,Create RSVP For Attendee,Creates an RSVP for an attendee for a specific event. [See the documentation](https://docs.addevent.com/reference/create-rsvp-attendee),FALSE,TRUE,FALSE +addevent-create-event,Create Event,Creates a new instance of an event. [See the documentation](https://docs.addevent.com/reference/create-event),FALSE,TRUE,FALSE +helper_functions-convert-currency,Convert Currency,Convert an amount between currencies. [See the documentation](https://www.frankfurter.app/docs/),FALSE,TRUE,TRUE +linkly-get-link,Get Link,Fetches a previously produced Linkly link. [See the documentation](https://app.linklyhq.com/swaggerui#/API/show),FALSE,TRUE,TRUE +linkly-create-link,Create Link,Creates a new Linkly link using the provided URL. [See the documentation](https://app.linklyhq.com/swaggerui#/API/create_or_update),FALSE,TRUE,FALSE +cutt_ly-update-source-url,Update Source URL,Changes the source URL of a previously shortened URL. Requires a Paid Subscription. [See the documentation](https://cutt.ly/cuttly-api),TRUE,TRUE,FALSE +cutt_ly-shorten-url,Shorten URL,Returns a shortened URL when given a target URL as a prop. [See the documentation](https://cutt.ly/cuttly-api),FALSE,TRUE,FALSE +cutt_ly-get-url-analytics,Get URL Analytics,Retrieves statistical information about a shortened url. [See the documentation](https://cutt.ly/cuttly-api),FALSE,TRUE,TRUE +square-send-invoice,Send Invoice,Publishes the latest version of a specified invoice. [See the docs](https://developer.squareup.com/reference/square/invoices-api/publish-invoice).,FALSE,TRUE,FALSE +square-create-order,Create Order,Creates a new order that can include information about products for purchase. [See docs here](https://developer.squareup.com/reference/square/orders-api/create-order).,FALSE,TRUE,FALSE +square-create-customer,Create Customer,"Creates a new customer for a business. Must provide at least one of the following: + Given Name, Family Name, Company Name, Email Address, or Phone Number. [See the docs](https://developer.squareup.com/reference/square/customers-api/create-customer).",FALSE,TRUE,FALSE +google_merchant_center-update-product,Update Product,Updates an existing product in your Google Merchant Center account. [See the documentation](https://developers.google.com/shopping-content/reference/rest/v2.1/products/update),TRUE,TRUE,FALSE +google_merchant_center-create-product,Create Product,Creates a product in your Google Merchant Center account. [See the documentation](https://developers.google.com/shopping-content/reference/rest/v2.1/products/insert),FALSE,TRUE,FALSE +eden_ai-generate-image,Generate Image,Generates an image from the provided description. [See the documentation](https://docs.edenai.co/reference/image_generation_create),FALSE,TRUE,TRUE +urlbae-shorten-url,Shorten URL,Creates a shorten URL. [See the documentation](https://urlbae.com/developers#shorten-a-link),FALSE,TRUE,FALSE +eden_ai-generate-audio-from-text,Generate Audio From Text,Generates an audio from the provided text. [See the documentation](https://docs.edenai.co/reference/audio_text_to_speech_create),FALSE,TRUE,TRUE +urlbae-create-qrcode,Create QRCode,Creates a qrcode. [See the documentation](https://urlbae.com/developers#create-a-qr-code),FALSE,TRUE,FALSE +eden_ai-detect-ai-content,Detect AI Content,Detects AI content in the provided text. [See the documentation](https://docs.edenai.co/reference/text_ai_detection_create),FALSE,TRUE,TRUE +eden_ai-analyze-sentiment-in-text,Analyze Sentiment in Text,Analyzes sentiment in the provided text. [See the documentation](https://docs.edenai.co/reference/text_sentiment_analysis_create),FALSE,TRUE,TRUE +nimble-update-contact,Update Contact,Updates a contact. [See the documentation](https://nimble.readthedocs.io/en/latest/contacts/basic/update/),TRUE,TRUE,FALSE +nimble-create-task,Create Task,Creates a task. [See the documentation](https://nimble.readthedocs.io/en/latest/activities/tasks/create/),FALSE,TRUE,FALSE +nimble-create-contact,Create Contact,Creates a contact. [See the documentation](https://nimble.readthedocs.io/en/latest/contacts/basic/create/),FALSE,TRUE,FALSE +dnsfilter-block-category-policy,Block Category From Policy,Blocks a selected category from a policy applied to your DNSFilter account's sites or roaming clients. [See the documentation](https://app.swaggerhub.com/apis-docs/DNSFilter/dns-filter_api/1.0.15#/Policies/Policies-add_blacklist_category),FALSE,TRUE,FALSE +dnsfilter-assign-policy-site,Assign Policy to Site,Assigns a pre-existing policy to a specific site within your DNSFilter account. [See the documentation](https://app.swaggerhub.com/apis-docs/DNSFilter/dns-filter_api/1.0.15#/Networks/Networks-update),TRUE,TRUE,FALSE +zoho_forms-list-forms,List Forms,Fetches the meta information of all the forms present in a Zoho Creator application. [See the documentation](https://www.zoho.com/creator/help/api/v2.1/get-forms.html),FALSE,TRUE,TRUE +zoho_forms-get-form-fields,Get Form Fields,Get the fields of a particular form,FALSE,TRUE,TRUE +gtmetrix-run-performance-test,Run Performance Test,Run a performance test on a specified URL using GTmetrix. [See the documentation](https://gtmetrix.com/api/docs/2.0/#api-test-start),FALSE,TRUE,FALSE +gtmetrix-get-performance-report,Get Performance Report,Fetches the most recent performance report for a particular page from GTmetrix. [See the documentation](https://gtmetrix.com/api/docs/2.0/#api-page-latest-report),FALSE,TRUE,TRUE +whop-terminate-membership,Terminate Membership,"Permanently invalidates a specified membership using its unique ID, effectively unfulfilling the user's product experiences. Termination is irreversible. [See the documentation](https://dev.whop.com/api-reference/v2/memberships/terminate-a-membership)",TRUE,TRUE,FALSE +whop-create-promo-code,Create Promo Code,Creates a new promo code with the given parameters in Whop. [See the documentation](https://dev.whop.com/api-reference/v2/promo-codes/create-a-promo-code),FALSE,TRUE,FALSE +whop-create-checkout-session,Create Checkout Session,Creates a new checkout session in Whop. [See the documentation](https://dev.whop.com/api-reference/v2/checkout-sessions/create-a-checkout-session),FALSE,TRUE,FALSE +polygonscan-retrieve-transaction-details,Retrieve Transaction Details,Fetches the details of a specific transaction by its transaction hash. [See the documentation](https://docs.polygonscan.com/api-endpoints/stats),FALSE,TRUE,TRUE +polygonscan-query-contract-abi,Query Contract ABI,Obtains the contract ABI of a smart contract on the Polygon network. [See the documentation](https://docs.polygonscan.com/api-endpoints/contracts),FALSE,TRUE,FALSE +polygonscan-get-account-balance,Get Account Balance,Retrieves the balance of a specific address within the Polygon network. [See the documentation](https://docs.polygonscan.com/api-endpoints/accounts#get-matic-balance-for-a-single-address),FALSE,TRUE,TRUE +lightspeed_retail_pos-update-inventory,Update Inventory,Adjusts the stock level of a product in the Lightspeed inventory. [See the documentation](https://developers.lightspeedhq.com/retail/endpoints/Item/#put-update-an-item),TRUE,TRUE,FALSE +lightspeed_retail_pos-create-employee,Create Employee,Creates a new employee in the Lightspeed Retail POS system. [See the documentation](https://developers.lightspeedhq.com/retail/endpoints/Employee/#post-create-an-employee),FALSE,TRUE,FALSE +lightspeed_retail_pos-create-customer,Create Customer,Creates a new customer in the Lightspeed Retail POS system. [See the documentation](https://developers.lightspeedhq.com/retail/endpoints/Customer/#post-create-a-customer),FALSE,TRUE,FALSE +circle-create-post,Create Post,Create a new post in a selected space within your Circle community. [See the documentation](https://api.circle.so/#ffc804e8-02a8-48dc-a5c8-dc278f909fa4),FALSE,TRUE,FALSE +circle-create-comment,Create Comment,Creates a comment on a post in Circle. [See the documentation](https://api.circle.so/#4cb2eea1-6832-4ffc-8614-078b88dee4e2),FALSE,TRUE,FALSE +postalytics-send-track-postcard-letter,Send and Track Postcard or Letter,Send a postcard or letter with the capability of tracking delivery and response. [See the documentation](https://postalytics.docs.apiary.io/),FALSE,TRUE,FALSE +postalytics-list-contacts,List Contacts,Displays a list of contacts in Postalytics. [See the documentation](https://postalytics.docs.apiary.io/#reference/contact-api/contact-collection/get-all-contacts-on-a-list),FALSE,TRUE,TRUE +postalytics-create-contact,Create Contact,Creates a new contact in Postalytics. [See the documentation](https://postalytics.docs.apiary.io/#reference/contact-api/contact-list-collection/add-contact),FALSE,TRUE,FALSE +gravity_forms-create-entry,Create Entry,Creates a new entry in a Gravity Forms form. [See the documentation](https://docs.gravityforms.com/creating-entries-with-the-rest-api-v2/),FALSE,TRUE,FALSE +usersketch-create-user,Create User,Create an user. [See the documentation](https://usersketch.readme.io/reference/post_api-customer-create),FALSE,TRUE,FALSE +usersketch-create-event,Create Event,Create an event. [See the documentation](https://usersketch.readme.io/reference/post_api-customer-event-create),FALSE,TRUE,FALSE +the_odds_api-get-upcoming-events,Get Upcoming Events,Get a list of upcoming sports events available on The Odds API. [See the documentation](https://the-odds-api.com/liveapi/guides/v4/#endpoint-2),FALSE,TRUE,TRUE +the_odds_api-fetch-current-odds,Fetch Current Odds,Retrieve the current odds for a specific sport or match. [See the documentation](https://the-odds-api.com/liveapi/guides/v4/#get-event-odds),FALSE,TRUE,TRUE +printnode-list-print-jobs,List Print Jobs,Returns a list of all print jobs that have been submitted. [See the documentation](https://www.printnode.com/en/docs/api/curl#printjob-viewing),FALSE,TRUE,TRUE +printnode-get-printer,Get Printer,Retrieves data about a specific printer. [See the documentation](https://www.printnode.com/en/docs/api/curl#printers),FALSE,TRUE,TRUE +userflow-find-user,Find User,"Finds an existing user by user ID or email, optionally filtering by group ID. [See the documentation](https://userflow.com/docs/api)",FALSE,TRUE,TRUE +userflow-create-update-user,Create or Update User,"Creates or updates a user in Userflow. If the user does not already exist in Userflow, it will be created. If it already exists, the given attributes will be merged into the existing user's attributes. [See the documentation](https://docs.userflow.com/api/users/create-or-update)",TRUE,TRUE,FALSE +documint-list-templates,List Templates,Retrieves a list of your available Documint templates. [See the documentation](https://documenter.getpostman.com/view/11741160/TVK5cLxQ#0c2d2c5b-505c-4d70-bb95-767369a0bcc9),FALSE,TRUE,TRUE +exhibitday-update-task,Update Task,Updates an existing task in ExhibitDay. [See the documentation](https://api.exhibitday.com/Help/V1?epf=2),TRUE,TRUE,FALSE +exhibitday-create-task,Create Task,Creates a new task in ExhibitDay. [See the documentation](https://api.exhibitday.com/Help/V1?epf=2),FALSE,TRUE,FALSE +exhibitday-create-event,Create Event,Creates a new event in ExhibitDay. [See the documentation](https://api.exhibitday.com/Help/V1?epf=1),FALSE,TRUE,FALSE +wappalyzer-get-technologies,Get Technologies,Returns the details of technologies used on a specific URL. [See the documentation](https://www.wappalyzer.com/docs/api/v2/lookup/),FALSE,TRUE,TRUE +decision_journal-update-decision,Update Decision,Updates an existing decision. [See the documentation](https://openpm.ai/apis/decision-journal#/decisions/{decisionId}),TRUE,TRUE,FALSE +decision_journal-create-review-decision,Create Review Decision,Creates a review for a decision in Decision Journal. [See the documentation](https://openpm.ai/apis/decision-journal#/decisions/{decisionId}/reviews),FALSE,TRUE,FALSE +decision_journal-create-decision,Create Decision,Creates a new decision in the Decision Journal. [See the documentation](https://openpm.ai/apis/decision-journal#/decisions),FALSE,TRUE,FALSE +browserhub-run-automation,Run Automation,Triggers a pre-built automation by providing the scraper ID. [See the documentation](https://developer.browserhub.io/runs/#create-a-run),FALSE,TRUE,FALSE +convolo_ai-create-call,Create Call,Initiates a phone call to a lead and establishes the connection with the first available agent. [See the documentation](https://help.convolo.ai/),FALSE,TRUE,FALSE +wp_maps-update-product,Update Product,Updates an existing product in WP Maps. [See the documentation](https://support.agilelogix.com/hc/en-us/articles/900006795363-API-Access-Points#update-product),TRUE,TRUE,FALSE +wp_maps-create-product,Create Product,Creates a new product in WP Maps. [See the documentation](https://support.agilelogix.com/hc/en-us/articles/900006795363-API-Access-Points#create-product),FALSE,TRUE,FALSE +shoprocket-create-customer,Create Customer,Creates a new customer in Shoprocket. [See the documentation](https://docs.shoprocket.io/#72180ccd-3b7d-4597-9f1e-f669397555e7),FALSE,TRUE,FALSE +postman-update-variable,Update Environment Variable,Updates a specific environment variable in Postman. [See the documentation](https://learning.postman.com/docs/developer/postman-api/intro-api/),TRUE,TRUE,FALSE +postman-run-monitor,Run Monitor,Run a specific monitor in Postman. [See the documentation](https://learning.postman.com/docs/developer/postman-api/intro-api/),FALSE,TRUE,FALSE +postman-create-environment,Create Environment,Creates a new environment in Postman. [See the documentation](https://learning.postman.com/docs/developer/postman-api/intro-api/),FALSE,TRUE,FALSE +printify-update-product,Update Product,Updates an existing product on Printify. [See the documentation](https://developers.printify.com/#update-a-product),TRUE,TRUE,FALSE +printify-submit-order,Submit Order,Places an order of an existing product on Printify. [See the documentation](https://developers.printify.com/#submit-an-order),FALSE,TRUE,FALSE +woovi-delete-charge,Delete Charge,Removes a specific charge from the system. [See the documentation](https://developers.woovi.com/en/api#tag/charge/paths/~1api~1v1~1charge~1%7Bid%7D/delete),TRUE,TRUE,FALSE +woovi-create-charge,Create Charge,Generates a charge for a customer. [See the documentation](https://developers.woovi.com/en/api#tag/charge/paths/~1api~1v1~1charge/post),FALSE,TRUE,FALSE +woovi-create-charge-refund,Create Charge Refund,Opens a refund request for a specific charge. [See the documentation](https://developers.woovi.com/en/api#tag/charge-refund/paths/~1api~1v1~1charge~1%7Bid%7D~1refund/post),FALSE,TRUE,FALSE +clockify-create-project,Create Project,Creates a new project in Clockify. [See the documentation](https://docs.clockify.me/#tag/Project/operation/create_6),FALSE,TRUE,FALSE +clockify-add-task-to-project,Add Task To Project,Adds a task to a project in Clockify. [See the documentation](https://docs.clockify.me/#tag/Task/operation/create_7),FALSE,TRUE,FALSE +clockify-add-members-to-project,Add Members To Project,Adds member(s) to a project in Clockify. [See the documentation](https://docs.clockify.me/#tag/Project/operation/updateMemberships),FALSE,TRUE,FALSE +bot9-send-chat-message,Send Chat Message,Send a chat message to a Bot9 chatbot. [See the documentation](https://bot9ai.apimatic.dev/v/1_0#/rest/introduction/introduction/getting-started-with-bot9/end-user-chat-api/chat-endpoint),TRUE,TRUE,FALSE +bot9-init-chat,Initiate Chat,Initiates a new conversation with a Bot9 chatbot. [See the documentation](https://bot9ai.apimatic.dev/v/1_0#/rest/introduction/introduction/getting-started-with-bot9/end-user-chat-api/initchat-endpoint),TRUE,TRUE,FALSE +saleslens-upload-conversation-transcription,Upload Conversation Transcription,Uploads a transcript of the conversation. [See the documentation](https://app.saleslens.io/api#tag/ConversationTranscription/operation/api_access_tokencall_transcriptionupload_post),FALSE,TRUE,FALSE +saleslens-upload-conversation-recording,Upload Conversation Recording,Uploads a conversation recording. [See the documentation](https://app.saleslens.io/api#tag/ConversationRecord/operation/api_access_tokencall_recordupload_post),FALSE,TRUE,FALSE +brilliant_directories-update-post,Update Post,Updates a post in your website database. [See the documentation](https://support.brilliantdirectories.com/support/solutions/articles/12000088887-api-overview-and-testing-the-api-from-admin-area),TRUE,TRUE,FALSE +brilliant_directories-create-user,Create User,Creates a new user record in the website database. [See the documentation](https://support.brilliantdirectories.com/support/solutions/articles/12000088887-api-overview-and-testing-the-api-from-admin-area),FALSE,TRUE,FALSE +brilliant_directories-create-post,Create Post,Creates a single or group post. [See the documentation](https://support.brilliantdirectories.com/support/solutions/articles/12000093239-member-posts-api-create-update-delete-and-get-member-posts),TRUE,TRUE,FALSE +blink-post-feed,Post feed,Send feed events to users. [See the documentation](https://developer.joinblink.com/reference/send-feed-event),FALSE,TRUE,FALSE +blink-get-feed-event,Get Feed Event,Get a feed event by external ID. [See the documentation](https://developer.joinblink.com/reference/get-feed-event-id-by-external-id),FALSE,TRUE,TRUE +sitespeakai-send-query,Send Query,Queries your chatbot and returns the answer and URLs used to find the answer. [See the documentation](https://api-docs.sitespeak.ai/reference/api-reference/query),FALSE,TRUE,FALSE +appdrag-update-row,Update Row,Updates a row in a cloud database table. [See the documentation](https://support.appdrag.com/doc/Appdrag-Cloudbackend-npm),TRUE,TRUE,FALSE +appdrag-insert-row,Insert Row,Inserts a new row into a cloud database table. [See the documentation](https://support.appdrag.com/doc/Appdrag-Cloudbackend-npm),FALSE,TRUE,FALSE +appdrag-execute-api-function,Execute API Function,Executes an API function from a cloud backend. [See the documentation](https://support.appdrag.com/doc/Interacting-with-my-API-Functions),FALSE,TRUE,FALSE +deepgram-summarize-usage,Summarize Usage,Retrieves a summary of usage statistics. [See the documentation](https://developers.deepgram.com/api-reference/usage/#summarize-usage),FALSE,TRUE,TRUE +deepgram-list-requests,List Requests,Generates a list of requests sent to the Deepgram API for the specified project over a given time range. [See the documentation](https://developers.deepgram.com/api-reference/usage/#get-all-requests),FALSE,TRUE,TRUE +deepgram-list-projects,List Projects,Retrieves basic information about the specified project. [See the documentation](https://developers.deepgram.com/api-reference/projects/#get-projects),FALSE,TRUE,TRUE +deepgram-list-balances,List Balances,Generates a list of outstanding balances for the specified project. [See the documentation](https://developers.deepgram.com/api-reference/billing/#get-all-balances),FALSE,TRUE,TRUE +deepgram-get-request,Get Request,Retrieves the details of the specified request sent to the Deepgram API for the specified project. [See the documentation](https://developers.deepgram.com/api-reference/usage/#get-request),FALSE,TRUE,TRUE +deepgram-get-project,Get Project,Retrieves basic information about the specified project. [See the documentation](https://developers.deepgram.com/api-reference/projects/#get-projects),FALSE,TRUE,TRUE +deepgram-get-balance,Get Balance,Retrieves details about the specified balance. [See the documentation](https://developers.deepgram.com/api-reference/billing/#get-balance),FALSE,TRUE,TRUE +zest-send-gift,Send Gift,Creates a gift within a specified campaign in Zest. [See the documentation](https://gifts.zest.co/admin/integrations/documentation#operation/create),FALSE,TRUE,FALSE +manychat-send-dynamic-message-user,Send Dynamic Message to User,Delivers a dynamic message to a particular user specified by their user ID. [See the documentation](https://api.manychat.com),FALSE,TRUE,FALSE +manychat-find-user-custom-field,Find User by Custom Field,Locates a user based on a particular custom field's value. [See the documentation](https://api.manychat.com),FALSE,TRUE,TRUE +manychat-add-tag-user,Add Tag to User,Adds a specific tag to a user specified by their user ID. This action is essential to categorize and filter users based on business-specific parameters. [See the documentation](https://api.manychat.com),FALSE,TRUE,FALSE +freshlearn-update-member,Update Member,Updates the details of an existing member. [See the documentation](https://freshlearn.com/support/api#updateMember),TRUE,TRUE,FALSE +freshlearn-create-member,Create Member,Creates a new member within FreshLearn. [See the documentation](https://freshlearn.com/support/api#createMember),FALSE,TRUE,FALSE +freshlearn-create-course-enrollment,Create Course Enrollment,Enrolls an existing member in a new course. [See the documentation](https://freshlearn.com/support/api),FALSE,TRUE,FALSE +instapaper-add-url,Add URL,Adds a URL to an Instapaper account. [See the documentation](https://www.instapaper.com/api/simple),FALSE,TRUE,FALSE +sms_alert-send-sms,Send SMS,Sends a text message directly. [See the documentation](https://kb.smsalert.co.in/developers-api/#Send-a-SMS),FALSE,TRUE,FALSE +sms_alert-schedule-sms,Schedule SMS,Schedules a text message to be sent at a specified time. [See the documentation](https://kb.smsalert.co.in/developers-api/#Schedule-a-SMS),FALSE,TRUE,FALSE +sms_alert-create-contact,Create Contact,Creates a new contact within a specified group. [See the documentation](https://kb.smsalert.co.in/developers-api/#Create-Contact),FALSE,TRUE,FALSE +realgeeks-create-lead,Create Lead,Creates a new lead in Real Geeks. [See the documentation](https://developers.realgeeks.com/leads/),FALSE,TRUE,FALSE +callpage-create-sms,Create SMS,Creates a new SMS in CallPage. [See the documentation](https://callpage.github.io/documentation-rest/),FALSE,TRUE,FALSE +loop_returns-process-return,Process Return,Starts the processing of a return inside Loop. Return ID is a required prop to initiate the process. [See the documentation](https://docs.loopreturns.com/reference/processreturn),FALSE,TRUE,FALSE +loop_returns-flag-return,Flag Return,Flags a particular return as important inside Loop. Requires return ID as a mandatory prop. [See the documentation](https://docs.loopreturns.com/reference/flagreturn),FALSE,TRUE,FALSE +loop_returns-cancel-return,Cancel Return,Cancels a pending return request in Loop. [See the documentation](https://docs.loopreturns.com/reference/cancelreturn),TRUE,TRUE,FALSE +constant_contact-update-contact,Update Contact,Update an existing contact. [See the documentation](https://developer.constantcontact.com/api_reference/index.html#!/Contacts/putContact),TRUE,TRUE,FALSE +constant_contact-delete-contact,Remove Contact,Delete a specific contact identified by contact_id. [See the documentation](https://developer.constantcontact.com/api_reference/index.html#!/Contacts/deleteContact),TRUE,TRUE,FALSE +constant_contact-add-contact,Add Contact,Add a single contact. [See the documentation](https://developer.constantcontact.com/api_reference/index.html#!/Contacts/createContact),TRUE,TRUE,FALSE +echtpost_postcards-create-contact,Create Contact,Creates a new contact within the EchtPost app. [See the documentation](https://hilfe.echtpost.de/article/20/postkartenversand-uber-api-programmierschnittstelle),FALSE,TRUE,FALSE +echtpost_postcards-create-card,Create and Schedule a Postcard,This action creates and schedules a postcard for delivery. [See the documentation](https://hilfe.echtpost.de/article/20/postkartenversand-uber-api-programmierschnittstelle),FALSE,TRUE,FALSE +dynapictures-create-image,Create Image,Generates a new image by using a given image as a template. [See the documentation](https://dynapictures.com/docs/#image-generation),FALSE,TRUE,FALSE +emailable-verify-email-address,Verify Email Address,Verifies a single email address using Emailable. [See the documentation](https://emailable.com/docs/api/#verify-an-email),FALSE,TRUE,TRUE +emailable-verify-batch-of-emails,Verify Batch of Emails,"Verifies a batch of emails, up to 50,000 per batch. [See the documentation](https://emailable.com/docs/api/#verify-a-batch-of-emails)",FALSE,TRUE,TRUE +testmo-list-project-sessions,List Project Sessions,List all sessions for a project. [See the documentation](https://docs.testmo.com/api/reference/sessions#get-projects-project_id-sessions),FALSE,TRUE,TRUE +testmo-list-automation-runs,List Automation Runs,List all automation runs for a project. [See the documentation](https://docs.testmo.com/api/reference/automation-runs#get-projects-project_id-automation-runs),FALSE,TRUE,TRUE +testmo-create-automation-run,Create Automation Run,Creates a new automation run in a target project in preparation for adding threads and test results. [See the documentation](https://docs.testmo.com/api/reference/automation-runs#post-projects-project_id-automation-runs),FALSE,TRUE,FALSE +testmo-append-to-thread,Append to Thread in Automation Run,"Appends test artifacts, fields or test results to an existing thread in an automation run. [See the documentation](https://docs.testmo.com/api/reference/automation-runs#post-automation-runs-threads-automation_run_thread_id-append)",FALSE,TRUE,FALSE +testmo-append-to-automation-run,Append to Automation Run,"Appends test artifacts, fields or links to an existing automation run. [See the documentation](https://docs.testmo.com/api/reference/automation-runs#post-automation-runs-automation_run_id-append)",FALSE,TRUE,FALSE +knorish-create-user,Create User,Creates a new user on your Knorish site. [See the documentation](https://knowledge.knorish.com/api-endpoints-and-postman-dump-publisher-api),FALSE,TRUE,FALSE +knorish-add-user-in-course,Add User In Course,Add a specific user to a specific course on your Knorish site. [See the documentation](https://knowledge.knorish.com/api-endpoints-and-postman-dump-publisher-api),FALSE,TRUE,FALSE +shipday-create-order,Create Shipping Order,Creates a new shipping order. [See the documentation](https://docs.shipday.com/reference/insert-delivery-order),FALSE,TRUE,FALSE +loopmessage-send-text-message,Send Text Message,Action to send a text in iMessage to an individual recipient. [See the documentation](https://docs.loopmessage.com/imessage-conversation-api/messaging/send-message#send-single-message),FALSE,TRUE,FALSE +loopmessage-send-reaction,Send Reaction,"Action to submit your request to the sending queue. When a request in the queue will be ready to send a reaction in iMessage, an attempt will be made to deliver it to the recipient. [See the documentation](https://docs.loopmessage.com/imessage-conversation-api/messaging/send-message#send-reaction)",FALSE,TRUE,FALSE +orca_scan-find-row,Find Row,"Locates a row record based on a given barcode. If no barcode is provided, return all rows. [See the documentation](https://orcascan.com/guides/add-barcode-tracking-to-your-system-using-a-rest-api-f09a21c3#rows-1)",FALSE,TRUE,FALSE +orca_scan-add-update-row,Add or Update Row,Adds a new row or updates an existing row in a sheet. [See the documentation](https://orcascan.com/guides/add-barcode-tracking-to-your-system-using-a-rest-api-f09a21c3),TRUE,TRUE,FALSE +jw_player-search-media,Search Media,Searches for a media or lists all media available in JW Player. [See the documentation](https://docs.jwplayer.com/platform/reference/get_v2-sites-site-id-media),FALSE,TRUE,TRUE +jw_player-create-media,Create Media,Creates a new media file in JW Player using fetch or external upload methods. [See the documentation](https://docs.jwplayer.com/platform/reference/post_v2-sites-site-id-media),FALSE,TRUE,FALSE +starshipit-print-label,Print Shipping Label,Print a shipping label for a specific order. [See the documentation](https://api-docs.starshipit.com/#b6bc3576-a43f-4992-86d8-8fdf57f872f6),FALSE,TRUE,FALSE +starshipit-get-tracking,Get Tracking Details,Retrieve tracking details using a tracking number or order number. [See the documentation](https://api-docs.starshipit.com/#a655a3b4-ea39-42c4-acb4-d868ad40dc47),FALSE,TRUE,TRUE +starshipit-create-order,Create Order,Create an outbound order in Starshipit. [See the documentation](https://api-docs.starshipit.com/#b90251d2-1d1c-47b1-ac07-eeeb21cade7b),FALSE,TRUE,FALSE +flutterwave-verify-transaction,Verify Transaction,Confirms a given transaction. [See the documentation](https://developer.flutterwave.com/reference/endpoints/transactions#verify-a-transaction),FALSE,TRUE,TRUE +flutterwave-create-transfer,Create Transfer,This action initiates a new transfer. [See the documentation](https://developer.flutterwave.com/reference/endpoints/transfers),FALSE,TRUE,FALSE +pingdom-create-http-check,Create HTTP Check,Creates a new HTTP check in Pingdom. [See the documentation](https://docs.pingdom.com/api/#tag/Checks/operation/post.checks),FALSE,TRUE,FALSE +nexweave-create-video-experience-from-template,Create Video Experience from Template,Creates a video experience from a template. [See the documentation](https://documentation.nexweave.com/nexweave-api#4OZFt),FALSE,TRUE,FALSE +nexweave-create-image-experience-from-template,Create Image Experience from Template,Creates an image experience from a template. [See the documentation](https://documentation.nexweave.com/nexweave-api#4OZFt),FALSE,TRUE,FALSE +nexweave-create-campaign-experience,Create Campaign Experience,Generates a campaign experience based on a selected campaign. [See the documentation](https://documentation.nexweave.com/nexweave-api#tH7ID),FALSE,TRUE,FALSE +helpcrunch-find-create-customer,Find or Create Customer,"Search for an existing customer within Helpcrunch platform, if no match is found it creates a new customer record. [See the documentation](https://docs.helpcrunch.com/en/rest-api-v1/search-customers-v1)",FALSE,TRUE,FALSE +helpcrunch-create-customer,Create Customer,Creates a new customer record within the Helpcrunch platform. [See the documentation](https://docs.helpcrunch.com/en/rest-api-v1/create-customer-v1),FALSE,TRUE,FALSE +referralhero-track-referral-conversion-event,Track Referral Conversion Event,Track a referral conversion event. Use when your Campaign Goal is set to track two or three conversion events. [See the documentation](https://support.referralhero.com/integrate/rest-api/endpoints-reference#track-referral-conversion-event),TRUE,TRUE,FALSE +referralhero-add-subscriber,Add Subscriber,Adds a new subscriber to to a list. [See the documentation](https://support.referralhero.com/integrate/rest-api/endpoints-reference#add-a-subscriber),FALSE,TRUE,FALSE +podio-upload-from-url,Upload From URL,Uploads a file from a URL to Podio. [See the documentation](https://github.com/podio/podio-rb/blob/6c77c92792c3ae79d487a997909122e90e544bf1/lib/podio/models/file_attachment.rb#L62),FALSE,TRUE,FALSE +podio-update-item,Update an Item,Updates an item. [See the documentation](https://developers.podio.com/doc/items/update-item-22363),TRUE,TRUE,FALSE +podio-create-item,Create an Item,Adds a new item to the given app. [See the documentation](https://developers.podio.com/doc/items/add-new-item-22362),FALSE,TRUE,FALSE +bigmailer-send-transactional-email,Send Transactional Email,Sends an email as part of a transactional campaign. [See the documentation](https://docs.bigmailer.io/reference/sendtransactionalcampaign),FALSE,TRUE,FALSE +bigmailer-add-update-contact,Add or Update Contact,Creates or updates a contact within a brand. [See the documentation](https://docs.bigmailer.io/reference/upsertcontact),TRUE,TRUE,FALSE +bouncer-verify-email,Verify Email,Verify an email. [See the documentation](https://docs.usebouncer.com/#d253aed7-e0aa-4d09-82c2-0352cc109477),FALSE,TRUE,TRUE +bouncer-verify-email-batch,Verify Email Batch,Verify multiple emails. [See the documentation](https://docs.usebouncer.com/#b9296001-fa52-459d-997b-bc0663f352d9),FALSE,TRUE,TRUE +cometly-send-event,Send Event,Sends an event to the Cometly API. [See the documentation]https://developers.cometly.com/#endpoint-advanced-method),FALSE,TRUE,FALSE +uplead-get-contact-by-email,Get Contact By Email,Get a contact by email. [See the documentation](https://docs.uplead.com/#person-api),FALSE,TRUE,TRUE +uplead-get-company-by-domain,Get Company By Domain,Get a company by domain. [See the documentation](https://docs.uplead.com/#company-api),FALSE,TRUE,TRUE +clearout-verify-email,Verify Email,Verify an email. [See the documentation](https://docs.clearout.io/api.html),FALSE,TRUE,TRUE +clearout-get-domain-mx,Get Domain MX,Get a domain MX. [See the documentation](https://docs.clearout.io/api-misc.html),FALSE,TRUE,TRUE +webvizio-create-project,Create Project,Creates a project in Webvizio. [See the documentation](https://webvizio.com/help-center/incoming-webhooks/),FALSE,TRUE,FALSE +signalwire-validate-phone-number,Validate Phone Number,Validates a given phone number. Can optionally include carrier and caller ID information. [See the documentation](https://developer.signalwire.com/rest/phone-number-lookup),FALSE,TRUE,TRUE +signalwire-create-video-conference,Create Video Conference,Creates a video conference on SignalWire. [See the documentation](https://developer.signalwire.com/rest/create-a-video-conference),FALSE,TRUE,FALSE +recruitee-create-task,Create Task,Create a new task for a candidate. [See the documentation](https://api.recruitee.com/docs/index.html#task.web.task-task.web.task-post),TRUE,TRUE,FALSE +recruitee-create-note,Create Note,Create a new note for a candidate. [See the documentation](https://api.recruitee.com/docs/index.html#note.web.note-note.web.note),TRUE,TRUE,FALSE +recruitee-create-candidate,Create Candidate,Create a new candidate. [See the documentation](https://api.recruitee.com/docs/index.html#candidate.web.candidate-candidate.web.candidate),TRUE,TRUE,FALSE +endorsal-list-testimonials,List Testimonials,Retrieves a list of testimonials received. [See the documentation](https://developers.endorsal.io/docs/endorsal/b3a6mtcynteyoa-retrieve-all-testimonials),FALSE,TRUE,TRUE +endorsal-create-testimonial,Create Testimonial,Creates a new testimonial. [See the documentation](https://developers.endorsal.io/docs/endorsal/b3a6mtcynteyoq-create-a-testimonial),FALSE,TRUE,FALSE +endorsal-create-contact,Create Contact,Creates a new contact for requesting testimonials. [See the documentation](https://developers.endorsal.io/docs/endorsal/b3a6mtczmzu5na-create-a-new-contact),FALSE,TRUE,FALSE +convenia-create-leave-of-absence-for-employee,Create Leave Of Absence For Employee,Creates a new leave of absence for an employee. [See the documentation](https://docs--api-convenia-com-br.translate.goog/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en&_x_tr_pto=wapp),FALSE,TRUE,FALSE +discogs-update-order,Update Order Status,"Updates the status of an existing order on Discogs. [See the documentation](https://www.discogs.com/developers#page:marketplace,header:marketplace-edit-an-order)",TRUE,TRUE,FALSE +discogs-create-marketplace-listing,Create Marketplace Listing,"Creates a new listing in the Discogs marketplace. [See the documentation](https://www.discogs.com/developers#page:marketplace,header:marketplace-new-listing)",FALSE,TRUE,FALSE +codereadr-generate-qr-code,Generate QR Code,Generates a unique QR code. [See the documentation](https://secure.codereadr.com/apidocs/BarcodeGenerator.md#generate),FALSE,TRUE,TRUE +codereadr-create-database,Create Database,Creates a new database in CodeREADr. [See the documentation](https://secure.codereadr.com/apidocs/Databases.md#create),FALSE,TRUE,FALSE +codereadr-add-update-barcode-value,Add or Update Barcode Value,Adds or updates a barcode value in the selected database. [See the documentation](https://secure.codereadr.com/apidocs/Databases.md#upsertvalue),TRUE,TRUE,FALSE +teamup-update-event,Update Event,Updates an existing event on a specified calendar. [See the documentation](https://apidocs.teamup.com/docs/api/8b5d0d1556103-update-an-event),TRUE,TRUE,FALSE +teamup-delete-event,Delete Event,Deletes an existing event on a specified calendar. [See the documentation](https://apidocs.teamup.com/docs/api/260f3631bec7b-delete-an-event),TRUE,TRUE,FALSE +teamup-create-event,Create Event,Creates a new event on a specified calendar. [See the documentation](https://apidocs.teamup.com/docs/api/3269d0159ae9f-create-an-event),FALSE,TRUE,FALSE +placid-generate-pdf,Generate PDF,Creates a new PDF based on a specified template. [See the documentation](https://placid.app/docs/2.0/rest/pdfs#create),FALSE,TRUE,FALSE +placid-generate-image,Generate Image,Generate a new image based on a specified template. [See the documentation](https://placid.app/docs/2.0/rest/images#create),FALSE,TRUE,FALSE +originality_ai-scan-content-for-plagiarism-and-readability,Scan Content for Plagiarism and Readability,Scans a string for plagiarism as well as readability. [See the documentation](https://docs.originality.ai/api-v1-0-reference/scan/plagiarism-readability-scan),FALSE,TRUE,FALSE +originality_ai-detect-ai-from-url,Detect AI From URL,Scans a webpage for AI generated content. [See the documentation](https://docs.originality.ai/api-v1-0-reference/scan/ai-url-scan),FALSE,TRUE,TRUE +originality_ai-detect-ai-content,Detect AI Content,Scans a string for AI content. [See the documentation](https://docs.originality.ai/api-v1-0-reference/scan/ai-scan),FALSE,TRUE,TRUE +bingx-trade-set-margin-mode,BingX Trade Set Margin Mode,Switch Margin Mode [See the documentation](https://bingx-api.github.io/docs/#/swapV2/trade-api.html#Switch%20Margin%20Mode).,TRUE,TRUE,FALSE +bingx-trade-set-leverage,BingX Trade Set Leverage,Switch Leverage [See the documentation](https://bingx-api.github.io/docs/#/swapV2/trade-api.html#Switch%20Leverage).,TRUE,TRUE,FALSE +bingx-trade-query-order,BingX Trade Query Order,Query Order Details [See the documentation](https://bingx-api.github.io/docs/#/swapV2/trade-api.html#Query%20Order).,FALSE,TRUE,FALSE +bingx-trade-pending-orders,BingX Trade Pending Orders,Unfilled Order Acquisition [See the documentation](https://bingx-api.github.io/docs/#/swapV2/trade-api.html#Query%20all%20current%20pending%20orders).,FALSE,TRUE,FALSE +bingx-trade-oneclick-close-all-positions,BingX Trade One Click Close All Positions,One-Click Close All Positions [See the documentation](https://bingx-api.github.io/docs/#/swapV2/trade-api.html#One-Click%20Close%20All%20Positions).,TRUE,TRUE,FALSE +bingx-trade-new-order,BingX Trade New Order,Place a New Order. [See the documentation](https://bingx-api.github.io/docs/#/swapV2/trade-api.html#Trade%20order),FALSE,TRUE,FALSE +bingx-trade-cancel-order,BingX Trade Cancel Order,Cancel an Order [See the documentation](https://bingx-api.github.io/docs/#/swapV2/trade-api.html#Cancel%20an%20Order).,TRUE,TRUE,FALSE +bingx-trade-cancel-all-orders,BingX Trade Cancel All Orders,Cancel All Orders [See the documentation](https://bingx-api.github.io/docs/#/swapV2/trade-api.html#Cancel%20All%20Orders).,TRUE,TRUE,FALSE +bingx-trade-batch-cancel-orders,BingX Trade Batch Cancel Orders,Cancel a Batch of Orders [See the documentation](https://bingx-api.github.io/docs/#/swapV2/trade-api.html#Cancel%20a%20Batch%20of%20Orders).,TRUE,TRUE,FALSE +bingx-market-get-ticker,BingX Market Get Ticker,Get Ticker [See the documentation](https://bingx-api.github.io/docs/#/swapV2/market-api.html#Get%20Ticker).,FALSE,TRUE,TRUE +bingx-market-get-open-positions,BingX Market Get Open Positions,Get Swap Open Positions [See the documentation](https://bingx-api.github.io/docs/#/swapV2/market-api.html#Get%20Swap%20Open%20Positions).,FALSE,TRUE,FALSE +bingx-market-get-market-trades,BingX Market Get Market Trades,The latest Trade of a Trading Pair [See the documentation](https://bingx-api.github.io/docs/#/swapV2/market-api.html#Get%20Latest%20Price%20of%20a%20Trading%20Pair).,FALSE,TRUE,TRUE +bingx-market-get-market-depth,BingX Market Get Market Depth,Get Market Depth [See the documentation](https://bingx-api.github.io/docs/#/swapV2/market-api.html#Get%20Market%20Depth).,FALSE,TRUE,TRUE +bingx-market-get-latest-price,BingX Market Get Latest Price,Get Latest Price of a Trading Pair [See the documentation](https://bingx-api.github.io/docs/#/swapV2/market-api.html#The%20latest%20Trade%20of%20a%20Trading%20Pair).,FALSE,TRUE,TRUE +bingx-market-get-latest-funding,BingX Market Get Latest Funding,Current Funding Rate [See the documentation](https://bingx-api.github.io/docs/#/swapV2/market-api.html#Current%20Funding%20Rate).,FALSE,TRUE,TRUE +bingx-market-get-kline,BingX Market Get Latest Kline,Get K-Line Data [See the documentation](https://bingx-api.github.io/docs/#/swapV2/market-api.html#%20K-Line%20Data).,FALSE,TRUE,TRUE +bingx-market-get-kline-history,BingX Market Get History Klines,K-Line Data History [See the documentation](https://bingx-api.github.io/docs/#/swapV2/market-api.html#%20K-Line%20Data).,FALSE,TRUE,TRUE +bingx-market-get-historical-funding,BingX Market Get History Funding,Funding Rate History [See the documentation](https://bingx-api.github.io/docs/#/swapV2/market-api.html#Current%20Funding%20Rate).,FALSE,TRUE,TRUE +bingx-market-get-all-contracts,BingX Market Get All Contracts,Contract Information [See the documentation](https://bingx-api.github.io/docs/#/swapV2/market-api.html#Contract%20Information).,FALSE,TRUE,TRUE +bingx-generic-api-call,BingX Generic API Call,Make any API call for Bingx Futures as per the documentation. [See the documentation](https://bingx-api.github.io/docs/#/swapV2/account-api.html),FALSE,TRUE,FALSE +bingx-custom-calculate-leveraged-position,BingX Custom Calculate Leveraged Position,"Calculate leveraged position based on entry, stop price and account balance",TRUE,TRUE,FALSE +bingx-custom-bracket-order,BingX Custom Bracket Order,Place bracket order. [See the documentation](https://bingx-api.github.io/docs/#/swapV2/trade-api.html#Trade%20order),FALSE,TRUE,FALSE +bingx-account-get-positions,BingX Account Get Positions,Perpetual Swap Positions [See the documentation](https://bingx-api.github.io/docs/#/swapV2/account-api.html#Perpetual%20Swap%20Positions).,FALSE,TRUE,TRUE +bingx-account-get-balance,BingX Account Get Balance,Get Perpetual Swap Account Asset Information [See the documentation](https://bingx-api.github.io/docs/#/swapV2/account-api.html).,FALSE,TRUE,TRUE +doppler_marketing_automation-remove-subscriber,Remove Subscriber,Remove a subscriber. [See the documentation](https://restapi.fromdoppler.com/docs/resources#!/Subscribers/AccountsByAccountNameListsByListIdSubscribersByEmailDelete),TRUE,TRUE,FALSE +doppler_marketing_automation-get-subscriber,Get Subscriber,Get a subscriber. [See the documentation](https://restapi.fromdoppler.com/docs/resources#!/Subscribers/AccountsByAccountNameSubscribersByEmailGet),FALSE,TRUE,TRUE +push_by_techulus-send-push-notification,Send Push Notification,Sends a new Push notification to the user. [See the documentation](https://docs.push.techulus.com/api-documentation),FALSE,TRUE,FALSE +abyssale-generate-multi-format-images-videos,Generate Multi-Format Images/Videos,Generates multiple images and videos from a template. [See the documentation](https://api-reference.abyssale.com/#tag/Images/paths/~1async~1banner-builder~1%7BtemplateId%7D~1generate/post),FALSE,TRUE,FALSE +abyssale-generate-image,Generate Image,Generates a single image from a template. [See the documentation](https://api-reference.abyssale.com/#tag/Images/paths/~1banner-builder~1%7BtemplateId%7D~1generate/post),FALSE,TRUE,FALSE +insites-analyze-business,Analyze Business,Fetch a report from Insites based on the provided business details. [See the documentation](https://help.insites.com/en/articles/7994946-report-api#h_83076c4431),FALSE,TRUE,TRUE +browse_ai-execute-task,Execute Task,Runs a robot on-demand with custom input parameters. [See the documentation](https://www.browse.ai/docs/api/v2#tag/tasks/operation/newRobotTask),FALSE,TRUE,FALSE +lob-retrieve-postcard,Retrieve Postcard,Retrieves the details of an existing postcard. [See docs here](https://docs.lob.com/#tag/Postcards/operation/postcard_retrieve).,FALSE,TRUE,TRUE +lob-list-postcards,List Postcards,Returns a list of your postcards. [See docs here](https://docs.lob.com/#tag/Postcards/operation/postcards_list).,FALSE,TRUE,TRUE +lob-create-postcard,Create Postcard,Creates a new postcard given information. [See docs here](https://docs.lob.com/#tag/Postcards/operation/postcard_create).,FALSE,TRUE,FALSE +lob-create-letter,Create Letter,Creates a new letter. [See docs here](https://docs.lob.com/#tag/Letters/operation/letter_create).,FALSE,TRUE,FALSE +lob-cancel-postcard,Cancel Postcard,Completely removes a postcard from production. This can only be done if the postcard has a `send_date` and the `send_date` has not yet passed. [See docs here](https://docs.lob.com/#tag/Postcards/operation/postcard_delete).,TRUE,TRUE,FALSE +kickbox-verify-email,Verify Email,Verify an email. [See the documentation](https://docs.kickbox.com/docs/single-verification-api),FALSE,TRUE,TRUE +kickbox-verify-email-batch,Verify Email Batch,Verify an email batch. [See the documentation](https://docs.kickbox.com/docs/batch-verification-api),FALSE,TRUE,TRUE +google_palm_api-chat,Chat,Chat using Google PaLM. [See the docs here](https://developers.generativeai.google/api/python/google/generativeai/chat),FALSE,TRUE,FALSE +google_cloud-upload-object,Upload An Object,"Upload an object to a Google Cloud Storage bucket, [See the docs](https://googleapis.dev/nodejs/storage/latest/Bucket.html#upload)",FALSE,TRUE,FALSE +google_cloud-switch-instance-boot-status,Switch Instance Boot Status,Switch a virtual machine instance boot status to start or stop it. [See the documentation](https://cloud.google.com/compute/docs/instances/stop-start-instance),TRUE,TRUE,FALSE +google_cloud-search-objects,Search Objects,"Search objects by a prefix, [See the docs](https://googleapis.dev/nodejs/storage/latest/Bucket.html#getFiles)",FALSE,TRUE,TRUE +google_cloud-logging-write-log,Logging - Write Log,"Writes log data to the Logging service, [See the docs](https://cloud.google.com/nodejs/docs/reference/logging/latest/logging/log#_google_cloud_logging_Log_write_member_1_)",FALSE,TRUE,FALSE +google_cloud-list-buckets,List Buckets,"List Google Cloud Storage buckets, [See the docs](https://googleapis.dev/nodejs/storage/latest/Storage.html#getBuckets)",FALSE,TRUE,TRUE +google_cloud-get-object,Get Object,"Downloads an object from a Google Cloud Storage bucket, [See the docs](https://googleapis.dev/nodejs/storage/latest/File.html#get)",FALSE,TRUE,TRUE +google_cloud-get-bucket,Get Bucket Metadata,Gets Google Cloud Storage bucket metadata. [See the docs](https://googleapis.dev/nodejs/storage/latest/Bucket.html#getMetadata).,FALSE,TRUE,TRUE +google_cloud-create-scheduled-query,Create Scheduled Query,Creates a scheduled query in Google Cloud. [See the documentation](https://cloud.google.com/bigquery/docs/scheduling-queries),FALSE,TRUE,FALSE +google_cloud-create-bucket,Create Bucket,Creates a bucket on Google Cloud Storage [See the docs](https://googleapis.dev/nodejs/storage/latest/Bucket.html#create),FALSE,TRUE,FALSE +google_cloud-bigquery-insert-rows,Bigquery Insert Rows,Inserts rows into a BigQuery table. [See the docs](https://github.com/googleapis/nodejs-bigquery) and for an example [here](https://github.com/googleapis/nodejs-bigquery/blob/main/samples/insertRowsAsStream.js).,FALSE,TRUE,FALSE +lightspeed_vt-create-new-user,Create New User,Creates a new user in the LightSpeed VT system. [See the documentation](https://lsvtapi.stoplight.io/docs/lsvt-rest-api/26844d671bbcf-create-user),FALSE,TRUE,FALSE +astica_ai-speech-to-text,Speech To Text,Transcribe an audio file to text with Astica AI [See the documentation](https://astica.ai/hearing/documentation/),FALSE,TRUE,FALSE +astica_ai-describe-image,Describe Image,Analyze an image with Astica AI [See the documentation](https://astica.ai/vision/documentation/),FALSE,TRUE,TRUE +sonix-get-text-transcript,Get Text Transcript,Gets the text transcript of a selected media file. [See the documentation](https://sonix.ai/docs/api#get_transcript),FALSE,TRUE,TRUE +sonix-create-new-translation,Create New Translation,Creates a new translation for a selected media file. [See the documentation](https://sonix.ai/docs/api#create_translation),FALSE,TRUE,FALSE +docusign-create-signature-request,Create Signature Request,Creates a signature request from a template [See the docs here](https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create),FALSE,TRUE,FALSE +docusign-create-draft,Create Draft,"Create and send an envelope, or create a draft envelope. [See the documentation here](https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/)",FALSE,TRUE,FALSE +helloleads-create-lead,Create Lead,Adds a new lead into the HelloLeads system. [See the documentation](https://github.com/PipedreamHQ/pipedream/files/13168532/HelloLeads_CRM_API_Documentation_POST_Method.pdf),FALSE,TRUE,FALSE +click2mail2-create-job,Create Job,Creates a new new job in your account. [See the documentation](https://developers.click2mail.com/reference/post_2).,FALSE,TRUE,FALSE +convertkit-view-single-subscribers,View a Single Subscribers,Returns data for a single subscriber. [See docs here](https://developers.convertkit.com/#view-a-single-subscriber),FALSE,TRUE,TRUE +convertkit-list-subscribers,List subscribers,Returns a list of your subscribers. [See docs here](https://developers.convertkit.com/#list-subscribers),FALSE,TRUE,TRUE +convertkit-add-tag-to-subscriber,Add tag to a subscriber,Add tag to a subscriber. [See docs here](https://developers.convertkit.com/#tag-a-subscriber),FALSE,TRUE,FALSE +convertkit-add-subscriber-to-form,Add subscriber to a form,Add subscriber to a form. [See docs here](https://developers.convertkit.com/#add-subscriber-to-a-form),FALSE,TRUE,FALSE +gorillastack-invite-user,Invite User,Invite new user to GorillaStack. [See the documentation](https://docs.gorillastack.com/swagger/v2#/users/post_teams__teamId__users_invite),FALSE,TRUE,FALSE +gorillastack-deploy-template,Deploy Template,Deploy a template definition. [See the documentation](https://docs.gorillastack.com/swagger/v2#/templates/get_teams__teamId__templates_deployments),FALSE,TRUE,FALSE +accredible-update-credential,Update Credential,Modify the details of an existing credential. [See the documentation](https://accrediblecredentialapi.docs.apiary.io/#reference/credentials/credential/update-a-credential),TRUE,TRUE,FALSE +accredible-delete-credential,Delete Credential,Remove a specific credential from the system. [See the documentation](https://accrediblecredentialapi.docs.apiary.io/#reference/credentials/credential/delete-a-credential),TRUE,TRUE,FALSE +accredible-create-credential,Create Credential,Issue a new credential to a given recipient. [See the documentation](https://accrediblecredentialapi.docs.apiary.io/#reference/credentials/credentials/create-a-new-credential),FALSE,TRUE,FALSE +spotlightr-delete-videos,Delete Videos,Delete videos from your account. [See the documentation](https://app.spotlightr.com/docs/api/#deleteVideo),TRUE,TRUE,FALSE +gist-remove-tag-from-contact,Remove Tag From Existing Contact,Remove a tag from an existing contact or contacts. [See docs](https://developers.getgist.com/api/#remove-a-tag-from-contacts),TRUE,TRUE,FALSE +gist-get-contact,Get Contact,Find a Contact [See docs](https://developers.getgist.com/api/#add-a-tag-to-contacts),FALSE,TRUE,FALSE +gist-create-or-update-contact,Create Or Update Contact,Create or update a contact in Gist [See docs](https://developers.getgist.com/api/#create-or-update-a-contact),TRUE,TRUE,FALSE +gist-add-tag-to-contacts,Add Tag To Existing Contacts,This Action lets you assign a tag to multiple contacts at once. If the tag does not already exist it will be created for you. [See docs](https://developers.getgist.com/api/#add-a-tag-to-contacts),TRUE,TRUE,FALSE +productlane-upvote-project,Upvote Project,Upvotes a project by ID. [See the documentation](https://productlane.com/docs/api-reference/portal/upvote-project),FALSE,TRUE,FALSE +productlane-create-feedback,Create Feedback,Create new feedback in Productlane. [See the documentation](https://productlane.com/docs/api-reference/portal/create-feedback),FALSE,TRUE,FALSE +productlane-create-contact,Create Contact,"Creates a new contact with email, name, and an array of segments in Productlane. [See the documentation](https://productlane.com/docs/api-reference/contacts/create-contact)",FALSE,TRUE,FALSE +algomo-send-message-to-chatbot,Send Message To Chatbot,Send a message to a specific Algomo chatbot and get the response. [See the documentation](https://help.algomo.com/docs/api-access/using%20our%20apis#api-call-for-bot-response-generation),FALSE,TRUE,FALSE +centralstationcrm-create-person,Create Person,Creates a new person in CentralStationCRM. [See the documentation](https://api.centralstationcrm.net/api-docs/index.html),TRUE,TRUE,FALSE +centralstationcrm-create-deal,Create Deal,Creates a new deal in CentralStationCRM. [See the documentation](https://api.centralstationcrm.net/api-docs/index.html),TRUE,TRUE,FALSE +clockwork_recruiting-create-person,Create A Person,Create a new person with provided data. [See the documentation](https://app.swaggerhub.com/apis-docs/clockwork-recruiting/cw-public-api/3.0.0#/People/post_people),FALSE,TRUE,FALSE +clockwork_recruiting-add-person-tag,Add Person Tag,Add a tag to a specific person. [See the documentation](https://app.swaggerhub.com/apis-docs/clockwork-recruiting/cw-public-api/3.0.0#/Person%20Tags),FALSE,TRUE,FALSE +clockwork_recruiting-add-person-position,Add Position,Add a position to a specific person. [See the documentation](https://app.swaggerhub.com/apis-docs/clockwork-recruiting/cw-public-api/3.0.0#/Person%20Positions/post_people__person_id__positions),FALSE,TRUE,FALSE +clockwork_recruiting-add-person-phone-number,Add Phone Number,Add a phone number to a specific person. [See the documentation](https://app.swaggerhub.com/apis-docs/clockwork-recruiting/cw-public-api/3.0.0#/Person%20Phone%20Numbers/post_people__person_id__phone_numbers),FALSE,TRUE,FALSE +clockwork_recruiting-add-person-linkedin,Add Linkedin URL,Add a linkedin URL to a specific person. [See the documentation](https://app.swaggerhub.com/apis-docs/clockwork-recruiting/cw-public-api/3.0.0#/Person%20Linkedin/post_people__person_id__linkedin_urls),FALSE,TRUE,FALSE +clockwork_recruiting-add-person-email,Add Person Email,Create an email address to a specific person. [See the documentation](https://app.swaggerhub.com/apis-docs/clockwork-recruiting/cw-public-api/3.0.0#/Person%20Emails),FALSE,TRUE,FALSE +clockwork_recruiting-add-person-address,Add Person Address,Create an address to a specific person. [See the documentation](https://app.swaggerhub.com/apis-docs/clockwork-recruiting/cw-public-api/3.0.0#/Person%20Addresses/post_people__person_id__addresses),FALSE,TRUE,FALSE +salesmsg-search-conversations,Search Conversations,Search active conversations in conversation history. [See the documentation](https://documenter.getpostman.com/view/13798866/2s935uHgXp#c9f078a9-931a-45c0-81c7-14d2b745ca5b),FALSE,TRUE,TRUE +salesmsg-get-user-conversations,Get User Conversations,Retrieves the list of all the conversations of a specific contact id. [See the documentation](https://documenter.getpostman.com/view/13798866/2s935uHgXp#27602c5c-e171-4009-b11c-3d19904d7dcd),FALSE,TRUE,TRUE +salesmsg-create-new-contact,Create New Contact,Create a new contact. [See the documentation](https://documenter.getpostman.com/view/13798866/2s935uHgXp#57f25fd9-2de8-4c9c-97f4-79bf7a6eb255),FALSE,TRUE,FALSE +riskadvisor-update-client,Update Client,Updates an existing in RiskAdvisor. [See the documentation](https://api.riskadvisor.insure/clients#update-a-client),TRUE,TRUE,FALSE +riskadvisor-create-risk-profile,Create Risk Profile,Creates a risk profile in RiskAdvisor. [See the documentation](https://api.riskadvisor.insure/risk-profiles#create-a-risk-profile),FALSE,TRUE,FALSE +riskadvisor-create-client,Create Client,Create a new client in RiskAdvisor. [See the documentation](https://api.riskadvisor.insure/clients#create-a-client),FALSE,TRUE,FALSE +beehiiv-list-all-publications,List All Publications,Get a list of all your publications. [See docs](https://www.beehiiv.com/developers/docs),FALSE,TRUE,TRUE +beehiiv-create-subscriber,Create Subscriber,Create a new subscriber. [See docs](https://www.beehiiv.com/developers/docs),FALSE,TRUE,FALSE +airops-run-workflow,Run Workflow,Run a workflow of an app. See the [sync documentation](https://docs.airops.com/reference/create-execution) or [async documentation](https://docs.airops.com/reference/create-async-execution),TRUE,TRUE,FALSE +listmonk-create-subscriber,Create Subscriber,Create a new subscriber in Listmonk. [See the documentation](https://listmonk.app/docs/apis/subscribers/#post-apisubscribers),FALSE,TRUE,FALSE +listmonk-create-list,Create List,Creates a new list in Listmonk. [See the documentation](https://listmonk.app/docs/apis/lists/#post-apilists),FALSE,TRUE,FALSE +listmonk-create-campaign,Create Campaign,Creates a new campaign in Listmonk. [See the documentation](https://listmonk.app/docs/apis/campaigns/#post-apicampaigns),FALSE,TRUE,FALSE +poof-send-transaction,Send Transaction,Sends a transaction in Poof. [See the documentation](https://docs.poof.io/reference/sendtransaction),FALSE,TRUE,FALSE +poof-list-transactions,List Transactions,Retrieve a list of transactions in Poof. [See the documentation](https://docs.poof.io/reference/fetch-transaction-list),FALSE,TRUE,TRUE +poof-create-deposit-address,Create Deposit Address,Creates a new deposit address in Poof. [See the documentation](https://docs.poof.io/reference/create_address),FALSE,TRUE,FALSE +copperx-create-invoice,Create Invoice,Create a new invoice [See the documentation](https://copperx.readme.io/reference/invoicecontroller_create),FALSE,TRUE,FALSE +copperx-create-customer,Create Customer,Create a new customer [See the documentation](https://copperx.readme.io/reference/customercontroller_create),FALSE,TRUE,FALSE +flodesk-find-subscriber,Find Subscriber By Email,Find a subscriber by email address in Flodesk. [See the documentation](https://developers.flodesk.com/#tag/subscriber/operation/retrieveSubscriber),FALSE,TRUE,TRUE +flodesk-create-or-update-subscriber,Create or Update Subscriber,Creates or updates a subscriber in Flodesk. [See the documentation](https://developers.flodesk.com/#tag/subscriber/operation/createOrUpdateSubscriber),TRUE,TRUE,FALSE +flodesk-add-subscriber-to-segments,Add Subscriber To Segments,Add a subscriber to one or more segments in Flodesk. [See the documentation](https://developers.flodesk.com/#tag/subscriber/operation/addSubscriberToSegments),FALSE,TRUE,FALSE +redmine-update-project,Update Project,Updates an existing project in Redmine. [See the documentation](https://www.redmine.org/projects/redmine/wiki/rest_projects#updating-a-project),TRUE,TRUE,FALSE +redmine-delete-user,Delete User,Deletes a user from the Redmine platform. [See the documentation](https://www.redmine.org/projects/redmine/wiki/rest_users#delete),TRUE,TRUE,FALSE +redmine-create-issue,Create Issue,Creates a new issue in Redmine. [See the documentation](https://www.redmine.org/projects/redmine/wiki/rest_issues#creating-an-issue),FALSE,TRUE,FALSE +jumpseller-update-product,Update Product,Update an existing product in Jumpseller. [See the documentation](https://jumpseller.com/support/api/#tag/Products/paths/~1products~1%7Bid%7D.json/put),TRUE,TRUE,FALSE +jumpseller-create-product,Create Product,Create a new product in Jumpseller. [See the documentation](https://jumpseller.com/support/api/#tag/Products/paths/~1products.json/post),FALSE,TRUE,FALSE +jumpseller-create-product-variant,Create Product Variant,Create a new product variant in Jumpseller. [See the documentation](https://jumpseller.com/support/api/#tag/Product-Variants/paths/~1products~1%7Bid%7D~1variants.json/post),FALSE,TRUE,FALSE +starloop-send-invite,Send Invite,Creates a new recipient and sends a Starloop invite (Email | SMS | both) to your customer to leave a review. [See the documentation](https://help.starloop.com/article/46-api-documentation),FALSE,TRUE,FALSE +starloop-list-ids,List IDs,Returns your business id and a list of all profile id’s and names. [See the documentation](https://help.starloop.com/article/46-api-documentation),FALSE,TRUE,TRUE +webinarfuel-add-tags-to-registrant,Add Tags To Registrant,Adds tags to an existing registrant. [See the documentation](https://webinarfuel.docs.apiary.io/#/reference/registrant/add-tags),FALSE,TRUE,FALSE +webinarfuel-add-new-registrant,Add New Registrant,Creates a new registrant for a selected webinar. [See the documentation](https://webinarfuel.docs.apiary.io/#/reference/registrant/registrants-collection/create-registrant/200?mc=reference%2Fregistrant%2Fregistrants-collection%2Fcreate-registrant%2F200),FALSE,TRUE,FALSE +mocean_api-send-sms,Send SMS,Send an outbound SMS from your Mocean account. [See the documentation](https://moceanapi.com/docs/#send-sms),FALSE,TRUE,FALSE +mocean_api-get-balance,Get Balance,Retrieve your current account balance with Mocean API. [See the documentation](https://moceanapi.com/docs/#get-balance),FALSE,TRUE,TRUE +hellosign-send-signature-request,Send Signature Request,Send a signature request with Dropbox Sign. [See the documentation](https://developers.hellosign.com/api/reference/operation/signatureRequestSend/),FALSE,TRUE,FALSE +hellosign-send-signature-request-from-template,Send Signature Request From Template,Send a signature request from a template with Dropbox Sign. [See the documentation](https://developers.hellosign.com/api/reference/operation/signatureRequestSendWithTemplate/),FALSE,TRUE,FALSE +modeck-create-render,Create Render,Create a new edit with the data supplied. [See the documentation](https://modeck.io/docs#modeckapi),TRUE,TRUE,FALSE +mamo_business-create-payment-link,Create Payment Link,Generate a vanilla or subscription payment link. [See the documentation](https://mamopay.readme.io/reference/post_links),FALSE,TRUE,FALSE +airmeet-create-airmeet,Create Airmeet,Creates an airmeet. [See the documentation](https://help.airmeet.com/support/solutions/articles/82000467794-airmeet-public-apis-v2-0#6.1-Create-Airmeet),FALSE,TRUE,FALSE +airmeet-add-authorized-attendee,Add Authorized Attendee,Add authorized Attendee. [See the documentation](https://help.airmeet.com/support/solutions/articles/82000467794-airmeet-public-apis-v2-0#5.1-Add-Authorized-Attendee),FALSE,TRUE,FALSE +niftykit-create-mint-link,Create Mint Link,Creates a mint link in NiftyKit. [See the documentation](https://api.niftykit.com/docs?_gl=1*d8mlfi*_ga*MTY5MTM2MjIwNi4xNjk0MDMzOTk3*_ga_B0DCGWCR37*MTY5NzE0MTUzNy40LjAuMTY5NzE0MTUzNy42MC4wLjA.#/onboarding/OnboardingController_createMintLink),FALSE,TRUE,FALSE +upviral-add-points,Add Points,Add points in user profile. [See the documentation](https://api.upviral.com/#add-points),FALSE,TRUE,FALSE +upviral-add-contact,Add Contact,Add a new contact in your particular campaign. [See the documentation](https://api.upviral.com/#add-contact),FALSE,TRUE,FALSE +piggy-create-contact-attribute,Create Contact Attribute,Creates a contact attribute. [See the documentation](https://docs.piggy.eu/v3/oauth/contact-attributes#:~:text=Create%20Contact%20Attribute),FALSE,TRUE,FALSE +booqable-update-customer,Update Customer,Updates the details of an existing customer in Booqable. [See the documentation](https://developers.booqable.com/#update-customer),TRUE,TRUE,FALSE +booqable-create-customer,Create Customer,Create a new customer in Booqable. [See the documentation](https://developers.booqable.com/#create-a-new-customer),FALSE,TRUE,FALSE +superphone-update-contact,Update Contact,Update an existing contact. [See the documentation](https://api.superphone.io/docs/mutation.doc.html),TRUE,TRUE,FALSE +superphone-send-message,Send Message,Send a message to a contact. [See the documentation](https://api.superphone.io/docs/mutation.doc.html),FALSE,TRUE,FALSE +superphone-create-new-contact,Create New Contact,Create a new contact. [See the documentation](https://api.superphone.io/docs/mutation.doc.html),FALSE,TRUE,FALSE +jibble-create-timesheets-daily-summary,Create Timesheets Daily Summary,Gets daily timsheets summary for given date range and given persons. May omit personIds parameters in query so it will return data for all member of the organization. [See the documentation](https://docs.api.jibble.io/#5510bcd1-3c58-4ffb-9048-a962edf9133a).,FALSE,TRUE,FALSE +jibble-create-time-tracking-report,Create Time Tracking Report,This is generic endpoint for getting time tracking reports. [See the documentation](https://docs.api.jibble.io/#3115af1a-24a6-4d19-a7e7-08d8c173bb85).,FALSE,TRUE,FALSE +jibble-clock-out,Clock Out,Create a new clock out time entry [See the documentation](https://docs.api.jibble.io/#7144d8bb-616d-4a59-bea2-e621791328fc).,FALSE,TRUE,FALSE +jibble-clock-in,Clock In,Create a new clock in time entry [See the documentation](https://docs.api.jibble.io/#ec4b4f62-5832-4911-92b1-81501b7d681c).,FALSE,TRUE,FALSE +docsbot_ai-create-source,Create Source,Create a new source for a bot. [See the documentation](https://docsbot.ai/documentation/developer/source-api#create-source),FALSE,TRUE,FALSE +docsbot_ai-ask-question,Ask Question,Ask a question to a specific bot in a specific team. [See the documentation](https://docsbot.ai/documentation/developer/chat-api),FALSE,TRUE,FALSE +aivoov-convert-text-to-speech,Convert Text to Speech,Converts text to audio using the Aivoov API. [See the documentation](https://github.com/aivoov/aivoov-api),FALSE,TRUE,TRUE +jira_service_desk-create-comment-on-request,Create Comment on Request,Create a comment on a customer request. [See the documentation](https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-request/#api-rest-servicedeskapi-request-issueidorkey-comment-post),FALSE,TRUE,FALSE +podio-find-item,Find Item,Filters items for the given app. [See the documentation](https://developers.podio.com/doc/items/filter-items-4496747),FALSE,TRUE,TRUE +podio-create-task,Create Task,Creates a task to the given workspace. [See the documentation](https://developers.podio.com/doc/tasks/create-task-22419),FALSE,TRUE,FALSE +podio-create-status,Create Status,Creates a status to the given workspace. [See the documentation](https://developers.podio.com/doc/status/add-new-status-message-22336),FALSE,TRUE,FALSE +uplisting-create-booking,Create Booking,Create a confirmed booking. [See the documentation](https://documenter.getpostman.com/view/1320372/SWTBfdW6#ce173dfb-5d88-4af4-a55f-43ffc238487a),FALSE,TRUE,FALSE +judge_me-reply,Reply,Create a public reply for a review on behalf of the shop. Public replies are shown publicly on the widgets. [See the documentation](https://judge.me/api/docs#tag/Replies),FALSE,TRUE,FALSE +judge_me-private-reply,Private Reply,"Create a private reply for a review, on behalf of the shop. Private replies are not shown on the widgets, but can be emailed to the reviewers. [See the documentation](https://judge.me/api/docs#tag/Private-Replies)",FALSE,TRUE,FALSE +trackingtime-stop-tracking-time,Stop Tracking Time,"Stop tracking time of a task. [See the documentation](https://api.trackingtime.co/doc/time_tracking.html#sync:~:text=Sync%20tracking%20event-,Start%20Tracking%20Time,-Starts%20a%20timer)",TRUE,TRUE,FALSE +trackingtime-start-tracking-time,Start Tracking Time,"Start tracking time of a task. [See the documentation](https://api.trackingtime.co/doc/time_tracking.html#sync:~:text=Sync%20tracking%20event-,Start%20Tracking%20Time,-Starts%20a%20timer)",TRUE,TRUE,FALSE +postgrid_verify-verify-address,Verify Address,"Verify, standardize, and correct an address written on a single line. Ensure that you add the ISO 2-letter country code to the end of the line for best results. [See the documentation](https://avdocs.postgrid.com/#1061f2ea-00ee-4977-99da-a54872de28c2).",TRUE,TRUE,FALSE +postgrid_verify-parse-address,Parse Address,Break an address apart into its components. [See the documentation](https://avdocs.postgrid.com/#cd929454-227c-4a31-9a0b-7896099e52d1).,FALSE,TRUE,TRUE +docsumo-upload-document,Upload Document,Upload file using URL or base64 [See the documentation](https://support.docsumo.com/reference/post_api-v1-eevee-apikey-upload-custom).,FALSE,TRUE,FALSE +clerk-update-user,Update User,Update a user's attributes. You can set the user's primary contact identifiers (email address and phone numbers) by updating the `Primary Email Address Id` and `Primary Phone Number Id` attributes respectively. Both IDs should correspond to verified identifications that belong to the user. [See the documentation](https://clerk.com/docs/reference/backend-api/tag/Users#operation/CreateUser),TRUE,TRUE,FALSE +clerk-get-user,Get User,Retrieve the details of a specific user. [See the documentation](https://clerk.com/docs/reference/backend-api/tag/Users#operation/GetUser),FALSE,TRUE,TRUE +clerk-get-user-membership,Get User Memberships,Retrieve a list of the user's organization memberships. [See the documentation](https://clerk.com/docs/reference/backend-api/tag/Users#operation/GetOAuthAccessToken),FALSE,TRUE,TRUE +clerk-delete-user,Delete User,Delete the specified user. [See the documentation](https://clerk.com/docs/reference/backend-api/tag/Users#operation/DeleteUser),TRUE,TRUE,FALSE +clerk-create-user,Create User,Creates a new user. Your user management settings determine how you should setup your user model. [See the documentation](https://clerk.com/docs/reference/backend-api/tag/Users#operation/CreateUser),FALSE,TRUE,FALSE +clerk-create-user-invitation,Create User Invitation,"Creates a new invitation for the given email address and sends the invitation email. Keep in mind that you cannot create an invitation if there is already one for the given email address. Also, trying to create an invitation for an email address that already exists in your application will result to an error. [See the documentation](https://clerk.com/docs/reference/backend-api/tag/Invitations#operation/CreateInvitation)",FALSE,TRUE,FALSE +google_forms-get-form-response,Get Form Response,Get a response from a form. [See the documentation](https://developers.google.com/forms/api/reference/rest/v1/forms.responses/get),FALSE,TRUE,TRUE +serply-search-google,Search Google,Performs a Google search using the Serply API. [See the documentation](https://serply.io/docs/operations/v1/search),FALSE,TRUE,TRUE +serply-search-for-website-in-serp,Search for Website in SERP (Search Engine Results Pages),Performs a Google Search and searches for a website in Search Engine Results Pages (SERP). [See the documentation](https://serply.io/docs/operations/v1/serp),FALSE,TRUE,TRUE +serply-search-bing,Search Bing,Performs a Bing search using the Serply API. [See the documentation](https://serply.io/docs/operations/v1/b/search),FALSE,TRUE,TRUE +ringover-create-contact,Create Contact,Creates a new contact in Ringover. [See the documentation](https://developer.ringover.com/?_ga=2.63646317.316145444.1695076986-652152469.1694643800#tag/contacts/paths/~1contacts/post),FALSE,TRUE,FALSE +campaign_cleaner-send-campaign,Send Campaign,Send in a campaign to be processed and analyzed. [See the documentation](https://api-docs.campaigncleaner.com/#540a9e44-bd17-4bb4-ac8f-150ecbc8066a),FALSE,TRUE,FALSE +campaign_cleaner-get-campaign-status,Get Campaign Status,Check the status of your campaign. [See the documentation](https://api-docs.campaigncleaner.com/#6f4578f7-60f9-4fb6-9b61-08b176f66d82),FALSE,TRUE,TRUE +kingsumo-list-contestants,List Contestants,List contestants for specified giveaway. [See the documentation](https://kingsumo.com/account/oauth),FALSE,TRUE,TRUE +kingsumo-get-giveaway,Get Giveaway,Gets specified giveaway. [See the documentation](https://kingsumo.com/account/oauth),FALSE,TRUE,TRUE +payhip-verify-license-key,Verify License Key,Verify a license key. [See the documentation](https://help.payhip.com/article/114-software-license-keys#:~:text=License%20Key%20Verification),FALSE,TRUE,TRUE +payhip-enable-license-key,Enable License Key,Enable a license key. [See the documentation](https://help.payhip.com/article/114-software-license-keys#:~:text=Enable%20or%20Disable%20a%20License%20Key),TRUE,TRUE,FALSE +payhip-disable-license-key,Disable License Key,Disable a license key. [See the documentation](https://help.payhip.com/article/114-software-license-keys#:~:text=Enable%20or%20Disable%20a%20License%20Key),TRUE,TRUE,FALSE +phoneburner-update-contact,Update Contact,Update a contact. [See the documentation](https://www.phoneburner.com/developer/route_list#contacts),TRUE,TRUE,FALSE +phoneburner-get-contacts,Get Contacts,Get a list of contacts. [See the documentation](https://www.phoneburner.com/developer/route_list#contacts),FALSE,TRUE,TRUE +phoneburner-get-contact,Get Contact,Get a specific contact. [See the documentation](https://www.phoneburner.com/developer/route_list#contacts),FALSE,TRUE,TRUE +phoneburner-create-contact,Create Contact,Create a contact. [See the documentation](https://www.phoneburner.com/developer/route_list#contacts),FALSE,TRUE,FALSE +retable-update-record,Update Record,Update an existing record in Retable. [See the documentation](https://docs.retable.io/retable-user-guide/retable-api/api#update-row),TRUE,TRUE,FALSE +retable-add-record,Add Record,Add a new record in Retable. [See the documentation](https://docs.retable.io/retable-user-guide/retable-api/api#insert-row),FALSE,TRUE,FALSE +tidy-update-job,Update Job,Updaets a job in Tidy. [See the documentation](https://help.tidy.com/update-a-job),TRUE,TRUE,FALSE +tidy-create-address,Create Address,Creates a new address in Tidy. See the documentation(https://help.tidy.com/create-an-address),FALSE,TRUE,FALSE +vero-create-or-update-user,Create or Update User,"This endpoint creates a new user profile if the user doesn't exist yet. Otherwise, the user profile is updated based on the properties provided. [See the documentation](https://developers.getvero.com/track-api-reference/#/operations/identify)",TRUE,TRUE,FALSE +spreadsheet_com-update-rows,Update Rows,Update existing row(s). [See the documentation](https://developer.spreadsheet.com/#tag/Rows/operation/updateRows),TRUE,TRUE,FALSE +spreadsheet_com-create-rows,Create Rows,Adds new row(s) after last row that has data. Empty data sets are ignored. Provide data for at least 1 column. [See the documentation](https://developer.spreadsheet.com/#tag/Rows/operation/createRows),FALSE,TRUE,FALSE +goody-retrieve-orders-for-order-batch,Retrieve Orders For Order Batch,Retrieves orders for an order batch in Goody. [See the documentation](https://developer.ongoody.com/api-reference/order-batches/retrieve-orders-for-an-order-batch),FALSE,TRUE,TRUE +goody-create-order,Create Order,Creates a new order in Goody. [See the documentation](https://developer.ongoody.com/api-reference/order-batches/create-an-order-batch),FALSE,TRUE,FALSE +translate_com-translate-text,Translate Text,Translante a text using machine. [See the documentation](https://translation-api.translate.com/api/documentation?_gl=1*1qes1da*_ga*MTMwNzkzMTg3OC4xNjk1NDE3MDIy*_ga_T51KL347BB*MTY5NTQxNzAyMS4xLjAuMTY5NTQxNzAyMS42MC4wLjA.#/Machine Translation),FALSE,TRUE,TRUE +weglot-translate-text,Translate Text,Translate text using Weglot. [See the documentation](https://developers.weglot.com/api/reference#translate),FALSE,TRUE,TRUE +teamgantt-update-task,Update Task,Updates a specific task. [See the documentation](https://api.teamgantt.com),TRUE,TRUE,FALSE +teamgantt-create-task,Create Task,Creates a new task within a specific project. [See the documentation](https://api.teamgantt.com),FALSE,TRUE,FALSE +wufoo-submit-form-entry,Submit Form Entry,Submit a new entry to a specific form. [See the documentation](https://wufoo.github.io/docs/#submit-entry),FALSE,TRUE,FALSE +cardly-send-card,Send Card,Send a card in Cardly. [See the documentation](https://api.card.ly/v2/docs#endpoint-post-order-place),FALSE,TRUE,FALSE +cardly-generate-preview,Generate Preview,Generates a preview in Cardly. [See the documentation](https://api.card.ly/v2/docs#endpoint-post-order-preview),FALSE,TRUE,FALSE +cardly-create-contact,Create Contact,Creates a new contact in Cardly. [See the documentation](https://api.card.ly/v2/docs#endpoint-create-contact),FALSE,TRUE,FALSE +proxycurl-retrieve-company-metadata-from-linkedin,Retrieve Company Metadata from LinkedIn,Retrieve Company Metadata from LinkedIn URL. Cost: 1 credit/successful request [See the documentation](https://nubela.co/proxycurl/docs#company-api-company-profile-endpoint).,FALSE,TRUE,TRUE +proxycurl-lookup-email-from-linkedin-profile,Look Up Email from LinkedIn Profile,"Lookup work email address of a LinkedIn Person Profile. If you provided a webhook in your request parameter, our application will call your webhook with the result once. Cost: 3 credit/successful request [See the documentation](https://nubela.co/proxycurl/docs#contact-api-work-email-lookup-endpoint).",FALSE,TRUE,TRUE +proxycurl-find-social-media-profiles-from-email,Find Social Media Profiles from Email,Find Social Media Profiles from Email. Cost: 3 credit/successful request [See the documentation](https://nubela.co/proxycurl/docs#contact-api).,FALSE,TRUE,TRUE +postgrid-create-postcard,Create Postcard,Creates a new postcard in PostGrid. [See the documentation](https://docs.postgrid.com/#fe8c4cd6-7617-4023-9437-669fa847ccc1),FALSE,TRUE,FALSE +postgrid-create-letter,Create Letter,Creates a new letter in PostGrid. [See the documentation](https://docs.postgrid.com/#3359155b-f225-4f6a-b08a-eafe7a52b54d),FALSE,TRUE,FALSE +postgrid-create-contact,Create Contact,Create a new contact in PostGrid. [See the documentation](https://docs.postgrid.com/#3ac81e66-c5be-4bb6-93c1-fd8a6f0a24b3),FALSE,TRUE,FALSE +signaturely-create-signature-request,Create Signature Request,"Creates a new signature request. [See the documentation](https://docs.signaturely.com/#:~:text=Get%20user-,Create%20signing%20request,-Bulk%20Send%20Signature)",FALSE,TRUE,FALSE +vitel_phone-send-message,Send Message,Send a new message. [See the documentation](https://www.vitelglobal.com),FALSE,TRUE,FALSE +vitel_phone-initiate-call,Initiate Call,Initiate a call. [See the documentation](https://www.vitelglobal.com),FALSE,TRUE,FALSE +vitel_phone-create-call-report,Create Call Report,Create a call report. [See the documentation](https://www.vitelglobal.com),FALSE,TRUE,FALSE +smsapi-send-text-message,Send Text Message,Sends a text message using SMSAPI. [See the documentation](https://www.smsapi.com/docs/#2-single-sms),FALSE,TRUE,FALSE +smsapi-send-group-text-message,Send Group Text Message,Sends a group text message using SMSAPI. [See the documentation](https://www.smsapi.com/docs/#2-single-sms),FALSE,TRUE,FALSE +smsapi-create-contact,Create Contact,Creates a new contact in SMSAPI. [See the documentation](https://www.smsapi.com/docs/#create-contact),FALSE,TRUE,FALSE +hyros-create-lead,Create Lead,Create a new lead. [See the documentation](https://hyros.docs.apiary.io/#reference/0/leads/create-lead),FALSE,TRUE,FALSE +hyros-create-call,Create Call,Create a new call. [See the documentation](https://hyros.docs.apiary.io/#reference/0/calls/create),FALSE,TRUE,FALSE +gigasheet-upload-data-from-url,Upload Data From URL,Uploads data from a URL to Gigasheet. [See the documentation](https://gigasheet.readme.io/reference/post_upload-url),FALSE,TRUE,FALSE +gigasheet-download-export,Download Export,Downloads an export from Gigasheet. [See the documentation](https://gigasheet.readme.io/reference/get_dataset-handle-download-export),FALSE,TRUE,TRUE +gigasheet-create-export,Create Export,Creates an export for a gigasheet dataset. [See the documentation](https://gigasheet.readme.io/reference/post_dataset-handle-export),FALSE,TRUE,FALSE +personio-list-employees,List Employees,Get a list of the company employees. [See the documentation](https://developer.personio.de/reference/get_company-employees),FALSE,TRUE,TRUE +personio-create-employee,Create Employee,Creates a new employee. [See the documentation](https://developer.personio.de/reference/post_company-employees),FALSE,TRUE,FALSE +personio-create-application,Create Application,Creates a new application. [See the documentation](https://developer.personio.de/reference/post_v1-recruiting-applications),FALSE,TRUE,FALSE +affinda-upload-document-from-url,Upload Document for Parsing,Uploads a document for parsing. [See docs here](https://docs.affinda.com/reference/createdocument),FALSE,TRUE,FALSE +uscreen-grant-user-access,Grant User Access,Grant access to an user. [See the documentation](https://uscreen.io/api/publisher.html#/default/post_customers__customer_id__accesses),FALSE,TRUE,FALSE +uscreen-create-user,Create User,Creates an user. [See the documentation](https://uscreen.io/api/publisher.html#/default/post_customers),FALSE,TRUE,FALSE +screendesk-retrieve-recording,Retrieve A Recording,Get a specific recording [See the documentation](https://dev.screendesk.io/recordings/get-retrieve-a-recording),FALSE,TRUE,TRUE +more_trees_-plant-tree,Plant Tree,Plant a tree for self or for others. [See the documentation](https://moretrees.eco/user-guide/api/#KB32),FALSE,TRUE,FALSE +more_trees_-get-carbon-offset,Get Carbon Offset,Get the total carbon offset. [See the documentation](https://moretrees.eco/user-guide/api/#KB30),FALSE,TRUE,TRUE +melo-search-properties,Search Properties,Searches properties in Melo. [See the documentation](https://docs.melo.io/api-reference/endpoint/properties/get_collection),FALSE,TRUE,TRUE +iauditor_by_safetyculture-update-user,Update User,Update an existing user in iAuditor by SafetyCulture. [See the documentation](https://developer.safetyculture.com/reference/thepubservice_updateuser),TRUE,TRUE,FALSE +iauditor_by_safetyculture-share-inspection,Share Inspection,Share an inspection with one or more users in iAuditor by SafetyCulture. [See the documentation](https://developer.safetyculture.com/reference/thepubservice_shareinspection),FALSE,TRUE,FALSE +iauditor_by_safetyculture-generate-pdf-report,Generate PDF Report,"Retrieve the web report link for the specified inspection. This will return the existing link if one has been generated before, or generate a new one if one does not exist already. [See the documentation](https://developer.safetyculture.com/reference/thepubservice_getinspectionwebreportlink)",FALSE,TRUE,TRUE +iauditor_by_safetyculture-export-inspection,Export Inspection to PDF or Word,Retrieve an inspection report formatted as a PDF or Word (docx) document.[See the documentation](https://developer.safetyculture.com/reference/reportsservice_startinspectionexport),FALSE,TRUE,TRUE +iauditor_by_safetyculture-create-user,Create User,Create a new user in iAuditor by SafetyCulture. [See the documentation](https://developer.safetyculture.com/reference/thepubservice_adduser),FALSE,TRUE,FALSE +iauditor_by_safetyculture-create-inspection,Create Inspection,Create a new inspection in iAuditor by SafetyCulture. [See the documentation](https://developer.safetyculture.com/reference/thepubservice_startinspection),FALSE,TRUE,FALSE +terraform-list-runs,List Runs,Retrieves a list of runs in a workspace in Terraform. [See the documentation](https://developer.hashicorp.com/terraform/cloud-docs/api-docs/run#list-runs-in-a-workspace),FALSE,TRUE,FALSE +terraform-create-run,Create Run,Creates a new run in Terraform. [See the documentation](https://developer.hashicorp.com/terraform/cloud-docs/api-docs/run#create-a-run),FALSE,TRUE,FALSE +raisely-list-donations,List Donations,Retrieves a list of donations in Raisely. [See the documentation](https://developers.raisely.com/reference/getdonations),FALSE,TRUE,TRUE +raisely-create-or-update-user,Create or Update User,Create or update a user in Raisely. [See the documentation](https://developers.raisely.com/reference/postusers),TRUE,TRUE,FALSE +getaccept-send-reminder,Send Reminder,Send a manual reminder for a document. [See the documentation](https://app.getaccept.com/api/#sendreminder).,FALSE,TRUE,FALSE +getaccept-create-document,Create Document,Create a document to be able to send it to a recipient. [See the documentation](https://app.getaccept.com/api/#createdocument),FALSE,TRUE,FALSE +getaccept-create-contact,Create Contact,Create a new contact in the database for the current entity [See the documentation](https://app.getaccept.com/api/#createcontact),FALSE,TRUE,FALSE +dealmachine-create-note,Create Note,Create a note for the lead. [See the documentation](https://docs.dealmachine.com/#ee15a741-b856-42dd-af34-19dca1d48f42),FALSE,TRUE,FALSE +dealmachine-add-tag-to-lead,Add Tags to Lead,Add tags(s) to the lead. [See the documentation](https://docs.dealmachine.com/#ba760bae-ed7e-4b88-91ab-4f67668b111c),FALSE,TRUE,FALSE +dealmachine-add-lead,Add Lead,Add a lead to your team's account. [See the documentation](https://docs.dealmachine.com/#1f003772-6a7b-43f6-8839-1f30bed55b19),FALSE,TRUE,FALSE +nudgify-create-sign-up-nudge,Create Sign-up Nudge,Creates a sign-up nudge for a user in Nudgify. [See docs here](https://www.nudgify.com/docs/knowledge-base/rest-api-for-sign-ups),FALSE,TRUE,FALSE +nudgify-create-purchase-nudge,Create Purchase Nudge,Creates a purchase nudge. [See docs here](https://www.nudgify.com/docs/knowledge-base/api-purchase-nudges/),FALSE,TRUE,FALSE +workiz-create-lead,Create Lead,Create a new lead in Workiz. [See the documentation](https://developer.workiz.com/),FALSE,TRUE,FALSE +workiz-create-job,Create Job,Creates a new job in Workiz. [See the documentation](https://developer.workiz.com/),FALSE,TRUE,FALSE +generated_photos-generate-similar-faces-by-url,Generate Similar Faces by Image URL,Generates faces similar to an image URL with the Generated Photos API. [See the documentation](https://generated.photos/account#apikey),FALSE,TRUE,TRUE +generated_photos-generate-faces,Generate Faces,Generates faces using the Generated Photos API. [See the documentation](https://generated.photos/account#apikey),FALSE,TRUE,TRUE +giantcampaign-create-subscriber,Create Subscriber,Create a new subscriber into a list [See the documentation](https://giantcampaign.com/developers/#create-subscriber).,FALSE,TRUE,FALSE +giantcampaign-add-tags-to-subscriber,Add Tags to Subscriber,Add tags to a new subscriber [See the documentation](https://giantcampaign.com/developers/#add-tags-to-subscriber).,FALSE,TRUE,FALSE +kickofflabs-remove-lead-from-campaign,Remove Lead from Campaign,Remove a lead from your campaign. [See the documentation](https://dev.kickofflabs.com/delete/).,TRUE,TRUE,FALSE +kickofflabs-get-campaign-status,Get Campaign Status,Fetches campaign overview stats. [See the documentation](https://dev.kickofflabs.com/stats/).,FALSE,TRUE,TRUE +kickofflabs-create-or-update-lead,Create or Update Lead,Adds a new lead or modifies an existing lead on your campaign. [See the documentation](https://dev.kickofflabs.com/create/).,TRUE,TRUE,FALSE +pingbell-send-notification,Send Notification,Sends a notification to a Pingbell. [See the documentation](https://pingbell.io/docs/pingbell-api/post-notifications/),FALSE,TRUE,FALSE +libraria-create-query,Create Query,Creates a query. [See the documentation](https://docs.libraria.dev/api-reference/library/create-query),FALSE,TRUE,FALSE +libraria-add-document,Add Document,Add a document. [See the documentation](https://docs.libraria.dev/api-reference/library/create-document),FALSE,TRUE,FALSE +mongodb-update-document,Update a Document,Updates a single document by ID. [See the docs here](https://docs.mongodb.com/manual/reference/method/db.collection.findOneAndUpdate/),TRUE,TRUE,FALSE +mongodb-search-documents,Search Documents,Search for specific documents or return all documents. [See the docs here](https://docs.mongodb.com/manual/reference/method/db.collection.find/),FALSE,TRUE,TRUE +mongodb-find-document-by-id,Find Document by Id,Retrieves a single document by ID. [See the docs here](https://docs.mongodb.com/manual/reference/method/db.collection.find/),FALSE,TRUE,TRUE +mongodb-delete-document,Delete a Document,Delete a single document by ID. [See the docs here](https://docs.mongodb.com/manual/tutorial/remove-documents/),TRUE,TRUE,FALSE +mongodb-create-new-document,Create New Document,Create a new document in a collection of your choice. [See the docs here](https://docs.mongodb.com/manual/tutorial/insert-documents/),FALSE,TRUE,FALSE +search_api-google-trends,Google Trends API,Google Trends API uses /api/v1/search?engine=google_trends API endpoint to scrape real-time results. [See the documentation](https://www.searchapi.io/docs/google-trends),FALSE,TRUE,TRUE +search_api-google-search,Google Search API,Google Search API uses /api/v1/search?engine=google API endpoint to scrape real-time results. [See the documentation](https://www.searchapi.io/docs/google),FALSE,TRUE,TRUE +search_api-google-images,Google Images API,Google Images API uses /api/v1/search?engine=google_images API endpoint to scrape real-time results. [See the documentation](https://www.searchapi.io/docs/google-images),FALSE,TRUE,TRUE +screenshotone-take-screenshot,Take Screenshot,Takes and returns a screenshot of the given site with specified options. [See the documentation](https://screenshotone.com/docs/options),FALSE,TRUE,FALSE +screenshotone-take-animated-screenshot,Take Animated Screenshot,Takes and returns an animated screenshot of the given site with specified options. [See the documentation](https://screenshotone.com/docs/animated-screenshots/),FALSE,TRUE,FALSE +nationbuilder-update-person,Update Person,Update a specific person with the provided data. [See the documentation](https://nationbuilder.com/people_api),TRUE,TRUE,FALSE +nationbuilder-update-donation,Update Donation,Update a specific donation with the provided data. [See the documentation](https://nationbuilder.com/donations_api),TRUE,TRUE,FALSE +nationbuilder-search-person,Search Person,Create a new person with the provided data. [See the documentation](https://nationbuilder.com/people_api),FALSE,TRUE,FALSE +nationbuilder-remove-tags,Remove Tags,Rmove tags from a specific person. [See the documentation](https://nationbuilder.com/people_api),TRUE,TRUE,FALSE +nationbuilder-push-person,Push Person,"This endpoint attempts to match the input person resource to a person already in the nation. If a match is found, the matched person is updated and a 200 status code is returned. If a match is not found, a new person is created and a 201 status code is returned. Matches are found by including one of the following IDs in the request: `civicrm_id`, `county_file_id`, `dw_id`, `external_id`, `email`, `facebook_username`, `ngp_id`, `salesforce_id`, `twitter_login`, `van_id`. [See the documentation](https://nationbuilder.com/people_api)",FALSE,TRUE,FALSE +nationbuilder-delete-donation,Delete Donation,Delete a specific donation with the provided Id. [See the documentation](https://nationbuilder.com/donations_api),TRUE,TRUE,FALSE +nationbuilder-create-person,Create Person,Create a new person with the provided data. [See the documentation](https://nationbuilder.com/people_api),FALSE,TRUE,FALSE +nationbuilder-create-membership,Create Membership,Create a new membership with the provided data. [See the documentation](https://nationbuilder.com/memberships_api),FALSE,TRUE,FALSE +nationbuilder-create-donation,Create Donation,Create a new donation with the provided data. [See the documentation](https://nationbuilder.com/donations_api),FALSE,TRUE,FALSE +nationbuilder-add-tags,Add Tags,Add tags to a specific person. [See the documentation](https://nationbuilder.com/people_api),FALSE,TRUE,FALSE +project_broadcast-create-contact,Create Contact,Create a new contact. [See the documentation](https://www.projectbroadcast.com/apidoc/#api-Contacts-CreateContact),FALSE,TRUE,FALSE +project_broadcast-broadcast-message,Broadcast Message,Sends a broadcast message to a list of contacts. [See the documentation](https://www.projectbroadcast.com/apidoc/#api-Broadcast_Messages-CreateBroadcastMessage),FALSE,TRUE,FALSE +project_broadcast-add-keyword-to-contact,Add Keyword To Contact,Add a keyword to a contact. [See the documentation](https://www.projectbroadcast.com/apidoc/#api-Contacts-Apply_Keyword),FALSE,TRUE,FALSE +timeular-create-time-entry,Create Time Entry,Creates a new time entry. [See the documentation](https://developers.timeular.com/#e66a9e5a-1035-4522-a9fc-5df5a5a05ef7),FALSE,TRUE,FALSE +timeular-create-tag,Create Tag,Creates a new tag within the given space and scope. [See the documentation](https://developers.timeular.com/#d62392ca-2eb2-40c9-8d14-834ba581122e),FALSE,TRUE,FALSE +timeular-create-activity,Create Activity,Creates a new activity. [See the documentation](https://developers.timeular.com/#591f7ca0-7ec5-4c0e-b0d0-99b6967ce53e),FALSE,TRUE,FALSE +onenote-create-section,Create Section,Creates a section. [See the documentation](https://learn.microsoft.com/en-us/graph/api/notebook-post-sections?view=graph-rest-1.0&tabs=http),FALSE,TRUE,FALSE +onenote-create-page,Create Page,Creates a page. [See the documentation](https://learn.microsoft.com/en-us/graph/api/section-post-pages?view=graph-rest-1.0&tabs=http),FALSE,TRUE,FALSE +onenote-create-notebook,Create Notebook,Creates a notebook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/onenote-post-notebooks?view=graph-rest-1.0&tabs=http),FALSE,TRUE,FALSE +rex-create-reminder,Create Reminder,Creates a new reminder in Rex. [See the documentation](https://api-docs.rexsoftware.com/service/reminders#operation/create),FALSE,TRUE,FALSE +rex-create-lead,Create Lead,Creates a new lead in Rex. [See the documentation](https://api-docs.rexsoftware.com/service/leads#operation/create),FALSE,TRUE,FALSE +rex-create-contact,Create Contact,Creates a new contact in Rex. [See the documentation](https://api-docs.rexsoftware.com/service/contacts#operation/create),FALSE,TRUE,FALSE +devrev-create-ticket,Create Ticket,Creates a new ticket in DevRev. [See the documentation](https://devrev.ai/docs/apis/beta-api-spec#/operations/works-create),FALSE,TRUE,FALSE +devrev-create-task,Create Task,Creates a new task in DevRev. [See the documentation](https://devrev.ai/docs/apis/beta-api-spec#/operations/works-create),FALSE,TRUE,FALSE +devrev-create-or-update-custom-schema-fragment,Create or Update Custom Schema Fragment,Creates or updates a custom schema fragment in DevRev. [See the documentation](https://devrev.ai/docs/apis/beta-api-spec#/operations/custom-schema-fragments-set),TRUE,TRUE,FALSE +devrev-create-opportunity,Create Opportunity,Creates a new opportunity in DevRev. [See the documentation](https://devrev.ai/docs/apis/beta-api-spec#/operations/works-create),FALSE,TRUE,FALSE +devrev-create-issue,Create Issue,Creates a new issue in DevRev. [See the documentation](https://devrev.ai/docs/apis/beta-api-spec#/operations/works-create),FALSE,TRUE,FALSE +devrev-create-comment,Create Comment,Creates a new comment on a work item in DevRev. [See the documentation](https://devrev.ai/docs/apis/beta-api-spec#/operations/timeline-entries-create),FALSE,TRUE,FALSE +microsoft_entra_id-update-user,Update User,Updates an existing user in Microsoft Entra ID. [See the documentation](https://learn.microsoft.com/en-us/graph/api/user-update?view=graph-rest-1.0&tabs=http),TRUE,TRUE,FALSE +microsoft_entra_id-search-groups,Search Groups,Searches for groups by name or description. [See the documentation](https://learn.microsoft.com/en-us/graph/api/group-list?view=graph-rest-1.0&tabs=http),FALSE,TRUE,TRUE +textcortex-translate-text,Translate Text,Translate given text into another language. [See the documentation](https://docs.textcortex.com/api/paths/texts-translations/post),FALSE,TRUE,FALSE +textcortex-summarize-text,Summarize Text,Summarize given text. The text can be provided as a string or as a file ID. [See the documentation](https://docs.textcortex.com/api/paths/texts-summarizations/post),FALSE,TRUE,FALSE +textcortex-create-social-media-post,Create Social Media Post,Create a social media post. [See the documentation](https://docs.textcortex.com/api/paths/texts-social-media-posts/post),FALSE,TRUE,FALSE +kontent_ai-create-content-item,Create Content Item,Create a new content item based on a specific content type. [See the documentation](https://kontent.ai/learn/docs/apis/openapi/management-api-v2/#operation/add-a-content-item),FALSE,TRUE,FALSE +recruit_crm-create-task,Create Task,Creates a new task. [See the documentation](https://docs.recruitcrm.io/docs/rcrm-api-reference/e9bb027660641-creates-a-new-task),FALSE,TRUE,FALSE +recruit_crm-create-meeting,Create Meeting,Creates a new meeting. [See the documentation](https://docs.recruitcrm.io/docs/rcrm-api-reference/ca9713d31352a-creates-a-new-meeting),FALSE,TRUE,FALSE +recruit_crm-create-candidate,Create Candidate,Creates a new candidate. [See the documentation](https://docs.recruitcrm.io/docs/rcrm-api-reference/ba451e2a3bd63-creates-a-new-candidate),FALSE,TRUE,FALSE +imagekit_io-search-files,Search Files,List all the uploaded files and folders in your ImageKit.io media library. [See the documentation](https://docs.imagekit.io/api-reference/media-api/list-and-search-files#list-and-search-file-api),FALSE,TRUE,TRUE +imagekit_io-get-file-details,Get File Details,Get details from a specific file. [See the documentation](https://docs.imagekit.io/api-reference/media-api/get-file-details),FALSE,TRUE,TRUE +dropcontact-get-enrichment-request,Get Enrichment Request,Retrieve the enriched contacts of a request in Dropcontact. [See the documentation](https://developer.dropcontact.com/#get-request),FALSE,TRUE,TRUE +dropcontact-enrich-contact,Enrich Contact,Enrich a list of contacts in Dropcontact. [See the documentation](https://developer.dropcontact.com/#post-request),FALSE,TRUE,FALSE +cleverreach-update-subscriber,Update Subscriber,Updates the information of an existing subscriber. [See the documentation](https://rest.cleverreach.com/explorer/v3/#!/groups-v3/update__put),TRUE,TRUE,FALSE +cleverreach-create-subscriber,Create Subscriber,Adds a new subscriber to a mailing list. [See the documentation](https://rest.cleverreach.com/explorer/v3/#!/groups-v3/create__post),FALSE,TRUE,FALSE +yoplanning-list-teams,List Teams,Lists all teams. [See the documentation](https://yoplanning.pro/api/v3.1/swagger/),FALSE,TRUE,TRUE +yoplanning-list-payments,List Payments,Lists all payments. [See the documentation](https://yoplanning.pro/api/v3.1/swagger/),FALSE,TRUE,TRUE +yoplanning-list-orders,List Orders,Lists all orders. [See the documentation](https://yoplanning.pro/api/v3.1/swagger/),FALSE,TRUE,TRUE +yoplanning-list-clients,List Clients,Lists all clients. [See the documentation](https://yoplanning.pro/api/v3.1/swagger/),FALSE,TRUE,TRUE +yoplanning-list-categories,List Categories,Lists all categories. [See the documentation](https://yoplanning.pro/api/v3.1/swagger/),FALSE,TRUE,TRUE +hookdeck-retrieve-request-events,Retrieve Request Events,This endpoint retries the events associated with a request. [See the documentation](https://hookdeck.com/api-ref#retrieve-request-events).,FALSE,TRUE,TRUE +hookdeck-retrieve-all-requests,Retrieve all Requests,"This endpoint lists all request, or a subset of requests. Requests are sorted by `ingested_at` date. [See the documentation](https://hookdeck.com/api-ref#retrieve-all-requests).",FALSE,TRUE,TRUE +hookdeck-retrieve-all-events,Retrieve all Events,"This endpoint lists all events, or a subset of events. [See the documentation](https://hookdeck.com/api-ref#retrieve-all-events).",FALSE,TRUE,TRUE +hookdeck-create-connection,Create Connection,This endpoint creates a connection. [See the documentation](https://hookdeck.com/api-ref#create-a-connection).,FALSE,TRUE,FALSE +memberspot-grant-access,Grant Access,Grant access to a user by email. [See the documentation](https://api.memberspot.de/api/#/users/UsersApiController_grantUserOfferByMail),FALSE,TRUE,FALSE +memberspot-delete-access,Delete Access,Delete access of a user by email. [See the documentation](https://api.memberspot.de/api/#/users/UsersApiController_setOfferState),TRUE,TRUE,FALSE +klaxoon-create-idea,Create Idea,Creates an idea. [See the documentation](https://developers.klaxoon.com/reference/v1boardideapost),FALSE,TRUE,FALSE +twitch-get-channel-followers,Get Channel Followers,Retrieves a list of users who follow the authenticated user. [See the documentation](https://dev.twitch.tv/docs/api/reference/#get-channel-followers),TRUE,TRUE,FALSE +twitch-update-channel,Update Channel,"Update information for the channel owned by the authenticated user. + At least one parameter must be provided.",TRUE,TRUE,FALSE +twitch-unblock-user,Unblock User,"Unblocks a user; that is, deletes a specified target user to your blocks list",FALSE,TRUE,TRUE +twitch-search-games,Search Games,"Searches for games based on a specified query parameter. A game is + returned if the query parameter is matched entirely or partially in the channel + description or game name",FALSE,TRUE,TRUE +twitch-search-channels,Search Channels,"Returns a list of channels (users who have streamed within the past 6 months) + that match the query via channel name or description either entirely or partially. Results + include both live and offline channels.",FALSE,TRUE,TRUE +twitch-get-videos,Get Videos,"Gets video information by video ID, user ID, or game ID",FALSE,TRUE,TRUE +twitch-get-users,Get Users,Gets the user objects for the specified Twitch login names,FALSE,TRUE,TRUE +twitch-get-top-games,Get Top Games,"Gets games sorted by number of current viewers on Twitch, most popular first",FALSE,TRUE,TRUE +twitch-get-stream-by-user,Get Stream By User,Gets stream information (the stream object) for a specified user,FALSE,TRUE,TRUE +twitch-get-followed-channels,Get Followed Channels,Retrieves a list of channels that the authenticated user follows. [See the documentation](https://dev.twitch.tv/docs/api/reference/#get-followed-channels),FALSE,TRUE,TRUE +twitch-get-clips,Get Clips,"Gets clip information by clip ID, user ID, or game ID",FALSE,TRUE,TRUE +twitch-get-channel-teams,Get Channel Teams,Gets a list of teams to which a specified channel belongs,FALSE,TRUE,TRUE +twitch-get-channel-information,Get Channel Information,Retrieves information about a particular broadcaster's channel,FALSE,TRUE,TRUE +twitch-get-channel-editors,Get Channel Editors,Gets a list of users who are editors for your channel,FALSE,TRUE,TRUE +twitch-delete-video,Delete Video,Deletes a specified video,TRUE,TRUE,FALSE +twitch-check-channel-subscription,Check Channel Subscription,Checks if you are subscribed to the specified user's channel,FALSE,TRUE,TRUE +twitch-block-user,Block User,"Blocks a user; that is, adds a specified target user to your blocks list",FALSE,TRUE,TRUE +botconversa-send-message,Send Message,Send a message to a specific subscriber. [See the documentation](https://backend.botconversa.com.br/swagger/),FALSE,TRUE,FALSE +botconversa-create-subscriber,Create Subscriber,Create a new subscriber. [See the documentation](https://backend.botconversa.com.br/swagger/),FALSE,TRUE,FALSE +botconversa-add-tag,Add Tag,Add tags to a specific subscriber. [See the documentation](https://backend.botconversa.com.br/swagger/),FALSE,TRUE,FALSE +mapulus-create-location,Create Location,Create a new location in Mapulus. [See the documentation](https://developer.mapulus.com/index.html),TRUE,TRUE,FALSE +mapulus-update-location,Update Location,Updates an existing location in Mapulus. [See the documentation](https://developer.mapulus.com/index.html),TRUE,TRUE,FALSE +scale_ai-create-text-annotation-task,Create Text Annotation Task,Create a text annotation task. [See the documentation](https://docs.scale.com/reference/text-collection),FALSE,TRUE,FALSE +scale_ai-create-image-annotation-task,Create Image Annotation Task,Create an image annotation task. [See the documentation](https://docs.scale.com/reference/general-image-annotation),FALSE,TRUE,FALSE +scale_ai-create-document-transcription-task,Create Document Transcription Task,Create a document transcription task. [See the documentation](https://docs.scale.com/reference/document-transcription-1),FALSE,TRUE,FALSE +asknicely-send-survey,Send Survey,Trigger a survey to a contact. [See the documentation](https://demo.asknice.ly/help/apidocs/survey),FALSE,TRUE,FALSE +asknicely-get-responses,Get Responses,Get the details of a particular contact. [See the documentation](https://demo.asknice.ly/help/apidocs/getcontact),FALSE,TRUE,TRUE +asknicely-get-contact,Get Contact,Get the details of a particular contact. [See the documentation](https://demo.asknice.ly/help/apidocs/getcontact),FALSE,TRUE,TRUE +asknicely-add-contact,Add Contact,Add a new contact. [See the documentation](https://demo.asknice.ly/help/apidocs/getcontact),FALSE,TRUE,FALSE +vero-track-event-for-user,Track Event for User,This endpoint tracks an event for a specific user. If the user profile doesn't exist Vero will create it. [See the documentation](https://developers.getvero.com/track-api-reference/#/operations/track),FALSE,TRUE,FALSE +microsoft_entra_id-remove-member-from-group,Remove Member From Group,Removes a member from a group Microsoft Entra ID. [See the documentation](https://learn.microsoft.com/en-us/graph/api/group-delete-members?view=graph-rest-1.0&tabs=http),TRUE,TRUE,FALSE +microsoft_entra_id-add-member-to-group,Add Member To Group,Adds a member to a group Microsoft Entra ID. [See the documentation](https://learn.microsoft.com/en-us/graph/api/user-update?view=graph-rest-1.0&tabs=http),TRUE,TRUE,FALSE +acelle_mail-subscribe-customer-to-plan,Subscribe Customer To Plan,Subscribe customer to a plan. [See the documentation](https://api.acellemail.com/#backend_subscriptions_subscribe),TRUE,TRUE,FALSE +acelle_mail-create-customer,Create Customer,Creates a customer. [See the documentation](https://api.acellemail.com/#backend_customers),FALSE,TRUE,FALSE +klaxoon-update-idea,Update Idea,Updates an idea. [See the documentation](ttps://developers.klaxoon.com/reference/v1boardideapatch),TRUE,TRUE,FALSE +klaxoon-create-board,Create Board,Creates a board. [See the documentation](https://developers.klaxoon.com/reference/v1boardpost),FALSE,TRUE,FALSE +segmetrics-create-or-update-subscription,Create Or Update Subscription,Create or update a subscription. [See documentation here](https://developers.segmetrics.io/#subscriptions),TRUE,TRUE,FALSE +segmetrics-create-or-update-order,Create Or Update Order,Creates a client. [See documentation here](https://developers.segmetrics.io/#orders),TRUE,TRUE,FALSE +segmetrics-create-or-update-contact,Create Or Update Contact,Create or update a contact. [See documentation here](https://developers.segmetrics.io/#contacts),TRUE,TRUE,FALSE +streamtime-update-to-do,Update To-Do,Update an existing To Do in Streamtime. [See the documentation](https://documenter.getpostman.com/view/802974/RWgtSwbn?version=latest#5fb593b9-a83c-4e01-8206-5a56f005825a).,TRUE,TRUE,FALSE +streamtime-create-job,Create Job,Create a new job in Streamtime. [See the documentation](https://documenter.getpostman.com/view/802974/RWgtSwbn?version=latest#3c29e1b5-7890-4d03-bc6c-fd3a12c45e84).,FALSE,TRUE,FALSE +streamtime-create-contact,Create Contact,Create a new contact in Streamtime. [See the documentation](https://documenter.getpostman.com/view/802974/RWgtSwbn?version=latest#5df35cec-ec19-4721-a683-df1e391d6bf0).,FALSE,TRUE,FALSE +one_ai-summarize-text,Summarize Text,Summarize a given text. [See the documentation](https://docs.oneai.com/docs/synchronous-pipelines).,FALSE,TRUE,TRUE +one_ai-find-text-in-clusters,Find Text in Clusters,Find clusters with a similar meaning of a given text. [See the documentation](https://docs.oneai.com/docs/find-text).,FALSE,TRUE,TRUE +listclean-verify-email,Verify Email,Verify an email address. [See the documentation](https://api.listclean.xyz/#tag/verifications),FALSE,TRUE,TRUE +microsoft_365_people-update-contact,Update Contact,Updates an existing contact in Microsoft 365 People. [See the documentation](https://learn.microsoft.com/en-us/graph/api/contact-update?view=graph-rest-1.0&tabs=http),TRUE,TRUE,FALSE +microsoft_365_people-create-contact,Create Contact,Create a new contact in Microsoft 365 People. [See the documentation](https://learn.microsoft.com/en-us/graph/api/user-post-contacts?view=graph-rest-1.0&tabs=http),FALSE,TRUE,FALSE +microsoft_365_people-create-contact-folder,Create Contact Folder,Create a new contact folder in Microsoft 365 People. [See the documentation](https://learn.microsoft.com/en-us/graph/api/user-post-contactfolders?view=graph-rest-1.0&tabs=http),FALSE,TRUE,FALSE +retently-create-customer,Create Customer,Creates a new customer. [See the documentation](https://www.retently.com/api/#api-create-or-update-customers-post),TRUE,TRUE,FALSE +retently-add-tags-to-response,Add Tags to Response,Adds tags to a response. [See the documentation](https://www.retently.com/api/#api-add-response-tags-post),FALSE,TRUE,FALSE +kite_suite-update-task,Update Task,Update an existing task in a project. [See the documentation](https://api.kitesuite.com/swagger/#/Task/patch_api_v1_task__id_).,TRUE,TRUE,FALSE +kite_suite-send-message,Send Message,Sends a message to a user or project group using Kite Suite. [See the documentation](https://api.kitesuite.com/swagger/#/Chat/post_api_v1_chat_message),FALSE,TRUE,FALSE +kite_suite-create-task,Create Task,Create a new task in a project in Kite Suite. [See the documentation](https://api.kitesuite.com/swagger/#/Task/post_api_v1_task),FALSE,TRUE,FALSE +gryd-get-vehicle-ulez-data,Get Vehicle ULEZ Data,Fetches ULEZ data for a specific vehicle from the Gryd API. [See the documentation](https://api.gryd.org/docs#/default/VehicleController_ulezByVRM),FALSE,TRUE,TRUE +gryd-get-vehicle-mot-data,Get Vehicle MOT Data,Fetches MOT data for a specific vehicle from the Gryd API. [See the documentation](https://api.gryd.org/docs#/default/VehicleController_motByVRM),FALSE,TRUE,TRUE +gryd-get-vehicle-dvla-data,Get Vehicle DVLA Data,Fetches DVLA data for a specific vehicle from the Gryd API. [See the documentation](https://api.gryd.org/docs#/default/VehicleController_dvlaByVRM),FALSE,TRUE,TRUE +gryd-get-vehicle-data,Get Vehicle Data,Fetches data for a specific vehicle from the Gryd API. [See the documentation](https://api.gryd.org/docs#/default/VehicleController_vehicleByVRM),FALSE,TRUE,TRUE +microsofttodo-update-task,Update Task,Updates an existing task in Microsoft To Do. [See the documentation](https://learn.microsoft.com/en-us/graph/api/todotask-update).,TRUE,TRUE,FALSE +microsofttodo-create-task,Create Task,Create a new task in Microsoft To Do. [See the documentation](https://learn.microsoft.com/en-us/graph/api/todotasklist-post-tasks).,FALSE,TRUE,FALSE +microsofttodo-create-list,Create List,Create a new task list in Microsoft To Do. [See the documentation](https://learn.microsoft.com/en-us/graph/api/todo-post-lists).,FALSE,TRUE,FALSE +microsoft_outlook_calendar-update-calendar-event,Update Calendar Event,Update an event in the user's default calendar. [See the documentation](https://learn.microsoft.com/en-us/graph/api/event-update?view=graph-rest-1.0&tabs=http),TRUE,TRUE,FALSE +microsoft_outlook_calendar-delete-calendar-event,Delete Calendar Event,Delete an event in the user's default calendar. [See the documentation](https://learn.microsoft.com/en-us/graph/api/event-delete?view=graph-rest-1.0&tabs=http),TRUE,TRUE,FALSE +microsoft_outlook_calendar-create-calendar-event,Create Calendar Event,Create an event in the user's default calendar. [See the documentation](https://docs.microsoft.com/en-us/graph/api/user-post-events),FALSE,TRUE,FALSE +amplitude-send-event-data,Send Event Data,Sends user event data to Amplitude for analytics. [See the documentation](https://www.docs.developers.amplitude.com/analytics/apis/http-v2-api/#keys-for-the-event-argument),FALSE,TRUE,FALSE +viral_loops-get-participant,Get Participant,Get a participant. [See documentation here](https://developers.viral-loops.com/reference/post_campaign-participant-query),FALSE,TRUE,TRUE +viral_loops-get-campaign,Get Campaign,Get a campaign. [See documentation here](https://developers.viral-loops.com/reference/get_campaign),FALSE,TRUE,TRUE +viral_loops-create-participant,Create Participant,Creates a participant. [See documentation here](https://developers.viral-loops.com/reference/post_campaign-participant-1),FALSE,TRUE,FALSE +neon_api_keys-create-project,Create Project,Creates a project. [See docs here](https://api-docs.neon.tech/reference/createproject),FALSE,TRUE,FALSE +neon_api_keys-create-database,Create Database,Creates a database in the project. [See docs here](https://api-docs.neon.tech/reference/createprojectbranchdatabase),FALSE,TRUE,FALSE +neon_api_keys-create-branch,Create Branch,Creates a branch in the project. [See docs here](https://api-docs.neon.tech/reference/createprojectbranch),FALSE,TRUE,FALSE +retriever-get-order,Get Order,Fetches a single device return order. [See the documentation](https://app.helloretriever.com/api/v1/docs/#tag/Device-Return-Orders/operation/Get%20Order%20Details),FALSE,TRUE,TRUE +retriever-create-device-return,Create Device Return,Creates a device return order. [See the documentation](https://app.helloretriever.com/api/v1/docs/#tag/Device-Return-Orders/operation/Submit%20Order),FALSE,TRUE,FALSE +teachable-update-student,Update Student,Updates an existing student. [See the documentation](https://docs.teachable.com/reference/updateuser),TRUE,TRUE,FALSE +teachable-search-users,Search Users,Searches for a user by email address. [See the documentation](https://docs.teachable.com/reference/listusers),FALSE,TRUE,TRUE +teachable-create-student,Create Student,Creates a new student. [See the documentation](https://docs.teachable.com/reference/createuser),FALSE,TRUE,FALSE +ftrack-update-task,Update Task,Update attributes of a task. [See the documentation](https://help.ftrack.com/en/articles/1040498-operations#update),TRUE,TRUE,FALSE +ftrack-list-schemas,List Schemas,List all schemas. [See the documentation](https://help.ftrack.com/en/articles/1040498-operations#query-schemas),FALSE,TRUE,TRUE +ftrack-get-task-info,Get Task Info,Get information about a task. [See the documentation](https://help.ftrack.com/en/articles/1040498-operations#query),FALSE,TRUE,TRUE +tidycal-list-contacts,List Contacts,Get a list of contacts. [See the documentation](https://tidycal.com/developer/docs/#tag/Contacts/operation/list-contacts),FALSE,TRUE,TRUE +tidycal-list-bookings,List Bookings,Get a list of bookings. [See the documentation](https://tidycal.com/developer/docs/#tag/Bookings/operation/list-bookings),FALSE,TRUE,TRUE +tidycal-account-information,Account Information,Get account details. [See the documentation](https://tidycal.com/developer/docs/#tag/Account/operation/get-account),FALSE,TRUE,TRUE +hive-create-action-for-workspace,Create Action For Workspace,Create an action for given workspace [See the documentation](https://developers.hive.com/v1.0/reference/actionscreate-1),FALSE,TRUE,FALSE +hive-create-action-for-project,Create Action For Project,Create an action for given project [See the documentation](https://developers.hive.com/v1.0/reference/actionscreate-1),FALSE,TRUE,FALSE +senta-update-client,Update Client,Updates an existing client. [See the documentation](https://app.swaggerhub.com/apis-docs/senta/Senta/1.6#/Client/put_api_clients__clientId_),TRUE,TRUE,FALSE +senta-create-client,Create Client,Creates a new client. [See the documentation](https://app.swaggerhub.com/apis-docs/senta/Senta/1.6#/Client/post_api_clients),FALSE,TRUE,FALSE +talend-get-plan-execution-status,Get Plan Execution Status,Get detailed status of one plan execution. [See the documentation](https://api.talend.com/apis/processing/2021-03/#operation_get-plan-execution-status).,FALSE,TRUE,TRUE +talend-get-available-plans-executions,Get Available Plans Executions,"List all plan executions the user is granted visibility on. For each plan execution returns execution and plan identifiers, start and finish timestamps, execution status and counters on done and planned executables within plan. [See the documentation](https://api.talend.com/apis/processing/2021-03/#operation_get-available-plans-executions).",FALSE,TRUE,FALSE +talend-execute-plan,Execute Plan,Allows to run a Plan. [See the documentation](https://api.talend.com/apis/processing/2021-03/#operation_execute-plan).,FALSE,TRUE,FALSE +outseta-add-person,Add Person,Add a person record to CRM. [See the documentation](https://documenter.getpostman.com/view/3613332/outseta-rest-api-v1/7TNfr6k#26b724e6-9a76-2156-c4dd-b40f3d53fc70),FALSE,TRUE,FALSE +outseta-add-deal,Add Deal,Add a new deal record to CRM. [See the documentation](https://documenter.getpostman.com/view/3613332/outseta-rest-api-v1/7TNfr6k#115dec74-85a4-f825-ff76-f12adddb652c),FALSE,TRUE,FALSE +outseta-add-account,Add Account,Add account with existing person. [See the documentation](https://documenter.getpostman.com/view/3613332/outseta-rest-api-v1/7TNfr6k#cf32f02d-896c-1835-f4a1-a9c13b3fbd72),FALSE,TRUE,FALSE +pushcut-send-notification,Send Notification,Sends a smart notification to your devices. [See the documentation](https://www.pushcut.io/webapi),FALSE,TRUE,FALSE +pushcut-execute-shortcut,Execute Shortcut,Schedules an Automation Server action request for a shortcut. [See the documentation](https://www.pushcut.io/webapi),FALSE,TRUE,FALSE +pushcut-execute-homekit-scene,Execute Homekit Scene,Schedules an Automation Server action request for a homekit scene. [See the documentation](https://www.pushcut.io/webapi),FALSE,TRUE,FALSE +justcall-send-text-message,Send Text Message,Send a text from your JustCall SMS capabled number. [See the documentation](https://justcall.io/developer-docs/#send_text),FALSE,TRUE,FALSE +justcall-create-contact,Create Contact,Add a contact to your existing JustCall Sales Dialer campaign. [See the documentation](https://justcall.io/developer-docs/#add_contacts),FALSE,TRUE,FALSE +gotowebinar-create-webinar,Create Webinar,"Creates a single session webinar, a sequence of webinars or a series of webinars depending on the type field in the body. [See the documentation](https://developer.goto.com/GoToWebinarV2/#operation/createWebinar)",FALSE,TRUE,FALSE +gotowebinar-create-registrant,Create Registrant,Register an attendee for a scheduled webinar. [See the documentation](https://developer.goto.com/GoToWebinarV2/#operation/createRegistrant),FALSE,TRUE,FALSE +airplane-submit-prompt,Submit Prompt,Submit a prompt with a set of parameter values. [See the documentation](https://docs.airplane.dev/reference/api#prompts-submit),TRUE,TRUE,FALSE +airplane-execute-task,Execute Task,Execute a task with a set of parameter values and receive a run ID to track the task's execution. [See the documentation](https://docs.airplane.dev/reference/api#tasks-execute),TRUE,TRUE,FALSE +airplane-execute-runbook,Execute Runbook,Execute a runbook and receive a session ID to track the runbook's execution. [See the documentation](https://docs.airplane.dev/reference/api#runbooks-execute),FALSE,TRUE,FALSE +campaignhq-get-all-lists,Get all Lists,Get all lists [See the documentation](https://campaignhq.docs.apiary.io/#reference/0/lists-collection/get-all-lists).,FALSE,TRUE,TRUE +campaignhq-get-all-contacts,Get all Contacts,Get all contacts from a list [See the documentation](https://campaignhq.docs.apiary.io/#reference/0/contacts-collection/get-all-contacts).,FALSE,TRUE,TRUE +campaignhq-create-list,Create List,Create List [See the documentation](https://campaignhq.docs.apiary.io/#reference/0/lists-collection/create-a-new-list).,FALSE,TRUE,FALSE +campaignhq-create-contact,Create Contact,Create Contact [See the documentation](https://campaignhq.docs.apiary.io/#reference/0/contacts-collection/create-a-new-contact).,FALSE,TRUE,FALSE +wave-create-invoice,Create Invoice,Create an invoice for a customer with one product. [See the documentation](https://developer.waveapps.com/hc/en-us/articles/360038817812-Mutation-Create-invoice),FALSE,TRUE,FALSE +wave-create-customer,Create Customer,Create a customer under a business. [See the documentation](https://developer.waveapps.com/hc/en-us/articles/360032569232-Mutation-Create-customer),FALSE,TRUE,FALSE +azure_openai_service-translate-text,Translate Text,Translate text from one language to another. [See the documentation](https://learn.microsoft.com/en-us/azure/ai-services/openai/reference#chat-completions),FALSE,TRUE,TRUE +azure_openai_service-summarize,Summarize,Summarizes a text message with the GPT-35-Turbo and GPT-4 models. [See the documentation](https://learn.microsoft.com/en-us/azure/ai-services/openai/reference#chat-completions),FALSE,TRUE,FALSE +azure_openai_service-create-image,Create Image,"Creates an image given a prompt, and returns a URL to the image. [See the documentation](https://learn.microsoft.com/en-us/azure/ai-services/openai/reference#image-generation)",FALSE,TRUE,FALSE +azure_openai_service-classify-items-into-categories,Classify Items Into Categories,Classify items into specific categories. [See the documentation](https://learn.microsoft.com/en-us/azure/ai-services/openai/reference#chat-completions),FALSE,TRUE,TRUE +azure_openai_service-chat,Chat,Create completions for chat messages with the GPT-35-Turbo and GPT-4 models. [See the documentation](https://learn.microsoft.com/en-us/azure/ai-services/openai/reference#chat-completions),FALSE,TRUE,FALSE +bloom_growth-create-to-do,Create To-Do,Create a new meeting to-do [See the documentation](https://app.bloomgrowth.com/swagger/index.html),TRUE,TRUE,FALSE +bloom_growth-create-issue,Create Issue,Create a new meeting issue [See the documentation](https://app.bloomgrowth.com/swagger/index.html),TRUE,TRUE,FALSE +zoho_invoice-create-invoice,Create Invoice,Creates a new invoice in Zoho Invoice. [See the documentation](https://www.zoho.com/invoice/api/v3/invoices/#create-an-invoice).,FALSE,TRUE,FALSE +zoho_invoice-create-estimate,Create Estimate,Creates a new estimate in Zoho Invoice. [See the documentation](https://www.zoho.com/invoice/api/v3/estimates/#create-an-estimate).,FALSE,TRUE,FALSE +precisefp-create-account,Create Account,Create a new account. [See the documentation](https://documenter.getpostman.com/view/6125750/UyrDEFnd#b6db56e1-2767-499e-9928-38c82f3bd3e6),FALSE,TRUE,FALSE +insightly-create-task,Create Task,Creates a new task. [See documentation](https://api.insightly.com/v3.1/Help?#!/Tasks/AddEntity),FALSE,TRUE,FALSE +insightly-create-contact,Create Contact,Creates a new contact. [See documentation](https://api.insightly.com/v3.1/Help?#!/Contacts/AddEntity),FALSE,TRUE,FALSE +customer_fields-update-customer,Update Customer,Update an existing customer's information with new provided data. [See the documentation](https://docs.customerfields.com/#26b4ad8d-2503-4ac9-bc7f-e8eeeaf89947).,TRUE,TRUE,FALSE +customer_fields-create-customer,Create Customer,Create a new customer with detailed attributes using the provided data. [See the documentation](https://docs.customerfields.com/#8a70d5ee-da8f-4ef0-8b08-9c1882b4da04).,FALSE,TRUE,FALSE +moxie-search-contacts,Search Contacts,Searches contacts in your workspace. [See the documentation](https://help.withmoxie.com/en/articles/8259974-search-contacts),FALSE,TRUE,TRUE +moxie-create-task,Create Task,Create a new task. [See the documentation](https://help.withmoxie.com/en/articles/8160423-create-task),FALSE,TRUE,FALSE +moxie-create-client,Create Client,Create a new client. [See the documentation](https://help.withmoxie.com/en/articles/8160175-create-client),FALSE,TRUE,FALSE +zoho_commerce-create-product,Create Product with Variant,Create a new product with variants. [See the documentation](https://www.zoho.com/commerce/api/create-a-product-with-variant.html),FALSE,TRUE,FALSE +webinarkit-register-attendee,Register Attendee,Registers a new attendee for a specific webinar. [See the documentation](https://documenter.getpostman.com/view/22597176/Uzs435mo#4eb04d17-042d-4026-8b2d-bc972f442ae0),FALSE,TRUE,FALSE +webinarkit-list-webinars,List Webinars,Returns a list of webinars. [See the documentation](https://documenter.getpostman.com/view/22597176/Uzs435mo#31a536ea-5a5a-4b22-8523-4b69b79afce7),FALSE,TRUE,TRUE +webinarkit-list-scheduled-sessions,List Scheduled Sessions,Lists all scheduled sessions for a specific webinar. [See the documentation](https://documenter.getpostman.com/view/22597176/Uzs435mo#033f7d11-dcd3-4130-b41b-7eee4d4f28d1),FALSE,TRUE,TRUE +zoho_meeting-get-webinars,Get Webinars,Get a list of webinars. [See the documentation](https://www.zoho.com/meeting/api-integration/webinar-api/list-of-webinar-api.html),FALSE,TRUE,TRUE +zoho_meeting-get-meetings,Get Meetings,Get a list of meetings. [See the documentation](https://www.zoho.com/meeting/api-integration/meeting-api/list-of-meeting-api.html),FALSE,TRUE,TRUE +zoho_meeting-create-webinar,Create Webinar,Creates a webinar. [See the documentation](https://www.zoho.com/meeting/api-integration/webinar-api/create-a-webinar.html),FALSE,TRUE,FALSE +zoho_meeting-create-meeting,Create Meeting,Creates a meeting. [See the documentation](https://www.zoho.com/meeting/api-integration/meeting-api/create-a-meeting.html),FALSE,TRUE,FALSE +zoho_calendar-create-or-update-event,Create or Update Event,Create or update a event in a particular calendar of the user. [See the documentation](https://www.zoho.com/calendar/help/api/post-create-event.html),TRUE,TRUE,FALSE +zoho_bookings-reschedule-appointment,Reschedule Appointment,Reschedule an appointment to a different time or to a different staff. [See the documentation](https://www.zoho.com/bookings/help/api/v1/reschedule-appointment.html),FALSE,TRUE,FALSE +zoho_bookings-get-appointment,Get Appointment Details,Get details of an appointment [See the documentation](https://www.zoho.com/bookings/help/api/v1/get-appointment.html),FALSE,TRUE,TRUE +zoho_bookings-fetch-availability,Fetch Availability,Fetch availability of appointments across services. [See the documentation](https://www.zoho.com/bookings/help/api/v1/fetch-availability.html),FALSE,TRUE,TRUE +zoho_bookings-book-appointment,Book Appointment,Book an appointment for a customer for a desired service. [See the documentation](https://www.zoho.com/bookings/help/api/v1/book-appointment.html),FALSE,TRUE,FALSE +unbounce-list-page-leads,List Page Leads,"Retrieve a list of all leads for a given page (including AMP), pop-up, or sticky-bar. [See the documentation](https://developer.unbounce.com/api_reference/#id_pages__page_id__leads)",FALSE,TRUE,TRUE +unbounce-get-page-lead,Get Page Lead,Get info of single Lead. [See the documentation](https://developer.unbounce.com/api_reference/#id_pages__page_id__leads__lead_id_),FALSE,TRUE,TRUE +full_contact-enrich-person,Enrich Person,Enrich a person. [See documentation here](https://docs.fullcontact.com/docs/multi-field-request),FALSE,TRUE,FALSE +metaphor-search,Search,Perform a search with a Metaphor prompt-engineered query and retrieve a list of relevant results. [See the documentation](https://docs.metaphor.systems/reference/search),FALSE,TRUE,TRUE +metaphor-get-documents-content,Get Contents of Documents,"Retrieve contents of documents based on a list of document IDs. [See the documentation](https://docs.metaphor.systems/reference/contents). It is used to `instantly` get content for documents, given the IDs of the documents. We currently support extracts - the first 1000 tokens (~750 words) of parsed HTML for a site. **Note that each piece of content retrieved costs 1 request.** Also note that `instant` is a little bit of a lie if you are using keyword search, in which case contents might take a few seconds to retrieve.",FALSE,TRUE,TRUE +metaphor-find-similar-links,Find Similar Links,Find similar links to the link provided. See the documentation](https://docs.metaphor.systems/reference/findsimilar),FALSE,TRUE,TRUE +zoho_assist-schedule-session,Schedule Session,Schedule a remote support session. [See the documentation](https://www.zoho.com/assist/api/schedulesession.html),FALSE,TRUE,FALSE +zoho_assist-get-session-reports,Get Session Reports,Fetch the reports of previously conducted sessions. [See the documentation](https://www.zoho.com/assist/api/getsessionreports.html),FALSE,TRUE,TRUE +zoho_assist-create-session,Create Session,Create a remote support or screen sharing session. [See the documentation](https://www.zoho.com/assist/api/createasession.html),FALSE,TRUE,FALSE +zoho_bugtracker-get-bug-details,Get Bug Details,Get details from a specific bug. [See the documentation](https://www.zoho.com/projects/help/rest-api/bugtracker-bugs-api.html#alink2),FALSE,TRUE,TRUE +zoho_analytics-update-row,Update Row,Update rows in the specified table. [See the documentation](https://www.zoho.com/analytics/api/v2/#update-row),TRUE,TRUE,FALSE +zoho_analytics-add-row,Add Row,Add a single row in the specified table. [See the documentation](https://www.zoho.com/analytics/api/v2/#add-row),FALSE,TRUE,FALSE +zoho_salesiq-list-feedback,List Feedback,Retrieve a list of feedback from website visitors. [See the documentation](https://www.zoho.com/salesiq/help/developer-section/visitor-feedback-v2.html),FALSE,TRUE,TRUE +zoho_salesiq-get-visitor-feedback,Get Visitor Feedback,Retrieve visitor feedback by conversation ID. [See the documentation](https://www.zoho.com/salesiq/help/developer-section/get-a-visitor-feedback-v2.html),FALSE,TRUE,TRUE +zoho_salesiq-create-article,Create Article,Create a new article. [See the documentation](https://www.zoho.com/salesiq/help/developer-section/create-articles-v2.html),FALSE,TRUE,FALSE +zoho_bigin-update-contact,Update Contact,Updates a contact. [See the documentation](https://www.bigin.com/developer/docs/apis/update-records.html),TRUE,TRUE,FALSE +zoho_bigin-create-event,Create Event,Creates a event. [See the documentation](https://www.bigin.com/developer/docs/apis/insert-records.html),FALSE,TRUE,FALSE +zoho_bigin-create-contact,Create Contact,Creates a contact. [See the documentation](https://www.bigin.com/developer/docs/apis/insert-records.html),FALSE,TRUE,FALSE +zoho_bigin-create-call,Create Call,Creates a call. [See the documentation](https://www.bigin.com/developer/docs/apis/insert-records.html),FALSE,TRUE,FALSE +zoho_recruit-update-record,Update Record,Updates existing record. [See the documentation](https://www.zoho.com/recruit/developer-guide/apiv2/update-records.html),TRUE,TRUE,FALSE +zoho_recruit-create-record,Create Record,Creates a new record. [See the documentation](https://www.zoho.com/recruit/developer-guide/apiv2/insert-records.html),FALSE,TRUE,FALSE +zoho_recruit-create-or-update-record,Create or Update Record,Creates a new record or updates existing record if already present. [See the documentation](https://www.zoho.com/recruit/developer-guide/apiv2/upsert-records.html),TRUE,TRUE,FALSE +zoho_sign-send-document,Send Document,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),FALSE,TRUE,FALSE +zoho_sign-get-document-form-detail,Get Document Form Detail,Retrieves the filled field data for a particular document. [See the documentation](https://www.zoho.com/sign/api/#get-document-form-data),FALSE,TRUE,TRUE +zoho_sign-get-document-details,Get Document Details,Get the details of a particular document. [See the documentation](https://www.zoho.com/sign/api/#get-details-of-a-particular-document),FALSE,TRUE,TRUE +segment-track,Track actions your users perform,Track lets you record the actions your users perform (note requires userId or anonymousId). See the docs [here](https://segment.com/docs/connections/sources/catalog/libraries/server/http-api/#track),FALSE,TRUE,FALSE +segment-screen,Record whenever a user sees a screen,The screen method let you record whenever a user sees a screen of your mobile app (note requires userId or anonymousId). See the docs [here](https://segment.com/docs/connections/sources/catalog/libraries/server/http-api/#screen),FALSE,TRUE,FALSE +segment-page,Record page views on your website,"The page method lets you record page views on your website, along with optional extra information about the page being viewed (note requires userId or anonymousId). See the docs [here](https://segment.com/docs/connections/sources/catalog/libraries/server/http-api/#page)",FALSE,TRUE,FALSE +segment-identify,"Identify a user, tie them to their actions and record traits about them",Identify lets you tie a user to their actions and record traits about them. It includes a unique User ID and any optional traits you know about them (note requires userId or anonymousId). See the docs [here](https://segment.com/docs/connections/sources/catalog/libraries/server/http-api/#identify),FALSE,TRUE,FALSE +segment-group,Associate an identified user with a group,Group lets you associate an identified user with a group (note requires userId or anonymousId). See the docs [here](https://segment.com/docs/connections/sources/catalog/libraries/server/http-api/#group),FALSE,TRUE,FALSE +segment-alias,Associate one identity with another,Alias is how you associate one identity with another. See the docs [here](https://segment.com/docs/connections/sources/catalog/libraries/server/http-api/#alias),FALSE,TRUE,FALSE +zoho_sprints-update-project-status,Update Project Status,Changes the status of an existing project in Zoho Sprints. [See the documentation](https://sprints.zoho.com/apidoc.html#Updateproject),TRUE,TRUE,FALSE +zoho_sprints-delete-item,Delete Item,"Removes a specified task, story, or bug from a project in Zoho Sprints. [See the documentation](https://sprints.zoho.com/apidoc.html#Deleteitem)",TRUE,TRUE,FALSE +zoho_sprints-create-item,Create Item,"Creates a new task, story, or bug in an existing Zoho Sprints project. [See the documentation](https://sprints.zoho.com/apidoc.html#Createitem)",FALSE,TRUE,FALSE +zoho_expense-update-expense-report,Update Expense Report,Alter details in an existing expense report. [See the Documentation](https://www.zoho.com/expense/api/v1/expense-reports/#update-an-expense-report).,TRUE,TRUE,FALSE +zoho_expense-reject-travel-request,Reject Travel Request,Disapprove a pending travel request in the system. [See the Documentation](https://www.zoho.com/expense/api/v1/trips/#reject-a-trip-request).,TRUE,TRUE,FALSE +zoho_expense-create-expense,Create Expense,Generate a new expense entry in the Zoho Expense system. [See the Documentation](https://www.zoho.com/expense/api/v1/expenses/#create-an-expense).,FALSE,TRUE,FALSE +zoho_calendar-list-events,List Events,Returns a list of all the events in a particular calendar of the user. [See the documentation](https://www.zoho.com/calendar/help/api/get-events-list.html),FALSE,TRUE,TRUE +zoho_calendar-create-event-smart-add,Create event using Smart Add,Create a new event in a particular calendar using Smart Add. [See the documentation](https://www.zoho.com/calendar/help/api/post-create-event-smart-add.html),FALSE,TRUE,FALSE +zoho_people-update-record,Update Record,Update a record to a Zoho People module. [See the documentation](https://www.zoho.com/people/api/update-records.html),TRUE,TRUE,FALSE +zoho_people-get-attendance-entries,Get Attendance Entries,"This API is used to fetch the shift configuration details of an employee. All the details of the shift, that has been configured to the employee, in the given duration can be fetched using this API. Details include shifts mapped to the employee, start and end time of the shift and holiday, Weekend set for the shift. [See the documentation](https://www.zoho.com/people/api/attendance-shift-details.html)",TRUE,TRUE,FALSE +zoho_people-create-attendance-entry,Create Attendance Entry,This API can be used to capture the check-in and check-out entries of an individual employee.The system will mark the attendance exit/entry of individual employees.It will automatically update the attendance status in the web portal for every check-in and check-out. [See the documentation](https://www.zoho.com/people/api/attendance-checkin-checkout.html),TRUE,TRUE,FALSE +zoho_people-add-record,Add Record,Add a record to a Zoho People module. [See the documentation](https://www.zoho.com/people/api/insert-records.html),FALSE,TRUE,FALSE +replicate-get-prediction,Get Prediction,Get a specific prediction identified by Id. [See the documentation](https://replicate.com/docs/reference/http#predictions.get),FALSE,TRUE,TRUE +replicate-get-model,Get Model,Get a specific model identified by Id. [See the documentation](https://replicate.com/docs/reference/http#models.get),FALSE,TRUE,TRUE +replicate-create-prediction,Create Prediction,Create a new prediction [See the documentation](https://replicate.com/docs/reference/http#predictions.create),FALSE,TRUE,FALSE +replicate-cancel-prediction,Cancel Prediction,Cancel a specific prediction identified by Id. [See the documentation](https://replicate.com/docs/reference/http#predictions.cancel),TRUE,TRUE,FALSE +craftmypdf-merge-pdf,Merge PDF,Create a PDF file from multiple templates. It merges all the PDFs into one. [See the documentation](https://craftmypdf.com/docs/index.html#tag/PDF-Generation-API/operation/create-merge),TRUE,TRUE,FALSE +craftmypdf-create-pdf,Create PDF,Create a new pdf. [See the documentation](https://craftmypdf.com/docs/index.html#tag/PDF-Generation-API/operation/create),TRUE,TRUE,FALSE +craftmypdf-create-image,Create Image,Create a new image. [See the documentation](https://craftmypdf.com/docs/index.html#tag/PDF-Generation-API/operation/create-parallel),TRUE,TRUE,FALSE +craftmypdf-create-editor-session,Create Editor Session,Create a new PDF editor session. The PDF editor url can be embedded into an IFrame. [See the documentation](https://craftmypdf.com/docs/index.html#tag/Template-Management-API/operation/delete-template),TRUE,TRUE,FALSE +credit_repair_cloud-update-client,Update Client,Update Client [See the documentation](https://app.creditrepaircloud.com/webapi/examples).,TRUE,TRUE,FALSE +credit_repair_cloud-get-client,Get Client,Get Client [See the documentation](https://app.creditrepaircloud.com/webapi/examples).,FALSE,TRUE,TRUE +credit_repair_cloud-delete-client,Delete Client,Delete Client [See the documentation](https://app.creditrepaircloud.com/webapi/examples).,TRUE,TRUE,FALSE +credit_repair_cloud-create-client,Create Client,Create Client [See the documentation](https://app.creditrepaircloud.com/webapi/examples).,FALSE,TRUE,FALSE +google_tag_manager-update-variable,Update Tag,Update a variable in a workspace. [See the documentation](https://developers.google.com/tag-platform/tag-manager/api/v2/reference/accounts/containers/workspaces/variables/update),TRUE,TRUE,FALSE +google_tag_manager-update-tag,Update Tag,Update a tag in a workspace. [See the documentation](https://developers.google.com/tag-platform/tag-manager/api/v2/reference/accounts/containers/workspaces/tags/update),TRUE,TRUE,FALSE +google_tag_manager-get-tags,Get Tags,Get all tags of an workspace. [See the documentation](https://developers.google.com/tag-platform/tag-manager/api/v2/reference/accounts/containers/workspaces/tags/list),FALSE,TRUE,TRUE +google_tag_manager-get-tag,Get Tag,Get a specific tag of a workspace. [See the documentation](https://developers.google.com/tag-platform/tag-manager/api/v2/reference/accounts/containers/workspaces/tags/get),FALSE,TRUE,TRUE +google_tag_manager-create-tag,Create Tag,Create a tag in a workspace. [See the documentation](https://developers.google.com/tag-platform/tag-manager/api/v2/reference/accounts/containers/workspaces/tags/create),FALSE,TRUE,FALSE +axonaut-update-employee,Update Employee,Updates a employee. [See documentation (Go to `POST /api/v2/employees`)](https://axonaut.com/api/v2/doc),TRUE,TRUE,FALSE +axonaut-update-company,Update Company,Updates a company. [See documentation (Go to `PATCH /api/v2/companies/{companYid}`)](https://axonaut.com/api/v2/doc),TRUE,TRUE,FALSE +axonaut-create-employee,Create Employee,Creates a employee. [See documentation (Go to `POST /api/v2/employees`)](https://axonaut.com/api/v2/doc),FALSE,TRUE,FALSE +axonaut-create-company,Create Company,Creates a company. [See documentation (Go to `POST /api/v2/companies`)](https://axonaut.com/api/v2/doc),FALSE,TRUE,FALSE +order_desk-update-order,Update Order,Update Order [See the documentation](https://apidocs.orderdesk.com/#update-an-order).,TRUE,TRUE,FALSE +order_desk-list-orders,List Orders,List Orders based on a search criteria [See the documentation](https://apidocs.orderdesk.com/#get-multiple-orders).,FALSE,TRUE,TRUE +order_desk-find-order,Find Order,Find Order [See the documentation](https://apidocs.orderdesk.com/#get-a-single-order).,FALSE,TRUE,TRUE +order_desk-create-order,Create Order,Create Order [See the documentation](https://apidocs.orderdesk.com/#create-an-order).,FALSE,TRUE,FALSE +motion-update-task,Update Task,Update a specific task. [See the documentation](https://docs.usemotion.com/docs/motion-rest-api/a2b2ce881ce26-update-a-task),TRUE,TRUE,FALSE +motion-move-workspace,Move Workspace,"Move a specific task to another workspace. When moving tasks from one workspace to another, the tasks project, status, and label(s) and assignee will all be reset. [See the documentation](https://docs.usemotion.com/docs/motion-rest-api/0440c0ba81f10-move-workspace)",TRUE,TRUE,FALSE +motion-get-task,Retrieve Task,Retrieve a specific task by Id. [See the documentation](https://docs.usemotion.com/docs/motion-rest-api/3e8c65ed58693-retrieve-a-task),FALSE,TRUE,TRUE +motion-delete-task,Delete Task,Delete a specific task by Id. [See the documentation](https://docs.usemotion.com/docs/motion-rest-api/963b35f93846f-delete-a-task),TRUE,TRUE,FALSE +motion-create-task,Create Task,Create a new task. [See the documentation](https://docs.usemotion.com/docs/motion-rest-api/0846d1205f9b3-create-task),FALSE,TRUE,FALSE +open_exchange_rates-retrieve-current-rates,Retrieve Current Rates,Get the latest exchange rates available. [See the documentation](https://docs.openexchangerates.org/reference/latest-json),FALSE,TRUE,TRUE +open_exchange_rates-convert-currency,Convert Currency,Convert any money value from one currency to another. [See the documentation](https://docs.openexchangerates.org/reference/convert),FALSE,TRUE,TRUE +formstack_documents-merge-document,Merge Document,Initiates a merge process using provided data. [See documentation](https://www.webmerge.me/developers?page=documents),FALSE,TRUE,FALSE +formstack_documents-get-document,Get Document,Get the details of the specified document. [See documentation](https://www.webmerge.me/developers?page=documents),FALSE,TRUE,TRUE +firmao-list-tasks,List Tasks,List tasks from the organization. [See the documentation](https://firmao.net/API-Documentation_EN.pdf),FALSE,TRUE,TRUE +firmao-create-task,Create Task,Create a new task for the organization. [See the documentation](https://firmao.net/API-Documentation_EN.pdf),FALSE,TRUE,FALSE +firmao-create-offer,Create Offer,Create a new quote/offer. [See the documentation](https://firmao.net/API-Documentation_EN.pdf),FALSE,TRUE,FALSE +firmao-create-customer,Create Customer,Create a new company customer. [See the documentation](https://firmao.net/API-Documentation_EN.pdf),FALSE,TRUE,FALSE +zoho_crm-search-objects,Search Objects,Retrieves the records that match your search criteria.,FALSE,TRUE,TRUE +zoho_crm-list-objects,List Objects,Gets the list of available records from a module.,FALSE,TRUE,TRUE +zoho_crm-list-modules,List Modules,Retrieves a list of all the modules available in your CRM account.,FALSE,TRUE,TRUE +zoho_crm-list-fields,List Fields,Gets the field metadata for the specified module,FALSE,TRUE,TRUE +zoho_crm-get-object,Get Object,Gets record data given its id.,FALSE,TRUE,TRUE +zoho_crm-convert-lead,Convert Lead,Converts a Lead into a Contact or an Account. [See the documentation](https://www.zoho.com/crm/developer/docs/api/v2/convert-lead.html),FALSE,TRUE,TRUE +clientify-update-contact,Update Contact,Update a specific contact. [See the documentation](https://developer.clientify.com/#3107ca4f-0bb5-43a7-9be8-3c2e2f8fe399),TRUE,TRUE,FALSE +clientify-create-task,Create Task,Add a new task. [See the documentation](https://developer.clientify.com/#1ee10d02-b3d8-4373-afa4-08d7b678bb26),FALSE,TRUE,FALSE +clientify-create-contact,Create Contact,Create a new contact. [See the documentation](https://developer.clientify.com/#8c678e88-4315-4470-a072-d6b659ace6e8),FALSE,TRUE,FALSE +uipath_automation_hub-update-idea,Update Idea,Modify an existing automation idea's details. [See the documentation](https://automation-hub.uipath.com/api/v1/api-doc/#/Automation%20Ideas/SubmitIdeaEmployeeDrivenwithSubmitter),TRUE,TRUE,FALSE +uipath_automation_hub-update-category-idea,Update Category Idea,Change the category of a specific Idea. [See the documentation](https://automation-hub.uipath.com/api/v1/api-doc/#/Automation%20Ideas/AutomationCategoriesUpdate),TRUE,TRUE,FALSE +uipath_automation_hub-create-idea,Create Idea,Submit a new automation idea. [See the documentation](https://automation-hub.uipath.com/api/v1/api-doc/#/Automation%20Ideas/SubmitIdeaEmployeeDrivenwithSubmitter),FALSE,TRUE,FALSE +nango-proxy-post,Proxy Post Request,Make a post request with the Proxy. [See the Documentation](https://docs.nango.dev/api-reference/proxy/post),FALSE,TRUE,FALSE +nango-proxy-get,Proxy Get Request,Make a post request with the Proxy. [See the Documentation](https://docs.nango.dev/api-reference/proxy/get),FALSE,TRUE,FALSE +nango-list-integrations,List Integrations,Returns a list of Integrations. [See the Documentation](https://docs.nango.dev/api-reference/integration/list),FALSE,TRUE,TRUE +nango-list-connections,List Connections,Returns a list of Connections. [See the Documentation](https://docs.nango.dev/api-reference/connection/list),FALSE,TRUE,TRUE +nango-get-connection,Get Connection,Returns a Connection. [See the Documentation](https://docs.nango.dev/api-reference/connection/get),FALSE,TRUE,TRUE +nango-delete-connection,Delete Connection,Deletes a Connection. [See the Documentation](https://docs.nango.dev/api-reference/connection/delete),TRUE,TRUE,FALSE +nango-create-integration,Create Integration,Create a new Integration. [See the Documentation](https://docs.nango.dev/api-reference/integration/create),FALSE,TRUE,FALSE +agendor-find-person,Find Person,Find Person [See the documentation](https://api.agendor.com.br/docs/#operation/Get%20person).,FALSE,TRUE,TRUE +agendor-find-organization,Find Organization,Find Organization [See the documentation](https://api.agendor.com.br/docs/#operation/Get%20organization).,FALSE,TRUE,TRUE +agendor-create-person,Create Person,Create Person [See the documentation](https://api.agendor.com.br/docs/#operation/Create%20person).,FALSE,TRUE,FALSE +agendor-create-organization,Create Organization,Create Organization [See the documentation](https://api.agendor.com.br/docs/#operation/Create%20organization).,FALSE,TRUE,FALSE +eventbrite-get-my-orders,Get My Orders,Get a list of event orders placed by the authenticated user. [See the documentation](https://www.eventbrite.com/platform/docs/order-lookup),FALSE,TRUE,TRUE +eventbrite-get-event-summary,Get Event Summary,Get event summary for a specified event. [See the documentation](https://www.eventbrite.com/platform/api#/reference/event/retrieve/retrieve-an-event),FALSE,TRUE,TRUE +eventbrite-get-event-details,Get Event Details,Get details for a specified event. [See the documentation](https://www.eventbrite.com/platform/api#/reference/event/retrieve/retrieve-an-event),FALSE,TRUE,TRUE +eventbrite-get-event-attendees,Get Event Attendees,Get event attendees for a specified event. [See the documentation](https://www.eventbrite.com/platform/api#/reference/attendee/list/list-attendees-by-event),FALSE,TRUE,TRUE +eventbrite-create-event,Create Event,Create a new Eventbrite event. [See the documentation](https://www.eventbrite.com/platform/api#/reference/event/create/create-an-event),FALSE,TRUE,FALSE +trakt-remove-from-watchlist,Remove From Watchlist,Remove one of more items from watchlist. [See the documentation](https://trakt.docs.apiary.io/#reference/sync/remove-from-watchlist/remove-items-from-watchlist),TRUE,TRUE,FALSE +trakt-add-to-watchlist,Add To Watchlist,Add one of more items to watchlist. [See the documentation](https://trakt.docs.apiary.io/#reference/sync/add-to-watchlist/get-watchlist),TRUE,TRUE,FALSE +slack_bot-send-block-kit-message,Send Message Using Block Kit,"Send a message using Slack's Block Kit UI framework to a channel, group or user (Bot). See [postMessage](https://api.slack.com/methods/chat.postMessage) or [scheduleMessage](https://api.slack.com/methods/chat.scheduleMessage) docs here",FALSE,TRUE,FALSE +jobnimbus-update-contact,Update Contact,Updates a contact. [See the documentation](https://documenter.getpostman.com/view/3919598/S11PpG4x#6c94f9a6-2bac-4189-9b2e-5d856f0fe310),TRUE,TRUE,FALSE +jobnimbus-find-contact-by-id,Find Contact By ID,Finds contact by ID. [See the documentation](https://documenter.getpostman.com/view/3919598/S11PpG4x#02875033-b94e-4ed9-83cc-d157fba8e5d5),FALSE,TRUE,TRUE +jobnimbus-find-contact-by-email,Find Contact By Email,Finds contact by email. [See the documentation](https://documenter.getpostman.com/view/3919598/S11PpG4x#46dff3eb-80ae-46b1-a399-eb80ab2a09bc),FALSE,TRUE,TRUE +jobnimbus-create-contact,Create Contact,Creates a contact. [See the documentation](https://documenter.getpostman.com/view/3919598/S11PpG4x#7ec1541f-7241-4840-9322-0ed83c01d48e),FALSE,TRUE,FALSE +instagram_business-list-media,List Media,List media objects. [See the documentation](https://developers.facebook.com/docs/instagram-api/reference/ig-user/media#reading),FALSE,TRUE,TRUE +instagram_business-list-media-comments,List Media Comments,List comments on a media object. [See the documentation](https://developers.facebook.com/docs/instagram-api/reference/ig-media/comments#reading),FALSE,TRUE,TRUE +instagram_business-get-user-insights,Get User Insights,Get insights data on a user. [See the documentation](https://developers.facebook.com/docs/instagram-api/reference/ig-user/insights#reading),FALSE,TRUE,TRUE +instagram_business-get-media-insights,Get Media Insights,Get insights data on a media object. [See the documentation](https://developers.facebook.com/docs/instagram-api/reference/ig-media/insights#read),FALSE,TRUE,TRUE +instagram_business-create-post,Create Post,"Post a single image, video, or reel. [See the documentation](https://developers.facebook.com/docs/instagram-api/guides/content-publishing#single-media-posts)",FALSE,TRUE,FALSE +instagram_business-create-comment,Create Comment,Creates a comment on a media object. [See the documentation](https://developers.facebook.com/docs/instagram-api/reference/ig-media/comments#creating),FALSE,TRUE,FALSE +google_directory-list-users,List Users,Retrieves a list of directory users. [See the documentation](https://developers.google.com/admin-sdk/directory/reference/rest/v1/users/list),FALSE,TRUE,TRUE +google_directory-list-groups,List Groups,Retrieves a list of directory groups. [See the documentation](https://developers.google.com/admin-sdk/directory/reference/rest/v1/groups/list),FALSE,TRUE,TRUE +google_directory-get-user,Get User,Retrieves information about a user. [See the documentation](https://developers.google.com/admin-sdk/directory/reference/rest/v1/users/get),FALSE,TRUE,TRUE +google_directory-get-group,Get Group,Retrieves information about a group. [See the documentation](https://developers.google.com/admin-sdk/directory/reference/rest/v1/groups/get),FALSE,TRUE,TRUE +google_directory-create-user,Create User,Creates a new user. [See the documentation](https://developers.google.com/admin-sdk/directory/reference/rest/v1/users/insert),FALSE,TRUE,FALSE +google_directory-create-group,Create Group,Creates a new group. [See the documentation](https://developers.google.com/admin-sdk/directory/reference/rest/v1/groups/insert),FALSE,TRUE,FALSE +livestorm-update-event,Update Event,Update an event with its full list of attributes. [See the Documentation](https://developers.livestorm.co/reference/put_events-id),TRUE,TRUE,FALSE +livestorm-register-someone-for-session,Register Someone For A Session,Register a new participant for a session (either an external registrant or internal team member). [See the Documentation](https://developers.livestorm.co/reference/post_sessions-id-people),FALSE,TRUE,FALSE +livestorm-list-sessions,List Sessions,List all your event sessions. [See the Documentation](https://developers.livestorm.co/reference/get_sessions),FALSE,TRUE,TRUE +livestorm-list-events,List Events,List the events of your workspace. [See the Documentation](https://developers.livestorm.co/reference/get_events),FALSE,TRUE,TRUE +livestorm-list-attendees-from-event,List Attendees From Event,List all the people linked to all the sessions of an event. [See the Documentation](https://developers.livestorm.co/reference/get_events-id-people),FALSE,TRUE,TRUE +livestorm-get-event,Get Event,Retrieve a single event. [See the Documentation](https://developers.livestorm.co/reference/get_events-id),FALSE,TRUE,TRUE +livestorm-create-event,Create Event,Create a new event. [See the Documentation](https://developers.livestorm.co/reference/post_events),FALSE,TRUE,FALSE +teamwork_desk-update-ticket,Update Ticket,Update a specific ticket [See the documentation](https://apidocs.teamwork.com/docs/desk/4de711efd2f09-update-multiple-tickets),TRUE,TRUE,FALSE +teamwork_desk-update-customer,Update Customer,Update a specific customer [See the documentation](https://apidocs.teamwork.com/docs/desk/3442f2a79b0d2-update-a-customer),TRUE,TRUE,FALSE +teamwork_desk-reply-to-ticket,Reply To Ticket,Reply to a specific ticket [See the documentation](https://apidocs.teamwork.com/docs/desk/0f3315d9a0762-reply-to-ticket),FALSE,TRUE,FALSE +teamwork_desk-create-ticket,Create Ticket,Create a new ticket [See the documentation](https://apidocs.teamwork.com/docs/desk/fe69a0fb1007a-create-a-new-customer),FALSE,TRUE,FALSE +teamwork_desk-create-customer,Create Customer,Create a new customer [See the documentation](https://apidocs.teamwork.com/docs/desk/fe69a0fb1007a-create-a-new-customer),FALSE,TRUE,FALSE +sellercloud-update-order-status,Update Order Status,Modifies the status of an existing order or orders. [See the documentation](https://developer.sellercloud.com/dev-article/update-orders-status-code/),TRUE,TRUE,FALSE +sellercloud-create-product,Create Product,Creates a new product. [See the documentation](https://developer.sellercloud.com/dev-article/create-product/),FALSE,TRUE,FALSE +sellercloud-adjust-inventory,Adjust Inventory,Changes the inventory level of a specific product. [See the documentation](https://developer.sellercloud.com/dev-article/adjust-physical-inventory/),FALSE,TRUE,FALSE +facebook_groups-post-photo,Post Photo,Post a photo in a group. [See the documentation](https://developers.facebook.com/docs/graph-api/reference/group/photos),FALSE,TRUE,FALSE +facebook_groups-list-reactions,List Reactions,Retrieves a list of reactions on a group post. [See the documentation](https://developers.facebook.com/docs/graph-api/reference/v17.0/object/reactions),FALSE,TRUE,FALSE +facebook_groups-list-comments,List Comments,Retrieves a list of comments on a group post. [See the documentation](https://developers.facebook.com/docs/graph-api/reference/v17.0/comment),FALSE,TRUE,FALSE +facebook_groups-get-post,Get Post,Retrieves post in a group. [See the documentation](https://developers.facebook.com/docs/graph-api/reference/post/),FALSE,TRUE,FALSE +facebook_groups-create-post,Create Post,Create a new post in a group. [See the documentation](https://developers.facebook.com/docs/graph-api/reference/v17.0/group/feed),FALSE,TRUE,FALSE +formaloo-update-customer,Update Customer,Update a specific customer. [See the documentation](https://www.formaloo.com/en/developers/),TRUE,TRUE,FALSE +formaloo-create-customer,Create Customer,Create a new customer on the current business. [See the documentation](https://www.formaloo.com/en/developers/),FALSE,TRUE,FALSE +sourceforge-update-ticket,Update Ticket,Updates an existing ticket. [See the documentation](https://anypoint.mulesoft.com/apiplatform/sourceforge/#/portals/organizations/98f11a03-7ec0-4a34-b001-c1ca0e0c45b1/apis/32951/versions/34322),TRUE,TRUE,FALSE +sourceforge-list-projects,List Projects,Retrieves a list of projects in an account. [See the documentation](https://anypoint.mulesoft.com/apiplatform/sourceforge/#/portals/organizations/98f11a03-7ec0-4a34-b001-c1ca0e0c45b1/apis/32951/versions/34322),FALSE,TRUE,TRUE +sourceforge-create-ticket,Create Ticket,Creates a new ticket. [See the documentation](https://anypoint.mulesoft.com/apiplatform/sourceforge/#/portals/organizations/98f11a03-7ec0-4a34-b001-c1ca0e0c45b1/apis/32951/versions/34322),FALSE,TRUE,FALSE +concord-update-agreement-status,Update Agreement Status,Update an agreement's status [See the documentation](https://api.doc.concordnow.com/#tag/Agreement/operation/PatchAgreement),TRUE,TRUE,FALSE +concord-request-signature,Request Signature,Request signers to sign an agreement [See the documentation](https://api.doc.concordnow.com/#tag/Signature/operation/RequestSignature),FALSE,TRUE,FALSE +concord-create-template,Create Template,Create a Template [See the documentation](https://api.doc.concordnow.com/#tag/Agreement/operation/AgreementCreate),FALSE,TRUE,FALSE +concord-create-draft-from-template,Create Draft from Template,Create a Draft from a Template [See the documentation](https://api.doc.concordnow.com/#tag/Agreement/operation/AgreementCreate),FALSE,TRUE,FALSE +concord-copy-contract,Copy Contract,Create a Contract from another Contract [See the documentation](https://api.doc.concordnow.com/#tag/Agreement/operation/AgreementCreate),FALSE,TRUE,FALSE +facebook_pages-update-post,Update Post,Update an existing post on a Facebook Page. [See the documentation](https://developers.facebook.com/docs/graph-api/reference/post#updating),TRUE,TRUE,FALSE +facebook_pages-update-comment,Update Comment,Updates an existing comment on a post on a Facebook Page. [See the documentation](https://developers.facebook.com/docs/graph-api/reference/comment/#updating),TRUE,TRUE,FALSE +facebook_pages-list-posts,List Posts,Retrieves a list of posts on a Facebook Page. [See the documentation](https://developers.facebook.com/docs/graph-api/reference/v17.0/page/feed),FALSE,TRUE,TRUE +facebook_pages-list-comments,List Comments,Retrieves a list of comments on a post on a Facebook Page. [See the documentation](https://developers.facebook.com/docs/graph-api/reference/comment/#read),FALSE,TRUE,FALSE +facebook_pages-get-post,Get Post,Retrieves a post on a Facebook Page. [See the documentation](https://developers.facebook.com/docs/graph-api/reference/pagepost),FALSE,TRUE,FALSE +facebook_pages-get-page,Get Page,Retrieves a Facebook Page. [See the documentation](https://developers.facebook.com/docs/graph-api/reference/page),FALSE,TRUE,TRUE +facebook_pages-get-comment,Get Comment,Retrieves a comment on a post on a Facebook Page. [See the documentation](https://developers.facebook.com/docs/graph-api/reference/comment/#read),FALSE,TRUE,FALSE +facebook_pages-create-post,Create Post,Create a new post on a Facebook Page. [See the documentation](https://developers.facebook.com/docs/graph-api/reference/page/feed#publish),FALSE,TRUE,FALSE +facebook_pages-create-comment,Create Comment,Create a new comment on a post on a Facebook Page. [See the documentation](https://developers.facebook.com/docs/graph-api/reference/object/comments/#publish),FALSE,TRUE,FALSE +infinity-update-item,Update Item,Update an existed item. [See the documentation](https://s3.amazonaws.com/devdocs.startinfinity.com/index.html#items-PUTapi-v2-workspaces--workspace--boards--board_id--items--item_id-),TRUE,TRUE,FALSE +infinity-delete-item,Delete Item,Delete a specific item. [See the documentation](https://s3.amazonaws.com/devdocs.startinfinity.com/index.html#items-DELETEapi-v2-workspaces--workspace--boards--board_id--items--item_id-),TRUE,TRUE,FALSE +infinity-create-item,Create Item,Create a new item. [See the documentation](https://s3.amazonaws.com/devdocs.startinfinity.com/index.html#items-POSTapi-v2-workspaces--workspace--boards--board_id--items),TRUE,TRUE,FALSE +mailbluster-get-product,Get Product,Get a specific product. [See the documentation](https://app.mailbluster.com/api-doc/products/read),FALSE,TRUE,TRUE +mailbluster-get-lead,Get Lead,Get a specific lead. [See the documentation](https://app.mailbluster.com/api-doc/leads/read),FALSE,TRUE,TRUE +mailbluster-create-product,Create New Product,Create a new product. [See the documentation](https://app.mailbluster.com/api-doc/products),FALSE,TRUE,FALSE +mailbluster-create-new-order,Create New Order,Create a new order. [See the documentation](https://app.mailbluster.com/api-doc/orders),FALSE,TRUE,FALSE +mailbluster-create-lead,Create New Lead,Create a new lead. [See the documentation](https://app.mailbluster.com/api-doc/leads),FALSE,TRUE,FALSE +google_chat-list-spaces,List Spaces,Lists spaces the caller is a member of. Group chats and DMs aren't listed until the first message is sent. [See the documentation](https://developers.google.com/chat/api/reference/rest/v1/spaces/list),FALSE,TRUE,FALSE +google_chat-list-messages,List Messages,"Lists messages in a space that the caller is a member of, including messages from blocked members and spaces. [See the documentation](https://developers.google.com/chat/api/reference/rest/v1/spaces.messages/list)",FALSE,TRUE,TRUE +google_chat-list-members,List Members,Lists memberships in a space. [See the documentation](https://developers.google.com/chat/api/reference/rest/v1/spaces.members/list),FALSE,TRUE,TRUE +google_chat-get-space,Get Space,Returns details about a space. [See the documentation](https://developers.google.com/chat/api/reference/rest/v1/spaces/get),FALSE,TRUE,TRUE +google_chat-get-message,Get Message,Returns details about a message. [See the documentation](https://developers.google.com/chat/api/reference/rest/v1/spaces.messages/get),FALSE,TRUE,FALSE +google_chat-get-member,Get Member,Returns details about a membership. [See the documentation](https://developers.google.com/chat/api/reference/rest/v1/spaces.members/get),FALSE,TRUE,TRUE +google_chat-create-message,Create Message,Create a message to post a text. [See the documentation](https://developers.google.com/chat/api/reference/rest/v1/spaces.messages/create),FALSE,TRUE,FALSE +inoreader-subscribe-to-feed,Subscribe To Feed,Subscribe to a feed. [See the Documentation](https://www.inoreader.com/developers/add-subscription),TRUE,TRUE,FALSE +missive-list-contacts,List Contacts,List all contacts. [See the Documentation](https://missiveapp.com/help/api-documentation/rest-endpoints#list-contacts),FALSE,TRUE,TRUE +missive-get-contact,Get Contact,Get a contact. [See the Documentation](https://missiveapp.com/help/api-documentation/rest-endpoints#get-contact),FALSE,TRUE,TRUE +missive-create-post,Create Post,Create a new post. [See the Documentation](https://missiveapp.com/help/api-documentation/rest-endpoints#create-post),FALSE,TRUE,FALSE +missive-create-draft,Create Draft,Create a new draft. [See the Documentation](https://missiveapp.com/help/api-documentation/rest-endpoints#create-draft),FALSE,TRUE,FALSE +missive-create-contact,Create Contact,Create a new contact. [See the Documentation](https://missiveapp.com/help/api-documentation/rest-endpoints#create-contact),FALSE,TRUE,FALSE +google_palm_api-generate-text,Generate Text,Generate text using Google PaLM. [See the docs here](https://developers.generativeai.google/api/python/google/generativeai/generate_text),FALSE,TRUE,TRUE +google_palm_api-generate-embeddings,Generate Embeddings,Generate embeddings using Google PaLM. [See the docs here](https://developers.generativeai.google/api/python/google/generativeai/generate_embeddings),FALSE,TRUE,TRUE +agile_crm-update-deal,Update Deal,Updates an existing deal in Agile CRM. [See the documentation](https://github.com/agilecrm/rest-api#34-update-deal-partial-update),TRUE,TRUE,FALSE +agile_crm-update-deal-note,Update Deal Note,Update a note attached to a deal. [See the documentation](https://github.com/agilecrm/rest-api#46-update-note-to-a-deal),TRUE,TRUE,FALSE +agile_crm-update-contact,Update Contact,Update an existing contact in Agile CRM. [See the documentation](https://github.com/agilecrm/rest-api#14-update-properties-of-a-contact-by-id-partial-update),TRUE,TRUE,FALSE +agile_crm-update-company,Update Company,Updates an existing company in Agile CRM. [See the documentation](https://github.com/agilecrm/rest-api#22-updating-a-company),TRUE,TRUE,FALSE +agile_crm-create-ticket,Create Ticket,Create a new ticket in Agile CRM. [See the documentation](https://github.com/agilecrm/rest-api#102-create-a-ticket),FALSE,TRUE,FALSE +agile_crm-create-task,Create Task,Create a new task in Agile CRM. [See the documentation](https://github.com/agilecrm/rest-api#54-create-a-task),FALSE,TRUE,FALSE +agile_crm-create-deal,Create Deal,Create a new deal in Agile CRM. [See the documentation](https://github.com/agilecrm/rest-api#33-create-deal),FALSE,TRUE,FALSE +agile_crm-create-deal-note,Create Deal Note,Adds a note to a deal. [See the documentation](https://github.com/agilecrm/rest-api#45-create-note-to-a-deal),FALSE,TRUE,FALSE +agile_crm-create-contact,Create Contact,Create a new contact in Agile CRM. [See the documentation](https://github.com/agilecrm/rest-api#13-creating-a-contact),FALSE,TRUE,FALSE +agile_crm-create-contact-note,Create Contact Note,Adds a note to a contact. [See the documentation](https://github.com/agilecrm/rest-api#41-create-a-note-and-relate-that-to-contacts-),FALSE,TRUE,FALSE +agile_crm-create-company,Create Company,Create a new company in Agile CRM. [See the documentation](https://github.com/agilecrm/rest-api#21-creating-a-company),FALSE,TRUE,FALSE +agile_crm-add-tags-to-contact,Add Tags to Contact,Adds a tag or tags to an existing contact. [See the documentation](https://github.com/agilecrm/rest-api#17-update-tags-value-by-id),TRUE,TRUE,FALSE +agile_crm-add-score-to-contact,Add Score to Contact,Used to change the score of a contact. [See the documentation](https://github.com/agilecrm/rest-api#15-update-lead-score-by-id),TRUE,TRUE,FALSE +dext-get-client,Get Client,Retrieves a detailed set of information about a particular client. [See the documentation](https://help.dext.com/en/s/article/api#api-endpoints),TRUE,TRUE,FALSE +dext-get-client-activity-stats,Get Client Activity Stats,Retrieves the rolling annual and monthly-average Activity Stats for a particular client. [See the documentation](https://help.dext.com/en/s/article/api#api-endpoints),FALSE,TRUE,TRUE +mem-create-mem,Create Mem,Create a new mem. [See the documentation](https://docs.mem.ai/docs/api/mems/create),FALSE,TRUE,FALSE +mem-append-mem,Append Mem,Create a new mem. [See the documentation](https://docs.mem.ai/docs/api/mems/create),FALSE,TRUE,FALSE +ip2location_io-lookup-ip-address,Lookup IP Address,Retrieve geolocation data about an IP Address. [See the docs here](https://www.ip2location.io/ip2location-documentation),FALSE,TRUE,TRUE +mastodon-post-status,Post Status,Publish a status with the given parameters. [See the documentation](https://docs.joinmastodon.org/methods/statuses/#create),FALSE,TRUE,FALSE +mastodon-post-multiple-statuses,Post Multiple Statuses,"Publish multiple statuses with the given parameters, the subsequent statuses will be posted as a reply of of the first status. [See the documentation](https://docs.joinmastodon.org/methods/statuses/#create)",FALSE,TRUE,FALSE +daffy-create-donation,Create Donation,Create a new donation. [See the documentation](https://docs.daffy.org/ref/donations#create-donation),FALSE,TRUE,FALSE +google_safebrowsing-get-threat-list-updates,Get Threat List Updates,Get the latest threat list update information from Google Safe Browsing API. [See the documentation](https://developers.google.com/safe-browsing/v4/reference/rest/v4/threatListUpdates/fetch#ListUpdateRequest),TRUE,TRUE,FALSE +google_safebrowsing-check-url-safety,Check URL Safety,Scan a given URL or URLs for potential security threats. [See the documentation](https://developers.google.com/safe-browsing/v4/reference/rest/v4/threatMatches/find),FALSE,TRUE,TRUE +smartsheet-update-row,Update Row,Updates a row in a sheet. [See docs here](https://smartsheet.redoc.ly/tag/rows#operation/update-rows),TRUE,TRUE,FALSE +smartsheet-new-sheet-from-template,New Sheet From Template,Creates a new sheet from a template. [See docs here](https://smartsheet.redoc.ly/tag/sheets#operation/create-sheet-in-sheets-folder),FALSE,TRUE,FALSE +smartsheet-add-row-to-sheet,Add Row to Sheet,Adds a row to a sheet. [See docs here](https://smartsheet.redoc.ly/tag/rows#operation/rows-addToSheet),FALSE,TRUE,FALSE +f15five-get-user,Get User,Retrieve a user object. [See the documentation](https://my.15five.com/api/public/#tag/User/paths/~1api~1public~1user~1%7Bid%7D~1/get),FALSE,TRUE,TRUE +f15five-get-checkin-details,Get Checkin Details,Get check-in object details. [See the documentation](https://my.15five.com/api/public/#tag/Check-in/paths/~1api~1public~1report~1%7Bid%7D~1/get),FALSE,TRUE,TRUE +f15five-create-high-five,Create High Five,Create a High five within a company. [See the documentation](https://my.15five.com/api/public/#tag/High-Five/paths/~1api~1public~1high-five~1/post),FALSE,TRUE,FALSE +symbl_ai-put-speaker-events,Update Speaker Events,Update the Speaker Events of the Conversation. See the doc [here](https://docs.symbl.ai/docs/conversation-api/speaker-events/).,TRUE,TRUE,FALSE +discourse-create-topic,Create Topic,Creates a topic. [See docs here](https://docs.discourse.org/#tag/Topics/operation/createTopicPostPM),FALSE,TRUE,FALSE +discourse-create-post,Create Post,Creates a post. [See docs here](https://docs.discourse.org/#tag/Posts/operation/createTopicPostPM),FALSE,TRUE,FALSE +baselinker-update-order-status,Update Order Status,It allows you to change order status. [See the Documentation](https://api.baselinker.com/index.php?method=setOrderStatus).,TRUE,TRUE,FALSE +baselinker-delete-inventory-product,Delete Inventory Product,It allows you to remove the product from BaseLinker catalog. [See the Documentation](https://api.baselinker.com/index.php?method=deleteInventoryProduct).,TRUE,TRUE,FALSE +baselinker-create-order,Create Order,It allows adding a new order to the BaseLinker order manager. [See the Documentation](https://api.baselinker.com/index.php?method=addOrder).,TRUE,TRUE,FALSE +baselinker-create-or-update-inventory-product,Create Or Update Inventory Product,It allows you to add a new product to BaseLinker catalog. Entering the product with the ID updates previously saved product. [See the Documentation](https://api.baselinker.com/index.php?method=addInventoryProduct).,TRUE,TRUE,FALSE +paypal-get-user-info,Get User Info,Shows user profile information. [See docs here](https://developer.paypal.com/docs/api/identity/v1),FALSE,TRUE,TRUE +h_supertools_analytics_tool-retrieve-report-data,Retrieve Report Data,Fetch the analytics report data for a specified website. [See the documentation](https://analytics.h-supertools.com/developers/stats),FALSE,TRUE,TRUE +h_supertools_analytics_tool-create-report,Create Report,Create a new analytics report for a specified website. [See the documentation](https://analytics.h-supertools.com/developers/websites),FALSE,TRUE,FALSE +http-return-http-response,Return HTTP Response,"Use with an HTTP trigger that uses ""Return a custom response from your workflow"" as its `HTTP Response`",FALSE,TRUE,FALSE +resend-retrieve-email,Retrieve Email,Retrieve a single email [See the documentation](https://resend.com/docs/api-reference/emails/retrieve-email),FALSE,TRUE,TRUE +chatwork-create-task,Create Task,Create a new task in a specified room. [See the documentation](https://download.chatwork.com/ChatWork_API_Documentation.pdf),FALSE,TRUE,FALSE +chatwork-create-room,Create Room,Create a new group chat. [See the documentation](https://download.chatwork.com/ChatWork_API_Documentation.pdf),FALSE,TRUE,FALSE +chatwork-create-message,Create Message,Send a message to a specified room. [See the documentation](https://download.chatwork.com/ChatWork_API_Documentation.pdf),FALSE,TRUE,FALSE +threads-post-thread,Post a Thread,Post a new thread to a specific channel. [See the Documentation](https://github.com/ThreadsHQ/api-documentation#post-thread).,FALSE,TRUE,FALSE +threads-post-chat-message,Post a Chat Message,"Post a message to a chat. First, make sure you add your Bot user to the chat. [See the Documentation](https://github.com/ThreadsHQ/api-documentation#post-chat-message)",FALSE,TRUE,FALSE +threads-delete-thread,Delete a Thread,Delete a thread. [See the Documentation](https://github.com/ThreadsHQ/api-documentation#delete-thread),TRUE,TRUE,FALSE +vestaboard-create-message,Create Message,Creates a new message for a subscription. [See the docs](https://swagger.vestaboard.com/docs/vestaboard/b3A6MTYwMTA4OTc-post-v2-0-subscriptions-with-id-message),FALSE,TRUE,FALSE +quaderno-update-invoice,Update Invoice,Modify an existing invoice's details in Quaderno. [See the Documentation](https://developers.quaderno.io/api/#tag/Invoices/operation/updateInvoice).,TRUE,TRUE,FALSE +quaderno-create-invoice,Create Invoice,Generate a new invoice in Quaderno. [See the Documentation](https://developers.quaderno.io/api/#tag/Invoices/operation/createInvoice).,FALSE,TRUE,FALSE +quaderno-create-contact,Create Contact,Add a new contact to Quaderno. [See the Documentation](https://developers.quaderno.io/api/#tag/Contacts/operation/createContact).,FALSE,TRUE,FALSE +wealthbox-create-task,Create Task,Create a new task. [See the documentation](http://dev.wealthbox.com/#tasks-collection-post),FALSE,TRUE,FALSE +wealthbox-create-opportunity,Create Opportunity,Create a new opportunity. [See the documentation](http://dev.wealthbox.com/#opportunities-collection-post),FALSE,TRUE,FALSE +wealthbox-create-event,Create Event,Create a new event. [See the documentation](http://dev.wealthbox.com/#events-collection-post),FALSE,TRUE,FALSE +wealthbox-create-contact,Create Contact,Create a new contact. [See the documentation](http://dev.wealthbox.com/#contacts-create-a-new-contact-post),FALSE,TRUE,FALSE +miestro-unroll-user-to-course,Unroll User To Course,Unrolls user to a course. [See the documentation](https://support.miestro.com/article/279-api-documentation),FALSE,TRUE,FALSE +miestro-enroll-user-to-course,Enroll User To Course,Enrolls user to a course. [See the documentation](https://support.miestro.com/article/279-api-documentation),FALSE,TRUE,FALSE +miestro-create-user,Create User,Creates a user with the given attributes. [See the documentation](https://support.miestro.com/article/279-api-documentation),FALSE,TRUE,FALSE +google_photos-share-album,Share Album,Sets an album shareable. Returns a share token and url. [See the documentation](https://developers.google.com/photos/library/guides/share-media#sharing-album),FALSE,TRUE,FALSE +google_photos-list-library-contents,List Library Contents,Retrieves library contents [See the documentation](https://developers.google.com/photos/library/guides/list#listing-library-contents),FALSE,TRUE,TRUE +google_photos-get-media-item,Get Media Item,Retrieves a media item [See the documentation](https://developers.google.com/photos/library/guides/access-media-items),FALSE,TRUE,TRUE +google_photos-create-album,Create Album,Creates an album. [See the documentation](https://developers.google.com/photos/library/guides/manage-albums#creating-new-album),FALSE,TRUE,FALSE +google_photos-add-items-to-album,Add Items To Album,Adds selected items to the selected album. [See the documentation](https://developers.google.com/photos/library/guides/manage-albums#adding-items-to-album),FALSE,TRUE,FALSE +drata-upload-user-compliance-document,Upload User Compliance Document,Upload a user compliance document. [See the documentation](https://developers.drata.com/docs/openapi/reference/operation/UsersPublicController_uploadDocumentForUser/).,FALSE,TRUE,FALSE +drata-upload-device-compliance-document,Upload Device Compliance Document,Upload a device compliance document. [See the documentation](https://developers.drata.com/docs/openapi/reference/operation/DevicePublicController_uploadDocumentForDevice/).,FALSE,TRUE,FALSE +drata-upload-background-check,Upload Background Check,Upload background check for a personnel. [See the documentation](https://developers.drata.com/docs/developer-portal/add-background-check-evidence/).,FALSE,TRUE,FALSE +drata-update-vendor,Update Vendor,Update a Vendor. [See the documentation](https://developers.drata.com/docs/openapi/reference/operation/VendorsPublicController_updateVendor/).,TRUE,TRUE,FALSE +drata-find-vendors,Find Vendors,Find Vendors. [See the documentation](https://developers.drata.com/docs/openapi/reference/operation/VendorsPublicController_listVendors/).,FALSE,TRUE,TRUE +drata-find-personnel,Find Personnel,Find Personnel. [See the documentation](https://developers.drata.com/docs/openapi/reference/operation/PersonnelPublicController_listPersonnel/).,FALSE,TRUE,TRUE +drata-find-controls,Find Controls,Find Controls. [See the documentation](https://developers.drata.com/docs/openapi/reference/operation/GRCPublicController_getControls/).,FALSE,TRUE,TRUE +drata-create-vendor,Create Vendor,Create a new Vendor. [See the documentation](https://developers.drata.com/docs/openapi/reference/operation/VendorsPublicController_createVendor/).,FALSE,TRUE,FALSE +drata-create-control,Create Control,Create a new Control. [See the documentation](https://developers.drata.com/docs/openapi/reference/operation/GRCPublicController_createControl/).,FALSE,TRUE,FALSE +drata-create-asset,Create Asset,Create an asset. [See the documentation](https://developers.drata.com/docs/openapi/reference/operation/AssetsPublicController_createAsset/).,FALSE,TRUE,FALSE +visualping-update-job,Update Job,Update an existing job. [See the docs here](https://develop.api.visualping.io/doc.html#tag/Jobs/paths/~1v2~1jobs~1%7BjobId%7D/put),TRUE,TRUE,FALSE +mercury-get-account-info,Get Account Information,Retrieve information about a specific account. [See the documentation](https://docs.mercury.com/reference/accountsid),FALSE,TRUE,TRUE +vestaboard-get-subscriptions,Get Subscriptions,Get the list of subscriptions available to the viewer. [See the docs](https://swagger.vestaboard.com/docs/vestaboard/b3A6MTYwMTA4OTQ-get-v2-0-subscriptions),FALSE,TRUE,TRUE +vestaboard-get-current-message,Get Current Message,Retrieves the current message. [See the docs](https://docs.vestaboard.com/read-write),FALSE,TRUE,FALSE +currencyscoop-get-latest-exchange-rates,Get Latest Exchanges Rates,Get the latest exchange rates for a currency [See the documentation](https://currencybeacon.com/api-documentation),FALSE,TRUE,TRUE +currencyscoop-get-historical-rates,Get Historical Rates,Get historical rates for a currency [See the documentation](https://currencybeacon.com/api-documentation),FALSE,TRUE,TRUE +currencyscoop-convert-currency,Convert Currency,Convert a specified amount from one currency to another [See the documentation](https://currencybeacon.com/api-documentation),FALSE,TRUE,TRUE +reflect-list-links,List Links,Retieve all links for a graph. [See the documentation](https://openpm.ai/apis/reflect#/graphs/{graphId}/links),FALSE,TRUE,TRUE +reflect-get-user,Get User,Retieves information about the authenticated user. [See the documentation](https://openpm.ai/apis/reflect#/users/me),FALSE,TRUE,TRUE +reflect-create-link,Create Link,Create a new link. [See the documentation](https://openpm.ai/apis/reflect#/graphs/{graphId}/links),FALSE,TRUE,FALSE +reflect-append-daily-note,Append Daily Note,Append to a daily note. [See the documentation](https://openpm.ai/apis/reflect#/graphs/{graphId}/daily-notes),FALSE,TRUE,FALSE +visualping-create-job,Create A New Job,Creates a new job that will belong to a given user or workspace. [See the docs here](https://develop.api.visualping.io/doc.html#tag/Jobs/paths/~1v2~1jobs/post),FALSE,TRUE,FALSE +visualping-get-job,Get Job Details By Id,Get an existing job by id. [See the docs here](https://develop.api.visualping.io/doc.html#tag/Jobs/paths/~1v2~1jobs~1%7BjobId%7D/get),FALSE,TRUE,TRUE +visualping-find-jobs,Find Jobs,Find existing jobs using filters. [See the docs here](https://develop.api.visualping.io/doc.html#tag/Jobs/paths/~1v2~1jobs/get),FALSE,TRUE,TRUE +visualping-delete-job,Delete Job,Delete an existing job by id. [See the docs here](https://develop.api.visualping.io/doc.html#tag/Jobs/paths/~1v2~1jobs~1%7BjobId%7D/delete),TRUE,TRUE,FALSE +jp_funda-search-listings,Search Listings,Retrieve data by specifying the date the securities report was published [See the documentation](https://www.jp-funda.com/docs/#%E6%9C%89%E4%BE%A1%E8%A8%BC%E5%88%B8%E5%A0%B1%E5%91%8A%E6%9B%B8%E3%81%AE%E5%85%AC%E9%96%8B%E6%97%A5%E3%82%88%E3%81%A3%E3%81%A6%E3%83%87%E3%83%BC%E3%82%BF%E3%82%92%E5%8F%96%E5%BE%97),FALSE,TRUE,TRUE +jp_funda-get-data-by-security-code,Get Data By Security Code,Returns the latest and past years of securities report data. [See the documentation](https://www.jp-funda.com/docs/#%E8%A8%BC%E5%88%B8%E3%82%B3%E3%83%BC%E3%83%89%E3%81%A7%E3%83%87%E3%83%BC%E3%82%BF%E5%8F%96%E5%BE%97),FALSE,TRUE,TRUE +jp_funda-get-data-by-edinet-code,Get Data By EDINET Code,Returns the most recent and annual securities report data for the past few years. [See the documentation](https://www.jp-funda.com/docs/#edinet%E3%82%B3%E3%83%BC%E3%83%89%E3%81%A7%E3%83%87%E3%83%BC%E3%82%BF%E5%8F%96%E5%BE%97-edinet%E3%82%B3%E3%83%BC%E3%83%89%E3%81%A7%E5%85%A8%E3%81%A6%E3%81%AE%E6%9C%89%E4%BE%A1%E8%A8%BC%E5%88%B8%E5%A0%B1%E5%91%8A%E6%9B%B8%E3%83%87%E3%83%BC%E3%82%BF%E3%82%92%E5%8F%96%E5%BE%97-get),FALSE,TRUE,TRUE +google_forms-update-form-title,Update Form Title,Updates the title of a Google Form. [See the documentation](https://developers.google.com/forms/api/reference/rest/v1/forms/batchUpdate),TRUE,TRUE,FALSE +google_forms-list-form-responses,List Form Responses,List a form's responses. [See the documentation](https://developers.google.com/forms/api/reference/rest/v1/forms.responses/list),FALSE,TRUE,TRUE +google_forms-get-form,Get Form,Get information about a Google Form. [See the documentation](https://developers.google.com/forms/api/reference/rest/v1/forms/get),FALSE,TRUE,TRUE +google_forms-create-text-question,Create Text Question,Creates a new text question in a Google Form. [See the documentation](https://developers.google.com/forms/api/reference/rest/v1/forms/batchUpdate),FALSE,TRUE,FALSE +google_forms-create-form,Create Form,Creates a new Google Form. [See the documentation](https://developers.google.com/forms/api/reference/rest/v1/forms/create),FALSE,TRUE,FALSE +readwise-list-highlights,List Highlights,A list of highlights with a pagination metadata. The rate limit of this endpoint is restricted to 20 requests per minute. Each request returns 1000 items. [See the docs here](https://readwise.io/api_deets),FALSE,TRUE,TRUE +readwise-get-highlight-details,Get Highlight Details,Get Highlight´s Details [See the docs here](https://readwise.io/api_deets),FALSE,TRUE,TRUE +ipbase-list-domains,List Domains,Retrieves all domains hosted on a single IP address. [See the docs here](https://ipbase.com/docs/domains),FALSE,TRUE,TRUE +ipbase-get-asn-info,Get ASN Info,Retrieves information for a specific ASN (autonomous system number). [See the docs here](https://ipbase.com/docs/asns),FALSE,TRUE,TRUE +ipbase-check-ip-address,Check IP Address,Checks the provided IP address (both `v4` & `v6` formats) and returns all available information. [See the docs here](https://ipbase.com/docs/info),FALSE,TRUE,TRUE +helper_functions-random-item-from-list,Random Item(s) from List,Returns a randomly selected value(s) from a user-defined list of options.,FALSE,TRUE,TRUE +dayschedule-update-event,Update Event,Modify an existing event in the DaySchedule. [See the documentation](https://dayschedule.com/docs/api#tag/Resources/operation/ResourceController_updateResource),TRUE,TRUE,FALSE +dayschedule-delete-event,Delete Event,Remove an existing event from the DaySchedule. [See the documentation](https://dayschedule.com/docs/api#tag/Resources/operation/ResourceController_deleteResource),TRUE,TRUE,FALSE +dayschedule-create-event,Create Event,Add a new event to the DaySchedule. [See the documentation](https://dayschedule.com/docs/api#tag/Resources/operation/ResourceController_createResource),FALSE,TRUE,FALSE +leap-upload-image-samples,Upload Image Samples,Uploads image samples to a custom model. [See the documentation](https://docs.tryleap.ai/reference/samplescontroller_createurl),FALSE,TRUE,FALSE +leap-create-model,Create Model,"Creates a new custom model entity, which serves as a container that can be trained on custom images. [See the documentation](https://docs.tryleap.ai/reference/createmodel)",FALSE,TRUE,FALSE +leap-create-image-generation-job,Create Image Generation Job,Queues an image generation job and returns the job details. [See the documentation](https://docs.tryleap.ai/reference/inferencescontroller_create-1),FALSE,TRUE,FALSE +sapling_ai-request-edits,Request Edits,"Provides grammar, spelling, and stylistic edits for text. It is customizable through a dictionary and custom mappings; for custom language models, please contact [sapling.ai](https://sapling.ai/). Sapling has prebuilt models for applications such as healthcare/medicine. [See the documentation here](https://sapling.ai/docs/api/edits-overview#request-edits-post).",FALSE,TRUE,FALSE +sapling_ai-request-completion,Request Completion,Provides predictions of the next few characters or words given the current context in a particular editable. The predictions are based on the previous text. [See the documentation here](https://sapling.ai/docs/api/autocomplete#request-completion-post).,FALSE,TRUE,FALSE +sapling_ai-reject-edit,Reject Edit,Have Sapling not recommend the same edit anymore. Each suggested edit has an edit UUID. You can pass this information back to Sapling to indicate the edit suggestion was not helpful. [See the documentation here](https://sapling.ai/docs/api/edits-overview#reject-edit-post).,TRUE,TRUE,FALSE +sapling_ai-accept-edit,Accept Edit,Have Sapling adapt its system over time. Each suggested edit has an edit UUID. You can pass this information back to Sapling to indicate the edit suggestion was helpful. [See the documentation here](https://sapling.ai/docs/api/edits-overview#accept-edit-post).,TRUE,TRUE,FALSE +sapling_ai-accept-completion,Accept Completion,Have Sapling adapt its system over time. Each suggested completion has a completion UUID. You can pass this information back to Sapling to indicate the completion suggestion was helpful. [See the documentation here](https://sapling.ai/docs/api/autocomplete#accept-completion-post).,TRUE,TRUE,FALSE +dock_certs-revoke-credential,Revoke Credential,Revoke an existing credential. [See the documentation](https://docs.api.dock.io/#revoke-unrevoke-credential),TRUE,TRUE,FALSE +dock_certs-list-credentials,List Credentials,List existing credentials. [See the documentation](https://docs.api.dock.io/?json-doc#get-credentials-metadata),FALSE,TRUE,TRUE +dock_certs-issue-credential,Issue Credential,Issue a new credential. [See the documentation](https://docs.api.dock.io/#credentials),FALSE,TRUE,FALSE +snatchbot-post-message,Post Message,Post a new message and receive a response from your bot. [See the documentation](https://support.snatchbot.me/reference/post-message),FALSE,TRUE,FALSE +snatchbot-get-messages,Get Messages,Retrieve a message or a list of messages. [See the documentation](https://support.snatchbot.me/reference/get-message),FALSE,TRUE,FALSE +codeq_natural_language_processing_api-check-similarity,Check Similarity,Receives two texts and returns a JSON object containing the text similarity score. [See the docs here](https://api.codeq.com/api),FALSE,TRUE,TRUE +codeq_natural_language_processing_api-analyze-document,Analyze Document,Receives a text and returns a JSON object containing a list of analyzed sentences. [See the docs here](https://api.codeq.com/api),FALSE,TRUE,TRUE +intellexer_api-summarize-text,Summarize Text,Summarize text using Intellexer API. [See the documentation](http://esapi.intellexer.com/Home/Help),FALSE,TRUE,TRUE +intellexer_api-summarize-document,Summarize Document,Summarize a document using Intellexer API. [See the documentation](http://esapi.intellexer.com/Home/Help),FALSE,TRUE,TRUE +intellexer_api-extract-named-entities,Extract Named Entities,Extract named entities from a document using Intellexer API. [See the documentation](http://esapi.intellexer.com/Home/Help),FALSE,TRUE,FALSE +intellexer_api-detect-language,Detect Language,Recognize language and encoding of an input text stream. [See the documentation](http://esapi.intellexer.com/Home/Help),FALSE,TRUE,TRUE +tisane_labs-translate-text,Translate Text,Translate text between supported languages. [See the documentation](https://docs.tisane.ai/#3255e226-db15-4a30-bf88-1e2d74366a17),FALSE,TRUE,TRUE +tisane_labs-generate-image-from-text,Generate Image From Text,Finds and returns a URL of an image (Creative Commons) best describing the text. [See the documentation](https://docs.tisane.ai/#b61cf454-1e78-42c4-a239-7fa580781729),FALSE,TRUE,TRUE +tisane_labs-detect-language,Detect Language,Detects languages used in the specified text fragment. [See the documentation](https://docs.tisane.ai/#bf10f7e0-6643-4d8e-861f-9fa158327170),FALSE,TRUE,TRUE +tisane_labs-analyze-text,Analyze Text,"Analyze text for language, entities, sentiment, and other insights. [See the documentation](https://docs.tisane.ai/#561264c5-6dbe-4bde-aba3-7defe837989f)",FALSE,TRUE,TRUE +klazify-real-time-categorization,Real Time Categorization,Analize the URL content or email's domain (if the input is an email) and classifies it into 385+ possible topic categories. [See the documentation](https://www.klazify.com/category#docs).,FALSE,TRUE,FALSE +klazify-get-media-links-scraper,Get Media Links Scraper,Get the media links of a domain. [See the documentation](https://www.klazify.com/category#docs).,FALSE,TRUE,TRUE +klazify-get-logo,Get Logo,Get the logo of a company. [See the documentation](https://www.klazify.com/category#docs).,FALSE,TRUE,TRUE +klazify-get-domain-tech-stack,Get Domain Tech Stack,Get the technology stack of a domain. [See the documentation](https://www.klazify.com/category#docs).,FALSE,TRUE,TRUE +klazify-get-domain-expiration,Get Domain Expiration,Get the expiration date of a domain. [See the documentation](https://www.klazify.com/category#docs).,FALSE,TRUE,TRUE +klazify-get-company-domain-info,Get Company Domain Info,Get information about a company's domain. [See the documentation](https://www.klazify.com/category#docs).,FALSE,TRUE,TRUE +klazify-categorize-website,Categorize Website,Submit a website URL for categorization by the API. [See the documentation](https://www.klazify.com/category#docs).,FALSE,TRUE,FALSE +metatext_ai_pre_build_ai_models_api-spam-or-not,Spam Or Not,Determine whether the given text is spam or not. [See the documentation](https://app.metatext.ai/models/spam-or-not/inference-api).,FALSE,TRUE,FALSE +metatext_ai_pre_build_ai_models_api-headline,Generate Headline,Generate a short summary for news headlines. [See the documentation](https://app.metatext.ai/models/headline/inference-api).,FALSE,TRUE,TRUE +metatext_ai_pre_build_ai_models_api-generate-text,Generate Text,Generate text based on the given prompt. [See the documentation](https://app.metatext.ai/models/text-generator/inference-api).,FALSE,TRUE,TRUE +metatext_ai_pre_build_ai_models_api-generate-blog-post,Generate Blog Post,Generate a blog post based on the given prompt. [See the documentation](https://app.metatext.ai/models/blog-post-generation/inference-api).,FALSE,TRUE,FALSE +metatext_ai_pre_build_ai_models_api-extract-keywords,Extract Keywords,Identify and extract significant keywords from the given text. [See the documentation](https://app.metatext.ai/models/keyword-extractor/inference-api).,FALSE,TRUE,FALSE +metatext_ai_pre_build_ai_models_api-analyze-sentiment,Analyze Sentiment,"Determine the sentiment of the given text (positive, negative, or neutral). [See the documentation](https://app.metatext.ai/models/sentiment-analysis/inference-api).",FALSE,TRUE,TRUE +data_police_uk-retrieve-crime-data,Retrieve Crime Data,Obtain crime data for a specific location and date range. [See the docs here](https://data.police.uk/docs/method/crime-street/),FALSE,TRUE,TRUE +data_police_uk-obtain-crime-outcomes,Obtain Crime Outcomes,Access the specific outcomes of reported crimes within a given location and date range. [See the docs here](https://data.police.uk/docs/method/outcomes-at-location/),FALSE,TRUE,FALSE +data_police_uk-fetch-forces,Fetch Forces,Get a list of police forces and contact information within a particular area. [See the docs here](https://data.police.uk/docs/method/force),FALSE,TRUE,TRUE +eodhd_apis-search-stock-symbol,Search Stock Symbol,Find stock symbols using company names or partial symbols. [See the docs here](https://eodhistoricaldata.com/financial-apis/search-api-for-stocks-etfs-mutual-funds-and-indices/),FALSE,TRUE,TRUE +eodhd_apis-retrieve-stock-prices,Retrieve Stock Prices,Fetch historical stock prices for a given symbol and time period. [See the docs here](https://eodhistoricaldata.com/financial-apis/api-for-historical-data-and-volumes/),FALSE,TRUE,TRUE +eodhd_apis-get-company-financials,Get Company Financials,Obtain financial statements for a specific company. [See the docs here](https://eodhistoricaldata.com/financial-apis/stock-etfs-fundamental-data-feeds/),FALSE,TRUE,TRUE +mailwizz-update-subscriber,Updaste Subscriber,Update a specific subscriber. [See the docs here](https://api-docs.mailwizz.com/?python#update-a-subscriber),TRUE,TRUE,FALSE +mailwizz-create-campaign,Create Campaign,Create a new campaign. [See the docs here](https://api-docs.mailwizz.com/?php#create-a-campaign),FALSE,TRUE,FALSE +mailwizz-add-subscriber,Add Subscriber,Create a new subscriber to a list. [See the docs here](https://api-docs.mailwizz.com/?python#create-a-subscriber),FALSE,TRUE,FALSE +lettria-classify-text,Classify Text,Classify one text. [See the documentation](https://doc.lettria.com/api-reference/classification/2.0/get-started/first-request).,FALSE,TRUE,TRUE +scrapingbot-scrape-webpage,Scrape Webpage,Use ScrapingBot API to extract specific data from a webpage. [See the documentation](https://www.scraping-bot.io/web-scraping-documentation/),FALSE,TRUE,FALSE +scrapingbot-scrape-search-engine,Scrape Search Engine,Use ScrapingBot API to extract specific data from Google or Bing search results. [See the documentation](https://www.scraping-bot.io/web-scraping-documentation/),FALSE,TRUE,TRUE +scrapingbot-request-social-media-scraping,Request Social Media Scraping,Use ScrapingBot API to initiate scraping data from a social media site. [See the documentation](https://www.scraping-bot.io/web-scraping-documentation/),FALSE,TRUE,FALSE +scrapingbot-get-social-media-scraping-data,Get Social Media Scraping Data,Retrieve data from a social media scraping job by responseId. [See the documentation](https://www.scraping-bot.io/web-scraping-documentation/),FALSE,TRUE,TRUE +prodpad-create-feedback,Create Feedback,Creates feedback. [See the documentation](https://app.swaggerhub.com/apis-docs/ProdPad/prodpad/1.0#/Feedback/PostFeedbacks).,FALSE,TRUE,FALSE +mailersend-send-email,Send an Email,This action sends a personalized e-mail to the specified recipient. [See the documentation](https://developers.mailersend.com/api/v1/email.html#send-an-email),FALSE,TRUE,FALSE +mailersend-send-email-from-template,Send Email From Template,This action sends a personalized e-mail to the specified recipient using templates. [See the documentation](https://developers.mailersend.com/api/v1/email.html#send-an-email),FALSE,TRUE,FALSE +scrape_it_cloud-start-scraping,Start Scraping,Initiate the scraping process for a specific endpoint. [See the documentation here](https://scrape-it.cloud/docs/api-features/basic-request).,FALSE,TRUE,FALSE +recreation_gov-search-recreation-areas,Search Recreation Areas,"Searchs recreation areas with the given properties. If no parameters given, returns all. [See the documentation](https://ridb.recreation.gov/docs#/Recreation%20Areas/getRecAreas)",FALSE,TRUE,TRUE +recreation_gov-search-campsites,Search Campsites,"Searchs campsites with the given query. If no query given, returns campsites from the beginning. Returning campsite number is limited to `1000`. [See the documentation](https://ridb.recreation.gov/docs#/Campsites/getCampsites)",FALSE,TRUE,TRUE +recreation_gov-get-recreation-area,Get Recreation Area,Retrieves details of a specific campsite. [See the documentation](https://ridb.recreation.gov/docs#/Campsites/getCampsites),FALSE,TRUE,TRUE +cloudinary-resource-transformation,Resource Transformation,"Transforms image or video resources on-the-fly. It allows transformation options for resource optimization (i.e. web viewing), resize and crop the resources, etc. [Image transformation documentation](https://cloudinary.com/documentation/image_transformations). [Video transformation documentation](https://cloudinary.com/documentation/video_transformation_reference)",FALSE,TRUE,FALSE +cloudinary-image-transformation,Image Transformation,"Transforms images on-the-fly. It modifies them to any required format, style and dimension, resize and crop the images, etc. [See the documentation](https://cloudinary.com/documentation/image_transformations)",FALSE,TRUE,TRUE +shotstack-upload-asset,Upload Asset,"Add media assets like images, audio, or video to the Shotstack API for use in video projects. [See the documentation here](https://shotstack.io/docs/api/?shell#fetch-source).",FALSE,TRUE,FALSE +shotstack-start-render,Start Render,Initiate rendering of a video using a timeline created in Shotstack API. [See the documentation here](https://shotstack.io/docs/api/?shell#render-asset).,FALSE,TRUE,FALSE +shotstack-create-timeline,Create Timeline,Generate a timeline with layers and assets for a new video project. [See the documentation here](https://github.com/shotstack/shotstack-sdk-node#timeline).,FALSE,TRUE,FALSE +big_data_cloud-reverse-geocode,Reverse Geocode,Convert a user's coordinates to a human-readable address. [See the documentation](https://www.bigdatacloud.com/docs/api/reverse-geocode-to-city-api),FALSE,TRUE,TRUE +big_data_cloud-perform-ip-geolocation,Perform IP Geolocation,Obtain a user's location data based on their IP address. [See the documentation](https://www.bigdatacloud.com/docs/api/ip-address-geolocation-api),FALSE,TRUE,FALSE +big_data_cloud-get-time-zone-by-location,Get Time Zone by Location,Retrieve time zone data for a specified location. [See the documentation](https://www.bigdatacloud.com/docs/api/timezone-by-location-api),FALSE,TRUE,TRUE +megaventory-insert-or-update-sales-order,Insert Or Update Sales Order,Insert or update a sales order in the database. [See the docs](https://api.megaventory.com/v2017a/documentation/index.html#!/SalesOrder/postSalesOrderSalesOrderUpdate_post_3).,TRUE,TRUE,FALSE +megaventory-insert-or-update-purchase-order,Insert Or Update Purchase Order,Insert or update a purchase order in the database. [See the docs](https://api.megaventory.com/v2017a/documentation/index.html#!/PurchaseOrder/postPurchaseOrderPurchaseOrderUpdate_post_3).,TRUE,TRUE,FALSE +megaventory-insert-or-update-product,Insert Or Update Product,Insert or update a product in the database. [See the docs](https://api.megaventory.com/v2017a/documentation/index.html#!/Product/postProductProductUpdate_post_11).,TRUE,TRUE,FALSE +pushover-push-notification,Push Notification,Sends a Push Notification to devices with Pushover. More information at [Pushing Messages](https://pushover.net/api#messages),FALSE,TRUE,FALSE +pushover-emergency-push-notification,Emergency Push Notification,"Sends an Emergency Push Notification to devices with Pushover. + Notifications are repeated until they are acknowledged by the user. + More information at [Pushing Messages](https://pushover.net/api#messages) and [Message Priority](https://pushover.net/api#priority)",FALSE,TRUE,FALSE +holded-update-invoice,Update Invoice,Modify an existing invoice in Holded. [See the docs](https://developers.holded.com/reference/update-document-1).,TRUE,TRUE,FALSE +holded-send-email,Send Email,Deliver an email with a document to a contact through Holded. [See the docs](https://developers.holded.com/reference/send-document-1).,FALSE,TRUE,FALSE +holded-create-contact,Create Contact,Add a new contact to Holded. [See the docs](https://developers.holded.com/reference/create-contact-1).,FALSE,TRUE,FALSE +magnetic-log-time-on-task,Log Time on Task,Log time on an existing task. [See docs here](https://app.magnetichq.com/Magnetic/API.do#ta-taskobject),FALSE,TRUE,FALSE +magnetic-find-task,Find Task,Search for a task by name or description [See docs here](https://app.magnetichq.com/Magnetic/API.do#ta-taskobject),FALSE,TRUE,TRUE +magnetic-create-task,Create Task,Create a new task. [See docs here](https://app.magnetichq.com/Magnetic/API.do#ta-taskobject),FALSE,TRUE,FALSE +magnetic-create-grouping,Create Opportunity/Job,Create a new opportunity/job. [See docs here](https://app.magnetichq.com/Magnetic/API.do#ta-f-grouping),FALSE,TRUE,FALSE +magnetic-create-contact,Create Contact,Create a new contact. [See docs here](https://app.magnetichq.com/Magnetic/API.do#cl-contactobject),FALSE,TRUE,FALSE +coinmarketcal-list-coins,List Coins,Obtain a list of all available coins in CoinMarketCal. [See the docs here](https://coinmarketcal.com/en/doc/redoc#/paths/~1categories/get),FALSE,TRUE,TRUE +coinmarketcal-list-categories,List Categories,Obtain a list of all available event categories in CoinMarketCal. [See the docs here](https://coinmarketcal.com/en/doc/redoc#/paths/~1categories/get),FALSE,TRUE,TRUE +world_news_api-search-news,Search News,Search and filter news. [See the docs here](https://worldnewsapi.com/docs/#Search-News). **Calling this endpoint requires 1 point**,FALSE,TRUE,TRUE +world_news_api-get-geo-coordinates,Get Geo Coordinates,Retrieve the latitude and longitude of a location name. [See the docs here](https://worldnewsapi.com/docs/#Get-Geo-Coordinates). **Calling this endpoint requires 1 point.**,FALSE,TRUE,TRUE +world_news_api-extract-news,Extract News,"Extract a news article from a website to a well structure JSON object. [See the docs here](https://worldnewsapi.com/docs/#Extract-News). **Calling this endpoint requires 1 point, plus 2 points if analyze is true.**",FALSE,TRUE,TRUE +godial-add-member,Add Member,Adds a member. [See docs here](https://godial.stoplight.io/docs/godial/b3A6MzAzMTY1Ng-accounts-add),FALSE,TRUE,FALSE +godial-add-contact,Add Contact,Adds a contact. [See docs here](https://godial.stoplight.io/docs/godial/b3A6MzAzMTY2Mg-contact-add),FALSE,TRUE,FALSE +meistertask-update-task,Update Task,Updaets an existing task in a project section. [See the docs](https://developers.meistertask.com/reference/put-task),TRUE,TRUE,FALSE +meistertask-get-task,Get Task,Retrieves information about a task. [See the docs](https://developers.meistertask.com/reference/get-task),FALSE,TRUE,TRUE +meistertask-get-person,Get Person,Retrieves information about a person. [See the docs](https://developers.meistertask.com/reference/get-person),FALSE,TRUE,TRUE +meistertask-get-label,Get Label,Retrieves information about a label. [See the docs](https://developers.meistertask.com/reference/get-label),FALSE,TRUE,TRUE +meistertask-get-attachment,Get Attachment,Retrieves information about an attachment. [See the docs](https://developers.meistertask.com/reference/get-attachment),FALSE,TRUE,TRUE +meistertask-create-task,Create Task,Create a new task in a project section. [See the docs](https://developers.meistertask.com/reference/post-task),FALSE,TRUE,FALSE +meistertask-create-label,Create Label,Create a new label in a project. [See the docs](https://developers.meistertask.com/reference/post-label),FALSE,TRUE,FALSE +meistertask-add-label-to-task,Add Label To Task,Adds a project label to a task. [See the docs](https://developers.meistertask.com/reference/post-task-label),FALSE,TRUE,FALSE +businesslogic-execute-endpoint,Execute Endpoint,Executes provided input parameters in the uploaded Excel document to retrieve the calculated output.,FALSE,TRUE,FALSE +businesslogic-describe-endpoint,Describe Endpoint,Returns json schemas for input and output parameters of a webservice.,FALSE,TRUE,TRUE +aweber-update-subscriber,Update Subscriber,Update the information for the specified subscriber by email. [See the docs here](https://api.aweber.com/#tag/Subscribers/paths/~1accounts~1{accountId}~1lists~1{listId}~1subscribers/patch).,TRUE,TRUE,FALSE +aweber-get-subscribers,Get Subscribers,Get a paginated collection of subscribers under the specified account and list. [See the docs here](https://api.aweber.com/#tag/Subscribers/paths/~1accounts~1{accountId}~1lists~1{listId}~1subscribers/get).,FALSE,TRUE,TRUE +aweber-get-lists,Get Lists,Get a paginated collection of subscriber lists. [See the docs here](https://api.aweber.com/#tag/Lists/paths/~1accounts~1{accountId}~1lists/get).,FALSE,TRUE,TRUE +aweber-get-accounts,Get Accounts,Get a paginated collection of accounts. [See the docs here](https://api.aweber.com/#tag/Accounts/paths/~1accounts/get).,FALSE,TRUE,TRUE +aweber-create-or-update-subscriber,Create Or Update Subscriber,Create subscriber if the subscriber email is not existing or update the information for the specified subscriber by email. [See the docs here](https://api.aweber.com/#tag/Subscribers/paths/~1accounts~1{accountId}~1lists~1{listId}~1subscribers/patch).,TRUE,TRUE,FALSE +aweber-add-subscriber,Add Subscriber,Add subscribers to the specified account and list. [See the docs here](https://api.aweber.com/#tag/Subscribers/paths/~1accounts~1{accountId}~1lists~1{listId}~1subscribers/post).,FALSE,TRUE,FALSE +memberstack-update-member,Update Member,Updates a member. [See the docs](https://memberstack.notion.site/Admin-API-5b9233507d734091bd6ed604fb893bb8),TRUE,TRUE,FALSE +memberstack-list-members,List Members,Retrieve a list of all members connected to your application. [See the docs](https://memberstack.notion.site/Admin-API-5b9233507d734091bd6ed604fb893bb8),FALSE,TRUE,TRUE +memberstack-find-member,Find Member,Retrieves a member by ID. [See the docs](https://memberstack.notion.site/Admin-API-5b9233507d734091bd6ed604fb893bb8),FALSE,TRUE,TRUE +memberstack-delete-member,Delete Member,Deletes a member by ID. [See the docs](https://memberstack.notion.site/Admin-API-5b9233507d734091bd6ed604fb893bb8),TRUE,TRUE,FALSE +memberstack-create-member,Create Member,Creates a member connected to a free plan. [See the docs](https://memberstack.notion.site/Admin-API-5b9233507d734091bd6ed604fb893bb8),FALSE,TRUE,FALSE +datadog-post-metric-data,Post Metric Data,The metrics end-point allows you to post time-series data that can be graphed on Datadog's dashboards. [See docs](https://docs.datadoghq.com/metrics),TRUE,TRUE,FALSE +wesupply-import-order,Import Order,Orders can be pushed into the WeSupply platform via a JSON containing the order data. [See the docs here](https://documenter.getpostman.com/view/11859344/T17AiAYq#63058bb9-87f1-4fac-8d89-51bd37b194d9),FALSE,TRUE,FALSE +geodb_cities-get-region-details,Get Region Details,"Get the details of a specific country region, including number of cities. [See the docs](https://rapidapi.com/wirefreethought/api/geodb-cities).",FALSE,TRUE,TRUE +geodb_cities-get-country-details,Get Country Details,"Get the details for a specific country, including number of regions. [See the docs](https://rapidapi.com/wirefreethought/api/geodb-cities).",FALSE,TRUE,TRUE +geodb_cities-find-cities,Find Cities,"Find cities, filtering by optional criteria. If no criteria are set, you will get back all known cities with a population of at least 1000. [See the docs](https://rapidapi.com/wirefreethought/api/geodb-cities).",TRUE,TRUE,FALSE +aero_workflow-find-company,Find Company,Finds companies with the given parameters [See the docs here](https://api.aeroworkflow.com/swagger/index.html),TRUE,TRUE,FALSE +aero_workflow-create-vault-entry,Create Vault Entry,Creates a vault entry for selected company [See the docs here](https://api.aeroworkflow.com/swagger/index.html),TRUE,TRUE,FALSE +aero_workflow-create-task,Create Task,Creates a task [See the docs here](https://api.aeroworkflow.com/swagger/index.html),TRUE,TRUE,FALSE +aero_workflow-create-email-aero,Create Email Aero,Creates an email aero [See the docs here](https://api.aeroworkflow.com/swagger/index.html),TRUE,TRUE,FALSE +aero_workflow-create-contact,Create Contact,Creates a contact [See the docs here](https://api.aeroworkflow.com/swagger/index.html),TRUE,TRUE,FALSE +aero_workflow-create-company,Create Company,Creates a company [See the docs here](https://api.aeroworkflow.com/swagger/index.html),TRUE,TRUE,FALSE +aero_workflow-create-appointment,Create Appointment,Creates an appointment [See the docs here](https://api.aeroworkflow.com/swagger/index.html),TRUE,TRUE,FALSE +crimeometer-retrieve-stats,Retrieve Stats,Provides incidents statistics. [See the docs](https://www.crimeometer.com/crime-data-api-documentation) and [here](https://documenter.getpostman.com/view/12755833/TzK2auPn#f00742da-8325-4234-bb26-32b4ade34bd3).,FALSE,TRUE,TRUE +crimeometer-retrieve-raw-data,Retrieve Raw Data,Provides incidents raw data. [See the docs](https://www.crimeometer.com/crime-data-api-documentation) and [here](https://documenter.getpostman.com/view/12755833/TzK2auPn#0486d39c-a839-4fa6-a26b-104821b1813f).,FALSE,TRUE,TRUE +crimeometer-retrieve-raw-data-coverage,Retrieve Raw Data Coverage,Provides raw data coverage information grouped by cities. [See the docs](https://www.crimeometer.com/crime-data-api-documentation) and [here](https://documenter.getpostman.com/view/12755833/TzK2auPn#ea645970-96d9-4fbd-8c29-d070f08b1f12).,FALSE,TRUE,TRUE +companycam-find-project,Find Project,Find a project by name. [See the docs](https://docs.companycam.com/reference/listprojects).,FALSE,TRUE,TRUE +companycam-find-or-create-project,Find or Create a Project,Find a project by name or create it if it doesn't exist. [See the docs](https://docs.companycam.com/reference/listprojects).,FALSE,TRUE,FALSE +companycam-add-project,Add Project,Add a new project. [See the docs](https://docs.companycam.com/reference/createproject).,FALSE,TRUE,FALSE +companycam-add-photo,Add Photo,Add a photo to a project. [See the docs](https://docs.companycam.com/reference/createprojectphoto).,FALSE,TRUE,FALSE +humor_api-search-memes,Search Memes,Searches for memes based on user-defined criteria. [See the docs here](https://humorapi.com/docs/#Search-Memes).,FALSE,TRUE,TRUE +humor_api-search-jokes,Search Jokes,Searches for jokes based on user-defined criteria. [See the docs here](https://humorapi.com/docs/#Search-Jokes).,FALSE,TRUE,TRUE +humor_api-rate-joke-or-meme,Rate Joke or Meme,Rate a joke or a meme with your upvote or downvote. [See the docs here](https://humorapi.com/docs/#Upvote-Joke).,FALSE,TRUE,FALSE +humor_api-random-meme,Random Meme,Searches for a random meme every time. [See the docs here](https://humorapi.com/docs/#Random-Meme).,FALSE,TRUE,FALSE +humor_api-random-joke,Random Joke,Searches for a random joke every time. [See the docs here](https://humorapi.com/docs/#Random-Joke).,FALSE,TRUE,FALSE +webscraper_io-get-scraping-jobs,Get Scraping Jobs,Retrieves a list of scraping jobs for a sitemap. [See the docs here](https://webscraper.io/documentation/web-scraper-cloud/api),FALSE,TRUE,TRUE +webscraper_io-create-sitemap,Create Sitemap,Creates a sitemap for the selected website. [See the docs here](https://webscraper.io/documentation/web-scraper-cloud/api),FALSE,TRUE,FALSE +webscraper_io-create-scraping-job,Create Scraping Job,Creates a scraping job (scrapes a sitemap). [See the docs here](https://webscraper.io/documentation/web-scraper-cloud/api),FALSE,TRUE,FALSE +automatic_data_extraction-extract-data-from-url,Extract Data From URL,Extract data from a specified URL [See the docs here](https://docs.zyte.com/automatic-extraction-integrations.html#node-js),FALSE,TRUE,FALSE +maintainx-update-work-order,Update Work Order,Updates a work order. [See docs here](https://api.getmaintainx.com/v1/docs#tag/Work-Orders/paths/~1workorders~1{id}/patch),TRUE,TRUE,FALSE +maintainx-send-message,Send Message,Send message to a conversation. [See docs here](https://api.getmaintainx.com/v1/docs#tag/Conversations/paths/~1conversations~1{id}~1messages/post),FALSE,TRUE,FALSE +maintainx-create-work-order,Create Work Order,Creates a work order. [See docs here](https://api.getmaintainx.com/v1/docs#tag/Work-Orders/paths/~1workorders/post),FALSE,TRUE,FALSE +hugging_face-text-summarization,Text Summarization,"This task is well known to summarize longer text into shorter text. Be careful, some models have a maximum length of input. That means that the summary cannot handle full books for instance. Be careful when choosing your model. [See the docs](https://huggingface.co/docs/huggingface.js/inference/classes/HfInference#summarization).",FALSE,TRUE,TRUE +hugging_face-text-classification,Text Classification,Usually used for sentiment-analysis this will output the likelihood of classes of an input. This action allows you to classify text into categories. [See the docs](https://huggingface.co/docs/huggingface.js/inference/classes/HfInference#textclassification).,FALSE,TRUE,TRUE +hugging_face-object-detection,Object Detection,This task reads some image input and outputs the likelihood of classes and bounding boxes of detected objects. [See the docs](https://huggingface.co/docs/huggingface.js/inference/classes/HfInference#objectdetection).,FALSE,TRUE,FALSE +hugging_face-language-translation,Language Translation,This task is well known to translate text from one language to another. [See the docs](https://huggingface.co/docs/huggingface.js/inference/classes/HfInference#translation).,FALSE,TRUE,TRUE +hugging_face-image-classification,Image Classification,This task reads some image input and outputs the likelihood of classes. This action allows you to classify images into categories. [See the docs](https://huggingface.co/docs/huggingface.js/inference/classes/HfInference#imageclassification).,FALSE,TRUE,TRUE +hugging_face-document-question-answering,Document Question Answering,Want to have a nice know-it-all bot that can answer any question?. This action allows you to ask a question and get an answer from a trained model. [See the docs](https://huggingface.co/docs/huggingface.js/inference/classes/HfInference#questionanswer).,FALSE,TRUE,TRUE +data_axle_platform-search-companies,Search Companies,Find relevant listings in the database. [See the docs here](https://platform.data-axle.com/places/docs/search_api#getting-started),FALSE,TRUE,TRUE +data_axle_platform-get-person-by-id,Get Person,Retrive a specific person by id. [See the docs here](https://platform.data-axle.com/people/docs/search_api#ids-query),FALSE,TRUE,TRUE +kanban_tool-update-task,Update Task,Updates a task with the given parameters [See the docs here](https://kanbantool.com/developer/api-v3#updating-tasks),TRUE,TRUE,FALSE +kanban_tool-update-subtask,Update Subtask(Checklist Item),Updates a subtask with the given parameters [See the docs here](https://kanbantool.com/developer/api-v3#updating-subtasks),TRUE,TRUE,FALSE +kanban_tool-move-task,Move Task,Moves a task [See the docs here](https://kanbantool.com/developer/api-v3#updating-tasks),FALSE,TRUE,FALSE +kanban_tool-get-task-details,Get Task Details,Gets details of a selected task [See the docs here](https://kanbantool.com/developer/api-v3#fetching-tasks),FALSE,TRUE,TRUE +kanban_tool-find-task,Find Task,Finds task with given parameters [See the docs here](https://kanbantool.com/developer/api-v3#searching-tasks),FALSE,TRUE,TRUE +kanban_tool-delete-task,Delete Task,Soft deletes a task [See the docs here](https://kanbantool.com/developer/api-v3#deleting-tasks),TRUE,TRUE,FALSE +kanban_tool-delete-subtask,Delete Subtask(Checklist Item),Soft deletes a subtask [See the docs here](https://kanbantool.com/developer/api-v3#deleting-subtasks),TRUE,TRUE,FALSE +kanban_tool-create-task,Create Task,Creates a task [See the docs here](https://kanbantool.com/developer/api-v3#creating-tasks),FALSE,TRUE,FALSE +kanban_tool-create-subtask,Create Subtask(Checklist Item),Creates a subtask [See the docs here](https://kanbantool.com/developer/api-v3#creating-subtasks),FALSE,TRUE,FALSE +kanban_tool-create-comment,Create Comment,Creates a comment [See the docs here](https://kanbantool.com/developer/api-v3#creating-comments),FALSE,TRUE,FALSE +kanban_tool-complete-subtask,Complete Subtask(Checklist Item),Marks a subtask as completed [See the docs here](https://kanbantool.com/developer/api-v3#updating-subtasks),FALSE,TRUE,FALSE +kanban_tool-archive-task,Archive Task,Archives a task [See the docs here](https://kanbantool.com/developer/api-v3#archiving-tasks),TRUE,TRUE,FALSE +pipedream-generate-component-code,Generate Component Code,Generate component code using AI.,FALSE,TRUE,TRUE +weatherbit_io-fetch-historical-weather-data,Fetch Historical Weather Data,Fetch historical wheater data from a location. [See docs here](https://www.weatherbit.io/api/weather-history-daily),FALSE,TRUE,TRUE +weatherbit_io-fetch-daily-forecast-weather,Fetch Daily Forecast Weather,Fetch daily forecast weather from a location. [See docs here](https://www.weatherbit.io/api/weather-forecast-16-day),FALSE,TRUE,TRUE +weatherbit_io-fetch-current-weather,Fetch Current Weather,Fetch current weather from a location. [See docs here](https://www.weatherbit.io/api/weather-current),FALSE,TRUE,TRUE +spoonacular-search-recipes,Search Recipes,Search for a recipe. [See docs here](https://spoonacular.com/food-api/docs#Search-Recipes-Complex),FALSE,TRUE,TRUE +spoonacular-create-meal-plan,Create Meal Plan,Creates a meal plan. [See docs here](https://spoonacular.com/food-api/docs#Generate-Meal-Plan),FALSE,TRUE,FALSE +spoonacular-convert-measurements,Convert Measurements,Converts a measurements. [See docs here](https://spoonacular.com/food-api/docs#Convert-Amounts),FALSE,TRUE,TRUE +sitecreator_io-delete-site,Delete Site,Deletes an existing website. [See the docs here](http://api-doc.sitecreator.io/#tag/Site/operation/deleteSite),TRUE,TRUE,FALSE +sitecreator_io-create-site,Create Site,Create a new website. [See the docs here](http://api-doc.sitecreator.io/#tag/Site/operation/postSite),FALSE,TRUE,FALSE +helper_functions-compare-arrays,Compare Arrays,"Get the difference, intersection, union, or symetric difference of two arrays/sets.",FALSE,TRUE,TRUE +planview_leankit-update-custom-field-value,Update Custom Field Value,Update custom field value on a card. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/update),TRUE,TRUE,FALSE +planview_leankit-update-card,Update Card (Or Task),Update a card or task's fields. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/update),TRUE,TRUE,FALSE +planview_leankit-unblock-card,Unblock Card (Or Task),Unlock a card or a task. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/update),TRUE,TRUE,FALSE +planview_leankit-unassign-user,Unassign User,Unassign an user from a card or a task. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/update),TRUE,TRUE,FALSE +planview_leankit-start-task,Start Task,Move a task to `inProcess` lane. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/move),FALSE,TRUE,FALSE +planview_leankit-remove-tags-from-card,Remove Tags From Card,Remove tags from a card or task. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/update),TRUE,TRUE,FALSE +planview_leankit-remove-connection-from-card,Remove Parent/Child Connection,Remove parent or child connection from a card. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/connections/delete-many),TRUE,TRUE,FALSE +planview_leankit-move-cards-to-another-board,Move Cards To Another Board,Move cards to other boards. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/move),FALSE,TRUE,FALSE +planview_leankit-move-cards-between-lanes,Move Cards Between Lanes,Move cards between lanes. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/move),FALSE,TRUE,FALSE +planview_leankit-get-card,Get Card,Get card details by card id. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/get),FALSE,TRUE,TRUE +planview_leankit-find-or-create-card,Find OR Create Card,Find or create a new card. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/list),FALSE,TRUE,FALSE +planview_leankit-find-first-card,Find First Card,Find first matching card. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/list),FALSE,TRUE,TRUE +planview_leankit-duplicate-task,Duplicate Task,Duplicate a task. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/create),FALSE,TRUE,FALSE +planview_leankit-duplicate-card,Duplicate Card,Duplicate a card. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/create),FALSE,TRUE,FALSE +planview_leankit-delete-custom-field,Delete Custom Field,Delete a custom field. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/custom-field),TRUE,TRUE,FALSE +planview_leankit-create-task-card,Create Task Card,Create a task card. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/create-task),FALSE,TRUE,FALSE +planview_leankit-create-custom-field,Create Custom Field,Create a new custom field. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/custom-field),FALSE,TRUE,FALSE +planview_leankit-create-comment,Add Comment To Card (Or Task),Create a comment in a card or task. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/comment/create),FALSE,TRUE,FALSE +planview_leankit-create-card,Create Card,Create a new card. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/create),FALSE,TRUE,FALSE +planview_leankit-create-card-type,Add Card Type To Board,Create a new card type on a board. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card-type/create),FALSE,TRUE,FALSE +planview_leankit-complete-task,Complete Task,Move a task to `completed` lane. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/move),FALSE,TRUE,FALSE +planview_leankit-block-card,Block Card (Or Task),Block a card or a task. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/update),TRUE,TRUE,FALSE +planview_leankit-assign-user-to-task,Assign User To Task,Assign one or more users to tasks. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/assign-users),TRUE,TRUE,FALSE +planview_leankit-assign-user-to-card,Assign User To Card,Assign one or more users to cards. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/assign-users),TRUE,TRUE,FALSE +planview_leankit-add-tags-to-card,Add Tags To Card (Or Task),Add tags in a card or task. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/update),TRUE,TRUE,FALSE +planview_leankit-add-connection-to-card,Create a Parent/Child Connection,Add parent or child connection to a card. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/connections/create),FALSE,TRUE,FALSE +bigml-create-source-remote-url,Create Source (Remote URL),Create a source with a provided remote URL that points to the data file that you want BigML to download for you. [See the docs.](https://bigml.com/api/sources?id=creating-a-source-using-a-url),FALSE,TRUE,FALSE +bigml-create-model,Create Model,"Create a model based on a given source ID, dataset ID, or model ID. [See the docs.](https://bigml.com/api/models?id=creating-a-model)",FALSE,TRUE,FALSE +bigml-create-batch-prediction,Create Batch Prediction,Create a batch prediction given a Supervised Model ID and a Dataset ID. [See the docs.](https://bigml.com/api/batchpredictions?id=creating-a-batch-prediction),FALSE,TRUE,FALSE +onfleet-create-task,Create New Task,Create a new task. [See the docs here](https://docs.onfleet.com/reference/create-task),FALSE,TRUE,FALSE +onfleet-create-task-template,Create Task (Template Use),Creates a single task. Used for simple templates only. [See the docs here](https://docs.onfleet.com/reference/create-task),FALSE,TRUE,FALSE +onfleet-create-pickup-dropoff-task,Create Linked Pickup & Dropoff Tasks,Create a pickup task and dropoff task linked with each other. [See the docs here](https://docs.onfleet.com/reference/create-task),FALSE,TRUE,FALSE +harvest-stop-timer,Stop Time Entry,Stop a timer entry. [See docs here](https://help.getharvest.com/api-v2/timesheets-api/timesheets/time-entries/#stop-a-running-time-entry),TRUE,TRUE,FALSE +harvest-start-timer,Start Time Entry,Restart a stopped timer entry. [See docs here](https://help.getharvest.com/api-v2/timesheets-api/timesheets/time-entries/#restart-a-stopped-time-entry),FALSE,TRUE,FALSE +harvest-get-projects,Get Projects,Retrieve data for a project or projects. [See docs here](https://help.getharvest.com/api-v2/projects-api/projects/projects/#list-all-projects),FALSE,TRUE,TRUE +harvest-create-timesheet-entry,Create Timesheet Entry,"Creates a new time entry object. + [Create a time entry via duration documentation](https://help.getharvest.com/api-v2/timesheets-api/timesheets/time-entries/#create-a-time-entry-via-duration), + [Create a time entry via start and end time documentation](https://help.getharvest.com/api-v2/timesheets-api/timesheets/time-entries/#create-a-time-entry-via-start-and-end-time)",TRUE,TRUE,FALSE +rest_countries_pe-search-country-by-name,Search Country By Name,Search for a country by name. [See the docs](https://restcountries.com/#endpoints-name),FALSE,TRUE,TRUE +rest_countries_pe-search-countries-by-language,Search Countries By Language,Search for a country or countries by language. [See the docs](https://restcountries.com/#endpoints-language),FALSE,TRUE,TRUE +rest_countries_pe-search-countries-by-currency,Search Countries By Currency,Search for a country or countries by currency. [See the docs](https://restcountries.com/#endpoints-currency),FALSE,TRUE,TRUE +mailmodo-trigger-journey,Trigger Journey,Adds a new user to the journey. [See the docs here](https://www.mailmodo.com/developers/YXBpOjQ3MzIwNjUx-user-journeys/7de134cb5967c-add-a-new-user-to-the-journey),FALSE,TRUE,FALSE +mailmodo-trigger-campaign,Trigger Campaign,Allows to trigger campaigns with personalization parameter added to the email template. [See the docs here](https://www.mailmodo.com/developers/4c44d1b19765f-send-campaign-email/),FALSE,TRUE,FALSE +mailmodo-add-contact-to-list,Add Contact To List,Adds a contact to a list [See the docs here](https://api.salesflare.com/docs#operation/postAccountsAccount_idContacts),FALSE,TRUE,FALSE +refersion-manual-commission-credit,Manual Comission Credit,Allows you to manually credit an affiliate with any commission amount. [See the docs here](https://www.refersion.dev/reference/manual_commission_credit),FALSE,TRUE,FALSE +refersion-get-affiliate,Get Affiliate,Get information about an affiliate. You can get an affiliate's information using their ID or code. [See the docs here](https://www.refersion.dev/reference/get_affiliate),FALSE,TRUE,TRUE +refersion-create-affiliate,Create Affiliate,Create a new affiliate. [See the docs here](https://www.refersion.dev/reference/new_affiliate),FALSE,TRUE,FALSE +wubook_ratechecker-get-stays,Get Stays,Retrieve a list of stays from a competitor. [See the docs](https://wubook.net/wrpeeker/ratechecker/api_examples),FALSE,TRUE,TRUE +wubook_ratechecker-get-monitored-competitors,Get Monitored Competitors,Retrieve a list of montiored competitors. [See the docs](https://wubook.net/wrpeeker/ratechecker/api_examples),FALSE,TRUE,TRUE +wubook_ratechecker-add-manual-snapshot,Add Manual Snapshot,Adds a manual snapshot for a stay. [See the docs](https://wubook.net/wrpeeker/ratechecker/api_examples),FALSE,TRUE,FALSE +opengraph_io-scrape-url,Scrape Url,Retrieve OpenGraph data from a specified URL using the OpenGraph.io API. [See the docs here](https://www.opengraph.io/documentation),FALSE,TRUE,TRUE +opengraph_io-extract-data,Extract Data,"Extract specific OpenGraph properties from a specified URL, such as title, image, or description. [See the docs here](https://www.opengraph.io/documentation)",FALSE,TRUE,FALSE +opengraph_io-batch-scrape,Batch Scrape,"Scrape OpenGraph data from a list of URLs at once, to process multiple websites simultaneously. [See the docs here](https://www.opengraph.io/documentation)",FALSE,TRUE,TRUE +bulkgate-send-sms,Send SMS,Sends an SMS message to a phone number. [See the docs](https://help.bulkgate.com/docs/en/http-simple-transactional-post-json.html).,FALSE,TRUE,FALSE +beanstalkapp-create-user,Create User,Creates a new user. [See the docs](https://api.beanstalkapp.com/user.html).,FALSE,TRUE,FALSE +beanstalkapp-create-repository,Create Repository,Creates a new repository. [See the docs](https://api.beanstalkapp.com/repository.html).,FALSE,TRUE,FALSE +beanstalkapp-create-code-review,Create Code Review,Creates a new code review. This action is essentially the same as clicking the “Request review” button in the app. [See the docs](https://api.beanstalkapp.com/code_review.html).,FALSE,TRUE,FALSE +campayn-unsubscribe-contact,Unsubscribe Contact,Unsubscribes a contact from a list. [See the docs](https://github.com/nebojsac/Campayn-API/blob/master/endpoints/lists.md#unsubscribe-contact),TRUE,TRUE,FALSE +campayn-get-contact,Get Contact,Retrieves an existing contact. [See the docs](https://github.com/nebojsac/Campayn-API/blob/master/endpoints/contacts.md#get-a-contact),FALSE,TRUE,TRUE +campayn-create-contact,Create Contact,Creates a new contact. [See the docs](https://github.com/nebojsac/Campayn-API/blob/master/endpoints/contacts.md#add-a-contact),FALSE,TRUE,FALSE +cisco_meraki-update-network,Update Network,Updates a network. [See the docs](https://developer.cisco.com/meraki/api/#!update-network).,TRUE,TRUE,FALSE +cisco_meraki-get-network,Get Network,Gets a network. [See the docs](https://developer.cisco.com/meraki/api/#!get-network).,FALSE,TRUE,TRUE +cisco_meraki-create-organization,Create Organization,Creates a new organization. [See the docs](https://developer.cisco.com/meraki/api/#!create-organization).,FALSE,TRUE,FALSE +pipedream-get-component,Get Component,Get info for a published component. [See docs](https://pipedream.com/docs/api/rest/#get-a-component),FALSE,TRUE,TRUE +pipedream-delete-subscription,Delete a Subscription,Delete a Subscription. [See Doc](https://pipedream.com/docs/api/rest/#delete-a-subscription),TRUE,TRUE,FALSE +pipedream-create-subscription,Create a Subscription,Create a Subscription. [See Doc](https://pipedream.com/docs/api/rest/#subscriptions),FALSE,TRUE,FALSE +pinterest-create-pin,Create a Pin,"Create a Pin on a board or board section, [See the docs](https://developers.pinterest.com/docs/api/v5/#operation/pins/create)",TRUE,TRUE,FALSE +confection-get-uuid-details,Get Full Details of UUID,This action will retrieve the full details of a specified UUID.,FALSE,TRUE,TRUE +confection-get-related-uuids,Get Related UUIDs,This action will retrieve all UUIDs that have a likeness score of at least 50 (default) with the provided UUID. The likeness score can be customized in configuration.,FALSE,TRUE,TRUE +cisco_webex-list-messages,List Messages,Retrieve messages in a specific room. [See the docs here](https://developer.webex.com/docs/api/v1/messages/list-messages),FALSE,TRUE,TRUE +cisco_webex-create-room,Create a Room,Creates a room. The authenticated user is automatically added as a member of the room. [See the docs here](https://developer.webex.com/docs/api/v1/rooms/create-a-room),FALSE,TRUE,FALSE +cisco_webex-create-message,Create Message,"Post a plain text or [rich text](https://developer.webex.com/docs/basics#formatting-messages) message, and optionally, a [file attachment](https://developer.webex.com/docs/basics#message-attachments), to a room. [See the docs here](https://developer.webex.com/docs/api/v1/messages/create-a-message)",FALSE,TRUE,FALSE +brex-set-limit-for-user,Set Limit for User,Sets the monthly limit for a user. [See the docs here](https://developer.brex.com/openapi/team_api/#operation/setUserLimit).,TRUE,TRUE,FALSE +brex-list-transactions-for-selected-cash-account,List Transactions for Selected Cash Account,Lists all transactions for the specified cash account. [See the docs here](https://developer.brex.com/openapi/transactions_api/#operation/listCashTransactions).,FALSE,TRUE,TRUE +brex-list-transactions-for-primary-card-account,List Transactions for Primary Card Account,Lists all settled transactions for the primary card account. [See the docs here](https://developer.brex.com/openapi/transactions_api/#operation/listPrimaryCardTransactions).,FALSE,TRUE,TRUE +brex-invite-user,Invite User,Invites a new user as an employee. [See the docs here](https://developer.brex.com/openapi/team_api/#operation/createUser).,FALSE,TRUE,FALSE +brex-create-card,Create Card,Creates a new card. [See the docs here](https://developer.brex.com/openapi/team_api/#operation/createCard).,FALSE,TRUE,FALSE +nethunt_crm-update-record,Update Record,Updates an existing record. [See docs here](https://nethunt.com/integration-api#update-record),TRUE,TRUE,FALSE +nethunt_crm-get-record,Get Record,Retrieve a record by its ID. [See docs here](https://nethunt.com/integration-api#find-record),FALSE,TRUE,TRUE +nethunt_crm-find-record,Find Record,Search for a record using a text query. [See docs here](https://nethunt.com/integration-api#find-record),FALSE,TRUE,TRUE +nethunt_crm-create-record,Create Record,Creates a new record. [See docs here](https://nethunt.com/integration-api#create-record),FALSE,TRUE,FALSE +nethunt_crm-create-comment,Create Comment,Create a new record comment. [See docs here](https://nethunt.com/integration-api#create-comment),FALSE,TRUE,FALSE +nethunt_crm-add-gmail-thread-to-record,Add Gmail Thread to Record,Links a Gmail thread to a record. [See docs here](https://nethunt.com/integration-api#link-gmail-thread),FALSE,TRUE,FALSE +mojo_helpdesk-create-user,Create User,Create a new user. [See the docs here](https://github.com/mojohelpdesk/mojohelpdesk-api-doc#create-user),FALSE,TRUE,FALSE +mojo_helpdesk-create-ticket,Create Ticket,Create a new ticket. [See the docs here](https://github.com/mojohelpdesk/mojohelpdesk-api-doc#create-ticket),FALSE,TRUE,FALSE +emailoctopus-add-subscribers-to-list,Add Subscribers To List,"Add subscribers to a list, [See the docs here](https://emailoctopus.com/api-documentation/lists/create-contact)",FALSE,TRUE,FALSE +emailoctopus-create-list,Create List,"Create a list, [See the docs here](https://emailoctopus.com/api-documentation/lists/create)",FALSE,TRUE,FALSE +crove_app-update-document,Update Document,Update values of variables of a document.,TRUE,TRUE,FALSE +crove_app-update-document-details,Update Document Details,"Update details of a document. Example: Name, Current Status, etc.",TRUE,TRUE,FALSE +crove_app-submit-document,Submit Document,Submit the document like you do it via Crove form.,FALSE,TRUE,FALSE +crove_app-send-document,Send Document,Send email invitation link to fill & sign the document.,FALSE,TRUE,FALSE +crove_app-get-document-details,Get Document Details,"Get details of a document. Example: Name, Current Status, etc.",FALSE,TRUE,TRUE +crove_app-generate-template-pdf,Generate Document PDF From Template,Generate PDF of a document created from the template,FALSE,TRUE,TRUE +crove_app-generate-pdf-from-document,Generate PDF from Document,Generate PDF of a document and return PDF URL.,FALSE,TRUE,TRUE +crove_app-create-invitation-link,Create Invitation Link,Create invitation link to fill or sign the document.,FALSE,TRUE,FALSE +crove_app-create-document,Create Document,Create a new document.,FALSE,TRUE,FALSE +crove_app-complete-document,Complete Document,Mark the document as completed,TRUE,TRUE,FALSE +salesflare-update-opportunity,Update Opportunity,Update an Opportunity [See the docs here](https://api.salesflare.com/docs#operation/putOpportunitiesId),TRUE,TRUE,FALSE +salesflare-update-contact,Update Contact,Updates a contact. [See the docs here](https://api.salesflare.com/docs#operation/putContactsContact_id),TRUE,TRUE,FALSE +salesflare-update-account,Update Account,Update an account [See the docs here](https://api.salesflare.com/docs#operation/putAccountsAccount_id),TRUE,TRUE,FALSE +salesflare-remove-contact-from-workflow,Remove Contact From Workflow,Remove a contact from a workflow [See the docs here](https://api.salesflare.com/docs#operation/putWorkflowsIdAudienceRecord_id),TRUE,TRUE,FALSE +salesflare-find-workflow,Find Workflow,"Finds workflows according to props configured, if no prop configured returns all workflows, [See the docs here](https://api.salesflare.com/docs#operation/getWorkflows)",FALSE,TRUE,TRUE +salesflare-find-user,Find Users,"Finds users according to props configured, if no prop configured returns all users [See the docs here](https://api.salesflare.com/docs#operation/getUsers)",FALSE,TRUE,TRUE +salesflare-find-pipeline-stage,Find Pipeline Stage,"Finds pipeline stages according to props configured, if no prop configured returns all stages [See the docs here](https://api.salesflare.com/docs#operation/getStages)",FALSE,TRUE,TRUE +salesflare-find-person,Find Person,"Finds people according to props configured, if no prop configured returns all people [See the docs here](https://api.salesflare.com/docs#operation/getPersons)",FALSE,TRUE,TRUE +salesflare-find-opportunity,Find Opportunity,"Finds opportunities according to props configured, if no prop configured returns all opportunities [See the docs here](https://api.salesflare.com/docs#operation/getOpportunities)",FALSE,TRUE,TRUE +salesflare-find-contact,Find Contact,"Finds contacts according to props configured, if no prop configured returns all contacts [See the docs here](https://api.salesflare.com/docs#operation/getContacts)",FALSE,TRUE,TRUE +salesflare-find-account,Find Account,"Finds accounts according to props configured, if no prop configured returns all accounts, [See the docs](https://api.salesflare.com/docs#operation/getAccounts)",FALSE,TRUE,TRUE +salesflare-create-task,Create Task,Create a task [See the docs here](https://api.salesflare.com/docs#operation/postTasks),FALSE,TRUE,FALSE +salesflare-create-opportunity,Create Opprtunity,Create opportunity. [See the docs here](https://api.salesflare.com/docs#operation/postOpportunities),FALSE,TRUE,FALSE +salesflare-create-meeting,Create Meeting,Create a meeting [See the docs here](https://api.salesflare.com/docs#operation/postMeetings),FALSE,TRUE,FALSE +salesflare-create-internal-note,Create Internal Note,Create an internal note. [See the docs here](https://api.salesflare.com/docs#tag/Internal-Notes),FALSE,TRUE,FALSE +salesflare-create-contact,Create Contact,Create a contact [See the docs here](https://api.salesflare.com/docs#operation/postContacts),FALSE,TRUE,FALSE +salesflare-create-call,Create Call,Create a call. [See the docs here](https://api.salesflare.com/docs#operation/postCalls),FALSE,TRUE,FALSE +salesflare-create-account,Create Account,Create an account. [See the docs here](https://api.salesflare.com/docs#operation/postAccounts),FALSE,TRUE,FALSE +salesflare-add-user-to-account,Add User To Account,Adds a user to an account [See the docs here](https://api.salesflare.com/docs#operation/postAccountsAccount_idUsers),FALSE,TRUE,FALSE +salesflare-add-contact-to-account,Add Contact To Account,Adds a contact to an account [See the docs here](https://api.salesflare.com/docs#operation/postAccountsAccount_idContacts),FALSE,TRUE,FALSE +line-send-notification-message,Send Notification Message,Sends notifications to users or groups from LINE Notify. [See docs](https://notify-bot.line.me/doc/en/),FALSE,TRUE,FALSE +line-send-reply-message,Send Reply Message,"Sends a reply message in response to an event from a user, group, or room. [See docs](https://developers.line.biz/en/reference/messaging-api/#send-reply-message)",FALSE,TRUE,FALSE +line-send-push-message,Send Push Message,"Sends a push message to a user, group, or room at any time. [See docs](https://developers.line.biz/en/reference/messaging-api/#send-push-message)",FALSE,TRUE,FALSE +line-send-broadcast-message,Send Broadcast Message,Sends a broadcast message to multiple users at any time. [See docs](https://developers.line.biz/en/reference/messaging-api/#send-broadcast-message),FALSE,TRUE,FALSE +swaggerhub-delete-api-version,Delete API Version,Deletes a version of an API. [See the docs here](https://app.swaggerhub.com/apis/swagger-hub/registry-api/1.0.66#/APIs/deleteApiVersion),TRUE,TRUE,FALSE +swaggerhub-clone-api-version,Clone API Version,Clones a version for an API. [See the docs here](https://app.swaggerhub.com/apis/swagger-hub/registry-api/1.0.66#/APIs/cloneApi),FALSE,TRUE,FALSE +memix-generate-random-share-url,Caption to Memix URL,Generate a Memix share URL with a random template using the supplied caption. [See the docs here](https://api.memix.com/docs),FALSE,TRUE,TRUE +fibery-list-types,List Types,Lists types in account. [See the docs here](https://api.fibery.io/#get-schema),FALSE,TRUE,TRUE +fibery-list-fields-for-entity-type,List Fields for Entity Type,Lists fields for an entity type. [See the docs here](https://api.fibery.io/graphql.html#list-of-entities),FALSE,TRUE,TRUE +fibery-list-entities,List Entities,Lists entities for a type. [See the docs here](https://api.fibery.io/graphql.html#list-of-entities),FALSE,TRUE,TRUE +fibery-get-entity-or-create,Get or Create Entity,Get an entity or create one if it doesn't exist. [See the docs here](https://api.fibery.io/graphql.html#create),FALSE,TRUE,FALSE +fibery-create-multiple-entities,Create Multiple Entities,Creates entities in batch. [See the docs here](https://api.fibery.io/graphql.html#create),FALSE,TRUE,FALSE +fibery-create-entity,Create Entity,Creates a new entity. [See the docs here](https://api.fibery.io/graphql.html#create),FALSE,TRUE,FALSE +fibery-create-entity-or-update,Create or Update Entity,Creates a new entity or updates if it exists. [See the docs here](https://api.fibery.io/graphql.html#update),TRUE,TRUE,FALSE +overloop-update-organization,Update Organization,Updates an organization. [See the docs](https://apidoc.overloop.com/#update-an-organization),TRUE,TRUE,FALSE +overloop-update-deal,Update Deal,Updates a deal. [See the docs](https://apidoc.overloop.com/#update-a-deal),TRUE,TRUE,FALSE +overloop-update-contact,Update Contact,Creates a new contact. [See the docs](https://apidoc.overloop.com/#update-a-contact),TRUE,TRUE,FALSE +overloop-move-deal,Move Deal,Moves a deal. [See the docs](https://apidoc.overloop.com/#update-a-deal),TRUE,TRUE,FALSE +overloop-mark-deal-won,Mark Deal as Won,Marks a deal as won. [See the docs](https://apidoc.overloop.com/#mark-as-won),TRUE,TRUE,FALSE +overloop-mark-deal-lost,Mark Deal as Lost,Marks a deal as lost. [See the docs](https://apidoc.overloop.com/#mark-as-lost),TRUE,TRUE,FALSE +overloop-get-organization,Get Organization,Retrieves an organization by id. [See the docs](https://apidoc.overloop.com/#retrieve-an-organization),FALSE,TRUE,TRUE +overloop-get-deal,Get Deal,Retrieves a deal by id. [See the docs](https://apidoc.overloop.com/#retrieve-a-deal),FALSE,TRUE,TRUE +overloop-get-contact,Get Contact,Retrieves a contact by id. [See the docs](https://apidoc.overloop.com/#retrieve-a-contact),FALSE,TRUE,TRUE +overloop-exclude-contact,Exclude Contact,Add a contact to the exclusion list. [See the docs](https://apidoc.overloop.com/#create-an-exclusion-list-item),FALSE,TRUE,FALSE +overloop-enroll-organization,Enroll Organization,Enroll an organization in a workflow. [See the docs](https://apidoc.overloop.com/#enrollments),FALSE,TRUE,FALSE +overloop-enroll-deal,Enroll Deal,Enroll a deal in a workflow. [See the docs](https://apidoc.overloop.com/#enrollments),FALSE,TRUE,FALSE +overloop-enroll-contact,Enroll Contact,Enroll a contact in a workflow. [See the docs](https://apidoc.overloop.com/#enrollments),FALSE,TRUE,FALSE +overloop-create-organization,Create Organization,Creates a new organization. [See the docs](https://apidoc.overloop.com/#create-an-organization),FALSE,TRUE,FALSE +overloop-create-deal,Create Deal,Creates a new deal. [See the docs](https://apidoc.overloop.com/#create-a-deal),FALSE,TRUE,FALSE +overloop-create-contact,Create Contact,Creates a new contact. [See the docs](https://apidoc.overloop.com/#create-a-contact),FALSE,TRUE,FALSE +overloop-add-contact-to-campaign,Add Contact to Campaign,Adds a contact to a campaign. [See the docs](https://apidoc.overloop.com/#enrollments),FALSE,TRUE,FALSE +orbit-get-member-by-identity,Get Member by Identity,"Provide a source and one of username/uid/email params to return a member with that identity, if one exists. Common values for source include github, twitter, and email. [See the docs here](https://api.orbit.love/reference/get_workspace-slug-members-find)",FALSE,TRUE,TRUE +orbit-create-member,Create Member,Create a new member. [See the docs here](https://api.orbit.love/reference/post_workspace-slug-members),FALSE,TRUE,FALSE +orbit-create-member-note,Create Member Note,Create a new member note. [See the docs here](https://api.orbit.love/reference/post_workspace-slug-members-member-slug-notes),FALSE,TRUE,FALSE +orbit-create-activity,Create Activity,Create a new activity. [See the docs here](https://api.orbit.love/reference/post_workspace-slug-members-member-slug-activities),FALSE,TRUE,FALSE +faunadb-read-from-collection,Read From Fauna Collection,Reads all documents from a given Fauna collection. [See docs here](https://docs.fauna.com/fauna/current/api/fql/functions/documents),FALSE,TRUE,TRUE +paymo-find-task,Find Task,Finds a task. [See the docs](https://github.com/paymoapp/api/blob/master/sections/tasks.md#list).,FALSE,TRUE,TRUE +paymo-create-task,Create Task,Creates a task. [See the docs](https://github.com/paymoapp/api/blob/master/sections/tasks.md#create).,FALSE,TRUE,FALSE +paymo-create-project,Create Project,Creates a project. [See the docs](https://github.com/paymoapp/api/blob/master/sections/projects.md#create).,FALSE,TRUE,FALSE +paymo-create-client,Create Client,Creates a client. [See the docs](https://github.com/paymoapp/api/blob/master/sections/clients.md#create).,FALSE,TRUE,FALSE +pipeline-update-person,Update Person,Updates a person in your Pipeline account. [See the docs here](https://app.pipelinecrm.com/api/docs#tag/People/paths/~1people~1{id}/put),TRUE,TRUE,FALSE +pipeline-update-deal,Update Deal,Updates a deal in your Pipeline account. [See the docs here](https://app.pipelinecrm.com/api/docs#tag/Deals/paths/~1deals~1{id}/put),TRUE,TRUE,FALSE +pipeline-update-company,Update Company,Updates a company in your Pipeline account. [See the docs here](https://app.pipelinecrm.com/api/docs#tag/Companies/paths/~1companies~1{id}/put),TRUE,TRUE,FALSE +pipeline-move-deal-stage,Move Deal Stage,Moves a deal to another stage Pipeline account. [See the docs here](https://app.pipelinecrm.com/api/docs#tag/Deals/paths/~1deals~1{id}/put),FALSE,TRUE,FALSE +pipeline-find-user,Find User,Find an existing user on your Pipeline account. [See the docs here](https://app.pipelinecrm.com/api/docs#tag/Users/paths/~1admin~1users/get),FALSE,TRUE,TRUE +pipeline-find-person,Find Person,Find an existing person in your Pipeline account. [See the docs here](https://app.pipelinecrm.com/api/docs#tag/People/paths/~1people/get),FALSE,TRUE,TRUE +pipeline-find-deal,Find Deal,Find an existing deal in your Pipeline account. [See the docs here](https://app.pipelinecrm.com/api/docs#tag/Deals/paths/~1deals/get),FALSE,TRUE,TRUE +pipeline-find-company,Find Company,Find an existing company in your Pipeline account. [See the docs here](https://app.pipelinecrm.com/api/docs#tag/Companies/paths/~1companies/get),FALSE,TRUE,TRUE +pipeline-create-task,Create Task,Creates a new calendar task in your Pipeline account. [See the docs here](https://app.pipelinecrm.com/api/docs#tag/Calendar-Entries-(Tasks-and-Events)/paths/~1calendar_entries/post),FALSE,TRUE,FALSE +pipeline-create-person,Create Person,Creates a new person in your Pipeline account. [See the docs here](https://app.pipelinecrm.com/api/docs#tag/People/paths/~1people/post),FALSE,TRUE,FALSE +pipeline-create-event,Create Event,Creates a new calendar event in your Pipeline account. [See the docs here](https://app.pipelinecrm.com/api/docs#tag/Calendar-Entries-(Tasks-and-Events)/paths/~1calendar_entries/post),FALSE,TRUE,FALSE +pipeline-create-deal,Create Deal,Creates a new deal in your Pipeline account. [See the docs here](https://app.pipelinecrm.com/api/docs#tag/Deals/paths/~1deals/post),FALSE,TRUE,FALSE +pipeline-create-company,Create Company,Creates a new company in your Pipeline account. [See the docs here](https://app.pipelinecrm.com/api/docs#tag/Companies/paths/~1companies/post),FALSE,TRUE,FALSE +pipeline-create-activity,Create Activity,"Creates a new activity associated with an existing person, company, or deal. [See the docs here](https://app.pipelinecrm.com/api/docs#tag/Activities-(Notes)/paths/~1notes/post)",FALSE,TRUE,FALSE +http-put-request,Send PUT Request,"Send an HTTP PUT request to any URL. Optionally configure query string parameters, headers and basic auth.",TRUE,TRUE,FALSE +http-post-request,Send POST Request,"Send an HTTP POST request to any URL. Optionally configure query string parameters, headers and basic auth.",TRUE,TRUE,FALSE +http-get-request,Send GET Request,"Send an HTTP GET request to any URL. Optionally configure query string parameters, headers and basic auth.",TRUE,TRUE,FALSE +http-custom-request,Send any HTTP Request,"Send an HTTP request using any method and URL. Optionally configure query string parameters, headers, and basic auth.",TRUE,TRUE,FALSE +proworkflow-update-project-task,Update Project Task,Updates a project task. [See the docs](https://api.proworkflow.net/?documentation#gettingstartedputsingle).,TRUE,TRUE,FALSE +proworkflow-delete-project,Delete Project,Deletes a project. [See the docs](https://api.proworkflow.net/?documentation#gettingstarteddeletesingle).,TRUE,TRUE,FALSE +proworkflow-add-project,Add Project,Adds a project. [See the docs](https://api.proworkflow.net/?documentation#gettingstartedpostsingle).,FALSE,TRUE,FALSE +proworkflow-add-project-task,Add Project Task,Adds a project task. [See the docs](https://api.proworkflow.net/?documentation#gettingstartedpostsingle).,FALSE,TRUE,FALSE +proworkflow-add-contact,Add Contact,Adds a contact. [See the docs](https://api.proworkflow.net/?documentation#gettingstartedpostsingle).,FALSE,TRUE,FALSE +proworkflow-add-client-to-project,Add Client to Project,Adds a client to a project. [See the docs](https://api.proworkflow.net/?documentation#gettingstartedpostsingle).,FALSE,TRUE,FALSE +planyo_online_booking-create-vacation,Create Vacation,Adds a new one-time vacation for given resource or entire Planyo site. [See Docs](https://www.planyo.com/api.php?topic=add_vacation),FALSE,TRUE,FALSE +planyo_online_booking-create-user,Create User,Inserts a new user associated with your Planyo site. [See Docs](https://www.planyo.com/api.php?topic=add_user),FALSE,TRUE,FALSE +planyo_online_booking-create-reservation,Create Reservation,Enters a new reservation into the system. [See Docs](https://www.planyo.com/api.php?topic=make_reservation),FALSE,TRUE,FALSE +pivotal_tracker-create-story,Create Story,Create a new story in a project. [See the docs here](https://www.pivotaltracker.com/help/api/rest/v5#projects_project_id_stories_post),FALSE,TRUE,FALSE +pivotal_tracker-create-project,Create Project,Create a new project. [See the docs here](https://www.pivotaltracker.com/help/api/rest/v5#projects_post),FALSE,TRUE,FALSE +process_street-start-workflow-run,Start Workflow Run,Starts a workflow run. [See the docs here](https://public-api.process.st/api/v1.1/docs/index.html#operation/createWorkflowRun),TRUE,TRUE,FALSE +badger_maps-update-account,Update Account,Updates an account. [See the docs](https://badgerupdatedapi.docs.apiary.io/#reference/accounts/retrieve-and-update-account-details/update-account).,TRUE,TRUE,FALSE +badger_maps-search-user,Search User,Find an existing Badger User at your company by User's email address or internal ID. [See the docs](https://badgerupdatedapi.docs.apiary.io/#reference/users/user-search/search-users).,FALSE,TRUE,TRUE +badger_maps-retrieve-check-ins,Retrieve Check-Ins,Retrieves check-ins. [See the docs](https://badgerupdatedapi.docs.apiary.io/#reference/check-ins/get-check-ins-for-account/retrieve-check-ins-for-an-account).,FALSE,TRUE,TRUE +badger_maps-get-account,Get Account,Gets an account. [See the docs](https://badgerupdatedapi.docs.apiary.io/#reference/accounts/retrieve-and-update-account-details/retrieve-account-details).,TRUE,TRUE,FALSE +badger_maps-create-check-in,Create Check-In,Creates a check-in. [See the docs](https://badgerupdatedapi.docs.apiary.io/#reference/check-ins/create-check-in-for-account/save-new-check-in-for-an-account).,FALSE,TRUE,FALSE +badger_maps-create-account,Create Account,Creates an account. [See the docs](https://badgerupdatedapi.docs.apiary.io/#reference/accounts/list-and-create-accounts/create-new-account).,FALSE,TRUE,FALSE +coassemble-send-course-invitation,Send Course Invitation,Enrol existing users into a course. [See the docs here](https://developers.coassemble.com/api/enrolments#create-enrolments),FALSE,TRUE,FALSE +coassemble-create-new-user,Create New User,Create a user as a member of your campus or add an existing user to it. [See the docs here](https://developers.coassemble.com/api/users#add-users),FALSE,TRUE,FALSE +coassemble-create-new-course,Create New Course,Use this endpoint to create new courses in your workspace. [See the docs here](https://developers.coassemble.com/api/courses#create-a-new-course),FALSE,TRUE,FALSE +moosend-add-subscriber,Add subscriber,"Adds a new subscriber to the specified mailing list. If there is already a subscriber with the specified email address in the list, an update will be performed instead. The rate limit for this request is 10 requests per 10 seconds (*per API key). See the [docs](https://moosendapp.docs.apiary.io/#reference/subscribers/add-or-update-subscribers/adding-subscribers) for more info.",TRUE,TRUE,FALSE +statuspage-update-incident,Update Incident,Updates an existing incident. [See docs here](https://developer.statuspage.io/#update-an-incident),TRUE,TRUE,FALSE +svix-list-messages,List Messages,List all of the application's messages. [See the docs here](https://api.svix.com/docs#tag/Message/operation/list_messages_api_v1_app__app_id__msg__get),FALSE,TRUE,FALSE +svix-delete-message,Delete Message,Delete the given message's payload. [See the docs here](https://api.svix.com/docs#tag/Message/operation/expunge_message_payload_api_v1_app__app_id__msg__msg_id__content__delete),TRUE,TRUE,FALSE +svix-create-message,Create Message,Creates a new message and dispatches it to all of the application's endpoints. [See the docs here](https://api.svix.com/docs#tag/Message/operation/create_message_api_v1_app__app_id__msg__post),FALSE,TRUE,FALSE +statuspage-create-incident,Create Incident,Creates an incident. [See docs here](https://developer.statuspage.io/#create-an-incident),FALSE,TRUE,FALSE +lemon_squeezy-retrieve-product,Retrieve A Product,Retrive an existent product. [See docs here](https://docs.lemonsqueezy.com/api/products#retrieve-a-product),FALSE,TRUE,TRUE +lemon_squeezy-retrieve-order,Retrieve An Order,Retrive an existent order. [See docs here](https://docs.lemonsqueezy.com/api/orders#retrieve-an-order),FALSE,TRUE,TRUE +lemon_squeezy-retrieve-customer,Retrieve A Customer,Retrive an existent customer. [See docs here](https://docs.lemonsqueezy.com/api/customers#retrieve-a-customer),FALSE,TRUE,TRUE +pagerduty-resolve-incident,Resolve Incident,Resolve an incident. [See the docs here](https://developer.pagerduty.com/api-reference/b3A6Mjc0ODE0Mg-update-an-incident),TRUE,TRUE,FALSE +pagerduty-find-oncall-user,Find Oncall User,Find the user on call for a specific schedule. [See the docs here](https://developer.pagerduty.com/api-reference/b3A6Mjc0ODE5MA-list-users-on-call),FALSE,TRUE,TRUE +pagerduty-acknowledge-incident,Acknowledge Incident,Acknowledge an incident. [See the docs here](https://developer.pagerduty.com/api-reference/b3A6Mjc0ODE0Mg-update-an-incident),TRUE,TRUE,FALSE +reversecontact-enrich-profile,Enrich Profile,Returns enriched profile information with the given email. [See docs here](https://docs.reversecontact.com/enriched_profile_check),FALSE,TRUE,FALSE +cloudflare_api_key-query-worker-analytics,Query Worker Analytics,Retrieves Workers KV request metrics for the given account. [See the docs here](https://api.cloudflare.com/#workers-kv-request-analytics-query-request-analytics),FALSE,TRUE,FALSE +prodpad-update-idea-stage,Update Idea Stage,Updates the stage of an idea. [See the docs](https://app.swaggerhub.com/apis-docs/ProdPad/prodpad/1.0#/Ideas/PostIdeaStatus).,TRUE,TRUE,FALSE +prodpad-update-feedback,Update Feedback,Updates a feedback. [See the docs](https://app.swaggerhub.com/apis-docs/ProdPad/prodpad/1.0#/Feedback/PutFeedback).,TRUE,TRUE,FALSE +prodpad-update-contact,Update Contact,Updates a contact. [See the docs](https://app.swaggerhub.com/apis-docs/ProdPad/prodpad/1.0#/Feedback/PutContact).,TRUE,TRUE,FALSE +prodpad-update-company,Update Company,Updates a company. [See the docs](https://app.swaggerhub.com/apis-docs/ProdPad/prodpad/1.0#/Feedback/PutCompany).,TRUE,TRUE,FALSE +prodpad-find-or-create-feedback,Find or Create Feedback,Finds or creates a feedback. See the docs for [find feedback](https://app.swaggerhub.com/apis-docs/ProdPad/prodpad/1.0#/Feedback/GetFeedbacks) and [create feedback](https://app.swaggerhub.com/apis-docs/ProdPad/prodpad/1.0#/Feedback/PostFeedbacks).,FALSE,TRUE,FALSE +prodpad-find-or-create-contact,Find or Create Contact,Finds or creates a contact. See the docs for [find contact](https://app.swaggerhub.com/apis-docs/ProdPad/prodpad/1.0#/Feedback/PostContacts) and [create contact](https://app.swaggerhub.com/apis-docs/ProdPad/prodpad/1.0#/Feedback/PostContacts).,FALSE,TRUE,FALSE +prodpad-find-or-create-company,Find or Create Company,Finds or creates a company. See the docs for [find company](https://app.swaggerhub.com/apis-docs/ProdPad/prodpad/1.0#/Feedback/GetCompanies) and [create company](https://app.swaggerhub.com/apis-docs/ProdPad/prodpad/1.0#/Feedback/PostCompanies).,FALSE,TRUE,FALSE +prodpad-find-idea,Find Idea,Finds an idea. [See the docs](https://app.swaggerhub.com/apis-docs/ProdPad/prodpad/1.0#/Ideas/GetIdeas).,FALSE,TRUE,TRUE +prodpad-find-feedback,Find Feedback,Finds a feedback. [See the docs](https://app.swaggerhub.com/apis-docs/ProdPad/prodpad/1.0#/Feedback/GetFeedbacks).,FALSE,TRUE,TRUE +prodpad-find-contact,Find Contact,Finds a contact. [See the docs](https://app.swaggerhub.com/apis-docs/ProdPad/prodpad/1.0#/Feedback/PostContacts).,FALSE,TRUE,TRUE +prodpad-find-company,Find Company,Finds a company. [See the docs](https://app.swaggerhub.com/apis-docs/ProdPad/prodpad/1.0#/Feedback/GetCompanies).,FALSE,TRUE,TRUE +prodpad-create-idea,Create Idea,Creates an idea. [See the docs](https://app.swaggerhub.com/apis-docs/ProdPad/prodpad/1.0#/Ideas/PostIdeas).,FALSE,TRUE,FALSE +prodpad-create-contact,Create Contact,Creates a contact. [See the docs](https://app.swaggerhub.com/apis-docs/ProdPad/prodpad/1.0#/Feedback/PostContacts).,FALSE,TRUE,FALSE +prodpad-create-company,Create Company,Create a new company in the account. This is only available to accounts with an Advanced or higher subscription. If you try on an account without an advanced or higher subscription package it will return a 403. [See the docs](https://app.swaggerhub.com/apis-docs/ProdPad/prodpad/1.0#/Feedback/PostCompanies).,FALSE,TRUE,FALSE +salesmate-update-contact,Update Contact,This API is used to update a contact's details. [See docs here](https://apidocs.salesmate.io/#72ca69e0-e70d-4fc5-837b-a758963300b3),TRUE,TRUE,FALSE +salesmate-add-deal,Add Deal,This API is used to add a deal. [See docs here](https://apidocs.salesmate.io/#fc738a12-8757-46aa-8625-3379fa205377),FALSE,TRUE,FALSE +salesmate-add-contact,Add Contact,This API is used to add a contact. [See docs here](https://apidocs.salesmate.io/#b768facc-930f-4f93-b9a7-a26a0875b6b0),FALSE,TRUE,FALSE +roll-find-create-company,Find Or Create Company,Find a company or create it if it doesn't exists [See the docs here](https://docs.rollhq.com/docs/roll-api#api-url),FALSE,TRUE,FALSE +roll-find-company,Find Company,Find a company [See the docs here](https://docs.rollhq.com/docs/roll-api#api-url),FALSE,TRUE,TRUE +roll-find-project,Find Project,Find a project [See the docs here](https://docs.rollhq.com/docs/roll-api#api-url),FALSE,TRUE,TRUE +roll-find-create-project,Find Or Create Project,Find a project or create it if it doesn't exists [See the docs here](https://docs.rollhq.com/docs/roll-api#api-url),FALSE,TRUE,FALSE +roll-create-time,Create Time Record,Create a new time [See the docs here](https://docs.rollhq.com/docs/roll-api#api-url),FALSE,TRUE,FALSE +roll-create-project,Create Project,Create a new project [See the docs here](https://docs.rollhq.com/docs/roll-api#api-url),FALSE,TRUE,FALSE +roll-create-company,Create Company,Create a new company [See the docs here](https://docs.rollhq.com/docs/roll-api#api-url),FALSE,TRUE,FALSE +adroll-replace-emails-from-crm-audience,Replace Emails from CRM Audience,Replace the email list from a CRM audience in AdRoll. [See docs here](https://developers.adroll.com/docs/adroll-audience-api/1/routes/segments/%7Bsegment_eid%7D/post),TRUE,TRUE,FALSE +noticeable-update-email-subscription,Update Email Subscription,"Updates an email subscription, [See the docs](https://graphdoc.noticeable.io/emailsubscription.doc.html)",TRUE,TRUE,FALSE +noticeable-search-email-subscription,Search Email Subscriptions,"Searches email subscriptions for the given options. If no options given, retrieves all subscriptions, [See the docs](https://graphdoc.noticeable.io/emailsubscription.doc.html)",FALSE,TRUE,TRUE +noticeable-delete-email-subscription,Delete Email Subscription,"Deletes an email subscription, [See the docs](https://graphdoc.noticeable.io/emailsubscription.doc.html)",TRUE,TRUE,FALSE +noticeable-create-publication,Create Publication,"Creates a publication, [See the docs](https://graphdoc.noticeable.io/publication.doc.html)",FALSE,TRUE,FALSE +noticeable-create-email-subscription,Create Email Subscription,"Creates an email subscription, [See the docs](https://graphdoc.noticeable.io/emailsubscription.doc.html)",FALSE,TRUE,FALSE +blogger-update-post,Update a Post,Updates a published post. [See the docs here](https://developers.google.com/blogger/docs/3.0/reference/posts/update).,TRUE,TRUE,FALSE +blogger-create-post,Create a Post,Creates and publishes a new post or creates a new post as a draft. [See the docs here](https://developers.google.com/blogger/docs/3.0/reference/posts/insert).,FALSE,TRUE,FALSE +quentn-run-campaign-for-contact,Run Campaign for Contact,Runs a campaign for a contact. [See the docs](https://help.quentn.com/hc/en-150/articles/4518054010129-Campaign-API).,FALSE,TRUE,FALSE +quentn-find-or-create-contact,Find or Create Contact,Finds or creates a contact. [See the docs](https://help.quentn.com/hc/en-150/articles/4517835330961-Contact-API).,FALSE,TRUE,FALSE +quentn-find-contact,Find Contact,Finds a contact by email address. [See the docs](https://help.quentn.com/hc/en-150/articles/4517835330961-Contact-API).,FALSE,TRUE,TRUE +quentn-create-or-update-contact,Create or Update Contact,Creates or updates a contact. [See the docs](https://help.quentn.com/hc/en-150/articles/4517835330961-Contact-API).,TRUE,TRUE,FALSE +phantombuster-launch-phantom,Launch Phantom,"Adds an agent to the launch queue, [See the docs](https://hub.phantombuster.com/reference/post_agents-launch-1)",FALSE,TRUE,FALSE +range-find-user,Find User,Finds a user by email address. [See the docs](https://www.range.co/docs/api#rpc-find-user).,FALSE,TRUE,TRUE +fomo-create-event,Create Event,Creates an event. [See docs here](https://docs.fomo.com/reference/create),FALSE,TRUE,FALSE +accelo-update-contact,Update Contact,Updates a contact. [See docs here](https://api.accelo.com/docs/?_ga=2.136158329.97118171.1674049767-1568937371.1674049767#update-a-contact),TRUE,TRUE,FALSE +accelo-create-request,Create Request,Creates a request. [See docs here](https://api.accelo.com/docs/?_ga=2.136158329.97118171.1674049767-1568937371.1674049767#create-a-request),FALSE,TRUE,FALSE +accelo-create-prospect,Create Prospect,Creates a prospect. [See docs here](https://api.accelo.com/docs/?_ga=2.136158329.97118171.1674049767-1568937371.1674049767#create-a-prospect),FALSE,TRUE,FALSE +accelo-create-contact,Create Contact,Creates a contact. [See docs here](https://api.accelo.com/docs/?_ga=2.136158329.97118171.1674049767-1568937371.1674049767#create-a-contact),FALSE,TRUE,FALSE +supernotes-create-simple-card,Create a simple card,Create a single card with the minimum amount of data required. [See docs here](https://api.supernotes.app/docs/swagger#/cards/_simple_create_card_v1_cards_simple_post).,FALSE,TRUE,FALSE +todoist-search-tasks,Search Tasks,"Search tasks by name, label, project and/or section. [See Docs](https://developer.todoist.com/rest/v2/#get-active-tasks)",FALSE,TRUE,TRUE +enedis-get-production-load-curve,Get Production Load Curve,"Returns the daily average power produced in W, on a given interval (by default 30 minutes). [See the docs here](https://datahub-enedis.fr/data-connect/documentation/metering-v5-production-30-minutes/)",FALSE,TRUE,TRUE +enedis-get-identity,Get Identity,Returns the identity of a client. [See the docs here](https://datahub-enedis.fr/data-connect/documentation/customers-v5-identite/),FALSE,TRUE,TRUE +enedis-get-daily-production,Get Daily Production,Returns the daily production in Wh. [See the docs here](https://datahub-enedis.fr/data-connect/documentation/metering-v5-production-quotidienne/),FALSE,TRUE,TRUE +enedis-get-daily-consumption,Get Daily Consumption,Returns the daily consumption in Wh. [See the docs here](https://datahub-enedis.fr/data-connect/documentation/metering-v5-consommation-quotidienne/),FALSE,TRUE,TRUE +enedis-get-daily-consumption-max-power,Get Daily Consumption Max Power,Returns the daily maximal power consumed in VA. [See the docs here](https://datahub-enedis.fr/data-connect/documentation/metering-v5-puissance-maximum-de-consommation/),FALSE,TRUE,TRUE +enedis-get-contracts,Get Contracts,Returns the contract informations of a client. [See the docs here](https://datahub-enedis.fr/data-connect/documentation/customers-v5-contrats/),FALSE,TRUE,TRUE +enedis-get-contact,Get Contact,Returns the contact informations of a client. [See the docs here](https://datahub-enedis.fr/data-connect/documentation/customers-v5-contact/),FALSE,TRUE,TRUE +enedis-get-consumption-load-curve,Get Consumption Load Curve,"Returns the daily average power consumed in W, on a given interval (by default 30 minutes). [See the docs here](https://datahub-enedis.fr/data-connect/documentation/metering-v5-consommation-30-minutes/)",FALSE,TRUE,TRUE +enedis-get-address,Get Address,Returns the address of a client. [See the docs here](https://datahub-enedis.fr/data-connect/documentation/customers-v5-adresse/),FALSE,TRUE,TRUE +raven_tools-add-keyword,Add Keyword,Add a keyword to a domain [See docs here](https://api.raventools.com/docs/#add_keyword),FALSE,TRUE,FALSE +rev-create-transcription-order-external-link,Create Transcription Order Using External Link,Submit a new transcription order using a external link that contains the media. [See docs here.](https://www.rev.com/api/ordersposttranscription),FALSE,TRUE,FALSE +rev-create-caption-order-external-link,Create Caption Order Using External Link,Submit a new caption order using a external link that contains the media. [See docs here.](https://www.rev.com/api/orderspostcaption),FALSE,TRUE,FALSE +rev-create-automated-transcription-order-external-link,Create Automated Transcription Order Using External Link,Submit a new automated transcription order using a external link that contains the media. [See docs here.](https://www.rev.com/api/orderspostautomatedtranscription),FALSE,TRUE,FALSE +clinchpad-create-lead,Create Lead,Creates a lead. [See docs here (Go to `Create a lead`)](https://clinchpad.com/api/docs/leads),FALSE,TRUE,FALSE +reply_io-remove-from-campaign,Remove Contact From Campaign,Remove an existing contact from the selected campaign. [See the docs here](https://apidocs.reply.io/#502be5e9-0f1e-47bc-a45f-e5845f298610),TRUE,TRUE,FALSE +reply_io-mark-replied,Mark Contact as Replied,Mark a contact as replied in all campaigns by their email address. [See the docs here](https://apidocs.reply.io/#d50b7259-910a-4620-9e5a-59c2b5249f57),TRUE,TRUE,FALSE +reply_io-mark-finished,Mark Contact as Finished,Mark a contact as finished in all campaigns by their email address. [See the docs here](https://apidocs.reply.io/#1433199e-b249-4077-9e32-ad7ac8fbba54),TRUE,TRUE,FALSE +reply_io-create-or-update-contact,Create or Update Contact,Create a new contact or update if they already exist. [See the docs here](https://apidocs.reply.io/#2a6fb925-29db-403e-a59f-8cce5672c66a),TRUE,TRUE,FALSE +reply_io-create-and-push-to-campaign,Create or Update Contact and Push to Campaign,"Create a new contact, or update if they already exist, and push contact to the selected campaign. [See the docs here](https://apidocs.reply.io/#67afb4b3-4291-4798-9734-ceaa275a90be)",TRUE,TRUE,FALSE +practitest-create-run,Create Run,Create a run [See docs here](https://www.practitest.com/api-v2/#create-a-run-automated-test),FALSE,TRUE,FALSE +practitest-create-requirement,Create Requirement,Create a requirement [See docs here](https://www.practitest.com/api-v2/#create-a-requirement),FALSE,TRUE,FALSE +plivo-speak-text,Speak Text,Speaks a text to the caller. [See the docs](https://www.plivo.com/docs/voice/api/call/speak-text-on-calls#speak-text-on-a-call).,FALSE,TRUE,FALSE +plivo-send-sms,Send SMS,Sends an SMS message to a phone number. [See the docs](https://www.plivo.com/docs/sms/api/message#send-a-message).,FALSE,TRUE,FALSE +plivo-send-mms,Send MMS,Sends an MMS message to a phone number. [See the docs](https://www.plivo.com/docs/sms/api/message#send-a-message).,FALSE,TRUE,FALSE +plivo-play-audio,Plays An Audio,Plays audio on a call. [See the docs](https://www.plivo.com/docs/voice/api/call/play-audio-on-calls#play-audio-on-a-call).,FALSE,TRUE,FALSE +plivo-make-call,Make A Call,Makes a call. [See the docs](https://www.plivo.com/docs/voice/api/call#make-a-call).,FALSE,TRUE,FALSE +intuiface-send-message,Send Message,Send messages to any connected Intuiface Player running an experience that embeds the [Web Triggers Interface Asset](https://support.intuiface.com/hc/en-us/articles/360007431151-Web-Triggers-Overview). [See the docs](https://my.intuiface.com/api-doc/#/default/sendMessage).,FALSE,TRUE,FALSE +intuiface-available-experiences,List Available Experiences,Get a list of available experiences that can receive a message. [See the docs](https://my.intuiface.com/api-doc/#/default/getExperiences).,FALSE,TRUE,FALSE +papyrs-update-paragraph,Update Paragraph,Update Paragraph. [See the docs here](https://about.papyrs.com/@docs/API#Update-Text-box/Heading),TRUE,TRUE,FALSE +papyrs-update-heading,Update Heading,Update Heading. [See the docs here](https://about.papyrs.com/@docs/API#Update-Text-box/Heading),TRUE,TRUE,FALSE +papyrs-create-paragraph,Create Paragraph,Create a new Paragraph in a page. [See the docs here](https://about.papyrs.com/@docs/API#Create-Text-box/Heading),FALSE,TRUE,FALSE +papyrs-create-heading,Create Heading,Create Heading. [See the docs here](https://about.papyrs.com/@docs/API#Create-Text-box/Heading),FALSE,TRUE,FALSE +sendoso-send-physical-gift-with-address-confirmation,Send A Physical Gift With Address Confirmation,Send a physical gift. [See the docs here](https://sendoso.docs.apiary.io/#reference/send-management/send-a-gift/sending-a-gift),FALSE,TRUE,FALSE +sendoso-get-send-status,Get Send Status,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),FALSE,TRUE,FALSE +sendoso-generate-egift-link,Generate eGift Link,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),FALSE,TRUE,FALSE +persistiq-create-or-update-prospect,Create Or Update Prospect,Creates a prospect. Updates if there is already a prospect with the given `email`. [See docs here](https://apidocs.persistiq.com/#create-leads),TRUE,TRUE,FALSE +persistiq-add-prospect-to-campaign,Add Prospect To Campaign,Adds prospect to a campaign. [See docs here](https://apidocs.persistiq.com/#add-lead-to-a-campaign),FALSE,TRUE,FALSE +persistiq-add-do-not-contact-domain,Add Do Not Contact Domain,Creates a new DNC domain. [See docs here](https://apidocs.persistiq.com/#create-dnc-domain),FALSE,TRUE,FALSE +lighthouse-create-ticket,Create Ticket,Creates a ticket. [See docs here](http://help.lighthouseapp.com/kb/api/tickets#create-ticket-code-post-projects-project_id-tickets-xml-code-),FALSE,TRUE,FALSE +lighthouse-create-project,Create Project,Creates a project. [See docs here](http://help.lighthouseapp.com/kb/api/projects#create-a-new-project-rarr-code-post-projects-xml-code-),FALSE,TRUE,FALSE +lighthouse-create-milestone,Create Milestone,Creates a milestone. [See docs here](http://help.lighthouseapp.com/kb/api/milestones#create-milestone-code-post-projects-project_id-milestones-xml-code-),FALSE,TRUE,FALSE +shipengine-validate-address,Validate An Address,Address validation ensures accurate addresses and can lead to reduced shipping costs by preventing address correction surcharges. [See the docs](https://shipengine.github.io/shipengine-openapi/#operation/validate_address).,FALSE,TRUE,TRUE +shipengine-start-tracking-package,Start Tracking a Package,Allows you to subscribe to tracking updates for a package. [See the docs](https://shipengine.github.io/shipengine-openapi/#operation/start_tracking).,TRUE,TRUE,FALSE +shipengine-search-labels,Search Labels,"By default, all labels are returned, 25 at a time, starting with the most recently created ones. You can combine multiple filter options to narrow-down the results. [See the docs](https://shipengine.github.io/shipengine-openapi/#operation/list_labels).",FALSE,TRUE,TRUE +shipengine-find-tracking-status,Find Tracking Status,Retrieves package tracking information. [See the docs](https://shipengine.github.io/shipengine-openapi/#operation/get_tracking_log).,FALSE,TRUE,TRUE +solve_crm-create-contact,Create Contact,Create a new contact. [See the docs here](https://solve360.com/api/contacts/),FALSE,TRUE,FALSE +swagup-find-product-by-name,Find Product by Name,Search for a product by its name. [See docs here](https://support.swagup.com/en/articles/6757044-swagup-api-how-to-get-products-and-prices-from-swagup-catalog).,FALSE,TRUE,TRUE +picky_assist-send-message,Send Message,Sends a message. [See docs here](https://help.pickyassist.com/api-documentation-v2/push-api/sending-single-message-push),FALSE,TRUE,FALSE +mastodon-view-single-status,View Single Status,Obtain information about a status. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#get),FALSE,TRUE,TRUE +mastodon-view-public-timeline,View Public Timeline,View public statuses. [See the docs here](https://docs.joinmastodon.org/methods/timelines/#public),FALSE,TRUE,TRUE +mastodon-view-list-timeline,View List Timeline,View statuses in the given list timeline. [See the docs here](https://docs.joinmastodon.org/methods/timelines/#list),FALSE,TRUE,TRUE +mastodon-view-home-timeline,View Home Timeline,View statuses from followed users. [See the docs here](https://docs.joinmastodon.org/methods/timelines/#home),FALSE,TRUE,TRUE +mastodon-view-hashtag-timeline,View Hashtag Timeline,View public statuses containing the given hashtag. [See the docs here](https://docs.joinmastodon.org/methods/timelines/#tag),FALSE,TRUE,TRUE +mastodon-unpin-status,Unpin Status from Profile,Unfeature a status from the top of your profile. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#unpin),TRUE,TRUE,FALSE +mastodon-unmute-conversation,Unmute a Conversation,Start receiving notifications again for the thread that this status is part of. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#unmute),TRUE,TRUE,FALSE +mastodon-unfavorite-status,Undo Favorite of a Status,Remove a status from your favourites list.. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#unfavourite),TRUE,TRUE,FALSE +mastodon-unboost-status,Undo Boost of a Status,Undo a reshare of a status. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#unreblog),FALSE,TRUE,FALSE +mastodon-unbookmark-status,Undo Bookmark of a Status,Remove a status from your private bookmarks. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#unbookmark),TRUE,TRUE,FALSE +mastodon-pin-status,Pin Status to Profile,Feature one of your own public statuses at the top of your profile. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#pin),TRUE,TRUE,FALSE +mastodon-perform-search,Perform Search,"Search for content in accounts, statuses or hashtags. [See the docs here](https://docs.joinmastodon.org/methods/search/#v2)",FALSE,TRUE,TRUE +mastodon-mute-conversation,Mute Conversation,Do not receive notifications for the thread that this status is part of. Must be a thread in which you are a participant. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#mute),TRUE,TRUE,FALSE +mastodon-favorite-status,Favorite Status,Add a status to your favourites list. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#favourite),FALSE,TRUE,FALSE +mastodon-edit-status,Edit Status,Edit a given status to change its text or sensitivity. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#edit),TRUE,TRUE,FALSE +mastodon-delete-status,Delete Status,Delete one of your own statuses. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#delete),TRUE,TRUE,FALSE +mastodon-boost-status,Boost Status,Reshare a status on your own profile. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#boost),FALSE,TRUE,FALSE +mastodon-bookmark-status,Bookmark Status,Privately bookmark a status. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#bookmark),FALSE,TRUE,FALSE +spondyr-create-spondyr,Create Spondyr,Generate and optionally deliver correspondence. [See the docs here](https://client.spondyr.io/#/Public/Public/Documentation?Section=send-api),FALSE,TRUE,FALSE +smoove-unsubscribe-contact,Unsubscribe,Unsubscribes a contact. [See the docs](https://rest.smoove.io/#!/Contacts/Contacts_Unsubscribe).,TRUE,TRUE,FALSE +smoove-find-subscriber,Find Subscriber,"Contacts information can be retrieved by sending the function a unique identifier (contact's ID, email, cell phone or external ID). [See the docs](https://rest.smoove.io/#!/Contacts/Contacts_GetById).",FALSE,TRUE,TRUE +smoove-find-or-create-subscriber,Find Or Create Subscriber,Checks if a contact exists in your account otherwise will create a contact. [See the docs](https://rest.smoove.io/#!/Contacts/Contacts_Exists).,FALSE,TRUE,FALSE +smoove-create-list,Create List,Creates a new list. [See the docs](https://rest.smoove.io/#!/Lists/Lists_Post).,FALSE,TRUE,FALSE +smoove-add-or-update-subscriber,Add Or Update Subscriber,Adds a new contact to your account or update an existing contact. [See the docs](https://rest.smoove.io/#!/Contacts/Contacts_Post).,TRUE,TRUE,FALSE +laposta-update-relation,Update Relation,Updates a relation. [See docs here (Go to `Change relationship`)](http://api.laposta.nl/doc/),TRUE,TRUE,FALSE +laposta-delete-relation,Delete Relation,Deletes a relation. [See docs here (Go to `Remove relationship`)](http://api.laposta.nl/doc/),TRUE,TRUE,FALSE +laposta-create-relation,Create Relation,Creates a relation. [See docs here (Go to `Add relationship`)](http://api.laposta.nl/doc/),FALSE,TRUE,FALSE +teamgate-update-product,Update Product,Update a specific product. [See the docs here](https://developers.teamgate.com/#873140c7-0c14-4461-a9c9-88c8e6c39adc),TRUE,TRUE,FALSE +teamgate-update-lead,Update Lead,Update a specific lead. [See the docs here](https://developers.teamgate.com/#8921df2b-3158-4b16-b81c-c37c6414c20f),TRUE,TRUE,FALSE +teamgate-update-deal,Update Deal,Update a specific deal. [See the docs here](https://developers.teamgate.com/#fe590427-fcb9-4689-9671-7d3daa235b1a),TRUE,TRUE,FALSE +teamgate-update-cart-products-status,Update Cart Products Status,"This endpoint is meant for setting all products in cart active or inactive, which is same as in-stock or out-of-stock. `isActive`: true, means product is in-stock. `isActive`: false, mean product is out of stock. [See the docs here](https://developers.teamgate.com/#75b14b70-375e-45bf-9b63-ed183592c8bb)",TRUE,TRUE,FALSE +teamgate-find-product,Find Product,Find a product [See the docs here](https://developers.teamgate.com/#7708cc10-52d4-4ec3-bcc5-1222f21480bb),FALSE,TRUE,TRUE +teamgate-find-person,Find Person,Find a person [See the docs here](https://developers.teamgate.com/#7708cc10-52d4-4ec3-bcc5-1222f21480bb),FALSE,TRUE,TRUE +teamgate-find-lead,Find Lead,Find a lead [See the docs here](https://developers.teamgate.com/#1b80ca61-833a-472a-b127-e3b6d5e18902),FALSE,TRUE,TRUE +teamgate-find-company,Find Company,Find a company [See the docs here](https://developers.teamgate.com/#6be9bc87-47bb-4c32-b46b-9c0771deac83),FALSE,TRUE,TRUE +teamgate-create-product,Create Product,Create a new product. [See the docs here](https://developers.teamgate.com/#873140c7-0c14-4461-a9c9-88c8e6c39adc),FALSE,TRUE,FALSE +teamgate-create-person,Create Person,Create a new person. [See the docs here](https://developers.teamgate.com/#6a612101-c0cb-404c-9442-29d07c352185),FALSE,TRUE,FALSE +teamgate-create-lead,Create Lead,Create a new lead. [See the docs here](https://developers.teamgate.com/#8921df2b-3158-4b16-b81c-c37c6414c20f),FALSE,TRUE,FALSE +teamgate-create-deal,Create Deal,Create a new deal. [See the docs here](https://developers.teamgate.com/#7cf909d7-b66c-4ddb-ac3b-bb800f8b4ae5),FALSE,TRUE,FALSE +teamgate-create-company,Create Company,Create a new company. [See the docs here](https://developers.teamgate.com/#2b3a0450-e365-4f89-b02c-e817d997f627),FALSE,TRUE,FALSE +teamgate-create-activity,Create Activity,Creates a new activity [See the docs here](https://developers.teamgate.com/#6be9bc87-47bb-4c32-b46b-9c0771deac83),FALSE,TRUE,FALSE +chartmogul-search-customers-via-external-id,Search Customers Via External Id,Returns a list of all `customer` objects with the specified `external_id` in your ChartMogul account. [See the docs here](https://dev.chartmogul.com/reference/list-customers),FALSE,TRUE,TRUE +chartmogul-search-customers-via-email,Search Customers Via Email,Returns a list of all `customer` objects with the specified email address in your ChartMogul account. [See the docs here](https://dev.chartmogul.com/reference/search-for-customers),FALSE,TRUE,TRUE +chartmogul-retrieve-mrr,Retrieve Monthly Recurring Revenue (MRR),"Retrieves the Monthly Recurring Revenue (MRR), for the specified time period. [See the docs here](https://dev.chartmogul.com/reference/retrieve-mrr)",FALSE,TRUE,TRUE +chartmogul-retrieve-mrr-churn-reate,Retrieve MRR Churn Rate,"Retrieves the Net MRR Churn Rate, for the specified time period. [See the docs here](https://dev.chartmogul.com/reference/retrieve-mrr-churn-rate)",FALSE,TRUE,TRUE +chartmogul-retrieve-ltv,Retrieve Customer Lifetime Value,"Retrieves the Customer Lifetime Value (LTV), for the specified time period. [See the docs here](https://dev.chartmogul.com/reference/retrieve-ltv)",FALSE,TRUE,TRUE +chartmogul-retrieve-customer-profile,Retrieve Customer Profile,Retrieves a customer object from your ChartMogul account. [See the docs here](https://dev.chartmogul.com/reference/retrieve-customer),FALSE,TRUE,TRUE +chartmogul-retrieve-customer-count,Retrieve Customer Count,"Retrieves the number of active customers, for the specified time period. [See the docs here](https://dev.chartmogul.com/reference/retrieve-customer-count)",FALSE,TRUE,TRUE +chartmogul-retrieve-customer-churn-rate,Retrieve Customer Churn Rate,"Retrieves the Customer Churn Rate, for the specified time period. [See the docs here](https://dev.chartmogul.com/reference/retrieve-customer-churn-rate)",FALSE,TRUE,TRUE +chartmogul-retrieve-asp,Retrieve Average Sale Price ASP,"Retrieves the Average Sale Price (ASP), for the specified time period. [See the docs here](https://dev.chartmogul.com/reference/retrieve-asp)",FALSE,TRUE,TRUE +chartmogul-retrieve-arr,Retrieve ARR,"Retrieves the Annualized Run Rate (ARR), for the specified time period. [See the docs here](https://dev.chartmogul.com/reference/retrieve-arr)",FALSE,TRUE,FALSE +chartmogul-retrieve-arpa,Retrieve Average Revenue Per Account (ARPA),"Retrieves the Average Revenue Per Account (ARPA), for the specified time period. [See the docs here](https://dev.chartmogul.com/reference/retrieve-arpa)",FALSE,TRUE,TRUE +chartmogul-retrieve-all-key-metrics,Retrieve All Key Metrics,"Retrieves all key metrics, for the specified time period. [See the docs here](https://dev.chartmogul.com/reference/retrieve-all-key-metrics)",FALSE,TRUE,TRUE +chartmogul-merge-customers,Merge Customers,Accepts details of two customer objects that you want to merge. [See the docs here](https://dev.chartmogul.com/reference/merge-customers),FALSE,TRUE,FALSE +chartmogul-create-customer,Create Customer,Creates a `customer` object in ChartMogul under the specified `data_source` [See the docs here](https://dev.chartmogul.com/reference/create-customer),FALSE,TRUE,FALSE +chartmogul-add-tags-via-uuid,Add Tags To Customer Via UUID,Adds tags to a given customer. [See the docs here](https://dev.chartmogul.com/reference/add-tags-to-customer),FALSE,TRUE,FALSE +chartmogul-add-tags-via-email,Add Tags To Customer Via Email,Adds tags to customers that have the specified email address. [See the docs here](https://dev.chartmogul.com/reference/add-tags-to-customers-with-email),FALSE,TRUE,FALSE +chartmogul-add-custom-attributes-via-uuid,Add Custom Attributes To Customer Via UUID,Adds custom attributes to a given customer. [See the docs here](https://dev.chartmogul.com/reference/add-custom-attributes-to-customer),FALSE,TRUE,FALSE +chartmogul-add-custom-attributes-via-email,Add Custom Attributes To Customer Via Email,Adds custom attributes to customers that have the specified email address. [See the docs here](https://dev.chartmogul.com/reference/add-custom-attributes-to-customers-with-email),FALSE,TRUE,FALSE +drip-start-someone-on-workflow,Start Someone on a Workflow,"If the workflow is not active, the subscriber will not be added to the workflow. [See the docs here](https://developer.drip.com/#start-someone-on-a-workflow)",FALSE,TRUE,FALSE +clientary-create-task,Create Task,Creates a new task. [See docs here](https://www.clientary.com/api/tasks),FALSE,TRUE,FALSE +clientary-create-invoice,Create Invoice,Creates a new invoice. [See docs here](https://www.clientary.com/api/invoices),FALSE,TRUE,FALSE +clientary-create-expense,Create Expense,Creates a new expense. [See docs here](https://www.clientary.com/api/expenses),FALSE,TRUE,FALSE +clientary-create-estimate,Create Estimate,Creates a new estimate. [See docs here](https://www.clientary.com/api/estimates),FALSE,TRUE,FALSE +clientary-create-client,Create Client,Creates a new client. [See docs here](https://www.clientary.com/api/clients),FALSE,TRUE,FALSE +drip-list-subscribers,List Subscribers,List all subscribers. [See the docs here](https://developer.drip.com/#list-all-subscribers),FALSE,TRUE,TRUE +drip-create-or-update-subscriber,Create Or Update Subscriber,"Creates a new subscriber. If the email already exists, it will update the existing subscriber. [See the docs here](https://developer.drip.com/?javascript#create-or-update-a-subscriber)",TRUE,TRUE,FALSE +drip-activate-workflow,Activate Workflow,Activate a workflow. [See the docs here](https://developer.drip.com/#activate-a-workflow),TRUE,TRUE,FALSE +leadfeeder-find-lead,Find Lead,Retrieves a specific lead. [See the docs](https://docs.leadfeeder.com/api/#get-a-specific-lead).,FALSE,TRUE,TRUE +quipu-create-income-ticket,Create Income Ticket,Creates a new income ticket. [See the docs](http://quipuapp.github.io/api-v1-docs/#creating-a-ticket).,FALSE,TRUE,FALSE +quipu-create-income-invoice,Create Income Invoice,Creates a new income invoice. [See the docs](http://quipuapp.github.io/api-v1-docs/#creating-an-invoice).,FALSE,TRUE,FALSE +quipu-create-contact,Create Contact,Creates a new contact. [See the docs](http://quipuapp.github.io/api-v1-docs/#creating-a-contact).,FALSE,TRUE,FALSE +snappy-create-wall-post,Create Wall Post,Creates a wall post. [See docs here](https://github.com/BeSnappy/api-docs#posting-to-team-wall),FALSE,TRUE,FALSE +mixmax-update-contact,Update Contact,Update a specific contact. [See the docs here](https://developer.mixmax.com/reference/contactsid-1),TRUE,TRUE,FALSE +mixmax-search-contacts,Search Contacts,"Search for matching contacts. This API queries across different sources including mixmax, google directory, and salesforce (contacts, leads, accounts, and opportunities). [See the docs here](https://developer.mixmax.com/reference/contactsquery)",FALSE,TRUE,TRUE +mixmax-get-contacts,Get Contacts,Lists all your Mixmax Contacts (ie people you've emailed using Mixmax). Does not currently return contacts shared with you via shared contact groups (a performance limitiation). [See the docs here](https://developer.mixmax.com/reference/contacts),FALSE,TRUE,TRUE +mixmax-get-contact-groups,Get Contact Groups,"Contact groups that you have access to (either that you have created, or that have been shared with you). [See the docs here](https://developer.mixmax.com/reference/contactgroups)",FALSE,TRUE,TRUE +mixmax-create-contact,Create Contact,Create one contact. [See the docs here](https://developer.mixmax.com/reference/contacts-1),FALSE,TRUE,FALSE +mixmax-create-contact-group,Create Contact Group,Create a contact group. [See the docs here](https://developer.mixmax.com/reference/contactgroups-1),FALSE,TRUE,FALSE +yelp-search-businesses,Search Businesses,Search businesses matching given criteria [See docs here](https://docs.developer.yelp.com/reference/v3_business_search),FALSE,TRUE,TRUE +yelp-search-businesses-by-phone-number,Search Businesses By Phone Number,Search businesses by phone number [See docs here](https://docs.developer.yelp.com/reference/v3_business_phone_search),FALSE,TRUE,TRUE +yelp-list-business-reviews,List Business Reviews,List the reviews for a business [See docs here](https://docs.developer.yelp.com/reference/v3_business_reviews),FALSE,TRUE,TRUE +yelp-get-business-details,Get Business Details,Get details about a business [See docs here](https://docs.developer.yelp.com/reference/v3_business_info),FALSE,TRUE,TRUE +todoist-update-task,Update Task,Updates a task. [See the docs here](https://developer.todoist.com/rest/v2/#update-a-task),TRUE,TRUE,FALSE +todoist-update-section,Update Section,Updates a section. [See the docs here](https://developer.todoist.com/rest/v2/#update-a-section),TRUE,TRUE,FALSE +todoist-update-project,Update Project,Updates a project. [See the docs here](https://developer.todoist.com/rest/v2/#update-a-project),TRUE,TRUE,FALSE +todoist-update-label,Update Label,Updates a label. [See the docs here](https://developer.todoist.com/rest/v2/#update-a-personal-label),TRUE,TRUE,FALSE +todoist-update-filter,Update Filter,Updates a filter. [See the docs here](https://developer.todoist.com/sync/v9/#update-a-filter),TRUE,TRUE,FALSE +todoist-update-comment,Update Comment,Updates a comment. [See the docs here](https://developer.todoist.com/rest/v2/#update-a-comment),TRUE,TRUE,FALSE +todoist-uncomplete-task,Uncomplete Task,Uncompletes a task. [See the docs here](https://developer.todoist.com/rest/v2/#reopen-a-task),FALSE,TRUE,FALSE +todoist-move-task-to-section,Move Task To Section,Move a Task to a different section within the same project. [See the docs here](https://developer.todoist.com/sync/v9/#move-an-item),TRUE,TRUE,FALSE +todoist-mark-task-completed,Mark Task as Completed,Marks a task as being completed. [See the docs here](https://developer.todoist.com/rest/v2/#close-a-task),TRUE,TRUE,FALSE +todoist-list-uncompleted-tasks,List Uncompleted Tasks,"Returns a list of uncompleted tasks by project, section, and/or label. [See the docs here](https://developer.todoist.com/rest/v2/#get-active-tasks)",FALSE,TRUE,TRUE +todoist-list-task-comments,List Task Comments,Returns a list of comments for a task. [See the docs here](https://developer.todoist.com/rest/v2/#get-all-comments),FALSE,TRUE,TRUE +todoist-list-sections,List Sections,Returns a list of all sections. [See the docs here](https://developer.todoist.com/rest/v2/#get-all-sections),FALSE,TRUE,TRUE +todoist-list-projects,List Projects,Returns a list of all projects. [See the docs here](https://developer.todoist.com/rest/v2/#get-all-projects),FALSE,TRUE,TRUE +todoist-list-project-comments,List Project Comments,Returns a list of comments for a project. [See the docs here](https://developer.todoist.com/rest/v2/#get-all-comments),FALSE,TRUE,TRUE +todoist-list-labels,List Labels,Returns a list of all labels. [See the docs here](https://developer.todoist.com/rest/v2/#get-all-personal-labels),FALSE,TRUE,TRUE +todoist-list-filters,List Filters,Returns a list of all filters. [See the docs here](https://developer.todoist.com/sync/v9/#read-resources),TRUE,TRUE,FALSE +todoist-invite-user-to-project,Invite User To Project,"Sends email to a person, inviting them to use one of your projects. [See the docs here](https://developer.todoist.com/sync/v9/#share-a-project)",TRUE,TRUE,FALSE +todoist-get-task,Get Task,Returns info about a task. [See the docs here](https://developer.todoist.com/rest/v2/#get-an-active-task),FALSE,TRUE,TRUE +todoist-get-task-comment,Get Task Comment,Returns info about a task comment. [See the docs here](https://developer.todoist.com/rest/v2/#get-a-comment),FALSE,TRUE,FALSE +todoist-get-section,Get Section,Returns info about a section. [See the docs here](https://developer.todoist.com/rest/v2/#get-a-single-section),FALSE,TRUE,TRUE +todoist-get-project,Get Project,Returns info about a project. [See the docs here](https://developer.todoist.com/rest/v2/#get-a-project),FALSE,TRUE,TRUE +todoist-get-project-comment,Get Project Comment,Returns info about a project comment. [See the docs here](https://developer.todoist.com/rest/v2/#get-a-comment),FALSE,TRUE,FALSE +todoist-get-label,Get Label,Returns info about a label. [See the docs here](https://developer.todoist.com/rest/v2/#get-a-personal-label),FALSE,TRUE,TRUE +todoist-find-user,Find User,Searches by email for a user who is connected/shared with your account. [See the docs here](https://developer.todoist.com/sync/v9/#read-resources),TRUE,TRUE,FALSE +todoist-find-task,Find Task,"Finds a task by name. [See Docs](https://developer.todoist.com/rest/v2/#get-active-tasks) Optionally, create one if none are found. [See Docs](https://developer.todoist.com/rest/v2/#create-a-new-task)",FALSE,TRUE,FALSE +todoist-find-project,Find Project,"Finds a project (by name/title). [See Docs](https://developer.todoist.com/rest/v2/#get-all-projects) Optionally, create one if none are found. [See Docs](https://developer.todoist.com/rest/v2/#create-a-new-project)",FALSE,TRUE,FALSE +todoist-delete-task,Delete Task,Deletes a task. [See the docs here](https://developer.todoist.com/rest/v2/#delete-a-task),TRUE,TRUE,FALSE +todoist-delete-section,Delete Section,Deletes a section. [See the docs here](https://developer.todoist.com/rest/v2/#delete-a-section),TRUE,TRUE,FALSE +todoist-delete-project,Delete Project,Deletes a project. [See the docs here](https://developer.todoist.com/rest/v2/#delete-a-project),TRUE,TRUE,FALSE +todoist-delete-label,Delete Label,Deletes a label. [See the docs here](https://developer.todoist.com/rest/v2/#delete-a-personal-label),TRUE,TRUE,FALSE +todoist-delete-filter,Delete Filter,Deletes a filter. [See the docs here](https://developer.todoist.com/sync/v9/#delete-a-filter),TRUE,TRUE,FALSE +todoist-delete-comment,Delete Comment,Deletes a comment. [See the docs here](https://developer.todoist.com/rest/v2/#delete-a-comment),TRUE,TRUE,FALSE +todoist-create-task-comment,Create Task Comment,Adds a comment to a task. [See the docs here](https://developer.todoist.com/rest/v2/#create-a-new-comment),FALSE,TRUE,FALSE +todoist-create-section,Create Section,Creates a section. [See the docs here](https://developer.todoist.com/rest/v2/#create-a-new-section),FALSE,TRUE,FALSE +todoist-create-project,Create Project,Creates a project. [See the docs here](https://developer.todoist.com/rest/v2/#create-a-new-project),FALSE,TRUE,FALSE +todoist-create-project-comment,Create Project Comment,Adds a comment to a project. [See the docs here](https://developer.todoist.com/rest/v2/#create-a-new-comment),FALSE,TRUE,FALSE +todoist-create-label,Create Label,Creates a label. [See the docs here](https://developer.todoist.com/rest/v2/#create-a-new-personal-label),FALSE,TRUE,FALSE +todoist-create-filter,Create Filter,Creates a filter. [See the docs here](https://developer.todoist.com/sync/v9/#add-a-filter),TRUE,TRUE,FALSE +gatherup-create-customer,Create Customer,Creates a customer. [See docs here](https://apidocs.gatherup.com/#fa6d95bf-df57-4e3c-a1f1-2e0438a2e9a6),FALSE,TRUE,FALSE +repairshopr-list-customers,List Customers,List Customers. [See the docs here](https://api-docs.repairshopr.com/#/Customer/get_customers),FALSE,TRUE,TRUE +repairshopr-create-ticket,Create Ticket,Create a new ticket. [See the docs here](https://api-docs.repairshopr.com/#/Ticket/post_tickets),FALSE,TRUE,FALSE +repairshopr-create-lead,Create Lead,Create a new lead. [See the docs here](https://api-docs.repairshopr.com/#/Lead/post_leads),FALSE,TRUE,FALSE +repairshopr-create-customer,Create Customer,Create a new customer. [See the docs here](https://api-docs.repairshopr.com/#/Customer/post_customers),FALSE,TRUE,FALSE +d7_networks-send-sms,Send SMS,Sending sms via D7 networks! [See the docs](https://d7networks.com/docs/Messages/Send_Message/),FALSE,TRUE,FALSE +unisender-unsubscribe-contact,Unsubscribe Contact,This method unsubscribes the contact email or phone number from one or several lists. [See the docs here](https://www.unisender.com/ru/support/api/contacts/unsubscribe/),TRUE,TRUE,FALSE +unisender-subscribe-contact,Subscribe Contact,"This method adds contacts (email address and/or mobile phone numbers) of the contact to one or several lists, and also allows you to add/change values of additional fields and tags. [See the docs here](https://www.unisender.com/ru/support/api/contacts/subscribe/)",TRUE,TRUE,FALSE +streak-update-box,Update Box,Update the properties for a box. To update field values use **Update Box Field Value**. [See the docs](https://streak.readme.io/reference/edit-a-box),TRUE,TRUE,FALSE +streak-update-box-field-value,Update Box Field Value,Update the values of the fields for a box. [See the docs](https://streak.readme.io/reference/update-field-value-for-a-box),TRUE,TRUE,FALSE +streak-link-boxes,Link Boxes,Link boxes to a specific box. [See the docs](https://streak.readme.io/reference/edit-a-box),TRUE,TRUE,FALSE +streak-create-task,Create Task,Create a new task in a box. [See the docs](https://streak.readme.io/reference/create-a-task),FALSE,TRUE,FALSE +streak-create-box,Create Box,Create a new box in Streak. [See the docs](https://streak.readme.io/reference/create-a-box),FALSE,TRUE,FALSE +smugmug-update-albumimage,Update Album Image,Updates an album image. [See the docs here](https://api.smugmug.com/api/v2/doc/reference/album-image.html),TRUE,TRUE,FALSE +smugmug-get-user-profile,Get User Profile,"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)",FALSE,TRUE,TRUE +smugmug-get-image,Get Image,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),FALSE,TRUE,TRUE +smugmug-get-authenticated-user,Get Authenticated User,Gets details of the authenticated user. [See the docs here](https://api.smugmug.com/api/v2/doc/reference/user.html),FALSE,TRUE,TRUE +smugmug-get-album,Get Album,Gets an album given its id. [See the docs here](https://api.smugmug.com/api/v2/doc/reference/album.html),FALSE,TRUE,TRUE +smugmug-create-album,Create Album,Creates an album. [See the docs here](https://api.smugmug.com/api/v2/doc/reference/album.html),FALSE,TRUE,FALSE +envoy-create-an-invite,Create an Invite,Create an Invite to a person to visit a location. [See the docs](https://developers.envoy.com/hub/reference/createinvite).,FALSE,TRUE,FALSE +ringcentral-make-callout,Make CallOut,Creates a new outbound call out session. See the API docs [here](https://developers.ringcentral.com/api-reference/Call-Control/createCallOutCallSession),FALSE,TRUE,FALSE +ringcentral-get-message,Get Message,Get message from the Message Store. See the API docs [here](https://developers.ringcentral.com/api-reference/Message-Store/readMessage),FALSE,TRUE,FALSE +ringcentral-create-meeting,Create Meeting,Creates a new meeting. See the API docs [here](https://developers.ringcentral.com/api-reference/Meeting-Management/createMeeting).,FALSE,TRUE,FALSE +ably-publish-push-notification,Publish Push Notification,Publish a push notification for a channel. [See docs here](https://ably.com/docs/general/push/publish#channel-broadcast-example),FALSE,TRUE,FALSE +ably-publish-message,Publish Message,Publish a message in a channel. [See docs here](https://ably.com/docs/realtime/messages#message-publish),FALSE,TRUE,FALSE +curated-create-link,Create Link,Creates a link. [See docs here](https://support.curated.co/help/managing-links-with-the-api#h_9993192972131638320427148),FALSE,TRUE,FALSE +temi-submit-transcription-job,Submit Transcription Job,Submits a job passing a media URL. [See the docs](https://www.temi.com/api/reference/v1#submit-job).,FALSE,TRUE,FALSE +databox-send-custom-data,Send Custom Data,Sends custom data. [See docs here](https://developers.databox.com/send-data/),FALSE,TRUE,FALSE +woocommerce-create-customer,Create Customer,Creates a new customer. [See the docs](https://woocommerce.github.io/woocommerce-rest-api-docs/?javascript#create-a-customer),FALSE,TRUE,FALSE +stormboard-new-storm,New Storm,Creates a new storm. [See the docs here](https://api.stormboard.com/docs),FALSE,TRUE,FALSE +stormboard-new-idea,New Idea,Creates a new idea. [See the docs here](https://api.stormboard.com/docs),FALSE,TRUE,FALSE +kanbanflow-create-task,Create Task,Create a task (docs available on board settings),FALSE,TRUE,FALSE +ahrefs-get-referring-domains,Get Referring Domains,Get the referring domains that contain backlinks to the target URL or domain.,FALSE,TRUE,TRUE +ahrefs-get-backlinks,Get Backlinks,"Get the backlinks for a domain or URL with details for the referring pages (e.g., anchor and page title).",FALSE,TRUE,TRUE +ahrefs-get-backlinks-one-per-domain,Get Backlinks One Per Domain,Get one backlink with the highest `ahrefs_rank` per referring domain for a target URL or domain (with details for the referring pages including anchor and page title).,FALSE,TRUE,TRUE +ip2whois-query-domain-info,WHOIS lookup,"Helps users to obtain domain information, WHOIS record, by using a domain name. Please refer to the [documentation](https://ip2whois.com/developers-api) for the details of the fields returned.",FALSE,TRUE,TRUE +ip2proxy-query-ip-info,Query IP address,Query IP address using IP2Proxy API. [See the docs here](https://www.ip2location.com/web-service/ip2proxy) for how to use this API.,FALSE,TRUE,FALSE +ip2location-query-ip-info,Query IP address,Query IP address using IP2Location API. [See the docs here](https://www.ip2location.com/web-service/ip2location) for how to use this API.,FALSE,TRUE,FALSE +ongage-update-subscriber,Ongage Update Subscriber,Update a list subscriber in Ongage.,TRUE,TRUE,FALSE +ongage-subscribe,Ongage Subscribe,Subscribe to a list in Ongage.,TRUE,TRUE,FALSE +ongage-find-subscriber,Ongage Find Subscriber,Find a list subscriber in Ongage.,FALSE,TRUE,TRUE +monkeylearn-upload-training-data,Upload Training Data,"Uploads data to a classifier. This component can be used to upload new data to a classifier, to update the tags of texts that have already been uploaded, or both. [See the docs here](https://monkeylearn.com/api/v3/#upload-classifier-data)",TRUE,TRUE,FALSE +monkeylearn-extract-text,Extract Text,Extracts information from texts with a given extractor. [See the docs here](https://monkeylearn.com/api/v3/#extract),FALSE,TRUE,FALSE +monkeylearn-classify-text,Classify Text,Classifies texts with a given classifier. [See the docs here](https://monkeylearn.com/api/v3/#classify),FALSE,TRUE,TRUE +swapi-get-film,Get Film,Get a film,FALSE,TRUE,TRUE +serveravatar-create-application-domain,Create Application Domain,Add a new application domain for the application. [See the docs here](https://serveravatar.com/api-docs/endpoint/application-domain/create.html),FALSE,TRUE,FALSE +workbooks_crm-update-person,Update Person,Updates a person.,TRUE,TRUE,FALSE +workbooks_crm-find-or-create-order,Find or Create an Order,Returns and order if exists otherwise creates a new one.,FALSE,TRUE,FALSE +workbooks_crm-create-person,Create Person,"Creates a person. People are recorded in your database, e.g a contact, an employee.",FALSE,TRUE,FALSE +workbooks_crm-create-organisation,Create Organisation,"Creates an organisation. Organisations are recorded on your database, e.g Customers, Suppliers, Partners, Competition.",FALSE,TRUE,FALSE +workbooks_crm-create-customer-order,Create Customer Order,Creates an order from your customers for your goods or services.,FALSE,TRUE,FALSE +niftyimages-update-timer-target-date,Update Timer Target Date,Create or update a Data Store Record [See docs here](https://api.niftyimages.com/),TRUE,TRUE,FALSE +niftyimages-add-data-store-record,Add Data Store Record,Create or update a Data Store Record [See docs here](https://api.niftyimages.com/),TRUE,TRUE,FALSE +vision6-update-contact,Update Contact,Update an existing contact. [See the docs here](https://api.vision6.com/#update-contacts),TRUE,TRUE,FALSE +vision6-unsubscribe-contact,Unsubscribe Contact,Unsubscribe an existing contact. [See the docs here](https://api.vision6.com/#update-contacts),TRUE,TRUE,FALSE +vision6-subscribe-contact,Subscribe Contact,Subscribe an existing contact. [See the docs here](https://api.vision6.com/#update-contacts),TRUE,TRUE,FALSE +vision6-reactivate-contact,Reactivate Contact,Reactivate an existing contact. [See the docs here](https://api.vision6.com/#update-contacts),TRUE,TRUE,FALSE +vision6-delete-contact,Delete Contact,Delete a contact. [See the docs here](https://api.vision6.com/#delete-contacts),TRUE,TRUE,FALSE +vision6-deactivate-contact,Deactivate Contact,Deactivate an existing contact. [See the docs here](https://api.vision6.com/#update-contacts),TRUE,TRUE,FALSE +vision6-create-contact,Create Contact,Create a new contact. [See the docs here](https://api.vision6.com/#create-a-single-contact),FALSE,TRUE,FALSE +transform-submit-form,Submit Form,Submit a form via JSON. [See the docs](https://documentation.alphasoftware.com/TransFormDocumentation/pages/Ref/API/CreateNewFormInstance.xml). For a better user experience use the [Alpha TransForm Mobile App](https://www.alphasoftware.com/transform-tutorial-part2).,FALSE,TRUE,FALSE +klaviyo-get-lists,Get Lists,Get a listing of all of the lists in an account. [See the docs here](https://developers.klaviyo.com/en/v1-2/reference/get-lists),FALSE,TRUE,TRUE +xero_accounting_api-find-contact,"Find contact. Optionally, create one if none are found","Finds a contact by name or account number. Optionally, create one if none are found. [See the docs here](https://developer.xero.com/documentation/api/accounting/contacts/#get-contacts)",FALSE,TRUE,FALSE +siteleaf-create-document,Create Document,Create a new document. [See the docs here](https://learn.siteleaf.com/api/documents/#create-a-document),FALSE,TRUE,FALSE +ragic-update-record,Update Record,Updates a record. [See the docs.](https://www.ragic.com/intl/en/doc-api/16/Modifying-an-Entry),TRUE,TRUE,FALSE +ragic-create-record,Create Record,Creates a record. [See the docs.](https://www.ragic.com/intl/en/doc-api/15/Creating-a-New-Entry),FALSE,TRUE,FALSE +getresponse-find-contact,Find Contact,Finds a contact by filters. [See the docs here](https://apireference.getresponse.com/?_ga=2.47520738.499257728.1666974700-2116668472.1666974700&_gl=1*1f3h009*_ga*MjExNjY2ODQ3Mi4xNjY2OTc0NzAw*_ga_EQ6LD9QEJB*MTY2Njk3NzM0Ny4yLjEuMTY2Njk3ODQ3OS4zNi4wLjA.#operation/getContactList),FALSE,TRUE,TRUE +getresponse-find-campaign-list,Find Campaign List,Finds a campaign list by filters. [See the docs here](https://apireference.getresponse.com/?_ga=2.250017859.499257728.1666974700-2116668472.1666974700&_gl=1*8rz7cc*_ga*MjExNjY2ODQ3Mi4xNjY2OTc0NzAw*_ga_EQ6LD9QEJB*MTY2Njk3NzM0Ny4yLjEuMTY2Njk3OTc1Mi42MC4wLjA.#operation/getCampaignList),FALSE,TRUE,TRUE +getresponse-create-or-update-contact,Create or Update Contact,Creates or updates a contact if already exists. [See the docs here](https://apireference.getresponse.com/?_ga=2.47520738.499257728.1666974700-2116668472.1666974700&_gl=1*1f3h009*_ga*MjExNjY2ODQ3Mi4xNjY2OTc0NzAw*_ga_EQ6LD9QEJB*MTY2Njk3NzM0Ny4yLjEuMTY2Njk3ODQ3OS4zNi4wLjA.#operation/updateContact),TRUE,TRUE,FALSE +getresponse-create-newsletter,Create Newsletter,Creates a new newsletter and puts it in a queue to send. [See the docs here](https://apireference.getresponse.com/?_ga=2.47520738.499257728.1666974700-2116668472.1666974700&_gl=1*1f3h009*_ga*MjExNjY2ODQ3Mi4xNjY2OTc0NzAw*_ga_EQ6LD9QEJB*MTY2Njk3NzM0Ny4yLjEuMTY2Njk3ODQ3OS4zNi4wLjA.#operation/createNewsletter),FALSE,TRUE,FALSE +getresponse-create-contact,Create Contact,Creates a contact. [See the docs here](https://apireference.getresponse.com/?_ga=2.47520738.499257728.1666974700-2116668472.1666974700&_gl=1*1f3h009*_ga*MjExNjY2ODQ3Mi4xNjY2OTc0NzAw*_ga_EQ6LD9QEJB*MTY2Njk3NzM0Ny4yLjEuMTY2Njk3ODQ3OS4zNi4wLjA.#operation/createContact),FALSE,TRUE,FALSE +activecampaign-get-contact-by-email,Get contact by email,Retrieves contact data from the ActiveCampaign CRM by email address. See the docs [here](https://developers.activecampaign.com/reference/list-all-contacts).,FALSE,TRUE,TRUE +supportivekoala-create-image,Create an Image,Creates an image based on a template. [See the docs here](https://developers.supportivekoala.com/#create_image),FALSE,TRUE,FALSE +sendbird-send-message,Send message,Sends a message to a channel. [See the docs here](https://sendbird.com/docs/chat/v3/platform-api/message/messaging-basics/send-a-message),FALSE,TRUE,FALSE +sendbird-list-messages,List messages,Retrieves a list of past messages of a specific channel. [See the docs here](https://sendbird.com/docs/chat/v3/platform-api/message/messaging-basics/list-messages),FALSE,TRUE,FALSE +ipinfo_io-lookup-ip,Lookup Ip,Lookup an IP. [See docs here](https://ipinfo.io/developers#ip-address-parameter),FALSE,TRUE,TRUE +ipinfo_io-lookup-asn,Lookup ASN,Lookup an ASN. [See docs here](https://ipinfo.io/developers/asn),FALSE,TRUE,TRUE +transistor_fm-create-subscriber,Create subscriber,Create a subscriber. [See the docs here](https://developers.transistor.fm/#subscribers),FALSE,TRUE,FALSE +printful_oauth-create-order,Create Order,Creates an order. [See docs here](https://developers.printful.com/docs/#operation/createOrder),FALSE,TRUE,FALSE +waitwhile-update-customer,Update Customer,Update a customer. [See the doc here](https://developers.waitwhile.com/reference/postcustomerscustomerid),TRUE,TRUE,FALSE +waitwhile-update-customer-note-entry,Update Customer Note Entry,Update a customer note entry. [See the doc here](https://developers.waitwhile.com/reference/postcustomerscustomeridnotesnoteid),TRUE,TRUE,FALSE +waitwhile-search-customers,Search Customers,Search for customers. [See the doc here](https://developers.waitwhile.com/reference/searchcustomers),FALSE,TRUE,TRUE +waitwhile-retrieve-user-invite,Retrieve User Invite,Retrieve a user invite. [See the doc here](https://developers.waitwhile.com/reference/getinvitesinviteid),FALSE,TRUE,FALSE +waitwhile-retrieve-customer,Retrieve Customer,Retrieve a customer. [See the doc here](https://developers.waitwhile.com/reference/getcustomerscustomerid),FALSE,TRUE,TRUE +waitwhile-resend-user-invite,Resend User Invite,Resend a user invite. [See the doc here](https://developers.waitwhile.com/reference/postinvitesinviteidresend),FALSE,TRUE,FALSE +waitwhile-remove-user-invite,Remove User Invite,Remove a user invite. [See the doc here](https://developers.waitwhile.com/reference/deleteinvitesinviteid),TRUE,TRUE,FALSE +waitwhile-remove-customer,Remove Customer,Remove a customer. [See the doc here](https://developers.waitwhile.com/reference/deletecustomerscustomerid),TRUE,TRUE,FALSE +waitwhile-list-user-invites,List User Invites,List of user invites. [See the doc here](https://developers.waitwhile.com/reference/listinvites),FALSE,TRUE,TRUE +waitwhile-list-customers,List Customers,List of customers. [See the doc here](https://developers.waitwhile.com/reference/listcustomers),FALSE,TRUE,TRUE +waitwhile-list-customer-note-entries,List Customer Note Entries,List customer note entries. [See the doc here](https://developers.waitwhile.com/reference/getcustomerscustomeridnotes),FALSE,TRUE,TRUE +waitwhile-import-customers,Import Customers,Import customers. [See the doc here](https://developers.waitwhile.com/reference/postcustomersimport),FALSE,TRUE,FALSE +waitwhile-get-customer-note-id,Get Customer Note Id,Get customer note by ID. [See the doc here](https://developers.waitwhile.com/reference/getcustomerscustomeridnotescustomernoteid),FALSE,TRUE,TRUE +waitwhile-export-customers,Export Customers,Export Customers to CSV or JSON format. [See the doc here](https://developers.waitwhile.com/reference/getcustomersexport),FALSE,TRUE,TRUE +waitwhile-delete-customer-note-entry,Delete Customer Note Entry,Delete a customer note entry. [See the doc here](https://developers.waitwhile.com/reference/deletecustomerscustomeridnotesnoteid),TRUE,TRUE,FALSE +waitwhile-create-user-invite,Create User Invite,Create a user invite. [See the doc here](https://developers.waitwhile.com/reference/postinvites),FALSE,TRUE,FALSE +waitwhile-create-customer,Create Customer,Create a customer. [See the doc here](https://developers.waitwhile.com/reference/postcustomers),FALSE,TRUE,FALSE +waitwhile-add-customer-note-entry,Add Customer Note Entry,Add a customer note entry. [See the doc here](https://developers.waitwhile.com/reference/postcustomerscustomeridnotes),FALSE,TRUE,FALSE +kucoin_futures-generic-api-call,Kucoin Futures Generic API Call,Make any API call for Kucoin Futures as per the documentation.See docs [here](https://docs.kucoin.com/futures/#general),FALSE,TRUE,FALSE +phaxio-send-fax,Send Fax,Sends a fax. [See docs here](https://www.phaxio.com/docs/api/v2.1/faxes/create_and_send_fax),FALSE,TRUE,FALSE +activecampaign-update-deal,Update Deal,Updates an existing deal. See the docs [here](https://developers.activecampaign.com/reference/update-a-deal-new).,TRUE,TRUE,FALSE +activecampaign-tag-contact,Tag Contact,Tags a contact. See the docs [here](https://developers.activecampaign.com/reference/create-contact-tag).,FALSE,TRUE,FALSE +activecampaign-remove-tag-from-contact,Remove Contact Tag,Removes a tag from a contact. See the docs [here](https://developers.activecampaign.com/reference/remove-a-contacts-tag),TRUE,TRUE,FALSE +activecampaign-list-campaigns,List Campaigns,List Campaigns. See the docs [here](https://developers.activecampaign.com/reference#list-all-campaigns).,FALSE,TRUE,TRUE +activecampaign-list-all-contacts,List All Contacts,Retrieve all existing contacts. See the docs [here](https://developers.activecampaign.com/reference/list-all-contacts).,FALSE,TRUE,TRUE +activecampaign-get-tags-for-contact,Get Contact Tags,Get Contact Tags.,FALSE,TRUE,TRUE +activecampaign-get-deal,Get Deal,Retrieves an existing deal. See the docs [here](https://developers.activecampaign.com/reference/retrieve-a-deal),FALSE,TRUE,TRUE +activecampaign-get-contact,Get Contact,Retrieves an existing contact. See the docs [here](https://developers.activecampaign.com/reference/get-contact).,FALSE,TRUE,TRUE +activecampaign-get-all-lists,Get All Lists,Retrieves all lists. See the docs [here](https://developers.activecampaign.com/reference/retrieve-all-lists),FALSE,TRUE,TRUE +activecampaign-find-deal,Find Deal,Finds an existing deal by search field. See the docs [here](https://developers.activecampaign.com/reference/list-all-deals),FALSE,TRUE,TRUE +activecampaign-find-contact,Find Contact,Finds a contact. See the docs [here](https://developers.activecampaign.com/reference/list-all-contacts).,FALSE,TRUE,TRUE +activecampaign-create-tracked-event,Create Tracked Event,Tracks an event using event tracking. See the docs [here](https://developers.activecampaign.com/reference/track-event).,FALSE,TRUE,FALSE +activecampaign-create-note,Create Note,"Adds a note, arbitrary information to a contact, deal, or other Active Campaign objects. See the docs [here](https://developers.activecampaign.com/reference/create-a-note).",FALSE,TRUE,FALSE +activecampaign-create-deal,Create Deal,Creates a new deal. See the docs [here](https://developers.activecampaign.com/reference/create-a-deal-new).,FALSE,TRUE,FALSE +activecampaign-create-account,Create Account,Create a new account. See the docs [here](https://developers.activecampaign.com/reference#create-an-account-new).,FALSE,TRUE,FALSE +activecampaign-add-contact-to-automation,Add Contact to Automation,Adds an existing contact to an existing automation. See the docs [here](https://developers.activecampaign.com/reference/create-new-contactautomation).,FALSE,TRUE,FALSE +printavo-update-customer,Update Customer,Update a new customer. [See the docs here](https://printavo.docs.apiary.io/#reference/customers/customer/customer-update),TRUE,TRUE,FALSE +printavo-search-customers,Search Customers,Search customers. [See the docs here](https://printavo.docs.apiary.io/#reference/customers/customers-collection/customers-search),FALSE,TRUE,TRUE +printavo-delete-customer,Delete Customer,Delete a customer. [See the docs here](https://printavo.docs.apiary.io/#reference/customers/customer/customer-delete),TRUE,TRUE,FALSE +printavo-create-customer,Create Customer,Create a new customer. [See the docs here](https://printavo.docs.apiary.io/#reference/customers/customers-collection/customer-create),FALSE,TRUE,FALSE +vbout-update-contact,Update Contact,This action updates a specific contact. [See the docs here](https://developers.vbout.com/docs#emailmarketing_editcontact),TRUE,TRUE,FALSE +vbout-unsubscribe-contact,Unsubscribe Contact,This action unsubscribes a specific contact from a list. [See the docs here](https://developers.vbout.com/docs#emailmarketing_editcontact),TRUE,TRUE,FALSE +vbout-create-social-media-message,Create Social Media Message,This action creates a new post on social media. [See the docs here](https://developers.vbout.com/docs#socialmedia_addpost),FALSE,TRUE,FALSE +vbout-create-email-marketing-campaign,Create Email Marketing Campaign,This action creates a new email marketing campaign. [See the docs here](https://developers.vbout.com/docs#emailmarketing_addcampaign),FALSE,TRUE,FALSE +vbout-create-email-list,Create Email List,This action creates a new list. [See the docs here](https://developers.vbout.com/docs/1_0/#emailmarketing_addlist),FALSE,TRUE,FALSE +vbout-add-custom-event-to-contact,Add Custom Event To Contact,This action add a custom activity to the contact. [See the docs here](https://developers.vbout.com/docs#emailmarketing_addactivity),FALSE,TRUE,FALSE +vbout-add-contact-to-list,Add Contact To List,This action move a contact to a specific list. [See the docs here](https://developers.vbout.com/docs#emailmarketing_movecontact),FALSE,TRUE,FALSE +vbout-add-contact-to-list-by-email,Add Contact To List By Email,This action add a specific list to a contact. All emails having the same email text available in the provided list will be updated if exists [See the docs here](https://developers.vbout.com/docs#emailmarketing_synccontact),FALSE,TRUE,FALSE +bybit-generic-api-call,ByBit Generic API Call,Make any API call as per the documentation.[reference](https://bybit-exchange.github.io/docs/futuresV2/inverse/#t-introduction),FALSE,TRUE,FALSE +nectar_crm-create-task,Create Task,Created a new task. [See docs here](https://nectarcrm.docs.apiary.io/#reference/0/tarefas/criar),FALSE,TRUE,FALSE +nectar_crm-create-sale-opportunity,Create Sale Opportunity,Created a sale opportunity. [See docs here](https://nectarcrm.docs.apiary.io/#reference/0/oportunidades/criar),FALSE,TRUE,FALSE +nectar_crm-create-contact,Create Contact,Created a new contact. [See docs here](https://nectarcrm.docs.apiary.io/#reference/0/contatos/criar),FALSE,TRUE,FALSE +nectar_crm-create-appointment,Create Appointment,Created a new appointment. [See docs here](https://nectarcrm.docs.apiary.io/#reference/0/compromissos/criar),FALSE,TRUE,FALSE +mailboxvalidator-validate-email,Validate Email,Validate an email address [See docs here](https://www.mailboxvalidator.com/api-single-validation),FALSE,TRUE,TRUE +detrack-create-job,Create Job,Create a job [See docs here](https://detrackapiv2.docs.apiary.io/#reference/jobs/list-create/create),FALSE,TRUE,FALSE +productboard-update-feature,Update Feature,Update an existing feature. [See the docs here](https://developer.productboard.com/#operation/updateFeature),TRUE,TRUE,FALSE +productboard-list-features,List Features,List all features. [See the docs here](https://developer.productboard.com/#operation/getFeatures),FALSE,TRUE,TRUE +productboard-get-feature,Get Feature,Retrieve a feature by ID. [See the docs here](https://developer.productboard.com/#operation/getFeature),FALSE,TRUE,TRUE +productboard-create-note,Create Note,Create a new note. [See the docs here](https://developer.productboard.com/#operation/create_note),FALSE,TRUE,FALSE +productboard-create-feature,Create Feature,Create a new feature. [See the docs here](https://developer.productboard.com/#operation/createFeature),FALSE,TRUE,FALSE +splitwise-get-expenses,Get Expenses,"Gets expenses involving the current user, in reverse chronological order. [See docs here](https://dev.splitwise.com/#tag/expenses/paths/~1get_expenses/get)",FALSE,TRUE,TRUE +splitwise-get-expense-information,Get Expense Information,Gets an expense's information. [See docs here](https://dev.splitwise.com/#tag/expenses/paths/~1get_expense~1{id}/get).,FALSE,TRUE,TRUE +splitwise-create-expense,Create Expense,Creates a new expense. [See docs here](https://dev.splitwise.com/#tag/expenses/paths/~1create_expense/post),FALSE,TRUE,FALSE +customer_io-send-event-to,Send Event To,Sends an event to Customer.io. [See the docs here](https://customer.io/docs/api/#operation/track),FALSE,TRUE,FALSE +customer_io-send-event-to-customer-io,Send Event To Customer io,"Sends, tracks a customer event to Customer io. [See the docs here](https://customer.io/docs/api/#operation/track)",FALSE,TRUE,FALSE +customer_io-create-or-update-customer,Create or Update Customer,Creates or update a customer. [See the docs here](https://customer.io/docs/api/#apitrackcustomerscustomers_update),TRUE,TRUE,FALSE +customer_io-add-customers-to-segment,Add Customers to Segment,Add people to a manual segment by ID. You are limited to 1000 customer IDs per request. [See the docs here](https://www.customer.io/docs/api/#operation/add_to_segment),FALSE,TRUE,FALSE +bybit-linear-stop-order-search,ByBit Linear Stop Order Search,Query Conditional Order. [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-querycond),TRUE,TRUE,FALSE +bybit-linear-stop-order-replace,ByBit Linear Stop Order Replace,Replace conditional order. [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-replacecond),TRUE,TRUE,FALSE +bybit-linear-stop-order-list,ByBit Linear Stop Order List,List of conditional orders. [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-getcond),TRUE,TRUE,FALSE +bybit-linear-stop-order-create,ByBit Linear Stop Order Create,Place Conditional Order. [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-placecond),TRUE,TRUE,FALSE +bybit-linear-stop-order-cancel,ByBit Linear Stop Order Cancel,Cancel Conditional Order. [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-cancelcond),TRUE,TRUE,FALSE +bybit-linear-stop-order-cancel-all,ByBit Linear Stop Order Cancel All,Cancel All Conditional Orders. [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-cancelallcond),TRUE,TRUE,FALSE +bybit-linear-position-update-margin,ByBit Linear Position Update Margin,Add Reduce Margin. [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-addmargin),TRUE,TRUE,FALSE +bybit-linear-position-tpsl-switch,ByBit Linear Position TP/SL Switch Mode,"Switch mode between Full or Partial. When set to Partial, TP/SL orders may have a quantity less than the position size. This is set with the Trading-Stop endpoint. [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-switchpositionmode)",TRUE,TRUE,FALSE +bybit-linear-position-switch-mode,ByBit Linear Position Switch Mode,"If you are in One-Way Mode, you can only open one position on Buy or Sell side. If you are in Hedge Mode, you can open both Buy and Sell side positions simultaneously. +Supports switching between One-Way Mode and Hedge Mode at the coin level.. [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-marginswitch)",FALSE,TRUE,FALSE +bybit-linear-position-switch-isolated,ByBit Linear Position Switch Isolated,Switch Cross/Isolated; must set leverage value when switching from Cross to Isolated. [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-marginswitch),TRUE,TRUE,FALSE +bybit-linear-position-set-leverage,ByBit Linear Position Set Leverage,Set Leverage [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-setleverage),TRUE,TRUE,FALSE +bybit-linear-position-list,ByBit Linear Position List,Get Positions List [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-myposition),FALSE,TRUE,TRUE +bybit-linear-order-search,ByBit Linear Order Search,Query Active Order. [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-queryactive),FALSE,TRUE,TRUE +bybit-linear-order-replace,ByBit Linear Order Replace,Replace active order. [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-replaceactive),TRUE,TRUE,FALSE +bybit-linear-order-list,ByBit Linear Order List,List of active orders. [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-getactive),FALSE,TRUE,TRUE +bybit-linear-order-create,ByBit Linear Order Create,Place active order. [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-placeactive),FALSE,TRUE,FALSE +bybit-linear-order-cancel,ByBit Linear Order Cancel,Cancel Active Order. [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-cancelactive),TRUE,TRUE,FALSE +bybit-linear-order-cancel-all,ByBit Linear Order Cancel All,Cancel All Active Orders. [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-cancelallactive),TRUE,TRUE,FALSE +bybit-linear-market-recent-trading-records,ByBit Linear Market Recent Trading Records,Get recent trades.[reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-latestsymbolinfo),FALSE,TRUE,TRUE +bybit-linear-market-query-kline,ByBit Linear Market Query Kline,Get kline.[reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-querykline),FALSE,TRUE,TRUE +bybit-linear-market-previous-funding-rate,ByBit Linear Market Previous Funding Rate,"The funding rate is generated every 8 hours at 00:00 UTC, 08:00 UTC and 16:00 UTC. For example,if a request is sent at 12:00 UTC, the funding rate generated earlier that day at 08:00 UTC will be sent.[reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-query_liqrecords)",FALSE,TRUE,FALSE +bybit-generic-wallet-balance,ByBit Generic Wallet Balance,Get Wallet Balance.[reference](https://bybit-exchange.github.io/docs/futuresV2/inverse/#t-balance),FALSE,TRUE,TRUE +bybit-generic-market-tickers,ByBit Generic Market Tickers,Get the latest information for symbol. [reference](https://bybit-exchange.github.io/docs/futuresV2/inverse/#t-latestsymbolinfo),FALSE,TRUE,TRUE +bybit-generic-market-symbols,ByBit Generic Market Symbols,Get symbol info.[reference](https://bybit-exchange.github.io/docs/futuresV2/inverse/#t-querysymbol),FALSE,TRUE,TRUE +bybit-generic-market-order-book,ByBit Generic Market Order Book,Get Order Book.[reference](https://bybit-exchange.github.io/docs/futuresV2/inverse/#t-orderbook),FALSE,TRUE,TRUE +bybit-generic-market-open-interest,ByBit Generic Market Open Interest,"Gets the total amount of unsettled contracts. In other words, the total number of contracts held in open positions.[reference](https://bybit-exchange.github.io/docs/futuresV2/inverse/#t-marketopeninterest)",FALSE,TRUE,FALSE +bybit-generic-market-big-deal,ByBit Generic Market Big Deal,"Obtain filled orders worth more than 500,000 USD within the last 24h. [reference](https://bybit-exchange.github.io/docs/futuresV2/inverse/#t-marketbigdeal)",FALSE,TRUE,FALSE +bybit-generic-market-account-ratio,ByBit Generic Market Account Ratio,Gets the Bybit user accounts' long-short ratio.[reference](https://bybit-exchange.github.io/docs/futuresV2/inverse/#t-marketaccountratio),FALSE,TRUE,FALSE +amilia-list-accounts,List Accounts,List all (client) accounts in an organization. [See the docs here](https://www.amilia.com/ApiDocs/v3org#GetAccounts),FALSE,TRUE,TRUE +amilia-get-account,Get Account,Get an (client) account in your organization. [See the docs here](https://www.amilia.com/ApiDocs/v3org#GetAnAccount),FALSE,TRUE,TRUE +google_workspace-list-all-activities,List All Activities,Retrieves a report of all administrative activities done for an account. [See the docs](https://developers.google.com/admin-sdk/reports/v1/guides/manage-audit-admin#get_account_events) for more information,FALSE,TRUE,TRUE +google_workspace-list-activities-by-event-name,List Activities By Event Name,Retrieves a report of all activities for a specific event name. [See the docs](https://developers.google.com/admin-sdk/reports/v1/guides/manage-audit-admin#get_all_events) for more information,FALSE,TRUE,TRUE +google_workspace-list-activities-by-event-and-admin,List Activities By Event Name and Admin,Retrieves a report of all activities for a specific event name and admin. [See the docs](https://developers.google.com/admin-sdk/reports/v1/guides/manage-audit-admin#get_admin_event) for more information,FALSE,TRUE,TRUE +google_workspace-list-activities-by-admin,List Activities By Admin,Retrieves a report of all Admin console activities done by a specific administrator. [See the docs](https://developers.google.com/admin-sdk/reports/v1/guides/manage-audit-admin#get_admin_events) for more information,FALSE,TRUE,TRUE +pcloud-upload-file,Upload File,Upload a file to the specified folder. [See the docs here](https://docs.pcloud.com/methods/file/uploadfile.html),FALSE,TRUE,FALSE +pcloud-rename-folder,Rename Folder,Renames a folder. [See the docs here](https://docs.pcloud.com/methods/folder/renamefolder.html),TRUE,TRUE,FALSE +pcloud-rename-file,Rename File,Renames a file. [See the docs here](https://docs.pcloud.com/methods/file/renamefile.html),TRUE,TRUE,FALSE +pcloud-move-folder,Move Folder,Moves a folder to the specified destination. [See the docs here](https://docs.pcloud.com/methods/folder/renamefolder.html),FALSE,TRUE,FALSE +pcloud-move-file,Move File,Moves a file to the specified destination. [See the docs here](https://docs.pcloud.com/methods/file/renamefile.html),FALSE,TRUE,FALSE +pcloud-list-contents,List Contents,Get the contents of the specified folder. [See the docs here](https://docs.pcloud.com/methods/folder/listfolder.html),FALSE,TRUE,TRUE +pcloud-download-files,Download File(s),Download one or more files to a folder. [See the docs here](https://docs.pcloud.com/methods/file/downloadfile.html),FALSE,TRUE,TRUE +pcloud-create-folder,Create Folder,Create a folder in the specified folder. [See the docs here](https://docs.pcloud.com/methods/folder/createfolder.html),FALSE,TRUE,FALSE +pcloud-copy-folder,Copy Folder,Copy a folder to the specified folder. [See the docs here](https://docs.pcloud.com/methods/folder/copyfolder.html),FALSE,TRUE,FALSE +pcloud-copy-file,Copy File,Copy a file to the specified destination. [See the docs here](https://docs.pcloud.com/methods/file/copyfile.html),FALSE,TRUE,FALSE +mailgun-send-email,Send Email,Send email with Mailgun. [See the docs here](https://documentation.mailgun.com/en/latest/api-sending.html#sending),FALSE,TRUE,FALSE +neverbounce-verify-email-address,Verify Email Address,Verify an email address [See docs here](https://developers.neverbounce.com/docs/verifying-an-email),FALSE,TRUE,TRUE +smtp2go-send-single-email,Send Single Email,Send a single email with SMTP2GO [(See docs here)](https://apidoc.smtp2go.com/documentation/#/POST%20/email/send),FALSE,TRUE,FALSE +smtp2go-send-single-email-with-template,Send Single Email with Template,Send a single email with SMTP2GO using a pre-defined template and data object [(See docs here)](https://apidoc.smtp2go.com/documentation/#/POST%20/email/send),FALSE,TRUE,FALSE +apitemplate_io-list-objects,List Generated Objects,Retrieves all the generated PDFs and images. [See the docs](https://apitemplate.io/apiv2/#tag/API-Integration/operation/list-objects) for more information,FALSE,TRUE,TRUE +apitemplate_io-delete-object,Delete an Object,Delete a PDF or an image from CDN and mark the transaction as deleted. [See the docs](https://apitemplate.io/apiv2/#tag/API-Integration/operation/delete-object) for more information,TRUE,TRUE,FALSE +apitemplate_io-create-pdf,Create a PDF,Create a PDF file with JSON data and your template. [See the docs](https://apitemplate.io/apiv2/#tag/API-Integration/operation/create-pdf) for more information,FALSE,TRUE,FALSE +apitemplate_io-create-image,Create an Image,Create a JPEG file(along with PNG) with JSON data and your template. [See the docs](https://apitemplate.io/apiv2/#tag/API-Integration/operation/create-image) for more information,FALSE,TRUE,FALSE +apitemplate_io-account-information,Account Information,Retrieves information about your account. [See the docs](https://apitemplate.io/apiv2/) for more information,FALSE,TRUE,FALSE +docupilot-create-document,Create Document,Create a document [See docs here](https://help.docupilot.app/create-document/api-and-webhook-integration#api-integration),FALSE,TRUE,FALSE +verdict_as_a_service-request-verdict-for-file,Request Verdict For A File,Scans a file for malware and other threats. [See the docs here](https://github.com/GDATASoftwareAG/vaas/tree/main/typescript#request-a-verdict),FALSE,TRUE,FALSE +yanado-update-task,Update Task,Update a new task. [See the docs](https://api.yanado.com/docs/?javascript#update-task),TRUE,TRUE,FALSE +yanado-find-tasks,Find Tasks,Find tasks in a list. [See the docs](https://api.yanado.com/docs/?javascript#tasks),FALSE,TRUE,TRUE +yanado-create-task,Create Task,Create a new task. [See the docs](https://api.yanado.com/docs/?javascript#create-task),FALSE,TRUE,FALSE +liveagent-create-customer,Create Customer,Creates a customer. [See docs here](https://pipedream.ladesk.com/docs/api/v3/#/contacts/createContact),FALSE,TRUE,FALSE +zenler-unenroll-user,Unenroll User,Unenrolls a user from a course. [See the docs here](https://www.newzenler.com/api/documentation/public/api-doc.html#faaadc39-5702-bb2c-640f-c76a47c26f82),FALSE,TRUE,FALSE +zenler-subscribe-funnel,Subscribe Funnel,Subscribes to a funnel. [See the docs here](https://www.newzenler.com/api/documentation/public/api-doc.html#subscribe_to_funnel),TRUE,TRUE,FALSE +zenler-register-live-webinar,Register Live Webinar,Registers a live webinar. [See the docs here](https://www.newzenler.com/api/documentation/public/api-doc.html#1966fea2-8274-49bd-f96d-54c215f9d302),FALSE,TRUE,FALSE +zenler-register-live-class,Register Live Class,Registers a live class. [See the docs here](https://www.newzenler.com/api/documentation/public/api-doc.html#1966fea2-8274-49bd-f96d-54c215f9d301),FALSE,TRUE,FALSE +zenler-enroll-user,Enroll User,Enrolls a user to a course. [See the docs here](https://www.newzenler.com/api/documentation/public/api-doc.html#faaadc39-5702-bb2c-640f-c76a47c26f81),FALSE,TRUE,FALSE +zenler-create-user,Create User,Creates a user. [See the docs here](https://www.newzenler.com/api/documentation/public/api-doc.html#d350a2f6-bc29-b363-6724-681535bc03e0),FALSE,TRUE,FALSE +pipefy-update-table,Update Table,Updates a table. [See the docs here](https://api-docs.pipefy.com/reference/mutations/updateTableRecord/),TRUE,TRUE,FALSE +pipefy-update-table-record,Update Table Record,Updates a table record. [See the docs here](https://api-docs.pipefy.com/reference/mutations/updateTable/),TRUE,TRUE,FALSE +pipefy-update-card,Update Card,Updates an existing card. [See the docs here](https://api-docs.pipefy.com/reference/mutations/updateCard/),TRUE,TRUE,FALSE +pipefy-update-card-field,Update Card Field,Updates a Card Field in a Pipe. [See the docs here](https://api-docs.pipefy.com/reference/mutations/updateCardField/),TRUE,TRUE,FALSE +pipefy-look-up-table-by-id,Look Up Table by ID,Looks up a database table by its ID. [See the docs here](https://api-docs.pipefy.com/reference/queries/#table),FALSE,TRUE,FALSE +pipefy-look-up-pipe-by-id,Look up Pipe by ID,Lookup a pipe by its ID. [See the docs here](https://api-docs.pipefy.com/reference/queries/#pipe),FALSE,TRUE,TRUE +pipefy-look-up-phase-by-id,Look Up Phase By Id,Looks up a phase by its ID. [See the docs here](https://api-docs.pipefy.com/reference/queries/#phase),FALSE,TRUE,FALSE +pipefy-look-up-card-by-id,Look up Card by ID,Looks up a card by its ID. [See the docs here](https://api-docs.pipefy.com/reference/queries/#card),FALSE,TRUE,FALSE +pipefy-get-table-records,Get Table Records,Fetches all records in a table. [See the docs here](https://api-docs.pipefy.com/reference/queries/#table_records),FALSE,TRUE,TRUE +pipefy-get-current-user,Get Current User,Gets information of the current authenticated user. [See the docs here](https://api-docs.pipefy.com/reference/queries/me),FALSE,TRUE,TRUE +pipefy-get-all-cards,Get All Cards,Fetches all cards in a pipe. [See the docs here](https://api-docs.pipefy.com/reference/queries/#allCards),FALSE,TRUE,TRUE +pipefy-delete-card,Delete Card,Deletes a card. [See the docs here](https://api-docs.pipefy.com/reference/mutations/deleteCard/),TRUE,TRUE,FALSE +pipefy-create-table-record,Create Table Record,Creates a new table record. [See the docs here](https://api-docs.pipefy.com/reference/mutations/createTableRecord/),FALSE,TRUE,FALSE +pipefy-create-pipe,Create Pipe,Creates a pipe. [See the docs here](https://api-docs.pipefy.com/reference/mutations/createPipe/),FALSE,TRUE,FALSE +pipefy-create-card,Create Card,Create a new Card in a Pipe. [See the docs here](https://api-docs.pipefy.com/reference/mutations/createCard/),FALSE,TRUE,FALSE +ninox-update-record,Update Record,Updates a record. [See docs here](https://docs.ninox.com/en/api/private-cloud-apis#create-update-multiple-records-with-post),TRUE,TRUE,FALSE +ninox-create-record,Create Record,Creates a record. [See docs here](https://docs.ninox.com/en/api/private-cloud-apis#create-update-multiple-records-with-post),TRUE,TRUE,FALSE +waiverforever-create-waiver-request,Create Waiver Request,Create waiver request. [See the docs here](https://docs.waiverforever.com/?javascript--nodejs#create-waiver-request),FALSE,TRUE,FALSE +helper_functions-xml-to-json,XML to JSON,See [xml-js](https://github.com/nashwaan/xml-js),FALSE,TRUE,FALSE +pocket-save-to-later,Save To Later,"Save articles, videos, images and URLs to your Pocket list. [See docs here](https://getpocket.com/developer/docs/v3/add)",FALSE,TRUE,FALSE +qstash-verify-webhook,Verify Webhook,Verify an incoming QStash webhook to an endpoint. Only to be used with the **Publish Endpoint** action.,FALSE,TRUE,TRUE +qstash-publish-topic-message,Publish Topic Message,Publish a message to a topic,FALSE,TRUE,FALSE +qstash-publish-endpoint-message,Publish Endpoint Message,Publish a message a callback endpoint,FALSE,TRUE,FALSE +qstash-list-topics,List Topics,List all your existing QStash topics.,FALSE,TRUE,TRUE +qstash-list-endpoints,List Endpoints,Lists all your existing QStash endpoints.,FALSE,TRUE,TRUE +qstash-create-topic,Create Topic,Create a new QStash topic that emits to multiple endpoints.,FALSE,TRUE,FALSE +qstash-create-endpoint,Create Endpoint,Create a new HTTP endpoint on a QStash topic.,FALSE,TRUE,FALSE +repuso-add-invite-request,Add Invite Request,Add an invite request [See docs here](https://documenter.getpostman.com/view/4975691/TzzGFYg3#f417c9ce-2376-495c-85c3-bdcfc204eee2),FALSE,TRUE,FALSE +rebrandly-update-link,Update Link,Updates a link. [See docs here](https://developers.rebrandly.com/docs/update-a-link),TRUE,TRUE,FALSE +rebrandly-create-link,Create Link,Creates a link. [See docs here](https://developers.rebrandly.com/docs/create-a-new-link),FALSE,TRUE,FALSE +woodpecker_co-stop-follow-ups,Stop Follow-Ups,This action updates a prospect to stop receiving follow-ups. [See the docs here](https://woodpecker.co/help/api-managing-prospects/),TRUE,TRUE,FALSE +woodpecker_co-find-prospect-email,Find Prospect's email,This action searches a specific prospect. [See the docs here](https://woodpecker.co/help/api-managing-prospects/),FALSE,TRUE,TRUE +woodpecker_co-create-update-prospect,Create Or Update Prospect,This action creates/updates a prospect. [See the docs here](https://woodpecker.co/help/api-managing-prospects/),TRUE,TRUE,FALSE +woodpecker_co-create-update-prospect-in-campaign,Create Or Update Prospect In Campaign,This action creates/updates a prospect in a campaign. [See the docs here](https://woodpecker.co/help/api-managing-prospects/),TRUE,TRUE,FALSE +rise-find-users,Find Users,Find a list of users. [See docs here](https://help.rise.com/en/articles/4177145-users-api),FALSE,TRUE,TRUE +rise-find-invitations,Find Invitations,Find a list of invitations. [See docs here](https://help.rise.com/en/articles/4177042-invitations-api),FALSE,TRUE,TRUE +rise-create-invitation,Create Invitation,Creates a invitation. [See docs here](https://help.rise.com/en/articles/4177042-invitations-api),FALSE,TRUE,FALSE +alpaca-list-positions,List Positions,"Retrieves a list of the account’s open positions, [See the docs](https://alpaca.markets/docs/api-references/trading-api/positions/#get-open-positions)",FALSE,TRUE,FALSE +alpaca-list-orders,List Orders,"Retrieves a list of orders for the account, filtered by the supplied query parameters, if no filter given all will be returned, [See the docs](https://alpaca.markets/docs/api-references/trading-api/orders/#get-a-list-of-orders)",FALSE,TRUE,TRUE +alpaca-get-account-info,Get Account Info,"Returns the account info, [See the docs](https://alpaca.markets/docs/api-references/trading-api/account/)",FALSE,TRUE,TRUE +alpaca-close-position,Close Position,"Closes (liquidates) the account’s open position. Works for both long and short positions, [See the docs](https://alpaca.markets/docs/api-references/trading-api/positions/#close-a-position)",TRUE,TRUE,FALSE +alpaca-close-all-positions,Close All Positions,"Closes (liquidates) all of the account’s open long and short positions. A response will be provided for each order that is attempted to be cancelled. If an order is no longer cancelable, the server will reject the request, [See the docs](https://alpaca.markets/docs/api-references/trading-api/positions/#close-all-positions)",TRUE,TRUE,FALSE +alpaca-cancel-order,Cancel Order,"Attempts to cancel an open order. If the order is no longer cancelable (example: status=`filled`), the server will reject the request, [See the docs](https://alpaca.markets/docs/api-references/trading-api/orders/#cancel-an-order)",TRUE,TRUE,FALSE +alpaca-cancel-all-orders,Cancel All Orders,"Attempts to cancel all open orders. A response will be provided for each order that is attempted to be cancelled. If an order is no longer cancelable, the server reject the request, [See the docs](https://alpaca.markets/docs/api-references/trading-api/orders/#cancel-all-orders)",TRUE,TRUE,FALSE +pikaso-screenshot-tweet,Screenshot Tweet,With the Pikaso API you can automate creating screenshots from tweets. [See the docs](https://pikaso.me/api) for more information,FALSE,TRUE,FALSE +smaily-update-subscriber,Update Subscriber,Updates a subscriber. [See docs here](https://smaily.com/help/api/subscribers-2/create-and-update-subscribers/),TRUE,TRUE,FALSE +smaily-run-automation-workflow,Run Automation Workflow,Send Automation Workflow. [See docs here](https://smaily.com/help/api/automations-2/autoresponder),FALSE,TRUE,FALSE +sms-send-sms,Send SMS,"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.",FALSE,TRUE,FALSE +profitwell-update-subscription,Update Subscription,Upgrade/downgrade a subscription [See docs here](https://profitwellapiv2.docs.apiary.io/#/reference/manually-added-customers/updating-subscriptions/upgrade-downgrade-a-subscription),TRUE,TRUE,FALSE +profitwell-get-customer-info,Get Customer Info,Get data for a customer [See docs here](https://profitwellapiv2.docs.apiary.io/#/reference/customers/retrieving-a-customer-by-id),FALSE,TRUE,TRUE +profitwell-create-subscription,Create Subscription,Create a subscription [See docs here](https://profitwellapiv2.docs.apiary.io/#/reference/manually-added-customers/creating-subscriptions/create-a-subscription),FALSE,TRUE,FALSE +profitwell-churn-subscription,Churn Subscription,Churn a subscription [See docs here](https://profitwellapiv2.docs.apiary.io/#/reference/manually-added-customers/updating-subscriptions/churn-a-subscription),FALSE,TRUE,FALSE +sendinblue-send-transactional-email,Send Transactional Email,Send transactional email. [See the docs](https://developers.sendinblue.com/reference/sendtransacemail) for more information.,FALSE,TRUE,FALSE +pdf_co-pdf-to-anything-converter,PDF to Anything Converter,"Convert PDF to CSV, JSON, Text, XLS, XLSX [See docs here](https://apidocs.pdf.co/12-pdf-to-csv)",FALSE,TRUE,TRUE +pdf_co-pdf-split-by-text-search,PDF Split Text Search,Split PDF by text search. [See docs here](https://apidocs.pdf.co/30-pdf-split),FALSE,TRUE,TRUE +pdf_co-pdf-split-by-pages,PDF Split by Page Index,Split PDF by page index. [See docs here](https://apidocs.pdf.co/30-pdf-split),TRUE,TRUE,FALSE +pdf_co-pdf-search-text,Search Text in PDF,Search text in PDF and get coordinates. Supports regular expressions. [See docs here](https://apidocs.pdf.co/07-pdf-search-text),FALSE,TRUE,TRUE +pdf_co-pdf-remove-security,Remove PDF security,Remove PDF security. [See docs here](https://apidocs.pdf.co/32-pdf-password-and-security),TRUE,TRUE,FALSE +pdf_co-pdf-merge,PDF Merge,Merge PDF from two or more PDF files into a new one. [See docs here](https://apidocs.pdf.co/31-pdf-merge),FALSE,TRUE,FALSE +pdf_co-pdf-info-reader,PDF Info Reader,"Get detailed information about the PDF document, properties and security permissions. [See docs here](https://apidocs.pdf.co/02-pdf-info-reader)",FALSE,TRUE,TRUE +pdf_co-pdf-find-table,PDF Find Table,AI powered document analysis can scan your document for tables and return the array of tables on pages with coordinates and information about columns detected in these tables. [See docs here](https://apidocs.pdf.co/07-1-pdf-find-table),FALSE,TRUE,TRUE +pdf_co-pdf-add-security,Add PDF security,Add PDF security. [See docs here](https://apidocs.pdf.co/32-pdf-password-and-security),FALSE,TRUE,FALSE +pdf_co-html-to-pdf-converter,HTML to PDF Converter,Convert HTML code snippet into full featured PDF. [See docs here](https://apidocs.pdf.co/25-pdf-from-html-html-to-pdf),FALSE,TRUE,TRUE +pdf_co-document-toggle-searchable,Document Toggle Searchable,"Turn PDF and scanned JPG, PNG images into text-searchable PDF or text-unsearchable. [See docs here](https://apidocs.pdf.co/11-pdf-make-text-searchable-or-unsearchable)",FALSE,TRUE,FALSE +pdf_co-document-parser,Document Parser,"Document Parser can automatically parse PDF, JPG, PNG document to extract fields, tables, values, barcodes from invoices, statements, orders and other PDF and scanned documents. [See docs here](https://apidocs.pdf.co/01-document-parser)",FALSE,TRUE,TRUE +pdf_co-document-classifier,Document Classifier,Auto classification of incoming documents. [See docs here](https://apidocs.pdf.co/01-1-document-classifier),FALSE,TRUE,FALSE +pdf_co-custom-api-call,Custom API Call,Custom API Call. [See docs here](https://apidocs.pdf.co/),FALSE,TRUE,FALSE +pdf_co-barcode-reader,Barcode Reader,"Read barcodes from images and PDF. Can read all popular barcode types from QR Code and Code 128, EAN to DataMatrix, PDF417, GS1 and many other barcodes. [See docs here](https://apidocs.pdf.co/41-barcode-reader)",FALSE,TRUE,TRUE +pdf_co-barcode-generator,Barcode Generator,"Generate high quality barcode images. Supports QR Code, DataMatrix, Code 39, Code 128, PDF417 and many other barcode types. [See docs here](https://apidocs.pdf.co/40-barcode-generator)",FALSE,TRUE,TRUE +pdf_co-anything-to-pdf-converter,Anything to PDF Converter,"Convert CSV, XLS, XLSX, DOC, DOCX, RTF, TXT, XPS, JPG, PNG, TIFF, URL, EMAIL to PDF. [See docs here](https://apidocs.pdf.co/22-pdf-from-csv-csv-to-pdf)",FALSE,TRUE,TRUE +quickemailverification-verify-email-address,Verify Email Address,Verify an email address [See docs here](http://docs.quickemailverification.com/email-verification-api/verify-an-email-address),FALSE,TRUE,TRUE +supportbee-create-ticket,Create Ticket,Creates a client. [See docs here](https://supportbee.com/api#create_ticket),FALSE,TRUE,FALSE +upkeep-update-purchase-order,Update Purchase Order,"Update a Purchase Order, [See the docs](https://developers.onupkeep.com/#update-a-specific-purchase-order)",TRUE,TRUE,FALSE +upkeep-find-vendor,Find Vendor,"Finds vendors according to props configured, if no prop configured returns all vendors. Note: enterprise/business-plus plan access only. [See the docs](https://developers.onupkeep.com/#get-all-vendors)",FALSE,TRUE,TRUE +upkeep-find-user,Find User,"Finds users according to props configured, if no prop configured returns all users, [See the docs](https://developers.onupkeep.com/#get-all-users)",FALSE,TRUE,TRUE +upkeep-find-part,Find Part,"Finds parts according to props configured, if no prop configured returns all parts, [See the docs](https://developers.onupkeep.com/#get-all-parts)",FALSE,TRUE,TRUE +upkeep-find-location,Find Location,"Finds locations according to props configured, if no prop configured returns all locations, [See the docs](https://developers.onupkeep.com/#get-all-locations)",FALSE,TRUE,TRUE +upkeep-find-asset,Find Asset,"Finds assets according to props configured, if no prop configured returns all assets, [See the docs](https://developers.onupkeep.com/#get-all-assets)",FALSE,TRUE,TRUE +upkeep-create-work-order,Create Work Order,"Create a Work Order, [See the docs](https://developers.onupkeep.com/#create-a-work-order)",FALSE,TRUE,FALSE +upkeep-create-request,Create Request,"Create a Request, [See the docs](https://developers.onupkeep.com/#create-a-request)",FALSE,TRUE,FALSE +upkeep-create-purchase-order,Create Purchase Order,"Create a Purchase Order, [See the docs](https://developers.onupkeep.com/#purchase-orders)",FALSE,TRUE,FALSE +xperiencify-remove-tag-from-student,Remove Tag From Student,Remove a tag from a student. [See docs](https://howto.xperiencify.com/article.php?article=123#7),TRUE,TRUE,FALSE +xperiencify-remove-student-from-course,Remove Student from Course,Remove a student from a course. [See docs](https://howto.xperiencify.com/article.php?article=123#3),TRUE,TRUE,FALSE +xperiencify-remove-student-from-all-courses,Remove Student from all Courses,Remove a student from all courses. [See docs](https://howto.xperiencify.com/article.php?article=123#4),TRUE,TRUE,FALSE +xperiencify-add-tag-to-student,Add Tag To Student,Add a tag to a student. [See docs](https://howto.xperiencify.com/article.php?article=123#6),FALSE,TRUE,FALSE +xperiencify-add-student-to-course,Add Student to Course,Adds a student to a course. [See docs](https://howto.xperiencify.com/article.php?article=123#1),FALSE,TRUE,FALSE +wildberries-update-order-status,Update Order Status,Update a order status. [See docs here](https://suppliers-api.wildberries.ru/swagger/index.html#/Marketplace/put_api_v2_orders),TRUE,TRUE,FALSE +wildberries-list-orders,List Orders,Returns a list of orders. [See docs here](https://suppliers-api.wildberries.ru/swagger/index.html#/Marketplace/get_api_v2_orders),TRUE,TRUE,FALSE +wildberries-list-order-stickers,List Order Stickers,List order stickers. [See docs here](https://suppliers-api.wildberries.ru/swagger/index.html#/Marketplace/post_api_v2_orders_stickers),TRUE,TRUE,FALSE +tookan-create-pickup-task,Create Pickup Task,Create a pickup task [See docs here](https://tookanapi.docs.apiary.io/#reference/task/create-task/create-a-pickup-task),FALSE,TRUE,FALSE +tookan-create-pickup-and-delivery-task,Create Pickup And Delivery Task,Create a pickup and delivery task [See docs here](https://tookanapi.docs.apiary.io/#reference/task/create-task/create-a-pickup-and-delivery-task),FALSE,TRUE,FALSE +tookan-create-field-workforce-task,Create Field Workforce Task,Create a field workforce task [See docs here](https://tookanapi.docs.apiary.io/#reference/task/create-task/create-a-field-workforce-task),FALSE,TRUE,FALSE +tookan-create-delivery-task,Create Delivery Task,Create a delivery task [See docs here](https://tookanapi.docs.apiary.io/#reference/task/create-task/create-a-delivery-task),FALSE,TRUE,FALSE +tookan-create-appointment-task,Create Appointment Task,Create an appointment task [See docs here](https://tookanapi.docs.apiary.io/#reference/task/create-task/create-an-appointment-task),FALSE,TRUE,FALSE +formstack-get-form,Get Form,Get the details of the specified form. [See docs here](https://formstack.readme.io/docs/form-id-get),FALSE,TRUE,TRUE +formstack-create-form,Create Form,Create a new form in your account. [See docs here](https://formstack.readme.io/docs/form-post),FALSE,TRUE,FALSE +formstack-create-form-submission,Create Form Submission,Create a new submission for the specified form. [See docs here](https://formstack.readme.io/docs/form-id-submission-post),FALSE,TRUE,FALSE +pointagram-list-players,List Players,List all players. [See the docs here](https://www.pointagram.com/custom-integration-gamification/),FALSE,TRUE,TRUE +pointagram-create-player,Create Player,Create a new player. [See the docs here](https://www.pointagram.com/custom-integration-gamification/),FALSE,TRUE,FALSE +pointagram-add-points-to-player,Add Points to Player,Add points to a player. [See docs here](https://www.pointagram.com/points-score-series/),FALSE,TRUE,FALSE +timecamp-create-timeentry,Create Time Entry,Creates a time entry. [See docs here](https://developer.timecamp.com/docs/timecamp-api/b3A6NTY2NDIyOQ-create-time-entry),FALSE,TRUE,FALSE +timecamp-create-task,Create Task,Creates a task. [See docs here](https://developer.timecamp.com/docs/timecamp-api/b3A6NTg5ODUxMA-create-new-task),FALSE,TRUE,FALSE +esputnik-update-contact,Update Contact,Update an existing contact in eSputnik. [See the docs here](https://esputnik.com/api/methods.html#/v1/contact/{id}-PUT),TRUE,TRUE,FALSE +esputnik-subscribe-contact,Subscribe Contact,Create a new unverified contact in eSputnik. For use with double opt-in implementation. User will need to verify the email to confirm their subscription. [See the docs here](https://esputnik.com/api/methods.html#/v1/contact/subscribe-POST),TRUE,TRUE,FALSE +esputnik-send-event,Send Event,Send an event in eSputnik. [See the docs here](https://esputnik.com/api/methods.html#/v1/event-POST),FALSE,TRUE,FALSE +esputnik-create-contact,Create Contact,Create a new contact in eSputnik. [See the docs here](https://esputnik.com/api/methods.html#/v1/contact-POST),FALSE,TRUE,FALSE +lemlist-update-lead-in-a-campaign,Update Lead In Campaign,This action updates a lead in a specific campaign. If the lead doesn't exist a 404 error will be returned. [See the docs here](https://developer.lemlist.com/#update-a-lead-in-a-campaign),TRUE,TRUE,FALSE +lemlist-unsubscribe-lead-from-a-campaign,Unsubscribe Lead From Campaign,This action will unsubscribe a lead from all campaigns if he belongs to the specified campaign. [See the docs here](https://developer.lemlist.com/#unsubscribe-a-lead-from-a-campaign),TRUE,TRUE,FALSE +lemlist-resume-lead-from-all-campaigns,Resume Lead From All Campaigns,This action starts a specific lead using its email in all campaigns. [See the docs here](https://developer.lemlist.com/#resume-a-specific-lead-by-email),TRUE,TRUE,FALSE +lemlist-pause-lead-from-all-campaigns,Pause Lead From All Campaigns,This action pauses a specific lead using its email in all campaigns. [See the docs here](https://developer.lemlist.com/#pause-a-specific-lead-by-email),TRUE,TRUE,FALSE +lemlist-mark-lead-from-one-campaigns-as-notinterested,Mark Lead From One Campaigns As Not Interested,This action marks a specific lead as not interested using its email in a specific campaign. [See the docs here](https://developer.lemlist.com/#mark-as-not-interested-a-lead-in-a-specific-campaign),TRUE,TRUE,FALSE +lemlist-mark-lead-from-one-campaigns-as-interested,Mark Lead From One Campaigns As Interested,This action marks a specific lead as interested using its email in a specific campaign. [See the docs here](https://developer.lemlist.com/#mark-as-interested-a-lead-in-a-specific-campaign),TRUE,TRUE,FALSE +lemlist-mark-lead-from-all-campaigns-as-notinterested,Mark Lead From All Campaigns As Not Interested,This action marks a specific lead as not interested using its email in all campaigns. [See the docs here](https://developer.lemlist.com/#mark-as-not-interested-a-specific-lead-by-email),TRUE,TRUE,FALSE +lemlist-mark-lead-from-all-campaigns-as-interested,Mark Lead From All Campaigns As Interested,This action marks a specific lead as interested using its email in all campaigns. [See the docs here](https://developer.lemlist.com/#mark-as-interested-a-specific-lead-by-email),TRUE,TRUE,FALSE +lemlist-get-lead,Get Lead,This action retrieves all the information of a specific lead using its email. [See the docs here](https://developer.lemlist.com/#get-a-specific-lead-by-email),FALSE,TRUE,TRUE +lemlist-delete-lead-from-a-campaign,Delete Lead From Campaign,"This action deletes a lead from a specific campaign. All information, including statistics, will be deleted. [See the docs here](https://developer.lemlist.com/#delete-a-lead-from-a-campaign)",TRUE,TRUE,FALSE +lemlist-delete-email-from-unsubscribes,Delete An Email From Unsubscribes,This action deletes a lead in the unsubscribed list. [See the docs here](https://developer.lemlist.com/#delete-an-email-address-from-the-unsubscribes),TRUE,TRUE,FALSE +lemlist-add-lead-to-campaign,Add Lead To A Campaign,"This action adds a lead in a specific campaign. If the lead doesn't exist, it'll be created, then inserted to the campaign. The creator of the lead is the campaign's sender [See the docs here](https://developer.lemlist.com/#add-a-lead-in-a-campaign)",FALSE,TRUE,FALSE +lemlist-add-email-in-unsubscribes,Add Email In Unsubscribes,This action adds a lead in the unsubscribed list. [See the docs here](https://developer.lemlist.com/#add-an-email-address-in-the-unsubscribes),FALSE,TRUE,FALSE +textit-start-flow,Start Flow,Starts a flow. [See docs here](https://textit.in/api/v2/flow_starts),FALSE,TRUE,FALSE +zoho_mail-send-email,Send Email,Send an email. [See the docs here](https://www.zoho.com/mail/help/api/post-send-an-email.html),FALSE,TRUE,FALSE +zoho_mail-create-task,Create Task,Creates a new task. [See the docs here](https://www.zoho.com/mail/help/api/post-add-new-task.html),FALSE,TRUE,FALSE +bitly-update-bitlink,Update Bitlink,Updates fields in the specified link,TRUE,TRUE,FALSE +inksprout-list-summaries,List Summaries,List all summaries created. [See the docs](https://inksprout.co/docs/index.html#item-2-2).,TRUE,TRUE,FALSE +inksprout-create-summary,Create Summary,Create summary by either url or raw text. [See the docs](https://inksprout.co/docs/index.html#item-2-2).,TRUE,TRUE,FALSE +uploadcare-upload-file,Upload File,Upload a file. [See docs here](https://uploadcare.com/api-refs/upload-api/#operation/fromURLUpload),FALSE,TRUE,FALSE +zerotier-update-network-member,Update Network Member,"Update a specific member (node) within a network. Can authorize, rename, hide a member (as well as other updates). [See docs here](https://docs.zerotier.com/central/v1/#operation/updateNetworkMember)",TRUE,TRUE,FALSE +zerotier-get-user,Get User,Get a specific user. Returns a single user. [See docs here](https://docs.zerotier.com/central/v1/#operation/getUserByID),FALSE,TRUE,TRUE +zerotier-get-status,Get Account Status,Get the overall account status. Returns the overall status of the account tied to the API token in use. [See docs here](https://docs.zerotier.com/central/v1/#operation/getStatus),FALSE,TRUE,TRUE +zerotier-get-networks,Get Networks,Get all networks. Returns a list of Networks you have access to. [See docs here](https://docs.zerotier.com/central/v1/#operation/getNetworkList),FALSE,TRUE,TRUE +zerotier-get-network,Get Network,Get a specific network. Returns a single network. [See docs here](https://docs.zerotier.com/central/v1/#operation/getNetworkByID),FALSE,TRUE,TRUE +zerotier-get-network-nodes,Get Network Nodes,Get the nodes of a specific network. Returns a list of members (nodes) on the network. [See docs here](https://docs.zerotier.com/central/v1/#operation/getNetworkMemberList),FALSE,TRUE,TRUE +zerotier-get-network-node,Get Network Node,Get a specific node of a specific network. Returns an individual member (node) on a network. [See docs here](https://docs.zerotier.com/central/v1/#operation/getNetworkMember),FALSE,TRUE,TRUE +zerotier-delete-network-member,Delete Network Member,Delete a specific member (node) in a network. [See docs here](https://docs.zerotier.com/central/v1/#operation/deleteNetworkMember),TRUE,TRUE,FALSE +zerotier-create-network,Create A Network,Create a new network on your ZeroTier account. [See docs here](https://docs.zerotier.com/central/v1/#operation/newNetwork),FALSE,TRUE,FALSE +zerotier-authorize-network-member,Authorize Network Member,Authorize a specific member (node) in a network. [See docs here](https://docs.zerotier.com/central/v1/#operation/updateNetworkMember),FALSE,TRUE,FALSE +google_recaptcha-validate-recaptcha,Validate reCAPTCHA Response,Validate a Google reCAPTCHA request (v2 or v3). [See docs here](https://developers.google.com/recaptcha/docs/verify),FALSE,TRUE,TRUE +shipcloud-get-shipment-info,Get Shipment Info,Retrieve details for a shipment [See docs here](https://developers.shipcloud.io/reference/#getting-information-about-a-shipment),FALSE,TRUE,TRUE +shipcloud-create-shipment,Create Shipment,Create a shipment [See docs here](https://developers.shipcloud.io/reference/#creating-a-shipment),FALSE,TRUE,FALSE +shipcloud-create-shipment-quote,Create Shipment Quote,Create a shipment quote [See docs here](https://developers.shipcloud.io/reference/#creating-a-shipment-quote),FALSE,TRUE,FALSE +surveymethods-create-email-list,Create Email List,Creates a email list. [See docs here in 8.2](https://app.surveymethods.com/t-help/api/surveymethodsapidocumentv1.pdf),FALSE,TRUE,FALSE +surveymethods-add-contact-to-email-list,Add Contact To Email List,Creates a email list. [See docs here in 8.2](https://app.surveymethods.com/t-help/api/surveymethodsapidocumentv1.pdf),FALSE,TRUE,FALSE +status_hero-record-member-absence,Record Member Absence,"Creates a vacation or leave day for an individual team member, [See the docs](https://api.statushero.com/#add-member-absence)",FALSE,TRUE,FALSE +status_hero-create-team-holiday,Create Team Holiday,"Creates a team-wide holiday., [See the docs](https://api.statushero.com/#team-absences)",FALSE,TRUE,FALSE +tick-create-user,Create User,Creates a user. [See docs here](https://github.com/tick/tick-api/blob/master/sections/users.md#create-user),FALSE,TRUE,FALSE +verifalia-get-balance,Get Credits Balance,Get the number of credit packs and free daily credits available to the account. [See the docs](https://verifalia.com/developers#credits-get-balance) for more information,FALSE,TRUE,TRUE +tick-create-time-entry,Create Time Entry,Creates a time entry. [See docs here](https://github.com/tick/tick-api/blob/master/sections/entries.md#create-entry),FALSE,TRUE,FALSE +tick-create-task,Create Task,Creates a task. [See docs here](https://github.com/tick/tick-api/blob/master/sections/tasks.md#create-task),FALSE,TRUE,FALSE +verifalia-delete-job,Delete Email Verification Job,Delete a previously submitted email verification job. [See the docs](https://verifalia.com/developers#email-validations-deleting) for more information,TRUE,TRUE,FALSE +tick-create-project,Create Project,Creates a project. [See docs here](https://github.com/tick/tick-api/blob/master/sections/projects.md#create-project),FALSE,TRUE,FALSE +tick-create-client,Create Client,Creates a client. [See docs here](https://github.com/tick/tick-api/blob/master/sections/clients.md#create-client),FALSE,TRUE,FALSE +zenkit-update-entry,Update Entry,Update an entry/item in a list on Zenkit. [See the docs](https://base.zenkit.com/docs/api/entries/put-api-v1-lists-listid-entries-listentryid),TRUE,TRUE,FALSE +zenkit-get-user,Get User,Retrieve a user from a workspace on Zenkit. [See the docs](https://base.zenkit.com/docs/api/workspaces/get-api-v1-workspaces-workspaceid-users),FALSE,TRUE,TRUE +zenkit-get-list,Get List,Retrieve a list/collection from a workspace on Zenkit. [See the docs](https://base.zenkit.com/docs/api/lists/get-api-v1-lists-listshortid),FALSE,TRUE,TRUE +zenkit-get-entry,Get Entry,Retrieve an entry/item from a list on Zenkit. [See the docs](https://base.zenkit.com/docs/api/entries/get-api-v1-lists-listallid-entries-listentryallid),FALSE,TRUE,TRUE +zenkit-create-entry,Create Entry,Create an entry/item in a list on Zenkit. [See the docs](https://base.zenkit.com/docs/api/entries/post-api-v1-lists-listid-entries),FALSE,TRUE,FALSE +zenkit-add-entry-comment,Add Entry Comment,Add a comment to an entry/item within a list/collection on Zenkit. [See the docs](https://base.zenkit.com/docs/api/activity/post-api-v1-users-me-lists-listallid-entries-listentryallid-activities),FALSE,TRUE,FALSE +zonka_feedback-send-sms-survey,Send SMS Survey,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),FALSE,TRUE,FALSE +zonka_feedback-send-email-survey,Send Email Survey,Send a survey by email. [See docs](https://apidocs.zonkafeedback.com/?version=latest#97c28279-79ce-47e8-ac73-a3077f37631e),FALSE,TRUE,FALSE +nocrm_io-update-lead-status,Update Lead Status,Updates a lead status. [See docs here](https://www.nocrm.io/api#leads),TRUE,TRUE,FALSE +nocrm_io-get-lead,Get Lead,Get a lead. [See docs here](https://www.nocrm.io/api#leads),FALSE,TRUE,TRUE +nocrm_io-create-lead,Create Lead,Creates a new lead. [See docs here](https://www.nocrm.io/api#leads),FALSE,TRUE,FALSE +wistia-upload-media,Upload Media,Upload a media. [See docs here](https://wistia.com/support/developers/upload-api),FALSE,TRUE,FALSE +dictionary_api-get-word-definition,Get Word Definition,Get the definition for an English word. [See docs here](https://dictionaryapi.dev/),FALSE,TRUE,TRUE +thanks_io-send-postcard,Send Postcard,Sends a postcard to a recipient. [See the docs here](https://api-docs.thanks.io/#a090f734-a32c-44c3-98f3-cbfbb2284142),FALSE,TRUE,FALSE +thanks_io-send-postcard-radius-search,Send Postcard via Radius Search,Sends a postcard to recipients within a radius. [See the docs here](https://api-docs.thanks.io/#a090f734-a32c-44c3-98f3-cbfbb2284142),FALSE,TRUE,FALSE +thanks_io-send-notecard,Send Notecard,Sends a notecard to a recipient. [See the docs here](https://api-docs.thanks.io/#9130103a-1834-4550-88fb-ec5c1e21a59b),FALSE,TRUE,FALSE +thanks_io-send-notecard-radius-search,Send Notecard via Radius Search,Sends a notecard to a recipients within a radius. [See the docs here](https://api-docs.thanks.io/#9130103a-1834-4550-88fb-ec5c1e21a59b),FALSE,TRUE,FALSE +thanks_io-send-letter,Send Letter,Sends a letter to a recipient. [See the docs here](https://api-docs.thanks.io/#45925795-d3c8-4532-ad6e-07aa9f4d19f8),FALSE,TRUE,FALSE +thanks_io-send-letter-radius-search,Send Letter via Radius Search,Sends a letter to recipients within a radius. [See the docs here](https://api-docs.thanks.io/#45925795-d3c8-4532-ad6e-07aa9f4d19f8),FALSE,TRUE,FALSE +thanks_io-send-giftcard,Send Giftcard,Sends a giftcard to a recipient. [See the docs here](https://api-docs.thanks.io/#45925795-d3c8-4532-ad6e-07aa9f4d19f8),FALSE,TRUE,FALSE +thanks_io-delete-recipient,Delete Recipient,Delete a recipient from a mailing list. [See the docs here](https://api-docs.thanks.io/#0d1ccb0e-c3a7-4096-a7e6-4eafafc64127),TRUE,TRUE,FALSE +thanks_io-add-recipient,Add Recipient,Add a recipient to a mailing list. [See the docs here](https://api-docs.thanks.io/#531c9124-66a9-459a-95c7-fb3d11aec6f8),FALSE,TRUE,FALSE +html_css_to_image-create-image-from-url,Create Image From URL,Create Image From URL. [See the docs](https://docs.htmlcsstoimage.com/getting-started/using-the-api/#creating-an-image).,FALSE,TRUE,FALSE +html_css_to_image-create-image-from-html,Create Image From HTML,Create Image From HTML. [See the docs](https://docs.htmlcsstoimage.com/getting-started/using-the-api/#creating-an-image).,FALSE,TRUE,FALSE +workast-create-task,Create Task,Creates a task. [See docs here](https://developers.workast.com/#/method/createTask),FALSE,TRUE,FALSE +workast-create-space,Create Space,Creates a space. [See docs here](https://developers.workast.com/#/method/createSpace),FALSE,TRUE,FALSE +new_relic-new-deployment,New Deployment,Create a new deployment mark. [See the docs here](https://docs.newrelic.com/docs/apm/new-relic-apm/maintenance/record-monitor-deployments/),TRUE,TRUE,FALSE +esignatures_io-create-contract,Create Contract,Creates a contract and sends the links (via email or SMS) to the signers to collect their signatures. [See docs here](https://esignatures.io/docs/api#contracts),FALSE,TRUE,FALSE +infusionsoft-get-contact,Get Contact,Retrieve details of a Contact [See docs here](https://developer.infusionsoft.com/docs/rest/#operation/getContactUsingGET),FALSE,TRUE,TRUE +infusionsoft-get-company,Get Company,Retrieve details of a Company [See docs here](https://developer.infusionsoft.com/docs/rest/#operation/getCompanyUsingGET),FALSE,TRUE,TRUE +infusionsoft-create-payment,Create Payment,Create or add a payment record [See docs here](https://developer.infusionsoft.com/docs/rest/#operation/createPaymentOnOrderUsingPOST),FALSE,TRUE,FALSE +infusionsoft-create-order-item,Create Order Item,Add an item to an existing order [See docs here](https://developer.infusionsoft.com/docs/rest/#operation/createOrderItemsOnOrderUsingPOST),FALSE,TRUE,FALSE +namely-update-user,Update User,Updates a user. [See docs here](https://developers.namely.com/docs/namely-api/2bfe77e091d74-update-a-profile),TRUE,TRUE,FALSE +namely-get-user,Get User,Get a user. [See docs here](https://developers.namely.com/docs/namely-api/1c7f311bfa8e8-get-a-profile),FALSE,TRUE,TRUE +namely-create-user,Create User,Creates a new user. [See docs here](https://developers.namely.com/docs/namely-api/28db3994d16fe-create-a-user),FALSE,TRUE,FALSE +seventodos-create-task,Create a task,Create a task. [See the docs](https://www.7todos.com/app/api).,FALSE,TRUE,FALSE +paytrace-list-transactions,List Transactions,This method can be used to export a set of credit card transaction details with a provided date range. You can optimize your search by providing optional parameters. [See docs here](https://developers.paytrace.com/support/home#14000045877),TRUE,TRUE,FALSE +paytrace-list-batches,List Batches by Date Range,This method can be used to export a set of batch summary details with a provided date range. This method will return one or more batch summary records. [See docs here](https://developers.paytrace.com/support/home#14000045545),TRUE,TRUE,FALSE +paytrace-list-batch-transactions,List Batch Transactions,This method can be used to export settled transaction details within a specific batch. This method will return one or more transaction records. [See docs here](https://developers.paytrace.com/support/home#14000045558),FALSE,TRUE,TRUE +paytrace-batch-summary,Batch Summary,"This method can be used to export a summary of specific batch details or currently pending settlement details by card and transaction type. If no optional parameter is provided, the latest batch details will be returned. [See docs here](https://developers.paytrace.com/support/home#14000045456)",FALSE,TRUE,TRUE +triggercmd-trigger-command,Trigger a command,Runs a command on a computer. Refer to the [TRIGGERcmd Forum](https://triggercmd.com/forum) to learn more.,FALSE,TRUE,FALSE +smiirl-update-count,Update count,Update count or push a number. [See the docs here](https://www.npmjs.com/package/@smiirl/smiirl-library-js).,TRUE,TRUE,FALSE +smiirl-reset-count,Reset count,Reset count to zero. [See the docs here](https://www.npmjs.com/package/@smiirl/smiirl-library-js).,TRUE,TRUE,FALSE +smiirl-increment-count,Increment count,Increment count or add a number to the current value. [See the docs here](https://www.npmjs.com/package/@smiirl/smiirl-library-js).,FALSE,TRUE,FALSE +amplenote-create-task,Create Task,Creates a new task. [See docs here](https://www.amplenote.com/api_documentation#post-/notes/-uuid-/actions),FALSE,TRUE,FALSE +amplenote-create-note,Create Note,Creates a new note. [See docs here](https://www.amplenote.com/api_documentation#post-/notes),FALSE,TRUE,FALSE +feedbin-get-subscriptions,Get Subscriptions,Return all subscriptions. [See the docs here](https://github.com/feedbin/feedbin-api/blob/master/content/subscriptions.md#get-subscriptions).,FALSE,TRUE,TRUE +mailjet-update-contact,Update Contact,Update the user-given name and exclusion status of a specific contact. [See the docs here](https://dev.mailjet.com/email/reference/contacts/contact/#v3_put_contact_contact_ID),TRUE,TRUE,FALSE +mailjet-send-message,Send Message,"Send a message via Send API v3. Send API v3 is built mainly for speed, allowing you to send up to 100 messages in a single API call. [See the docs here](https://dev.mailjet.com/email/reference/send-emails/#v3_1_post_send)",FALSE,TRUE,FALSE +mailjet-list-contacts,List Contacts,"Retrieve details for all contact lists - name, subscriber count, creation timestamp, deletion status. [See the docs here](https://dev.mailjet.com/email/reference/contacts/contact-list/#v3_get_contactslist)",FALSE,TRUE,TRUE +mailjet-create-contact,Create Contact,Add a new unique contact to your global contact list and select its exclusion status. [See the docs here](https://dev.mailjet.com/email/reference/contacts/contact/#v3_post_contact),FALSE,TRUE,FALSE +ssh-execute-command,Execute a Command,Executes a command on a remote device. [See SSH lib docs here](https://www.npmjs.com/package/node-ssh),FALSE,TRUE,FALSE +faunadb-import-graphql-schema,Import GraphQL schema,Import graphQL schema to a database. [See docs here](https://docs.fauna.com/fauna/current/api/graphql/endpoints#import),FALSE,TRUE,FALSE +faunadb-execute-graphql-query,Execute GraphQL Query,Performs an arbitrary authorized GraphQL query. [See docs here](https://docs.fauna.com/fauna/current/api/graphql/endpoints#graphql),FALSE,TRUE,FALSE +bitbucket-update-issue-comment,Update Issue Comment,Updates a existent issue comment. [See docs here](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-issue-tracker/#api-repositories-workspace-repo-slug-issues-issue-id-comments-comment-id-put),TRUE,TRUE,FALSE +bitbucket-get-snippet,Get snippet,Get a snippet. [See docs here](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-snippets/#api-snippets-workspace-encoded-id-get),FALSE,TRUE,TRUE +bitbucket-get-issue,Get issue,Get a issue. [See docs here](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-issue-tracker/#api-repositories-workspace-repo-slug-issues-issue-id-get),FALSE,TRUE,FALSE +bitbucket-get-file-from-repository,Get File From Repository,Gets the actual file contents of a download artifact and not the artifact's metadata. [See docs here](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-downloads/#api-repositories-workspace-repo-slug-downloads-filename-get),FALSE,TRUE,TRUE +bitbucket-create-snippet-comment,Create Snippet Comment,Creates a new snippet comment. [See docs here](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-snippets/#api-snippets-workspace-encoded-id-comments-post),FALSE,TRUE,FALSE +bitbucket-create-issue,Creates a new issue,Creates a new issue. [See docs here](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-issue-tracker/#api-repositories-workspace-repo-slug-issues-post),FALSE,TRUE,FALSE +bitbucket-create-issue-comment,Create Issue Comment,Creates a new issue comment. [See docs here](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-issue-tracker/#api-repositories-workspace-repo-slug-issues-issue-id-comments-post),FALSE,TRUE,FALSE +mailgun-suppress-email,Suppress Email,Add email to the Mailgun suppression list. [See the docs here](https://documentation.mailgun.com/en/latest/api-suppressions.html#suppressions),FALSE,TRUE,FALSE +mailgun-list-domains,List Domains,List domains in Mailgun. [See the docs here](https://documentation.mailgun.com/en/latest/api-domains.html#domains),FALSE,TRUE,TRUE +mailgun-create-route,Create Route,Create a new route. [See the docs here](https://documentation.mailgun.com/en/latest/api-routes.html#actions),FALSE,TRUE,FALSE +mailgun-create-mailinglist-member,Create Mailing List Member,Add to an existing mailing list. [See the docs here](https://documentation.mailgun.com/en/latest/api-mailinglists.html#mailing-lists),FALSE,TRUE,FALSE +mailgun-verify-email,Verify Email,Verify email address deliverability with Mailgun. [See the docs here](https://documentation.mailgun.com/en/latest/api-email-validation.html),FALSE,TRUE,TRUE +mailgun-retrieve-mailinglist-member,Get Mailing List Member,Retrieve a mailing list member by address. [See the docs here](https://documentation.mailgun.com/en/latest/api-mailinglists.html#mailing-lists),FALSE,TRUE,TRUE +mailgun-list-mailinglist-members,Get Mailing List Members,List all mailing list members. [See the docs here](https://documentation.mailgun.com/en/latest/api-mailinglists.html#mailing-lists),FALSE,TRUE,TRUE +mailgun-delete-mailinglist-member,Delete Mailing List Member,Delete a mailing list member by address. [See the docs here](https://documentation.mailgun.com/en/latest/api-mailinglists.html#mailing-lists),TRUE,TRUE,FALSE +pushshift_reddit_search-search-reddit-posts,Search Reddit Posts,Search Reddit posts using the Pushshift.io API. [See the docs here](https://github.com/pushshift/api),FALSE,TRUE,TRUE +woocommerce-update-order-status,Update Order Status,Update the status of a specific order. [See the docs](https://woocommerce.github.io/woocommerce-rest-api-docs/?javascript#update-an-order),TRUE,TRUE,FALSE +woocommerce-get-order,Get Order,Retrieve a specific order. [See the docs](https://woocommerce.github.io/woocommerce-rest-api-docs/?javascript#retrieve-an-order),FALSE,TRUE,TRUE +woocommerce-get-customer,Get Customer,Retrieve a specific customer. [See the docs](https://woocommerce.github.io/woocommerce-rest-api-docs/?javascript#retrieve-a-customer),FALSE,TRUE,TRUE +bannerbear-create-image,Create an Image,Create an image using template and modifications. [See the docs](https://developers.bannerbear.com/#post-v2-images),FALSE,TRUE,FALSE +bannerbear-edit-video,Edit Video,Update a video auto-transcription. [See the docs here](https://developers.bannerbear.com/#patch-v2-videos).,TRUE,TRUE,FALSE +bannerbear-create-video,Create Video,Creates a Video. [See the docs here](https://developers.bannerbear.com/#post-v2-videos).,FALSE,TRUE,FALSE +bannerbear-create-collection,Create Collection,Generates multiple Images based on a Template Set. [See the docs here](https://developers.bannerbear.com/#post-v2-collections).,TRUE,TRUE,FALSE +bannerbear-create-animated-gif,Create Animated Gif,Creates an Animated Gif. [See the docs here](https://developers.bannerbear.com/#post-v2-animated_gifs).,FALSE,TRUE,FALSE +bannerbear-approve-video,Approve Video,Approve a video to proceed with rendering. [See the docs here](https://developers.bannerbear.com/#patch-v2-videos).,TRUE,TRUE,FALSE +squarespace-get-product,Get Product,Get a specific product. [See docs here](https://developers.squarespace.com/commerce-apis/retrieve-specific-products),FALSE,TRUE,TRUE +squarespace-get-order,Get Order,Get a specific order. [See docs here](https://developers.squarespace.com/commerce-apis/retrieve-specific-order),FALSE,TRUE,TRUE +squarespace-create-product,Create Product,Create a new product. [See docs here](https://developers.squarespace.com/commerce-apis/create-product),FALSE,TRUE,FALSE +demio-get-events,Get Events,Get all events by type. [See docs here](https://publicdemioapi.docs.apiary.io/#reference/events/events-list/events-list),FALSE,TRUE,TRUE +demio-get-event,Get Event,Get a specific event. [See docs here](https://publicdemioapi.docs.apiary.io/#reference/events/event-info/event-info),FALSE,TRUE,TRUE +demio-create-join-link,Create Join Link,Create Join Link. [See docs here](https://publicdemioapi.docs.apiary.io/#reference/events/event-session-info/register),FALSE,TRUE,FALSE +clearbit-find-contacts,Find Contacts,Find people who work at a specific company. [See the docs here](https://dashboard.clearbit.com/docs#prospector-api),FALSE,TRUE,TRUE +clearbit-find-companies,Find Companies,Find companies via specific criteria. [See the docs here](https://dashboard.clearbit.com/docs#discovery-api-attributes),FALSE,TRUE,TRUE +clearbit-email-lookup,Email lookup,This endpoint retrieves a person by email address. [See the docs here](https://dashboard.clearbit.com/docs#enrichment-api-person-api-email-lookup),FALSE,TRUE,TRUE +clearbit-domain-lookup,Domain lookup,The Company API allows you to look up a company by their domain. [See the docs here](https://dashboard.clearbit.com/docs?javascript#enrichment-api-company-api-domain-lookup).,FALSE,TRUE,TRUE +clearbit-company-name-to-domain,Company Name to Domain,"The Company Name to Domain action lets you convert the exact name of a company to a website domain, and a logo. [See the docs here](https://dashboard.clearbit.com/docs?javascript#name-to-domain-api).",FALSE,TRUE,TRUE +lusha-find-contact,Find Contact,Search for a contact. [See docs here](https://www.lusha.com/docs/#person-api),FALSE,TRUE,TRUE +lusha-find-company,Find Company,Search for a company. [See docs here](https://www.lusha.com/docs/#company-api),FALSE,TRUE,TRUE +moneybird-create-sale-invoice,Create Sale Invoice,Create a sale invoice. [See docs here](https://developer.moneybird.com/api/sales_invoices/#post_sales_invoices),FALSE,TRUE,FALSE +moneybird-create-quote,Create Quote,Create a new quote. [See docs here](https://developer.moneybird.com/api/estimates/#post_estimates),FALSE,TRUE,FALSE +moneybird-create-contact,Create Contact,Create a new contact. [See docs here](https://developer.moneybird.com/api/contacts/#post_contacts),FALSE,TRUE,FALSE +survey_monkey-list-surveys,List Surveys,List all your Surveys. [See the docs here](https://developer.surveymonkey.com/api/v3/#api-endpoints-get-surveys),FALSE,TRUE,TRUE +survey_monkey-list-responses,List Survey Responses,Retrieve a survey's Responses. [See the docs here](https://developer.surveymonkey.com/api/v3/#api-endpoints-get-surveys-id-responses),FALSE,TRUE,TRUE +survey_monkey-list-collectors,List Survey Collectors,Retrieve a survey's Collectors. [See the docs here](https://api.surveymonkey.net/v3/docs?javascript#api-endpoints-get-surveys-id-collectors),FALSE,TRUE,TRUE +survey_monkey-get-response,Get Response Details,Get details for a Response. [See the docs here](https://api.surveymonkey.net/v3/docs?javascript#api-endpoints-get-collectors-collector_id-responses-response_id-),FALSE,TRUE,TRUE +survey_monkey-get-my-info,Get My Info,Retrieve your account details. [See the docs here](https://api.surveymonkey.net/v3/docs?javascript#api-endpoints-get-users-me),FALSE,TRUE,TRUE +survey_monkey-get-collector,Get Collector Details,Get details for a Collector. [See the docs here](https://api.surveymonkey.net/v3/docs?javascript#api-endpoints-get-collectors-id-),FALSE,TRUE,TRUE +survey_monkey-find-survey,Get Survey Details,Get details for a Survey. [See the docs here](https://developer.surveymonkey.com/api/v3/#api-endpoints-get-surveys-id-details),FALSE,TRUE,TRUE +textlocal-send-sms,Send SMS,"This Action can be used to send text messages to either individual numbers or entire contact groups. [See the docs here](https://api.txtlocal.com/docs/sendsms) + Note: While both numbers and group_id are optional parameters, one or the other must be included in the request for the message to be sent.",FALSE,TRUE,FALSE +textlocal-create-contact,Create Contact,Create a new contact. [See the docs here](https://api.txtlocal.com/docs/contactmanagement/createcontacts),FALSE,TRUE,FALSE +mautic-update-contact,Update Contact,Updates a contact. [See docs](https://developer.mautic.org/#edit-contact),TRUE,TRUE,FALSE +mautic-search-contacts,Search Contacts,Gets a list of contacts by a search term. [See docs](https://developer.mautic.org/#list-contacts),FALSE,TRUE,TRUE +mautic-search-companies,Search Companies,Gets a list of companies by a search term. [See docs](https://developer.mautic.org/#list-contact-companies),FALSE,TRUE,TRUE +mautic-search-campaigns,Search Campaigns,Gets a list of campaigns by a search term. [See docs](https://developer.mautic.org/#list-campaigns),FALSE,TRUE,TRUE +mautic-list-available-contact-fields,List Available Contact Fields,Gets a list of available contact fields including custom ones. [See docs](https://developer.mautic.org/#list-available-fields),FALSE,TRUE,TRUE +mautic-get-contact,Get Contact,Gets an individual contact by ID. [See docs](https://developer.mautic.org/#get-contact),FALSE,TRUE,TRUE +mautic-get-campaign,Get Campaign,Gets an individual campaign by ID. [See docs](https://developer.mautic.org/#get-campaign),FALSE,TRUE,TRUE +mautic-delete-company,Delete Company,Deletes a company. [See docs](https://developer.mautic.org/#delete-company),TRUE,TRUE,FALSE +mautic-create-contact,Create Contact,Creates a new contact. [See docs](https://developer.mautic.org/#create-contact),FALSE,TRUE,FALSE +mautic-clone-campaign,Clone Campaign,Clones an existing campaign. [See docs](https://developer.mautic.org/#clone-a-campaign),FALSE,TRUE,FALSE +mautic-add-contact-to-campaign,Add Contact to a Campaign,Adds a contact to a specific campaign. [See docs](https://developer.mautic.org/#add-contact-to-a-campaign),FALSE,TRUE,FALSE +rocketreach-lookup-profile,lookup profile,Lookup the profile of a person. [See docs here](https://rocketreach.co/api?section=api_section_ws_lookupProfile),FALSE,TRUE,TRUE +rocketreach-lookup-company,lookup company,Lookup the profile of a company. [See docs here](https://rocketreach.co/api?section=api_section_ws_lookupCompany),FALSE,TRUE,TRUE +woocommerce-update-product,Update Product,Updates a product. [See the docs](https://woocommerce.github.io/woocommerce-rest-api-docs/#update-a-product),TRUE,TRUE,FALSE +woocommerce-search-customers,Search Customers,Finds a customer by searching. [See the docs](https://woocommerce.github.io/woocommerce-rest-api-docs/#list-all-customers),FALSE,TRUE,TRUE +woocommerce-create-product,Create Product,Creates a new product. [See the docs](https://woocommerce.github.io/woocommerce-rest-api-docs/#create-a-product),FALSE,TRUE,FALSE +woocommerce-create-order,Create Order,Creates a new order. [See the docs](https://woocommerce.github.io/woocommerce-rest-api-docs/?javascript#create-an-order),FALSE,TRUE,FALSE +knack-update-record,Update Record,Update a Record for a Knack object [(See docs here)](https://docs.knack.com/docs/object-based-put),TRUE,TRUE,FALSE +knack-get-record,Get Record(s),Get one or more Records for a Knack object [(See docs here)](https://docs.knack.com/docs/retrieving-records),FALSE,TRUE,TRUE +knack-delete-record,Delete Record,Delete a Record for a Knack object [(See docs here)](https://docs.knack.com/docs/object-based-delete),TRUE,TRUE,FALSE +knack-create-record,Create Record,Create a Record for a Knack object [(See docs here)](https://docs.knack.com/docs/object-based-post),FALSE,TRUE,FALSE +amqp-send-message,Send a Message,Send a new message to an [AMQP 1.0](https://www.amqp.org/sites/amqp.org/files/amqp.pdf) queue. [See the library example here](https://github.com/amqp/rhea-promise#sending-a-message-via-awaitablesender).,FALSE,TRUE,FALSE +voice_monkey-trigger-monkey,Trigger Monkey,This action will make an annoucement on your device using any parameters you set. [See docs here](https://voicemonkey.io/docs),TRUE,TRUE,FALSE +voice_monkey-make-annoucement,Make Announcement,This action will make an annoucement on your device using the text you supply. [See docs here](https://voicemonkey.io/docs),FALSE,TRUE,FALSE +voice_monkey-display-video,Display Video,This action will display a video on your device with a screen e.g. Echo Show. [See docs here](https://voicemonkey.io/docs),FALSE,TRUE,TRUE +voice_monkey-display-image,Display Image,This action will display an image on your device with a screen e.g. Echo Show. [See docs here](https://voicemonkey.io/docs),FALSE,TRUE,TRUE +mailchimp-update-list,Update List,Updates an existing list. [See docs here](https://mailchimp.com/developer/marketing/api/lists/update-lists/),TRUE,TRUE,FALSE +mailchimp-update-campaign,Update Campaign,Update a campaign. [See docs here](https://mailchimp.com/developer/marketing/api/campaigns/update-campaign-settings/),TRUE,TRUE,FALSE +mailchimp-unsubscribe-email,Unsubscribe Email,Unsubscribe an email address from an audience. [See docs here](https://mailchimp.com/developer/marketing/api/list-members/archive-list-member/),TRUE,TRUE,FALSE +mailchimp-send-campaign,Send a Campaign,Sends a campaign draft to the audience signed up for the campaign. [See docs here](https://mailchimp.com/developer/marketing/api/campaigns/send-campaign/),FALSE,TRUE,FALSE +mailchimp-search-member,Search Members/Subscribers,"Searches for a subscriber. The search can be restricted to a specific list, or can be used to search across all lists in an account. + [See docs here](https://mailchimp.com/developer/marketing/api/search-members/) + ",FALSE,TRUE,TRUE +mailchimp-search-lists,Search Lists,Searches for lists. [See docs here](https://mailchimp.com/developer/marketing/api/lists/),FALSE,TRUE,TRUE +mailchimp-search-campaign,Search Campaigns,Searches for the campaigns. [See docs here](https://mailchimp.com/developer/marketing/api/search-campaigns/search-campaigns/),FALSE,TRUE,TRUE +mailchimp-remove-segment-member,Remove Member From A Segment,Removes a member from the specified static segment. [See docs here](https://mailchimp.com/developer/marketing/api/list-segment-members/remove-list-member-from-segment/),TRUE,TRUE,FALSE +mailchimp-list-segment-member,List Segment Members,Retrieves a list of all segment members. [See docs here](https://mailchimp.com/developer/marketing/api/list-segment-members/list-members-in-segment/),FALSE,TRUE,TRUE +mailchimp-get-list,Get List,Searches for lists. [See docs here](https://mailchimp.com/developer/marketing/api/lists/),FALSE,TRUE,TRUE +mailchimp-get-list-member-tags,Get List Member Tags,Retrieves a list of all member tags. [See docs here](https://mailchimp.com/developer/marketing/api/list-member-tags/list-member-tags/),FALSE,TRUE,TRUE +mailchimp-get-list-member-activity,Get List Member Activities,Get the last 50 events of a member's activity on a specific list. [See docs here](https://mailchimp.com/developer/marketing/api/list-activity/view-recent-activity-50/),FALSE,TRUE,TRUE +mailchimp-get-list-activities,Get List Activities,Retrieves up to the previous 180 days of daily detailed aggregated activity stats for a list. [See docs here](https://mailchimp.com/developer/marketing/api/list-activity/list-recent-activity/),FALSE,TRUE,TRUE +mailchimp-get-campaign,Get Campaign,Gets metadata of a specific campaign. [See docs here](https://mailchimp.com/developer/marketing/api/campaigns/get-campaign-info/),FALSE,TRUE,TRUE +mailchimp-get-a-campaign-report,Get A Campaign Report,Gets a campaign report. [See docs here](https://mailchimp.com/developer/marketing/api/campaign-advice/),FALSE,TRUE,TRUE +mailchimp-edit-campaign-template-content,Edit A Campaign Template Content,Edits a defined content area of a custom HTML template. [See docs here](https://mailchimp.com/developer/marketing/api/campaign-content/set-campaign-content/),TRUE,TRUE,FALSE +mailchimp-delete-list,Delete List,Deletes an existing list. [See docs here](https://mailchimp.com/developer/marketing/api/lists),TRUE,TRUE,FALSE +mailchimp-delete-list-member,Delete List Member,Permanently deletes a member. [See docs here](https://mailchimp.com/developer/marketing/api/list-members/delete-list-member/),TRUE,TRUE,FALSE +mailchimp-delete-campaign,Delete Campaign,Delete a specific campaign. [See docs here](https://mailchimp.com/developer/marketing/api/campaigns/delete-campaign/),TRUE,TRUE,FALSE +mailchimp-create-list,Create List,Creates a new list. [See docs here](https://mailchimp.com/developer/marketing/api/lists/add-list/),FALSE,TRUE,FALSE +mailchimp-create-campaign,Create Campaign,Creates a new campaign draft. [See docs here](https://mailchimp.com/developer/marketing/api/campaigns/add-campaign/),FALSE,TRUE,FALSE +mailchimp-add-subscriber-to-tag,Add Subscriber To Tag,Adds an email address to a tag within an audience. [See docs here](https://mailchimp.com/developer/marketing/api/list-member-tags/add-or-remove-member-tags/),TRUE,TRUE,FALSE +mailchimp-add-segment-member,Add Member To Segment,Adds a new member to a static segment. [See docs here](https://mailchimp.com/developer/marketing/api/list-segment-members/add-member-to-segment/),FALSE,TRUE,FALSE +mailchimp-add-remove-member-tags,Add Or Remove Members Tags,Add or remove member tags. [See docs here](https://mailchimp.com/developer/marketing/api/list-member-tags/add-or-remove-member-tags/),TRUE,TRUE,FALSE +mailchimp-add-or-update-subscriber,Add or Update Subscriber,Adds a new subscriber to an audience or updates existing subscriber. [See docs here](https://mailchimp.com/developer/marketing/api/list-members/add-or-update-list-member/),TRUE,TRUE,FALSE +mailchimp-add-note-to-subscriber,Add Note to Subscriber,Adds a new note to an existing subscriber. [See docs here](https://mailchimp.com/developer/marketing/api/list-member-notes/add-member-note/),FALSE,TRUE,FALSE +kanbanize-list-all-tasks,List Tasks,Get All Tasks. [See the docs here](https://kanbanize.com/api),FALSE,TRUE,TRUE +kanbanize-edit-task,Edit Task,Edit Task. [See the docs here](https://kanbanize.com/api),TRUE,TRUE,FALSE +kanbanize-create-new-task,Create New Task,Create New Task. [See the docs here](https://kanbanize.com/api),FALSE,TRUE,FALSE +ifttt-trigger-event-with-values,Trigger Event with Values,Trigger Event with 3 JSON values. [See docs](https://help.ifttt.com/hc/en-us/articles/115010230347-Webhooks-service-FAQ),FALSE,TRUE,FALSE +ifttt-trigger-event-with-json,Trigger Event with JSON,Trigger Event with an arbitrary JSON payload. [See docs](https://help.ifttt.com/hc/en-us/articles/115010230347-Webhooks-service-FAQ),FALSE,TRUE,FALSE +helper_functions-random-integer,Random Integer,Generate a random integer (whole number). Useful for random delays.,FALSE,TRUE,TRUE +medium-create-post,Create a post,Create a new Medium post.,FALSE,TRUE,FALSE +digital_ocean-turnonoff-droplet,Turn on/off Droplet,Turns a droplet power status either on or off. [See the docs here](https://docs.digitalocean.com/reference/api/api-reference/#operation/post_droplet_action),FALSE,TRUE,FALSE +digital_ocean-list-all-droplets,List all Droplets,List all Droplets. [See the docs here](https://docs.digitalocean.com/reference/api/api-reference/#operation/list_all_droplets),FALSE,TRUE,TRUE +digital_ocean-create-snapshot,Create Snapshot,Creates a snapshot from a droplet. [See the docs here](https://docs.digitalocean.com/reference/api/api-reference/#operation/post_droplet_action),FALSE,TRUE,FALSE +digital_ocean-create-droplet,Create Droplet,Creates a droplet. [See the docs here](https://docs.digitalocean.com/reference/api/api-reference/#operation/create_droplet),FALSE,TRUE,FALSE +digital_ocean-create-domain,Create a new domain,Create a new domain. [See the docs here](https://docs.digitalocean.com/reference/api/api-reference/#operation/create_domain),FALSE,TRUE,FALSE +digital_ocean-add-ssh-key,Add SSH Key,Adds a new SSH to your account. [See the docs here](https://docs.digitalocean.com/reference/api/api-reference/#operation/create_ssh_key),FALSE,TRUE,FALSE +chatbot-get-users,Get Users,Get a list of users. [See docs here](https://www.chatbot.com/docs/users/#list-users),FALSE,TRUE,TRUE +chatbot-create-user,Create User,Creates new user. [See docs here](https://www.chatbot.com/docs/users/#create-user),FALSE,TRUE,FALSE +onesignal_rest_api-get-devices,Get Devices,Get all devices. [See docs here](https://documentation.onesignal.com/reference/view-devices),FALSE,TRUE,TRUE +onesignal_rest_api-get-device,Get Device,Get a specific device. [See docs here](https://documentation.onesignal.com/reference/view-device),FALSE,TRUE,TRUE +onesignal_rest_api-create-notification,Create Notification,Create a notification. [See docs here](https://documentation.onesignal.com/reference/create-notification),FALSE,TRUE,FALSE +onesignal_rest_api-add-device,Add Device,Register a new device to your app. [See docs here](https://documentation.onesignal.com/reference/add-a-device),FALSE,TRUE,FALSE +shipstation-create-order,Create Order,Create a new order. [See docs here](https://www.shipstation.com/docs/api/orders/create-update-order),TRUE,TRUE,FALSE +delighted-sending-to-people,Sending to People,Create or update a person and send a survey email. [See the docs here](https://app.delighted.com/docs/api/sending-to-people),TRUE,TRUE,FALSE +joomla-update-article,Update Article,Update an article. See the docs [here](https://docs.joomla.org/J4.x:Joomla_Core_APIs#Update_Article),TRUE,TRUE,FALSE +joomla-create-article,Create Article,Create an article. See the docs [here](https://docs.joomla.org/J4.x:Joomla_Core_APIs#Create_Article),FALSE,TRUE,FALSE +openweather_api-get-weather-forecast-by-location,Get Current Weather Forecast by Location,"Retrieves 1-16 days weather forecast for a specified location. + [See the docs here](https://openweathermap.org/forecast16#geo16). For more accurate reading, you are advised to fill in the country and/or state code",FALSE,TRUE,TRUE +openweather_api-get-current-weather-by-location,Get Current Weather by Location,"Retrieves the current weather condition by location longitude and latitude. + [See the docs here](https://openweathermap.org/current). For more accurate reading, you are advised to fill in the country and/or state code",FALSE,TRUE,TRUE +helper_functions-export-variables,Export Variables,Export variables for use in your workflow,FALSE,TRUE,TRUE +pushbullet-send-push,"Send push (Note, Link and File)",Send a push to a device or another person. [See docs here](https://docs.pushbullet.com/#create-push),FALSE,TRUE,FALSE +pushbullet-delete-push,Delete push,Delete a push. [See docs here](https://docs.pushbullet.com/#delete-push),TRUE,TRUE,FALSE +symbl_ai-post-video-url,Submit Video URL,Submit a Video file by providing the URL for processing. See the doc [here](https://docs.symbl.ai/docs/async-api/overview/video/post-video-url).,FALSE,TRUE,FALSE +symbl_ai-post-audio-url,Submit Audio URL,Submit an Audio file by providing the URL for processing. See the doc [here](https://docs.symbl.ai/docs/async-api/overview/audio/post-audio-url).,FALSE,TRUE,FALSE +bitly-list-bitlink-by-group,List Bitlinks by group,Retrieves all Bitlinks for a given group. [See the docs here](https://dev.bitly.com/api-reference#getBitlinksByGroup),FALSE,TRUE,TRUE +bitly-find-bitlink,Retrieve a Bitlink,"Finds an existing Bitlink in your account. Optionally, creates one if none are found. [See the docs here](https://dev.bitly.com/api-reference#expandBitlink)",FALSE,TRUE,TRUE +bitly-expand-bitlink,Expand a Bitlink,Retrieves information about Bitlink using id. [See the docs here](https://dev.bitly.com/api-reference#expandBitlink),FALSE,TRUE,FALSE +bitly-create-bitlink,Create a Bitlink,Converts a long url to a Bitlink and sets additional parameters.[See the docs here](https://dev.bitly.com/api-reference#createFullBitlink),FALSE,TRUE,FALSE +delay-workflow-delay,Delay Workflow,Delay the execution of your workflow for a specific amount of time (does not count against your compute time).,FALSE,TRUE,TRUE +cloudtables-update-row,Update Row,Update a row in a CloudTable data set,TRUE,TRUE,FALSE +cloudtables-delete-row,Delete Row,Delete a row in a CloudTable data set,TRUE,TRUE,FALSE +cloudtables-add-single-row,Add Single Row,Add a single row of data into CloudTable data set,TRUE,TRUE,FALSE +sendinblue-add-or-update-contact,Add or Update a contact,Add or Update a contact,TRUE,TRUE,FALSE +tally-get-responses,Get Responses,Get a list of responses. [See docs here](https://tallyso.notion.site/Tally-OAuth-2-reference-d0442c679a464664823628f675f43454),FALSE,TRUE,TRUE +tally-get-forms,Get Forms,Get a list of forms. [See docs here](https://tallyso.notion.site/Tally-OAuth-2-reference-d0442c679a464664823628f675f43454),FALSE,TRUE,TRUE +tally-get-form-fields,Get Form Fields,Get the fields of a form. [See docs here](https://tallyso.notion.site/Tally-OAuth-2-reference-d0442c679a464664823628f675f43454),FALSE,TRUE,TRUE +symbl_ai-put-member,Update Member,Update an existing Conversation Member object. See the doc [here](https://docs.symbl.ai/docs/conversation-api/update-members/).,TRUE,TRUE,FALSE +symbl_ai-put-conversation,Update Conversation,Update an existing Conversation object with metadata information. See the doc [here](https://docs.symbl.ai/docs/conversation-api/put-all-conversations/).,TRUE,TRUE,FALSE +symbl_ai-post-video-summary-ui,Submit Video Summary User Interface,"The Video Summary UI provides users the ability to interact with the Symbl elements (Transcripts, Questions, Follow-Ups, Action Items, etc.) from a video conversation. See the doc [here](https://docs.symbl.ai/docs/api-reference/experience-api/post-video-summary-ui)",TRUE,TRUE,FALSE +symbl_ai-post-trackers-analytics-ui,Submit Trackers and Analytics Summary User Interface,"The Trackers and Analytics Summary UI provides users the ability to interact with the Symbl elements (Transcripts, Questions, Follow-Ups, Action Items, etc.) from a audio conversation. See the doc [here](https://docs.symbl.ai/docs/api-reference/experience-api/post-trackers-and-analytics-ui).",TRUE,TRUE,FALSE +symbl_ai-post-formatted-transcript,Create Formatted Transcript,Create formatted transcript from the Conversation. See the doc [here](https://docs.symbl.ai/docs/conversation-api/transcript/).,FALSE,TRUE,FALSE +symbl_ai-get-trackers,Get Trackers,Get a list of the detected trackers in the conversation. See the doc [here](https://docs.symbl.ai/docs/conversation-api/trackers/).,FALSE,TRUE,TRUE +symbl_ai-get-topics,Get Topics,Get a list of all the topics generated from the conversation. See the doc [here](https://docs.symbl.ai/docs/conversation-api/get-topics),FALSE,TRUE,TRUE +symbl_ai-get-summary,Get Summary,Get a summary of important contextual messages in a conversation. See the doc [here](https://docs.symbl.ai/docs/conversation-api/summary),FALSE,TRUE,TRUE +symbl_ai-get-speech-to-text,Get Speech to Text,Get a list of all the messages in a conversation. See the doc [here](https://docs.symbl.ai/docs/conversation-api/messages),FALSE,TRUE,TRUE +symbl_ai-get-questions,Get Questions,Get a list of requests for information or explicit questions recognized during the conversation. See the doc [here](https://docs.symbl.ai/docs/conversation-api/questions),FALSE,TRUE,TRUE +symbl_ai-get-members,Get Members,Get a list of all the members from the conversation. See the doc [here](https://docs.symbl.ai/docs/conversation-api/members/).,FALSE,TRUE,TRUE +symbl_ai-get-job-status,Get Job Status,Get the status of an Async job request. See the doc [here](https://docs.symbl.ai/docs/async-api/overview/jobs-api#http-request),FALSE,TRUE,TRUE +symbl_ai-get-follow-ups,Get Follow-Ups,Get a list of all the follow-ups generated from the conversation. See the doc [here](https://docs.symbl.ai/docs/conversation-api/follow-ups),TRUE,TRUE,FALSE +symbl_ai-get-entities,Get Entities,"Get a list of the extracted entities (custom, location, person, date, number, organization, datetime, daterange etc.) from the conversation. See the doc [here](https://docs.symbl.ai/docs/conversation-api/entities/)",FALSE,TRUE,TRUE +symbl_ai-get-conversations,Get Conversations,Get a list of all conversations. See the doc [here](https://docs.symbl.ai/docs/conversation-api/all-conversations/),FALSE,TRUE,TRUE +symbl_ai-get-conversation,Get Conversation,"Get the conversation metadata (meeting name, member(s) name, member(s) email, start and end time, meeting type and meeting Id). See the doc [here](https://docs.symbl.ai/docs/conversation-api/conversation-data/)",TRUE,TRUE,FALSE +symbl_ai-get-analytics,Get Analytics,"Get a list of metrics and member analytics (speaker ratio, talk time, silence, pace and overlap) from the conversation. See the doc [here](https://docs.symbl.ai/docs/conversation-api/analytics/)",FALSE,TRUE,TRUE +symbl_ai-get-action-items,Get Action Items,Get a list of all the action items generated from the conversation. See the doc [here](https://docs.symbl.ai/docs/conversation-api/action-items),FALSE,TRUE,TRUE +symbl_ai-delete-conversation,Delete Conversation,"Permanently deletes the conversation and all related entities such as messages, insights, topics, etc. See the doc [here](https://docs.symbl.ai/docs/conversation-api/delete-conversation/).",TRUE,TRUE,FALSE +email-send-email-to-self,Send Yourself an Email,Customize and send an email to the email address you registered with Pipedream. The email will be sent by notifications@pipedream.com.,FALSE,TRUE,FALSE +helper_functions-send-http-request,Send Webhook,Send Webhook and Payload,FALSE,TRUE,FALSE +strava-update-activity,Update Activity,Updates the given activity that is owned by the authenticated athlete. [See the docs](https://developers.strava.com/docs/reference/#api-Activities-updateActivityById),TRUE,TRUE,FALSE +strava-get-activity-list,Get Activity List,Returns the activities of an athlete for a specific identifier. [See the docs](https://developers.strava.com/docs/reference/#api-Activities-getLoggedInAthleteActivities),FALSE,TRUE,TRUE +strava-get-stats,Get Stats,Returns the activity stats of an athlete. Only includes data from activities set to Everyone visibilty. [See the docs](https://developers.strava.com/docs/reference/#api-Athletes-getStats),TRUE,TRUE,FALSE +strava-get-activity-by-id,Get Activity By ID,Returns the given activity that is owned by the authenticated athlete. [See the docs](https://developers.strava.com/docs/reference/#api-Activities-getActivityById),FALSE,TRUE,TRUE +strava-create-activity,Create Activity,Creates a manual activity for an athlete. [See the docs](https://developers.strava.com/docs/reference/#api-Activities-createActivity),FALSE,TRUE,FALSE +python-run-python-code,Run Python Code,Write Python and use any of the 350k+ PyPi packages available. Refer to the [Pipedream Python docs](https://pipedream.com/docs/code/python) to learn more.,FALSE,TRUE,FALSE +node-run-node-code,Run Node Code,Write custom Node.js code and use any of the 400k+ npm packages available. Refer to the [Pipedream Node docs](https://pipedream.com/docs/code/nodejs) to learn more.,FALSE,TRUE,FALSE +go-run-go-code,Run Go Code,Run any Go code and use any Go package available with a simple import. Refer to the [Pipedream Go docs](https://pipedream.com/docs/code/go) to learn more.,FALSE,TRUE,FALSE +bash-run-bash-code,Run Bash Code,Run any Bash in a Pipedream step within your workflow. Refer to the [Pipedream Bash docs](https://pipedream.com/docs/code/bash) to learn more.,FALSE,TRUE,FALSE +blogger-revert-post,Revert a Post,Revert a published or scheduled post to draft state.[See the docs here](https://developers.google.com/blogger/docs/3.0/reference/posts/revert).,FALSE,TRUE,FALSE +blogger-publish-post,Publish a Post,Publishes a draft post [See the docs here](https://developers.google.com/blogger/docs/3.0/reference/posts/publish).,FALSE,TRUE,FALSE +blogger-delete-post,Delete a Post,Permanently removes a post (the deleted post cannot be restored anymore) [See the docs here](https://developers.google.com/blogger/docs/3.0/reference/posts/delete).,TRUE,TRUE,FALSE +giphy-upload-gif,Upload a Gif,Uploads a Gif or video file up to 100MB programmatically on GIPHY.com [See the docs here](https://developers.giphy.com/docs/api/endpoint#upload).,FALSE,TRUE,FALSE +giphy-translate-term-to-a-gif-sticker,Translate a Word to a Gif/Sticker,Translates or convert a word or phrase to the perfect Gif or Sticker using GIPHY's special sauce algorithm. [See the docs here](https://developers.giphy.com/docs/api/endpoint#translate).,FALSE,TRUE,TRUE +giphy-search-gifs-stickers,Search Gifs/Stickers,Searches all GIPHY gifs or stickers for a word or phrase. [See the docs here](https://developers.giphy.com/docs/api/endpoint#search).,FALSE,TRUE,TRUE +ultramsg-send-video,Send a Video,Send a video to a specified number. [See the docs here](https://docs.ultramsg.com/api/post/messages/video),FALSE,TRUE,FALSE +ultramsg-send-message,Send a Message,Send a message to a specified number. [See the docs here](https://docs.ultramsg.com/api/post/messages/chat),FALSE,TRUE,FALSE +ultramsg-send-location,Send a Location,Send a location to a specified number. [See the docs here](https://docs.ultramsg.com/api/post/messages/location),FALSE,TRUE,FALSE +ultramsg-send-link,Send a Link,Send a link to a specified number. [See the docs here](https://docs.ultramsg.com/api/post/messages/link),FALSE,TRUE,FALSE +ultramsg-send-image,Send an Image,Send an image to a specified number. [See the docs here](https://docs.ultramsg.com/api/post/messages/image),FALSE,TRUE,FALSE +ultramsg-send-audio,Send Audio,Send an audio file to a specified number. [See the docs here](https://docs.ultramsg.com/api/post/messages/audio),FALSE,TRUE,FALSE +helper_functions-send-to-s3,Send to Amazon S3,Send data to Amazon S3 using Pipedream's destination integration. See https://docs.pipedream.com/destinations/s3/,FALSE,TRUE,FALSE +helper_functions-send-email-with-nodemailer,Send email with Nodemailer,Sends an email using the nodemailer package,FALSE,TRUE,FALSE +helper_functions-prettify-json,Pretty Print JSON,Pretty print a JavaScript object or value,FALSE,TRUE,FALSE +helper_functions-html-to-markdown,HTML to Markdown,Convert via turndown,FALSE,TRUE,TRUE +helper_functions-get-time-in-specific-timezone,Get Time in Timezone,"Given an ISO 8601 timestamp, and a timezone, convert the time to the target timezone.",FALSE,TRUE,TRUE +helper_functions-get-iso-string-n-days-ago,Get ISO String N Days Ago,Returns an ISO string (UTC TZ) N days ago,FALSE,TRUE,TRUE +helper_functions-get-current-time-in-specific-timezone,Get Current Time in Timezone,"Returns the current time, tied to this workflow invocation, in the target timezone",FALSE,TRUE,TRUE +helper_functions-get-coutry-name-by-code-iso,"Country name, given code (2-letter)",Return the country name (in English) when given the 2-letter country code,FALSE,TRUE,TRUE +helper_functions-format-iso8601-datetime,Format ISO8601 Date/Time for Google Sheets,"Use the moment.js npm package to format an ISO8601 date/time as Google Sheets friendly formats. This action exports an object with compound date/time, date-only, and time-only values.",FALSE,TRUE,TRUE +helper_functions-delay,Delay by N milliseconds,Delays the execution of your workflow for the specified number of milliseconds,FALSE,TRUE,FALSE +helper_functions-convert-object-to-json-string,Convert JavaScript Object to JSON String,"Accepts a JavaScript object, returns that object converted to a JSON string",FALSE,TRUE,TRUE +helper_functions-convert-html-to-slack-mrkdwn,Convert HTML to Slack mrkdwn format,Converts an HTML string to the Slack mrkdwn format using,FALSE,TRUE,TRUE +helper_functions-base64-decode-string,Base64 Decode String,"Accepts a base64-encoded string, returns a decoded UTF-8 string",FALSE,TRUE,FALSE +sendfox_oauth-add-new-contact-to-list,Add new contact into a specific list,,FALSE,TRUE,FALSE +quickbooks_sandbox-search-account,Search Account,Searches for accounts.,FALSE,TRUE,TRUE +pusher-send-event-to-channel,Send an Event to a Channel,Send an event to a channel using Pusher's npm package,FALSE,TRUE,FALSE +mixpanel-emit-event-to,mixpanel.track,Send an event to mixpanel,FALSE,TRUE,FALSE +bitly-shorten,Shorten a Link,Converts a long url to a Bitlink.,FALSE,TRUE,FALSE +twist-get-workspace-users,Get Workspace Users,Gets a list of users for the given workspace id.,FALSE,TRUE,TRUE +twist-get-user-by-email,Get Workspace User By Email,Gets a workspace user by email.,FALSE,TRUE,TRUE +twist-get-thread,Get Thread,Gets a thread object by id.,FALSE,TRUE,TRUE +twist-get-current-user,Get Current User,Gets the associated user for access token used in the request.,FALSE,TRUE,TRUE +twist-add-thread,Add Thread,Adds a new thread to a channel.,FALSE,TRUE,FALSE +twist-add-message-to-conversation,Add Message To Conversation,Adds a message to an existing conversation.,FALSE,TRUE,FALSE +twist-add-comment,Add Comment,Adds a new comment to a thread.,FALSE,TRUE,FALSE +servicenow-update-table-record,Update Table Record,Updates the specified record with the name-value pairs included in the request body.,TRUE,TRUE,FALSE +servicenow-get-table-records,Get Table Records,Retrieves multiple records for the specified table.,FALSE,TRUE,TRUE +servicenow-get-table-record-by-sysid,Get Table Record By SysId,Retrieves the record identified by the specified sys_id from the specified table.,FALSE,TRUE,TRUE +servicenow-create-table-record,Create Table Record,Inserts one record in the specified table.,FALSE,TRUE,FALSE +rev_ai-submit-transcription-job,Submit Transcription Job,Starts an asynchronous job to transcribe speech-to-text for a media file. Add an optional callback URL to invoke when processing is complete.,FALSE,TRUE,FALSE +rev_ai-get-transcript,Get Transcript By Id,Returns the transcript for a completed transcription job. Transcript can be returned as either JSON or plaintext format.,FALSE,TRUE,TRUE +chat_api_for_whatsapp-send-message,Send Message,Send a message to a new or existing chat.,FALSE,TRUE,FALSE +sendfox_personal_access_token-create-contact,Create contact,Creates new contact,FALSE,TRUE,FALSE +openweather_api-get-weather-forecast-by-zip,Get Weather Forecast by ZIP code,"Retrieves the 5-day weather forecast for a given (ZIP, country)",FALSE,TRUE,TRUE +openweather_api-get-current-weather-by-zip,Get Current Weather by ZIP code,"Retrieves the current weather for a given (ZIP, country)",FALSE,TRUE,TRUE +honeybadger-get-projects,Get projects,Get a project list,FALSE,TRUE,TRUE +coinbase-withdraw-funds,Withdraw Funds,Withdraw funds,FALSE,TRUE,FALSE +coinbase-place-buy-order,Place Buy Order,Places a buy order,FALSE,TRUE,FALSE +buildkite-get-user,Get the current user,Returns basic details about the user account that sent the request,FALSE,TRUE,TRUE +sendpulse-unsubscribe-contact-from-mailing-list,Unsubscribe a Contact From a Defined Mailing List,Make a POST request to https://api.sendpulse.com/addressbooks/{id}/emails/unsubscribe,TRUE,TRUE,FALSE +sendpulse-retrieve-info-for-email-address,Retrieve General Information About a Specific Email Address,Make a GET request to https://api.sendpulse.com/emails/{email},FALSE,TRUE,TRUE +rockset-create-integration,Create Integration,Create a new integration with Rockset. Learn more at https://docs.rockset.com/rest/#createintegration,FALSE,TRUE,FALSE +rockset-create-api-key,Create API Key,Create a new API key for the authenticated user.,FALSE,TRUE,FALSE +rockset-add-documents,Add Documents,Add documents to a collection in Rockset. Learn more at https://docs.rockset.com/rest/#adddocuments.,FALSE,TRUE,FALSE +remove_bg-remove-background,Remove background,Remove the background of an image,TRUE,TRUE,FALSE +kvdb-set-key-value,Set a Key Value,"KVDB is designed for quick and easy integration into projects that need a globally accessible key-value database. To get started, create at API key at https://kvdb.io/",TRUE,TRUE,FALSE +kvdb-get-key-value,Get a Key Value,"KVDB is designed for quick and easy integration into projects that need a globally accessible key-value database. To get started, create at API key at https://kvdb.io/",FALSE,TRUE,FALSE +ipdata_co-get-time-zone,GET /time_zone/{ip_address},"We provide detailed and accurate Timezone data, adjusted for DST where necessary. https://docs.ipdata.co/overview/timezone-detection",FALSE,TRUE,TRUE +ipdata_co-get-ip-data,GET /{ip_address},Lookup a specific IP Address,FALSE,TRUE,TRUE +ipdata_co-get-carrier,GET /carrier/{ip_address},The ipdata API supports looking up the Mobile Carrier of an IP Address. Our database currently consists of over 2500 carriers in 234 countries. https://docs.ipdata.co/overview/mobile-carrier-detection,FALSE,TRUE,TRUE +typeform-update-form-title,Update Form Title,Updates an existing form's title. [See the docs here](https://developer.typeform.com/create/reference/update-form-patch/),TRUE,TRUE,FALSE +amara-update-subtitle-language,Update Subtitle Language,Update a subtitle language. [See the docs here](https://apidocs.amara.org/#update-a-subtitle-language),TRUE,TRUE,FALSE +amara-perform-action,Perform Action,"Perform an action on the subtitles. This is equivalent to opening the editor, not changing the subtitles, and clicking an actions button. [See the docs here](https://apidocs.amara.org/#perform-actions)",FALSE,TRUE,FALSE +amara-list-videos,List Videos,List videos. [See the docs here](https://apidocs.amara.org/#list-videos),FALSE,TRUE,TRUE +amara-list-video-subtitle-languages,List Video Subtitle Languages,Get a list of subtitle languages for a video. [See the docs here](https://apidocs.amara.org/#list-subtitle-languages-for-a-video),FALSE,TRUE,TRUE +amara-list-teams,List Teams,List teams. [See the docs here](https://apidocs.amara.org/#list-teams),FALSE,TRUE,TRUE +amara-get-video-details,Get Video Details,Get video details. [See the docs here](https://apidocs.amara.org/#view-video-details),FALSE,TRUE,TRUE +amara-get-team-details,Get Team Details,Get details on a team. [See the docs here](https://apidocs.amara.org/#get-details-on-a-team),FALSE,TRUE,TRUE +amara-get-subtitle-language-details,Get Subtitle Language Details,Get details on a single subtitle language. [See the docs here](https://apidocs.amara.org/#get-details-on-a-single-subtitle-language),FALSE,TRUE,TRUE +amara-fetch-subtitles-data,Fetch Subtitles Data,Fetch subtitles data. [See the docs here](https://apidocs.amara.org/#fetch-subtitles-data),FALSE,TRUE,TRUE +amara-fetch-raw-subtitles,Fetch Raw Subtitles,Fetch raw subtitles. [See the docs here](https://apidocs.amara.org/#fetch-raw-subtitles),FALSE,TRUE,TRUE +amara-delete-video,Delete Video,"Delete a video. In order to delete a video, it must be part of a team that you're an admin of. [See the docs here](https://apidocs.amara.org/#delete-a-video)",TRUE,TRUE,FALSE +amara-delete-subtitles,Delete Subtitles,Delete all subtitle versions for a language. [See the docs here](https://apidocs.amara.org/#delete-subtitles),TRUE,TRUE,FALSE +amara-create-subtitle-language,Create Subtitle Language,Create a subtitle language. [See the docs here](https://apidocs.amara.org/#create-a-subtitle-language),FALSE,TRUE,FALSE +amara-add-video,Add Video,Add a video. [See the docs here](https://apidocs.amara.org/#add-a-video),FALSE,TRUE,FALSE +amara-add-new-subtitles,Add New Subtitles,Add new subtitles. [See the docs here](https://apidocs.amara.org/#add-new-subtitles),FALSE,TRUE,FALSE +typeform-update-dropdown-multiple-choice-ranking,"Update Dropdown, Multiple Choice or Ranking","Update a dropdown, multiple choice, or ranking field's choices. [See the docs here](https://developer.typeform.com/create/reference/update-form/)",TRUE,TRUE,FALSE +typeform-lookup-responses,Lookup Responses,Search for responses with the `query` property. [See the docs here](https://developer.typeform.com/responses/reference/retrieve-responses/),FALSE,TRUE,TRUE +typeform-list-responses,List Responses,Returns form responses and date and time of form landing and submission. [See the docs here](https://developer.typeform.com/responses/reference/retrieve-responses/),FALSE,TRUE,TRUE +typeform-list-images,List Images,Retrieves a list of JSON descriptions for all images in your Typeform account. [See the docs here](https://developer.typeform.com/create/reference/retrieve-images-collection/),FALSE,TRUE,FALSE +typeform-list-forms,List Forms,Retrieves a list of forms. [See the docs here](https://developer.typeform.com/create/reference/retrieve-forms/),FALSE,TRUE,FALSE +typeform-get-form,Get a Form,Select a specific form to get the data. [See the docs here](https://developer.typeform.com/create/reference/retrieve-form/),FALSE,TRUE,FALSE +typeform-duplicate-form,Duplicate a Form,"Duplicates an existing form in your Typeform account and adds ""(copy)"" to the end of the title. [See the docs here](https://developer.typeform.com/create/reference/create-form/)",TRUE,TRUE,FALSE +typeform-delete-image,Delete an Image,Deletes an image from your Typeform account. [See the docs here](https://developer.typeform.com/create/reference/delete-image/),TRUE,TRUE,FALSE +typeform-delete-form,Delete Form,Select a form to be deleted. [See the docs here](https://developer.typeform.com/create/reference/delete-form/).,TRUE,TRUE,FALSE +typeform-create-image,Create an Image,Adds an image in your Typeform account. [See the docs here](https://developer.typeform.com/create/reference/create-image/),FALSE,TRUE,FALSE +typeform-create-form,Create a Form,Creates a form with its corresponing fields. [See the docs here](https://developer.typeform.com/create/reference/create-form/),FALSE,TRUE,FALSE +loggly_send_data-send-event,Send Event,"Send events to Loggly, with tags. [See the docs](https://documentation.solarwinds.com/en/success_center/loggly/content/admin/http-endpoint.htm) for more details",FALSE,TRUE,FALSE +bandwidth-send-sms,Send SMS,Send an SMS message using Bandwidth's Messaging API,FALSE,TRUE,FALSE \ No newline at end of file diff --git a/scripts/tool-annotations/registry-actions-claude-2025-09-29.csv b/scripts/tool-annotations/registry-actions-claude-2025-09-29.csv new file mode 100644 index 0000000000000..42524d01c28c0 --- /dev/null +++ b/scripts/tool-annotations/registry-actions-claude-2025-09-29.csv @@ -0,0 +1,6709 @@ +KEY,NAME,DESCRIPTION,destructiveHint,openWorldHint,readOnlyHint +slack-kick-user,Kick User,Remove a user from a conversation. [See the documentation](https://api.slack.com/methods/conversations.kick),true,true,false +slack-send-message-to-user-or-group,Send Message to User or Group,Send a message to a user or group. [See the documentation](https://api.slack.com/methods/chat.postMessage),false,true,false +slack-add-emoji-reaction,Add Emoji Reaction,Add an emoji reaction to a message. [See the documentation](https://api.slack.com/methods/reactions.add),false,true,false +slack-send-message-advanced,Send Message (Advanced),"Customize advanced setttings and send a message to a channel, group or user. See [postMessage](https://api.slack.com/methods/chat.postMessage) or [scheduleMessage](https://api.slack.com/methods/chat.scheduleMessage) docs here",false,true,false +slack-update-profile,Update Profile,Update basic profile field such as name or title. [See the documentation](https://api.slack.com/methods/users.profile.set),true,true,false +slack-reply-to-a-message,Reply to a Message Thread,Send a message as a threaded reply. See [postMessage](https://api.slack.com/methods/chat.postMessage) or [scheduleMessage](https://api.slack.com/methods/chat.scheduleMessage) docs here,false,true,false +slack-send-message-to-channel,Send Message to Channel,Send a message to a public or private channel. [See the documentation](https://api.slack.com/methods/chat.postMessage),false,true,false +slack-send-message,Send Message,"Send a message to a user, group, private channel or public channel. [See the documentation](https://api.slack.com/methods/chat.postMessage)",false,true,false +slack-list-group-members,List Group Members,List all users in a User Group. [See the documentation](https://api.slack.com/methods/usergroups.users.list),false,true,true +slack-send-block-kit-message,Build and Send a Block Kit Message,"Configure custom blocks and send to a channel, group, or user. [See the documentation](https://api.slack.com/tools/block-kit-builder).",false,true,false +slack-set-channel-topic,Set Channel Topic,Set the topic on a selected channel. [See the documentation](https://api.slack.com/methods/conversations.setTopic),true,true,false +slack-list-users,List Users,Return a list of all users in a workspace. [See the documentation](https://api.slack.com/methods/users.list),false,true,true +slack-invite-user-to-channel,Invite User to Channel,Invite a user to an existing channel. [See the documentation](https://api.slack.com/methods/conversations.invite),false,true,false +slack-send-large-message,Send a Large Message (3000+ characters),"Send a large message (more than 3000 characters) to a channel, group or user. See [postMessage](https://api.slack.com/methods/chat.postMessage) or [scheduleMessage](https://api.slack.com/methods/chat.scheduleMessage) docs here",false,true,false +slack-list-files,List Files,Return a list of files within a team. [See the documentation](https://api.slack.com/methods/files.list),false,true,true +slack-archive-channel,Archive Channel,Archive a channel. [See the documentation](https://api.slack.com/methods/conversations.archive),true,true,false +slack-list-replies,List Replies,Retrieve a thread of messages posted to a conversation. [See the documentation](https://api.slack.com/methods/conversations.replies),false,true,true +slack-delete-message,Delete Message,Delete a message. [See the documentation](https://api.slack.com/methods/chat.delete),true,true,false +slack-find-message,Find Message,Find a Slack message. [See the documentation](https://api.slack.com/methods/search.messages),false,true,true +slack-upload-file,Upload File,Upload a file. [See the documentation](https://api.slack.com/messaging/files#uploading_files),false,true,false +slack-verify-slack-signature,Verify Slack Signature,"Verifying requests from Slack, slack signs its requests using a secret that",false,true,true +slack-create-reminder,Create Reminder,Create a reminder. [See the documentation](https://api.slack.com/methods/reminders.add),false,true,false +slack-get-file,Get File,Return information about a file. [See the documentation](https://api.slack.com/methods/files.info),false,true,true +slack-list-channels,List Channels,Return a list of all channels in a workspace. [See the documentation](https://api.slack.com/methods/conversations.list),false,true,true +slack-delete-file,Delete File,Delete a file. [See the documentation](https://api.slack.com/methods/files.delete),true,true,false +slack-find-user-by-email,Find User by Email,Find a user by matching against their email. [See the documentation](https://api.slack.com/methods/users.lookupByEmail),false,true,true +slack-set-status,Set Status,Set the current status for a user. [See the documentation](https://api.slack.com/methods/users.profile.set),true,true,false +slack-approve-workflow,Approve Workflow,Suspend the workflow until approved by a Slack message. [See the documentation](https://pipedream.com/docs/code/nodejs/rerun#flowsuspend),false,true,false +slack-update-message,Update Message,Update a message. [See the documentation](https://api.slack.com/methods/chat.update),true,true,false +slack-set-channel-description,Set Channel Description,Change the description or purpose of a channel. [See the documentation](https://api.slack.com/methods/conversations.setPurpose),false,true,false +slack-update-group-members,Update Groups Members,Update the list of users for a User Group. [See the documentation](https://api.slack.com/methods/usergroups.users.update),true,true,false +slack-list-members-in-channel,List Members in Channel,Retrieve members of a channel. [See the documentation](https://api.slack.com/methods/conversations.members),false,true,true +slack-create-channel,Create a Channel,Create a new channel. [See the documentation](https://api.slack.com/methods/conversations.create),false,true,false +nexweave-create-video-experience-from-template,Create Video Experience from Template,Creates a video experience from a template. [See the documentation](https://documentation.nexweave.com/nexweave-api#4OZFt),false,true,false +nexweave-create-campaign-experience,Create Campaign Experience,Generates a campaign experience based on a selected campaign. [See the documentation](https://documentation.nexweave.com/nexweave-api#tH7ID),false,true,false +nexweave-create-image-experience-from-template,Create Image Experience from Template,Creates an image experience from a template. [See the documentation](https://documentation.nexweave.com/nexweave-api#4OZFt),false,true,false +swagup-find-product-by-name,Find Product by Name,Search for a product by its name. [See docs here](https://support.swagup.com/en/articles/6757044-swagup-api-how-to-get-products-and-prices-from-swagup-catalog).,false,true,true +hunter-delete-lead,Delete Lead,Delete an existing lead from your Hunter account. [See the documentation](https://hunter.io/api-documentation/v2#delete-lead).,true,true,false +hunter-get-lead,Get Lead,Retrieve one of your leads by ID. [See the documentation](https://hunter.io/api-documentation/v2#leads).,false,true,true +hunter-get-leads-list,Get Leads List,"Retrieves all the fields of a leads list, including its leads. [See the documentation](https://hunter.io/api-documentation/v2#get-leads-list).",false,true,true +hunter-combined-enrichment,Combined Enrichment,Returns all the information associated with an email address and its domain name. [See the documentation](https://hunter.io/api-documentation/v2#combined-enrichment).,false,true,false +hunter-account-information,Account Information,Get information about your Hunter account. [See the documentation](https://hunter.io/api-documentation/v2#account).,false,true,true +hunter-create-lead,Create Lead,Create a new lead in your Hunter account. [See the documentation](https://hunter.io/api-documentation/v2#create-lead).,false,true,false +hunter-list-leads,List Leads,"List all your leads with comprehensive filtering options. The leads are returned in sorted order, with the most recent leads appearing first. [See the documentation](https://hunter.io/api-documentation/v2#leads).",false,true,true +hunter-email-verifier,Email Verifier,"Check the deliverability of a given email address, verify if it has been found in Hunter",false,true,true +hunter-email-finder,Email Finder,"Find the most likely email address from a domain name, a first name and a last name. [See the documentation](https://hunter.io/api-documentation/v2#email-finder).",false,true,true +hunter-email-count,Email Count,Get the number of email addresses Hunter has for one domain or company. [See the documentation](https://hunter.io/api-documentation/v2#email-count).,false,true,true +hunter-domain-search,Domain Search,Search all the email addresses corresponding to one website or company. [See the documentation](https://hunter.io/api-documentation/v2#domain-search).,false,true,true +hunter-update-lead,Update Lead,Update an existing lead in your Hunter account. [See the documentation](https://hunter.io/api-documentation/v2#update-lead).,true,true,false +hunter-list-leads-lists,List Leads Lists,"List all your leads lists. The leads lists are returned in sorted order, with the most recent leads lists appearing first. [See the documentation](https://hunter.io/api-documentation/v2#list-leads-lists).",false,true,true +niceboard-update-job,Update Job,Updates an existing job posting within the Niceboard app.,true,true,false +niceboard-create-job,Create Job,Creates a new job posting within the Niceboard app.,false,true,false +niceboard-create-category,Create Category,Creates a new job category within Niceboard.,false,true,false +appdrag-insert-row,Insert Row,Inserts a new row into a cloud database table. [See the documentation](https://support.appdrag.com/doc/Appdrag-Cloudbackend-npm),false,true,false +appdrag-update-row,Update Row,Updates a row in a cloud database table. [See the documentation](https://support.appdrag.com/doc/Appdrag-Cloudbackend-npm),true,true,false +appdrag-execute-api-function,Execute API Function,Executes an API function from a cloud backend. [See the documentation](https://support.appdrag.com/doc/Interacting-with-my-API-Functions),false,true,false +hathr_ai-chat,Send Chat Message,Sends a chat message using Hathr AI. [See the documentation](https://drive.google.com/drive/folders/1jtoSXqzhe-iwf9kfUwTCVQBu4iXVJO2x?usp=sharing),false,true,false +hathr_ai-list-documents,List Documents,Retrieves a list of all available documents. [See the documentation](https://drive.google.com/drive/folders/1jtoSXqzhe-iwf9kfUwTCVQBu4iXVJO2x?usp=sharing),false,true,true +hathr_ai-upload-document,Upload Document,Uploads a document that can be used in future chat requests. [See the documentation](https://drive.google.com/drive/folders/1jtoSXqzhe-iwf9kfUwTCVQBu4iXVJO2x?usp=sharing),false,true,false +cliento-get-ref-data,Get Reference Data,"Fetch services, resources and mappings for the booking widget. [See the documentation](https://developers.cliento.com/docs/rest-api#fetch-ref-data)",false,true,true +cliento-get-slots,Get Slots,"Fetch available slots for the given service, resource and dates. [See the documentation](https://developers.cliento.com/docs/rest-api#fetch-slots)",false,true,true +cliento-get-settings,Fetch Settings,Fetch settings and features for the booking widget. [See the documentation](https://developers.cliento.com/docs/rest-api#fetch-settings),false,true,true +langfuse-log-trace,Log Trace,Log a new trace in LangFuse with details. [See the documentation](https://api.reference.langfuse.com/#tag/ingestion/POST/api/public/ingestion).,false,true,false +langfuse-add-feedback,Add Feedback,Attach user feedback to an existing trace in Langfuse. [See the documentation](https://api.reference.langfuse.com/#tag/comments/POST/api/public/comments).,false,true,false +gan_ai-create-videos,Create Videos,Creates videos in bulk by passing tags and values. Requires a project ID. [See the documentation](https://docs.gan.ai/create-video/create-videos),false,true,false +blink-get-feed-event,Get Feed Event,Get a feed event by external ID. [See the documentation](https://developer.joinblink.com/reference/get-feed-event-id-by-external-id),false,true,true +blink-post-feed,Post feed,Send feed events to users. [See the documentation](https://developer.joinblink.com/reference/send-feed-event),false,true,false +freshservice-delete-solution-article,Delete Solution Article,Delete a solution article. [See the documentation](https://api.freshservice.com/#delete_solution_article),true,true,false +freshservice-get-ticket,Get Ticket,Get a ticket by ID. [See the documentation](https://api.freshservice.com/#view_a_ticket),false,true,true +freshservice-list-solution-categories,List Solution Categories,List all solution categories. [See the documentation](https://api.freshservice.com/#view_all_solution_category),false,true,true +freshservice-create-ticket,Create Ticket,Create a new ticket. [See the documentation](https://api.freshservice.com/#create_ticket),false,true,false +freshservice-update-ticket,Update Ticket,Update a ticket. [See the documentation](https://api.freshservice.com/#update_ticket_priority),true,true,false +freshservice-update-solution-article,Update Solution Article,Update a solution article. [See the documentation](https://api.freshservice.com/#update_solution_article),true,true,false +freshservice-list-solution-articles,List Solution Articles,List all solution articles. [See the documentation](https://api.freshservice.com/#view_all_solution_article),false,true,true +freshservice-create-solution-article,Create Solution Article,Create a solution article. [See the documentation](https://api.freshservice.com/#create_solution_article),false,true,false +freshservice-get-solution-article,Get Solution Article,Get a solution article by ID. [See the documentation](https://api.freshservice.com/#view_solution_article),false,true,true +browse_ai-execute-task,Execute Task,Runs a robot on-demand with custom input parameters. [See the documentation](https://www.browse.ai/docs/api/v2#tag/tasks/operation/newRobotTask),false,true,false +moxie-create-task,Create Task,Create a new task. [See the documentation](https://help.withmoxie.com/en/articles/8160423-create-task),false,true,false +moxie-search-contacts,Search Contacts,Searches contacts in your workspace. [See the documentation](https://help.withmoxie.com/en/articles/8259974-search-contacts),false,true,true +moxie-create-client,Create Client,Create a new client. [See the documentation](https://help.withmoxie.com/en/articles/8160175-create-client),false,true,false +nextlead-search-leads,Search Leads,Search for leads by email in NextLead. [See the documentation](https://dashboard.nextlead.app/en/api-documentation#find),false,true,true +slybroadcast-start-campaign-audio-file,Start Campaign with Audio File,Start a new voicemail campaign using an audio file uploaded to your slybroadcast account. [See the documentation](https://www.slybroadcast.com/documentation.php),false,true,false +slybroadcast-start-campaign-audio-url,Start Campaign With Audio URL,Launch a new voicemail campaign to an individual or a group using an audio file url. [See the documentation](https://www.slybroadcast.com/documentation.php),false,true,false +maintainx-update-work-order,Update Work Order,Updates a work order. [See docs here](https://api.getmaintainx.com/v1/docs#tag/Work-Orders/paths/~1workorders~1{id}/patch),true,true,false +maintainx-send-message,Send Message,Send message to a conversation. [See docs here](https://api.getmaintainx.com/v1/docs#tag/Conversations/paths/~1conversations~1{id}~1messages/post),false,true,true +maintainx-create-work-order,Create Work Order,Creates a work order. [See docs here](https://api.getmaintainx.com/v1/docs#tag/Work-Orders/paths/~1workorders/post),false,true,false +echtpost_postcards-create-card,Create and Schedule a Postcard,This action creates and schedules a postcard for delivery. [See the documentation](https://hilfe.echtpost.de/article/20/postkartenversand-uber-api-programmierschnittstelle),false,true,false +echtpost_postcards-create-contact,Create Contact,Creates a new contact within the EchtPost app. [See the documentation](https://hilfe.echtpost.de/article/20/postkartenversand-uber-api-programmierschnittstelle),false,true,false +ably-publish-push-notification,Publish Push Notification,Publish a push notification for a channel. [See docs here](https://ably.com/docs/general/push/publish#channel-broadcast-example),false,true,false +ably-publish-message,Publish Message,Publish a message in a channel. [See docs here](https://ably.com/docs/realtime/messages#message-publish),false,true,false +translate_com-translate-text,Translate Text,Translante a text using machine. [See the documentation](https://translation-api.translate.com/api/documentation?_gl=1*1qes1da*_ga*MTMwNzkzMTg3OC4xNjk1NDE3MDIy*_ga_T51KL347BB*MTY5NTQxNzAyMS4xLjAuMTY5NTQxNzAyMS42MC4wLjA.#/Machine Translation),false,true,false +attio-create-note,Create Note,Creates a new note for a given record. The note will be linked to the specified record. [See the documentation](https://developers.attio.com/reference/post_v2-notes),false,true,false +attio-update-person,Update Person,Update an existing person. [See the documentation](https://developers.attio.com/reference/patch_v2-objects-people-records-record-id).,true,true,false +attio-create-person,Create Person,Creates a new person. [See the documentation](https://developers.attio.com/reference/post_v2-objects-people-records).,false,true,false +attio-delete-list-entry,Delete List Entry,Deletes an existing entry from a specific list. [See the documentation](https://developers.attio.com/reference/delete_v2-lists-list-entries-entry-id),true,true,false +attio-create-task,Create Task,Creates a new task. [See the documentation](https://docs.attio.com/rest-api/endpoint-reference/tasks/create-a-task),false,true,false +attio-create-update-record,Create or Update Record,"Creates or updates a specific record such as a person or a deal. If the record already exists, it",true,true,false +attio-get-record,Get Record,Retrieves the record with the specified ID. [See the documentation](https://docs.attio.com/rest-api/endpoint-reference/records/get-a-record),false,true,true +devin-list-knowledge,List Knowledge,Retrieve a list of all knowledge objects. [See the documentation](https://docs.devin.ai/api-reference/knowledge/list-knowledge),false,true,true +devin-update-knowledge,Update Knowledge,Update an existing knowledge object. [See the documentation](https://docs.devin.ai/api-reference/knowledge/update-knowledge),true,true,false +devin-get-session,Get Session,Retrieve details about an existing session. [See the documentation](https://docs.devin.ai/api-reference/sessions/retrieve-details-about-an-existing-session),false,true,true +devin-send-message-to-session,Send Message to Session,Send a message to an existing Devin session. [See the documentation](https://docs.devin.ai/api-reference/sessions/send-a-message-to-an-existing-devin-session),false,true,false +devin-create-knowledge,Create Knowledge,Create a new knowledge object to share information with Devin. [See the documentation](https://docs.devin.ai/api-reference/knowledge/create-knowledge),false,true,false +devin-create-session,Create Session,Create a new session with Devin. [See the documentation](https://docs.devin.ai/api-reference/sessions/create-a-new-devin-session),false,true,false +devin-delete-knowledge,Delete Knowledge,Delete an existing knowledge object. [See the documentation](https://docs.devin.ai/api-reference/knowledge/delete-knowledge),true,true,false +devin-upload-file,Upload File,Upload files for Devin to use in sessions. [See the documentation](https://docs.devin.ai/api-reference/attachments/upload-files-for-devin-to-work-with),false,true,false +devin-list-sessions,List Sessions,Retrieve a list of all sessions. [See the documentation](https://docs.devin.ai/api-reference/sessions/list-sessions),false,true,true +devin-update-session-tags,Update Session Tags,Update the tags for an existing session. [See the documentation](https://docs.devin.ai/api-reference/sessions/update-session-tags),true,true,false +browserhub-run-automation,Run Automation,Triggers a pre-built automation by providing the scraper ID. [See the documentation](https://developer.browserhub.io/runs/#create-a-run),false,true,false +raven_tools-add-keyword,Add Keyword,The domain to add the keyword to.,false,true,false +diffchecker-compare-pdf,Compare PDFs,Compares two PDFs and returns the result. [See the documentation](https://www.diffchecker.com/public-api/),false,true,true +diffchecker-compare-text,Compare Text,Compares two pieces of text and returns the result. [See the documentation](https://www.diffchecker.com/public-api/),false,true,true +diffchecker-compare-image,Compare Image,Compares two images and returns the result.,false,true,true +real_id-get-id-check,Get ID Check,Retrieve an ID check. [See the documentation](https://getverdict.com/help/docs/api/checks#retrieve-an-id-check).,false,true,true +real_id-create-id-check,Create ID Check,Create a new ID check for a user. [See the documentation](https://getverdict.com/help/docs/api/checks#create-an-id-check).,false,true,false +real_id-delete-id-check,Delete ID Check,Permanently delete all data associated with a specific ID check. [See the documentation](https://getverdict.com/help/docs/api/checks#delete-id-check-data).,true,true,false +omnisend-track-event,Trigger Custom Event,Trigger custom event to Omnisend. [See the documentation](https://api-docs.omnisend.com/reference/post-events-eventid),false,true,false +omnisend-update-contact,Update Contact,Modify subscriber information or update their subscription status. [See the documentation](https://api-docs.omnisend.com/reference/patch_contacts-contactid),true,true,false +omnisend-start-campaign,Start Campaign,Starts a marketing campaign for selected subscribers. [See the documentation](https://api-docs.omnisend.com/reference/post_campaigns-campaignid-actions-start),false,true,false +postmark-get-domain,Get Domain,Gets all the details for a specific domain. [See the documentation](https://postmarkapp.com/developer/api/domains-api#domain),false,true,true +postmark-send-email-with-template,Send Email With Template,Send a single email with Postmark using a template [See the documentation](https://postmarkapp.com/developer/api/templates-api#email-with-template),false,true,false +postmark-delete-signature,Delete Sender Signature,Delete a specific sender signature. [See the documentation](https://postmarkapp.com/developer/api/signatures-api#delete-signature),true,true,false +postmark-get-sent-counts,Get Sent Counts,Gets a total count of emails you,false,true,true +postmark-get-email-platform-usage,Get Email Platform Usage,Gets an overview of the platforms used to open your emails. This is only recorded when open tracking is enabled for that email. [See the documentation](https://postmarkapp.com/developer/api/stats-api#email-platform-usage),true,true,false +postmark-get-click-counts,Get Click Counts,Gets total counts of unique links that were clicked. [See the documentation](https://postmarkapp.com/developer/api/stats-api#click-counts),false,true,true +postmark-verify-dkim,Verify DKIM,Verify DKIM keys for the specified domain. [See the documentation](https://postmarkapp.com/developer/api/domains-api#domains-verify-dkim),false,true,true +postmark-get-outbound-overview,Get Outbound Overview,Gets a brief overview of statistics for all of your outbound email. [See the documentation](https://postmarkapp.com/developer/api/stats-api#overview),false,true,true +postmark-list-sender-signatures,List Sender Signatures,Gets a list of sender signatures containing brief details associated with your account. [See the documentation](https://postmarkapp.com/developer/api/signatures-api#list-sender-signatures),false,true,true +postmark-update-signature,Update Sender Signature,Create a new sender signature. [See the documentation](https://postmarkapp.com/developer/api/signatures-api#create-signature),true,true,false +postmark-get-email-open-counts,Get Email Open Counts,Gets total counts of recipients who opened your emails. This is only recorded when open tracking is enabled for that email. [See the documentation](https://postmarkapp.com/developer/api/stats-api#email-open-counts),false,true,true +postmark-resend-confirmation,Resend Confirmation,Resend a confirmation email for a specific sender signature. [See the documentation](https://postmarkapp.com/developer/api/signatures-api#resend-confirmation),false,true,false +postmark-get-spam-complaints,Get Spam Complaints,Gets a total count of recipients who have marked your email as spam. [See the documentation](https://postmarkapp.com/developer/api/stats-api#spam-complaints),false,true,true +postmark-send-single-email,Send Single Email,Send a single email with Postmark [See the documentation](https://postmarkapp.com/developer/api/email-api#send-a-single-email),false,true,false +postmark-get-bounce-counts,Get Bounce Counts,Gets total counts of emails you,false,true,true +postmark-rotate-dkim-keys,Rotate DKIM Keys,"Creates a new DKIM key to replace your current key. Until the new DNS entries are confirmed, the pending values will be in DKIMPendingHost and DKIMPendingTextValue fields. After the new DKIM value is verified in DNS, the pending values will migrate to DKIMTextValue and DKIMPendingTextValue and Postmark will begin to sign emails with the new DKIM key. [See the documentation](https://postmarkapp.com/developer/api/domains-api#rotate-dkim)",true,true,false +postmark-get-browser-usage,Get Browser Usage,Gets an overview of the browsers used to open links in your emails. This is only recorded when Link Tracking is enabled for that email. [See the documentation](https://postmarkapp.com/developer/api/stats-api#browser-usage),false,true,true +postmark-verify-return-path,Verify Return-Path DNS,Verify Return-Path DNS record for the specified domain. [See the documentation](https://postmarkapp.com/developer/api/domains-api#domains-verify-return-path),false,true,true +postmark-create-signature,Create Sender Signature,Create a new sender signature. [See the documentation](https://postmarkapp.com/developer/api/signatures-api#create-signature),false,true,false +postmark-get-tracked-email-counts,Get Tracked Email Counts,Gets a total count of emails you,false,true,true +postmark-delete-domain,Delete Domain,Delete a specific domain. [See the documentation](https://postmarkapp.com/developer/api/domains-api#delete-domain),true,true,false +postmark-list-domains,List Domains,Gets a list of domains containing an overview of the domain and authentication status. [See the documentation](https://postmarkapp.com/developer/api/domains-api#list-domains),false,true,true +postmark-send-batch-with-templates,Send Batch With Templates,Send a batch of emails using a template [See the documentation](https://postmarkapp.com/developer/api/templates-api#send-batch-with-templates),false,true,false +postmark-create-domain,Create Domain,Create a new domain. [See the documentation](https://postmarkapp.com/developer/api/domains-api#create-domain),false,true,false +joggai-create-avatar-video,Create Avatar Video,Creates an avatar video using JoggAI API. [See the documentation](https://docs.jogg.ai/api-reference/Create-Avatar-Videos/CreateAvatarVideo),false,true,false +joggai-update-product-info,Update Product Info,Updates product info using JoggAI API. [See the documentation](https://docs.jogg.ai/api-reference/URL-to-Video/UpdateProduct),true,true,false +joggai-create-product-from-url,Create Product from URL,Creates a product from a URL using JoggAI API. [See the documentation](https://docs.jogg.ai/api-reference/URL-to-Video/UploadURL),false,true,false +joggai-create-product-from-product-info,Create Product from Product Info,Creates a product from product info using JoggAI API. [See the documentation](https://docs.jogg.ai/api-reference/URL-to-Video/CreateVideo),false,true,false +joggai-create-ai-avatar-photo,Create AI Avatar Photo,Creates an AI avatar photo using JoggAI API. [See the documentation](https://docs.jogg.ai/api-reference/Avatar/GenerateAIAvatarPhoto),false,true,false +nextcloud-get-shares,Get Shares,Retrieves a list of shares based on the specified criteria in Nextcloud. [See the documentation](https://docs.nextcloud.com/server/latest/developer_manual/_static/openapi.html#/operations/files_sharing-shareapi-get-shares),false,true,true +nextcloud-create-share,Create Share,Creates a new share link from the specified path in Nextcloud. [See the documentation](https://docs.nextcloud.com/server/latest/developer_manual/_static/openapi.html#/operations/files_sharing-shareapi-create-share),false,true,false +nextcloud-delete-share,Delete Share,Deletes a specific share in Nextcloud. [See the documenation](https://docs.nextcloud.com/server/latest/developer_manual/_static/openapi.html#/operations/files_sharing-shareapi-delete-share),true,true,false +abstract-validate-email,Validate Email,Check the deliverability of a specified email address. [See the documentation](https://docs.abstractapi.com/email-validation),false,true,true +badger_maps-retrieve-check-ins,Retrieve Check-Ins,Retrieves check-ins. [See the docs](https://badgerupdatedapi.docs.apiary.io/#reference/check-ins/get-check-ins-for-account/retrieve-check-ins-for-an-account).,false,true,true +badger_maps-delete-account,Delete Account,Deletes an account. [See the docs](https://badgerupdatedapi.docs.apiary.io/#reference/accounts/retrieve-and-update-account-details/delete-customer).,true,true,false +badger_maps-get-account,Get Account,Gets an account. [See the docs](https://badgerupdatedapi.docs.apiary.io/#reference/accounts/retrieve-and-update-account-details/retrieve-account-details).,true,true,false +badger_maps-update-account,Update Account,Updates an account. [See the docs](https://badgerupdatedapi.docs.apiary.io/#reference/accounts/retrieve-and-update-account-details/update-account).,true,true,false +badger_maps-create-account,Create Account,Creates an account. [See the docs](https://badgerupdatedapi.docs.apiary.io/#reference/accounts/list-and-create-accounts/create-new-account).,false,true,false +badger_maps-create-check-in,Create Check-In,Creates a check-in. [See the docs](https://badgerupdatedapi.docs.apiary.io/#reference/check-ins/create-check-in-for-account/save-new-check-in-for-an-account).,false,true,false +badger_maps-search-user,Search User,Find an existing Badger User at your company by User,false,true,true +tripadvisor_content_api-location-details,Get Location Details,Returns comprehensive information about a location. [See the documentation](https://tripadvisor-content-api.readme.io/reference/getlocationdetails),false,true,true +tripadvisor_content_api-location-reviews,Get Location Reviews,Returns up to 5 of the most recent reviews for a specific location. [See the documentation](https://tripadvisor-content-api.readme.io/reference/getlocationreviews),false,true,true +tripadvisor_content_api-location-search,Search Locations,Returns up to 10 locations found by the given search query. [See the documentation](https://tripadvisor-content-api.readme.io/reference/searchforlocations),false,true,true +listen_notes-get-podcast-details,Get Podcast Details,Get the details of the selected podcast. [See the documentation](https://www.listennotes.com/api/docs/#get-api-v2-podcasts-id),false,true,true +listen_notes-get-episode-details,Get Episode Details,Get the details of the selected episode. [See the documentation](https://www.listennotes.com/api/docs/#get-api-v2-episodes-id),false,true,true +listen_notes-full-search,Full Search,"Full-text search on episodes, podcasts, or curated lists of podcasts. [See the documentation](https://www.listennotes.com/api/docs/#get-api-v2-search)",false,true,true +lmnt-generate-speech-from-text,Generate Speech from Text,Generates an audio file from the provided text. [See the documentation](https://docs.lmnt.com/api-reference/speech/synthesize-speech-1),false,true,false +lmnt-create-custom-voice,Create Custom Voice,Generates a custom voice from a batch of input audio data. [See the documentation](https://docs.lmnt.com/api-reference/voice/create-voice),false,true,false +clear_books-create-customer,Create Customer,Creates a new customer in Clear Books. [See the documentation](https://u.pcloud.link/publink/show?code=XZkThJ5Z4zKewgCL6VBpfxlPeHPDdXXj0Cc7),false,true,false +clear_books-create-supplier,Create Supplier,Creates a new supplier in Clear Books. [See the documentation](https://u.pcloud.link/publink/show?code=XZkThJ5Z4zKewgCL6VBpfxlPeHPDdXXj0Cc7),false,true,false +clear_books-create-purchase-document,Create Purchase Document,Creates a new Purchase Document in Clear Books. [See the documentation](https://u.pcloud.link/publink/show?code=XZkThJ5Z4zKewgCL6VBpfxlPeHPDdXXj0Cc7),false,true,false +scrapingbot-scrape-search-engine,Scrape Search Engine,Use ScrapingBot API to extract specific data from Google or Bing search results. [See the documentation](https://www.scraping-bot.io/web-scraping-documentation/),false,true,true +scrapingbot-request-social-media-scraping,Request Social Media Scraping,Use ScrapingBot API to initiate scraping data from a social media site. [See the documentation](https://www.scraping-bot.io/web-scraping-documentation/),false,true,false +scrapingbot-scrape-webpage,Scrape Webpage,Use ScrapingBot API to extract specific data from a webpage. [See the documentation](https://www.scraping-bot.io/web-scraping-documentation/),false,true,false +scrapingbot-get-social-media-scraping-data,Get Social Media Scraping Data,Retrieve data from a social media scraping job by responseId. [See the documentation](https://www.scraping-bot.io/web-scraping-documentation/),false,true,true +papyrs-create-heading,Create Heading,Create Heading. [See the docs here](https://about.papyrs.com/@docs/API#Create-Text-box/Heading),false,true,false +papyrs-update-paragraph,Update Paragraph,Update Paragraph. [See the docs here](https://about.papyrs.com/@docs/API#Update-Text-box/Heading),true,true,false +papyrs-create-paragraph,Create Paragraph,Create a new Paragraph in a page. [See the docs here](https://about.papyrs.com/@docs/API#Create-Text-box/Heading),false,true,false +papyrs-update-heading,Update Heading,Update Heading. [See the docs here](https://about.papyrs.com/@docs/API#Update-Text-box/Heading),true,true,false +workamajig-create-company,Create a Company,Creates a new company in Workamajig. [See the documentation](https://app6.workamajig.com/platinum/?aid=common.apidocs),false,true,false +workamajig-update-contact,Update Contact,This component updates a specific contact in Workamajig. [See the documentation](https://app6.workamajig.com/platinum/?aid=common.apidocs),true,true,false +workamajig-create-activity,Create Activity,Initiates the creation of a fresh activity in Workamajig. [See the documentation](https://app6.workamajig.com/platinum/?aid=common.apidocs),false,true,false +drip-start-someone-on-workflow,Start Someone on a Workflow,"If the workflow is not active, the subscriber will not be added to the workflow. [See the docs here](https://developer.drip.com/#start-someone-on-a-workflow)",false,true,false +drip-create-or-update-subscriber,Create Or Update Subscriber,"Creates a new subscriber. If the email already exists, it will update the existing subscriber. [See the docs here](https://developer.drip.com/?javascript#create-or-update-a-subscriber)",true,true,false +drip-list-subscribers,List Subscribers,List all subscribers. [See the docs here](https://developer.drip.com/#list-all-subscribers),false,true,true +drip-activate-workflow,Activate Workflow,Activate a workflow. [See the docs here](https://developer.drip.com/#activate-a-workflow),true,true,false +readwise-get-highlight-details,Get Highlight Details,Get Highlight´s Details [See the docs here](https://readwise.io/api_deets),false,true,true +readwise-list-highlights,List Highlights,A list of highlights with a pagination metadata. The rate limit of this endpoint is restricted to 20 requests per minute. Each request returns 1000 items. [See the docs here](https://readwise.io/api_deets),false,true,true +freshdesk-list-all-tickets,List Tickets,Fetch up to 100 tickets according to the selected filters. [See the documentation](https://developers.freshdesk.com/api/#list_all_tickets),false,true,true +freshdesk-assign-ticket-to-group,Assign Ticket to Group,Assign a Freshdesk ticket to a specific group [See the documentation](https://developers.freshdesk.com/api/#update_ticket).,true,true,false +freshdesk-delete-solution-article,Delete Solution Article,Delete a solution article in Freshdesk. [See the documentation](https://developers.freshdesk.com/api/#solution_article_attributes),true,true,false +freshdesk-assign-ticket-to-agent,Assign Ticket to Agent,Assign a Freshdesk ticket to a specific agent. [See the documentation](https://developers.freshdesk.com/api/#update_ticket).,true,true,false +freshdesk-create-ticket-field,Create Ticket Field,Create a ticket field in Freshdesk. [See the documentation](https://developers.freshdesk.com/api/#create_ticket_field),false,true,false +freshdesk-get-ticket,Get Ticket Details,Get details of a Ticket. [See the documentation](https://developers.freshdesk.com/api/#view_a_ticket),false,true,true +freshdesk-create-contact,Create a Contact,Create a contact. [See the documentation](https://developers.freshdesk.com/api/#create_contact),false,true,false +freshdesk-list-solution-categories,List Solution Categories,List solution categories in Freshdesk. [See the documentation](https://developers.freshdesk.com/api/#solution_category_attributes),false,true,true +freshdesk-update-ticket-field,Update Ticket Field,Update a ticket field in Freshdesk. [See the documentation](https://developers.freshdesk.com/api/#update_ticket_field),true,true,false +freshdesk-update-agent,Update Agent,Update an agent in Freshdesk. [See the documentation](https://developers.freshdesk.com/api/#update_agent),true,true,false +freshdesk-create-company,Create a Company,Create a company. [See the documentation](https://developers.freshdesk.com/api/#create_company),false,true,false +freshdesk-add-ticket-tags,Add Ticket Tags,Add tags to a ticket (appends to existing tags). [See the documentation](https://developers.freshdesk.com/api/#update_ticket),true,true,false +freshdesk-close-ticket,Close Ticket,Set a Freshdesk ticket,true,true,false +freshdesk-list-ticket-fields,List Ticket Fields,List all ticket fields in Freshdesk. [See the documentation](https://developers.freshdesk.com/api/#list_all_ticket_fields),false,true,true +freshdesk-create-ticket,Create a Ticket,Create a ticket. [See the documentation](https://developers.freshdesk.com/api/#create_ticket),false,true,false +freshdesk-update-contact,Update Contact,Update a contact in Freshdesk. [See the documentation](https://developers.freshdesk.com/api/#update_contact),true,true,false +freshdesk-update-ticket,Update a Ticket,"Update status, priority, subject, description, agent, group, etc. [See the documentation](https://developers.freshdesk.com/api/#update_ticket).",true,true,false +freshdesk-update-solution-article,Update Solution Article,Update a solution article in Freshdesk. [See the documentation](https://developers.freshdesk.com/api/#solution_article_attributes),true,true,false +freshdesk-list-category-folders,List Category Folders,List category folders in Freshdesk. [See the documentation](https://developers.freshdesk.com/api/#solution_folder_attributes),false,true,true +freshdesk-set-ticket-tags,Set Ticket Tags,Set tags on a ticket (replaces all existing tags). [See the documentation](https://developers.freshdesk.com/api/#update_ticket),true,true,false +freshdesk-list-folder-articles,List Folder Articles,List folder articles in Freshdesk. [See the documentation](https://developers.freshdesk.com/api/#solution_article_attributes),false,true,true +freshdesk-set-ticket-status,Set Ticket Status,Update the status of a ticket in Freshdesk [See the documentation](https://developers.freshdesk.com/api/#update_ticket).,true,true,false +freshdesk-create-agent,Create Agent,Create an agent in Freshdesk. [See the documentation](https://developers.freshdesk.com/api/#create_agent),false,true,false +freshdesk-remove-ticket-tags,Remove Ticket Tags,Remove specific tags from a ticket. [See the documentation](https://developers.freshdesk.com/api/#update_ticket),true,true,false +freshdesk-set-ticket-priority,Set Ticket Priority,Update the priority of a ticket in Freshdesk [See the documentation](https://developers.freshdesk.com/api/#update_ticket).,true,true,false +freshdesk-add-note-to-ticket,Add Note to Ticket,Add a note or conversation to an existing ticket. [See the documentation](https://developers.freshdesk.com/api/#add_note_to_a_ticket).,false,true,false +freshdesk-list-agents,List Agents,List all agents in Freshdesk. [See the documentation](https://developers.freshdesk.com/api/#list_all_agents),false,true,true +freshdesk-create-solution-article,Create Solution Article,Create a solution article in Freshdesk. [See the documentation](https://developers.freshdesk.com/api/#solution_article_attributes),false,true,false +freshdesk-get-contact,Get Contact,Get a contact from Freshdesk. [See the documentation](https://developers.freshdesk.com/api/#view_contact),false,true,true +freshdesk-get-solution-article,Get Solution Article,Get a solution article in Freshdesk. [See the documentation](https://developers.freshdesk.com/api/#solution_article_attributes),false,true,true +pocket-save-to-later,Save To Later,"Save articles, videos, images and URLs to your Pocket list. [See docs here](https://getpocket.com/developer/docs/v3/add)",false,true,false +kanbanize-list-all-tasks,List Tasks,Get All Tasks. [See the docs here](https://kanbanize.com/api),false,true,false +kanbanize-edit-task,Edit Task,Edit Task. [See the docs here](https://kanbanize.com/api),true,true,false +kanbanize-create-new-task,Create New Task,Create New Task. [See the docs here](https://kanbanize.com/api),false,true,false +campayn-create-contact,Create Contact,Creates a new contact. [See the docs](https://github.com/nebojsac/Campayn-API/blob/master/endpoints/contacts.md#add-a-contact),false,true,false +campayn-unsubscribe-contact,Unsubscribe Contact,Unsubscribes a contact from a list. [See the docs](https://github.com/nebojsac/Campayn-API/blob/master/endpoints/lists.md#unsubscribe-contact),true,true,false +campayn-get-contact,Get Contact,Retrieves an existing contact. [See the docs](https://github.com/nebojsac/Campayn-API/blob/master/endpoints/contacts.md#get-a-contact),false,true,true +fakturoid-pay-remove-payment-invoice,Pay or Remove Payment for Invoice,Executes payment for an invoice or removes an already applied payment. [See the documentation](https://www.fakturoid.cz/api/v3/invoice-payments),true,true,false +fakturoid-create-invoice,Create Invoice,Creates a new invoice. [See the documentation](https://www.fakturoid.cz/api/v3/invoices),false,true,false +fakturoid-cancel-uncancel-invoice,Cancel or Uncancel Invoice,Cancels an existing invoice or revokes previous cancellation. [See the documentation](https://www.fakturoid.cz/api/v3),true,true,false +fileforge-generate-pdf,Generate PDF,Generate a PDF from provided HTML. [See the documentation](https://docs.fileforge.com/api-reference/api-reference/pdf/generate),false,true,false +triggre-start-automation-flow,Start Automation Flow,Starts an automation flow within your Triggre application. [See the documentation](https://docs.triggre.com/lessons/how-to-create-an-incoming-web-api),false,true,false +interzoid-generate-match-report,Generate Match Report,Generate a Match Report using a dataset table or file (CSV/TSV/Excel). [See the documentation](https://connect.interzoid.com/data-matching-workflow),false,true,true +interzoid-get-organization-match,Get Organization Match Score,Retrieve a match score (likelihood of matching) from 0-100 between two organization names. [See the documentation](https://www.interzoid.com/apis/organization-match-score),false,true,true +interzoid-get-full-name-match,Get Full Name Match Score,Retrieve a match score (likelihood of matching) between two individual names on a scale of 0-100. [See the documentation](https://www.interzoid.com/apis/individual-match-score),false,true,true +terraform-create-run,Create Run,Creates a new run in Terraform. [See the documentation](https://developer.hashicorp.com/terraform/cloud-docs/api-docs/run#create-a-run),false,true,false +terraform-list-runs,List Runs,Retrieves a list of runs in a workspace in Terraform. [See the documentation](https://developer.hashicorp.com/terraform/cloud-docs/api-docs/run#list-runs-in-a-workspace),false,true,true +overledger-prepare-smart-contract-transaction,Prepare Smart Contract Transaction,Prepares a smart contract transaction for signing on the Overledger platform. [See the documentation](https://developers.quant.network/reference/preparesmartcontractwrite),false,true,false +overledger-sign-a-transaction,Sign a transaction,Sign a transaction using Overledger - Part 2 of [Overledger Pattern](https://developers.quant.network/reference/overledger-pattern). [See documentation](https://developers.quant.network/reference/sandboxsigning),false,true,false +overledger-read-from-a-smart-contract,Read from a smart contract,Reads data from a specified smart contract on the Overledger network.,false,true,true +overledger-execute-signed-transaction,Execute Signed Transaction,Executes a signed transaction by sending it to a blockchain node via Overledger. [See the documentation](https://developers.quant.network/reference/executesignedrequest),false,true,false +planview_leankit-add-tags-to-card,Add Tags To Card (Or Task),Add tags in a card or task. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/update),true,true,false +planview_leankit-create-task-card,Create Task Card,Create a task card. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/create-task),false,true,false +planview_leankit-delete-custom-field,Delete Custom Field,Delete a custom field. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/custom-field),true,true,false +planview_leankit-remove-tags-from-card,Remove Tags From Card,Remove tags from a card or task. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/update),true,true,false +planview_leankit-move-cards-between-lanes,Move Cards Between Lanes,Move cards between lanes. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/move),false,true,false +planview_leankit-create-card,Create Card,Create a new card. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/create),false,true,false +planview_leankit-create-comment,Add Comment To Card (Or Task),Create a comment in a card or task. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/comment/create),false,true,false +planview_leankit-assign-user-to-task,Assign User To Task,Assign one or more users to tasks. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/assign-users),true,true,false +planview_leankit-duplicate-card,Duplicate Card,Duplicate a card. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/create),false,true,false +planview_leankit-create-card-type,Add Card Type To Board,Create a new card type on a board. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card-type/create),false,true,false +planview_leankit-update-card,Update Card (Or Task),Update a card or task,true,true,false +planview_leankit-find-or-create-card,Find OR Create Card,Find or create a new card. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/list),false,true,true +planview_leankit-create-custom-field,Create Custom Field,Create a new custom field. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/custom-field),false,true,false +planview_leankit-update-custom-field-value,Update Custom Field Value,Update custom field value on a card. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/update),true,true,false +planview_leankit-move-cards-to-another-board,Move Cards To Another Board,Move cards to other boards. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/move),false,true,false +planview_leankit-block-card,Block Card (Or Task),Block a card or a task. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/update),true,true,false +planview_leankit-get-card,Get Card,Get card details by card id. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/get),false,true,true +planview_leankit-complete-task,Complete Task,Move a task to `completed` lane. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/move),false,true,false +planview_leankit-start-task,Start Task,Move a task to `inProcess` lane. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/move),false,true,false +planview_leankit-find-first-card,Find First Card,Find first matching card. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/list),false,true,true +planview_leankit-remove-connection-from-card,Remove Parent/Child Connection,Remove parent or child connection from a card. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/connections/delete-many),true,true,false +planview_leankit-unassign-user,Unassign User,Unassign an user from a card or a task. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/update),true,true,false +planview_leankit-duplicate-task,Duplicate Task,Duplicate a task. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/create),false,true,false +planview_leankit-assign-user-to-card,Assign User To Card,Assign one or more users to cards. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/assign-users),true,true,false +planview_leankit-add-connection-to-card,Create a Parent/Child Connection,Add parent or child connection to a card. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/connections/create),false,true,false +planview_leankit-unblock-card,Unblock Card (Or Task),Unlock a card or a task. [See the docs here](https://success.planview.com/Planview_AgilePlace/AgilePlace_API/01_v2/card/update),true,true,false +leonardo_ai-upscale-image,Upscale Image,Creates a high-resolution upscale of the provided image using Leonardo AI,false,true,false +leonardo_ai-generate-motion,Generate Motion,Generates a motion (video) from the provided image using Leonardo AI,false,true,false +leonardo_ai-upload-image,Upload Image,Uploads a new image to Leonardo AI for use in generations and variations. [See the documentation](https://docs.leonardo.ai/docs/how-to-upload-an-image-using-a-presigned-url),false,true,false +leonardo_ai-unzoom-image,Unzoom Image,Creates an unzoom variation for a generated or variation image using Leonardo AI,false,true,false +leonardo_ai-generate-image,Generate Image,Generates new images using Leonardo AI,false,true,false +letzai-get-image-information,Get Image Information,Retrieves information about a specific image by ID. [See the documentation](https://api.letz.ai/doc#/images/images_get),false,true,true +letzai-create-new-image,Create New Image,Creates a new image generation task from a text prompt in LetzAI. [See the documentation](https://api.letz.ai/doc#/images/images_create),false,true,false +letzai-create-image-edit,Create Image Edit,Creates an image edit task that modifies an existing image using inpainting or outpainting in LetzAI. [See the documentation](https://api.letz.ai/doc#/image-edit/image_edit_create),true,true,false +jobnimbus-find-contact-by-id,Find Contact By ID,Finds contact by ID. [See the documentation](https://documenter.getpostman.com/view/3919598/S11PpG4x#02875033-b94e-4ed9-83cc-d157fba8e5d5),false,true,true +jobnimbus-create-attachment,Create Attachment,Creates an attachment. [See the documentation](https://documenter.getpostman.com/view/3919598/S11PpG4x#5f3f485b-91f9-4ed9-912c-99a07987ac6c),false,true,false +jobnimbus-create-contact,Create Contact,Creates a contact. [See the documentation](https://documenter.getpostman.com/view/3919598/S11PpG4x#7ec1541f-7241-4840-9322-0ed83c01d48e),false,true,false +jobnimbus-find-contact-by-email,Find Contact By Email,Finds contact by email. [See the documentation](https://documenter.getpostman.com/view/3919598/S11PpG4x#46dff3eb-80ae-46b1-a399-eb80ab2a09bc),false,true,true +jobnimbus-update-contact,Update Contact,Updates a contact. [See the documentation](https://documenter.getpostman.com/view/3919598/S11PpG4x#6c94f9a6-2bac-4189-9b2e-5d856f0fe310),true,true,false +codeqr-get-link-info,Get a Link Info,"Retrieves a short link from CodeQR by linkId, externalId, or domain/key via query string parameters. [See the documentation](https://codeqr.mintlify.app/api-reference/endpoint/retrieve-a-link)",false,true,true +codeqr-delete-link,Delete a Link,Deletes a short link in CodeQR by linkId or externalId. [See the documentation](https://codeqr.mintlify.app/api-reference/endpoint/delete-a-link),true,true,false +codeqr-create-link,Create a CodeQR Link,Creates a short link in CodeQR using the CodeQR API. [See the documentation](https://codeqr.mintlify.app/api-reference/endpoint/create-a-link),false,true,false +codeqr-delete-qrcode,Delete a QR Code,Deletes a QR Code in CodeQR by qrcodeId or externalId. [See the documentation](https://codeqr.mintlify.app/api-reference/endpoint/delete-a-qrcode),true,true,false +codeqr-get-qrcode-info,Get QR Code Info,"Retrieves QR Code info by qrcodeId, externalId, domain, or key via query string. [See the documentation](https://codeqr.mintlify.app/api-reference/endpoint/retrieve-a-qrcode)",false,true,true +codeqr-create-qrcode,Create a QR Code,Creates a new QR Code in CodeQR using the QR Codes API. [See the documentation](https://codeqr.mintlify.app/api-reference/endpoint/create-a-qrcode),false,true,false +alerty-notify-devices,Notify Devices,Sends a notification to active devices. [See the documentation](https://alerty.dev/api/notify),false,true,false +scrape_it_cloud-start-scraping,Start Scraping,Initiate the scraping process for a specific endpoint. [See the documentation here](https://scrape-it.cloud/docs/api-features/basic-request).,false,true,false +klipfolio-create-datasource,Create Datasource,Create a data source. [See the documentation](https://apidocs.klipfolio.com/reference/data-sources#post-datasources),false,true,false +klipfolio-delete-datasource,Delete Datasource,Delete the data source associated with a specific data source ID. [See the documentation](https://apidocs.klipfolio.com/reference/data-sources#delete-datasourcesid),true,true,false +klipfolio-update-datasource,Update Datasource,Update the specified data source. [See the documentation](https://apidocs.klipfolio.com/reference/data-sources#put-datasourcesid),true,true,false +zoho_bookings-reschedule-appointment,Reschedule Appointment,Reschedule an appointment to a different time or to a different staff. [See the documentation](https://www.zoho.com/bookings/help/api/v1/reschedule-appointment.html),false,true,false +zoho_bookings-get-appointment,Get Appointment Details,Get details of an appointment [See the documentation](https://www.zoho.com/bookings/help/api/v1/get-appointment.html),false,true,true +zoho_bookings-book-appointment,Book Appointment,Book an appointment for a customer for a desired service. [See the documentation](https://www.zoho.com/bookings/help/api/v1/book-appointment.html),false,true,false +zoho_bookings-fetch-availability,Fetch Availability,Fetch availability of appointments across services. [See the documentation](https://www.zoho.com/bookings/help/api/v1/fetch-availability.html),false,true,true +guru-create-card,Create Card,Creates a new card on your Guru account. [See the documentation](https://developer.getguru.com/reference/postv1cardscreateextendedfact),false,true,false +guru-add-tag-to-card,Add Tag to Card,Links an existing tag to a specified card in Guru. [See the documentation](https://developer.getguru.com/reference/getv1cardsgetextendedfact),true,true,false +guru-export-card-to-pdf,Export Card to PDF,Export a specific card identified by its ID to a PDF file. [See the documentation](https://developer.getguru.com/docs/download-cards-to-pdf),false,true,true +google_forms-create-form,Create Form,Creates a new Google Form. [See the documentation](https://developers.google.com/forms/api/reference/rest/v1/forms/create),false,true,false +google_forms-create-text-question,Create Text Question,Creates a new text question in a Google Form. [See the documentation](https://developers.google.com/forms/api/reference/rest/v1/forms/batchUpdate),false,true,false +google_forms-list-form-responses,List Form Responses,List a form,false,true,true +google_forms-get-form,Get Form,Get information about a Google Form. [See the documentation](https://developers.google.com/forms/api/reference/rest/v1/forms/get),false,true,true +google_forms-get-form-response,Get Form Response,Get a response from a form. [See the documentation](https://developers.google.com/forms/api/reference/rest/v1/forms.responses/get),false,true,true +google_forms-update-form-title,Update Form Title,Updates the title of a Google Form. [See the documentation](https://developers.google.com/forms/api/reference/rest/v1/forms/batchUpdate),true,true,false +beanstalkapp-create-repository,Create Repository,Creates a new repository. [See the docs](https://api.beanstalkapp.com/repository.html).,false,true,false +beanstalkapp-create-user,Create User,Creates a new user. [See the docs](https://api.beanstalkapp.com/user.html).,false,true,false +beanstalkapp-create-code-review,Create Code Review,Creates a new code review. This action is essentially the same as clicking the “Request review” button in the app. [See the docs](https://api.beanstalkapp.com/code_review.html).,false,true,false +database-query-sql-database,Query SQL Database,Execute a SQL Query. See [our docs](https://pipedream.com/docs/databases/working-with-sql) to learn more about working with SQL in Pipedream.,false,true,false +redmine-create-issue,Create Issue,Creates a new issue in Redmine. [See the documentation](https://www.redmine.org/projects/redmine/wiki/rest_issues#creating-an-issue),false,true,false +redmine-update-project,Update Project,Updates an existing project in Redmine. [See the documentation](https://www.redmine.org/projects/redmine/wiki/rest_projects#updating-a-project),true,true,false +redmine-delete-user,Delete User,Deletes a user from the Redmine platform. [See the documentation](https://www.redmine.org/projects/redmine/wiki/rest_users#delete),true,true,false +amilia-get-account,Get Account,Get an (client) account in your organization. [See the docs here](https://www.amilia.com/ApiDocs/v3org#GetAnAccount),false,true,true +amilia-list-accounts,List Accounts,List all (client) accounts in an organization. [See the docs here](https://www.amilia.com/ApiDocs/v3org#GetAccounts),false,true,true +instagram_business-list-media-comments,List Media Comments,List comments on a media object. [See the documentation](https://developers.facebook.com/docs/instagram-api/reference/ig-media/comments#reading),false,true,true +instagram_business-create-post,Create Post,"Post a single image, video, or reel. [See the documentation](https://developers.facebook.com/docs/instagram-api/guides/content-publishing#single-media-posts)",false,true,false +instagram_business-list-media,List Media,List media objects. [See the documentation](https://developers.facebook.com/docs/instagram-api/reference/ig-user/media#reading),false,true,true +instagram_business-create-comment,Create Comment,Creates a comment on a media object. [See the documentation](https://developers.facebook.com/docs/instagram-api/reference/ig-media/comments#creating),false,true,false +instagram_business-get-user-insights,Get User Insights,Get insights data on a user. [See the documentation](https://developers.facebook.com/docs/instagram-api/reference/ig-user/insights#reading),false,true,true +instagram_business-get-media-insights,Get Media Insights,Get insights data on a media object. [See the documentation](https://developers.facebook.com/docs/instagram-api/reference/ig-media/insights#read),false,true,true +storeganise-mark-invoice-paid,Mark Invoice as Paid,Marks the selected invoice as paid in Storeganise. [See the documentation](https://pipedream-dev-trial.storeganise.com/api/docs/admin/invoices#admin_invoices.PUT_invoiceId),true,true,false +storeganise-add-invoice-payment,Add Invoice Payment,Adds a payment to the targeted invoice. [See the documentation](https://pipedream-dev-trial.storeganise.com/api/docs/admin/invoices#admin_invoices._invoiceId_payments),false,true,false +magnetic-log-time-on-task,Log Time on Task,Log time on an existing task. [See docs here](https://app.magnetichq.com/Magnetic/API.do#ta-taskobject),false,true,false +magnetic-find-task,Find Task,Search for a task by name or description [See docs here](https://app.magnetichq.com/Magnetic/API.do#ta-taskobject),false,true,true +magnetic-create-contact,Create Contact,Create a new contact. [See docs here](https://app.magnetichq.com/Magnetic/API.do#cl-contactobject),false,true,false +magnetic-create-task,Create Task,Create a new task. [See docs here](https://app.magnetichq.com/Magnetic/API.do#ta-taskobject),false,true,false +magnetic-create-grouping,Create Opportunity/Job,Create a new opportunity/job. [See docs here](https://app.magnetichq.com/Magnetic/API.do#ta-f-grouping),false,true,false +dust-upsert-document,Upsert Document,Upsert a document to a chosen Dust data source. [See the documentation](https://docs.dust.tt/reference/post_api-v1-w-wid-data-sources-name-documents-documentid),true,true,false +dust-talk-assistant,Talk to Assistant,Send a message to an assistant on Dust and receive an answer. [See the documentation](https://docs.dust.tt/reference/post_api-v1-w-wid-assistant-conversations-cid-messages),false,true,false +chargebee-create-customer,Create Customer,Create a customer in Chargebee. [See the documentation](https://apidocs.chargebee.com/docs/api/customers?lang=node-v3#create_a_customer),false,true,false +chargebee-create-subscription,Create Subscription,Create a new subscription for an existing customer. [See the documentation](https://apidocs.chargebee.com/docs/api/subscriptions?lang=curl#create_subscription_for_items),false,true,false +nectar_crm-create-contact,Create Contact,Created a new contact. [See docs here](https://nectarcrm.docs.apiary.io/#reference/0/contatos/criar),false,true,false +nectar_crm-create-appointment,Create Appointment,Created a new appointment. [See docs here](https://nectarcrm.docs.apiary.io/#reference/0/compromissos/criar),false,true,false +nectar_crm-create-task,Create Task,Created a new task. [See docs here](https://nectarcrm.docs.apiary.io/#reference/0/tarefas/criar),false,true,false +nectar_crm-create-sale-opportunity,Create Sale Opportunity,Created a sale opportunity. [See docs here](https://nectarcrm.docs.apiary.io/#reference/0/oportunidades/criar),false,true,false +limoexpress-create-booking,Create Limo Booking,Creates a new limo booking with specified details. [See the documentation](https://api.limoexpress.me/api/docs/v1#/Bookings/createBooking),false,true,false +limoexpress-mark-invoice-paid,Mark Invoice Paid,Marks an invoice as paid. [See the documentation](https://api.limoexpress.me/api/docs/v1#/Invoices/markInvoiceAsPaid),false,true,false +limoexpress-create-client,Create Client,Creates a new client with specified details. [See the documentation](https://api.limoexpress.me/api/docs/v1#/Clients/createAOrganisationClient),false,true,false +printnode-send-print-job,Send Print Job,Sends a print job to a specified printer. [See the documentation](https://www.printnode.com/en/docs/api/curl#creating-print-jobs),false,true,false +printnode-get-printer,Get Printer,Retrieves data about a specific printer. [See the documentation](https://www.printnode.com/en/docs/api/curl#printers),false,true,true +printnode-list-print-jobs,List Print Jobs,Returns a list of all print jobs that have been submitted. [See the documentation](https://www.printnode.com/en/docs/api/curl#printjob-viewing),false,true,true +taleez-add-candidate-to-job,Add Candidate to Job,Links an existing candidate to a job offer. [See the documentation](https://api.taleez.com/swagger-ui/index.html#/jobs/addCandidate_1),false,true,false +taleez-list-jobs,List Jobs,Retrieves a list of jobs in your company. [See the documentation](https://api.taleez.com/swagger-ui/index.html#/jobs/list_3),false,true,true +taleez-create-candidate,Create Candidate,Creates a new candidate in Taleez. [See the documentation](https://api.taleez.com/swagger-ui/index.html#/candidates/create_1),false,true,false +riskadvisor-create-risk-profile,Create Risk Profile,Creates a risk profile in RiskAdvisor. [See the documentation](https://api.riskadvisor.insure/risk-profiles#create-a-risk-profile),false,true,false +riskadvisor-update-client,Update Client,Updates an existing in RiskAdvisor. [See the documentation](https://api.riskadvisor.insure/clients#update-a-client),true,true,false +riskadvisor-create-client,Create Client,Create a new client in RiskAdvisor. [See the documentation](https://api.riskadvisor.insure/clients#create-a-client),false,true,false +reform-extract-data-from-document,Extract Data From Document,Extract structured data from a document. [See the documentation](https://docs.reformhq.com/synchronous-data-processing/extract),false,true,true +reform-extract-data-from-text,Extract Data From Text,Extract structured data from unstructured text. [See the documentation](https://docs.reformhq.com/synchronous-data-processing/extract-from-text),false,true,true +zoho_catalyst-perform-image-moderation,Perform Image Moderation,Perform image moderation on an image. [See the documentation](https://catalyst.zoho.com/help/api/zia/image-moderation.html),false,true,false +zoho_catalyst-extract-text-from-image,Extract Text from Image,Extract text from an image. [See the documentation](https://catalyst.zoho.com/help/api/zia/ocr.html),false,true,false +zoho_catalyst-perform-face-detection-and-analysis,Perform Face Detection and Analysis,Perform face detection and analysis on an image. [See the documentation](https://catalyst.zoho.com/help/api/zia/face-analytics.html),false,true,false +zoho_catalyst-detect-objects-in-image,Detect Objects in Image,Detect or recognize objects in an image. [See the documentation](https://catalyst.zoho.com/help/api/zia/or.html),false,true,false +leexi-get-call,Get Call,Get details of a call by its ID. [See the documentation](https://developer.leexi.ai/),false,true,true +leexi-create-presign-recording-url,Create Presigned Recording URL,Creates a presigned URL for uploading a call recording. [See the documentation](https://developer.leexi.ai/),false,true,false +leexi-create-call,Create Call,Create a new call in Leexi. [See the documentation](https://developer.leexi.ai/),false,true,false +onlyoffice_docspace-create-room,Create Room,Creates a new room. [See the documentation](https://api.onlyoffice.com/docspace/method/files/post/api/2.0/files/rooms),false,true,false +onlyoffice_docspace-invite-user,Invite User,Invites a new user to the portal. [See the documentation](https://api.onlyoffice.com/docspace/method/people/post/api/2.0/people/invite),false,true,false +onlyoffice_docspace-upload-file,Upload File,Uploads a file to the specified room. [See the documentation](https://api.onlyoffice.com/docspace/method/files/post/api/2.0/files/%7bfolderid%7d/upload),false,true,false +postgresql-insert-row,Insert Row,Adds a new row. [See the documentation](https://node-postgres.com/features/queries),false,true,false +postgresql-delete-rows,Delete Row(s),Deletes a row or rows from a table. [See the documentation](https://node-postgres.com/features/queries),true,true,false +postgresql-update-row,Update Row,Updates an existing row. [See the documentation](https://node-postgres.com/features/queries),true,true,false +postgresql-find-row-custom-query,Find Row With Custom Query,Finds a row in a table via a custom query. [See the documentation](https://node-postgres.com/features/queries),false,true,true +postgresql-find-row,Find Row,Finds a row in a table via a lookup column. [See the documentation](https://node-postgres.com/features/queries),false,true,true +postgresql-execute-custom-query,Execute SQL Query,Execute a custom PostgreSQL query. See [our docs](https://pipedream.com/docs/databases/working-with-sql) to learn more about working with SQL in Pipedream.,false,true,false +postgresql-upsert-row,Upsert Row,Adds a new row or updates an existing row. [See the documentation](https://node-postgres.com/features/queries),true,true,false +cleverreach-create-subscriber,Create Subscriber,Adds a new subscriber to a mailing list. [See the documentation](https://rest.cleverreach.com/explorer/v3/#!/groups-v3/create__post),false,true,false +cleverreach-update-subscriber,Update Subscriber,Updates the information of an existing subscriber. [See the documentation](https://rest.cleverreach.com/explorer/v3/#!/groups-v3/update__put),true,true,false +_2markdown-pdf-to-markdown,PDF to Markdown,Convert a PDF document to Markdown format. [See the documentation](https://2markdown.com/docs#pdf2md),false,true,true +_2markdown-url-to-markdown,URL to Markdown,Extract the essential content of a website as plaintext. [See the documentation](https://2markdown.com/docs#url2md),false,true,false +_2markdown-html-to-markdown,HTML to Markdown,Convert raw HTML content to Markdown format. [See the documentation](https://2markdown.com/docs#html2md),false,true,true +_2markdown-html-file-to-markdown,HTML File to Markdown,Convert an HTML file to Markdown format. [See the documentation](https://2markdown.com/docs#file2md),false,true,true +holded-update-invoice,Update Invoice,Modify an existing invoice in Holded. [See the docs](https://developers.holded.com/reference/update-document-1).,true,true,false +holded-create-contact,Create Contact,Add a new contact to Holded. [See the docs](https://developers.holded.com/reference/create-contact-1).,false,true,false +holded-send-email,Send Email,Deliver an email with a document to a contact through Holded. [See the docs](https://developers.holded.com/reference/send-document-1).,false,true,false +zoho_people-get-attendance-entries,Get Attendance Entries,"This API is used to fetch the shift configuration details of an employee. All the details of the shift, that has been configured to the employee, in the given duration can be fetched using this API. Details include shifts mapped to the employee, start and end time of the shift and holiday, Weekend set for the shift. [See the documentation](https://www.zoho.com/people/api/attendance-shift-details.html)",true,true,false +zoho_people-create-attendance-entry,Create Attendance Entry,This API can be used to capture the check-in and check-out entries of an individual employee.The system will mark the attendance exit/entry of individual employees.It will automatically update the attendance status in the web portal for every check-in and check-out. [See the documentation](https://www.zoho.com/people/api/attendance-checkin-checkout.html),true,true,false +zoho_people-update-record,Update Record,Update a record to a Zoho People module. [See the documentation](https://www.zoho.com/people/api/update-records.html),true,true,false +zoho_people-add-record,Add Record,Add a record to a Zoho People module. [See the documentation](https://www.zoho.com/people/api/insert-records.html),false,true,false +finage-forex-previous-close,Forex Previous Close,Get the previous close for the specified forex symbol. [See the documentation](https://finage.co.uk/docs/api/forex/forex-previous-close),false,true,true +finage-forex-last-quote,Forex Last Quote,Get the last quote for the specified forex symbol. [See the documentation](https://finage.co.uk/docs/api/forex/forex-last-quote),false,true,true +finage-forex-last-trade,Forex Last Trade,Get the last trade for the specified forex symbol. [See the documentation](https://finage.co.uk/docs/api/forex/forex-last-trade),false,true,true +pipeline-create-deal,Create Deal,Creates a new deal in your Pipeline account. [See the docs here](https://app.pipelinecrm.com/api/docs#tag/Deals/paths/~1deals/post),false,true,false +pipeline-find-company,Find Company,Find an existing company in your Pipeline account. [See the docs here](https://app.pipelinecrm.com/api/docs#tag/Companies/paths/~1companies/get),false,true,true +pipeline-update-company,Update Company,Updates a company in your Pipeline account. [See the docs here](https://app.pipelinecrm.com/api/docs#tag/Companies/paths/~1companies~1{id}/put),true,true,false +pipeline-create-event,Create Event,Creates a new calendar event in your Pipeline account. [See the docs here](https://app.pipelinecrm.com/api/docs#tag/Calendar-Entries-(Tasks-and-Events)/paths/~1calendar_entries/post),false,true,false +pipeline-update-person,Update Person,Updates a person in your Pipeline account. [See the docs here](https://app.pipelinecrm.com/api/docs#tag/People/paths/~1people~1{id}/put),true,true,false +pipeline-update-deal,Update Deal,Updates a deal in your Pipeline account. [See the docs here](https://app.pipelinecrm.com/api/docs#tag/Deals/paths/~1deals~1{id}/put),true,true,false +pipeline-create-person,Create Person,Creates a new person in your Pipeline account. [See the docs here](https://app.pipelinecrm.com/api/docs#tag/People/paths/~1people/post),false,true,false +pipeline-create-company,Create Company,Creates a new company in your Pipeline account. [See the docs here](https://app.pipelinecrm.com/api/docs#tag/Companies/paths/~1companies/post),false,true,false +pipeline-find-user,Find User,Find an existing user on your Pipeline account. [See the docs here](https://app.pipelinecrm.com/api/docs#tag/Users/paths/~1admin~1users/get),false,true,true +pipeline-move-deal-stage,Move Deal Stage,Moves a deal to another stage Pipeline account. [See the docs here](https://app.pipelinecrm.com/api/docs#tag/Deals/paths/~1deals~1{id}/put),false,true,false +pipeline-create-task,Create Task,Creates a new calendar task in your Pipeline account. [See the docs here](https://app.pipelinecrm.com/api/docs#tag/Calendar-Entries-(Tasks-and-Events)/paths/~1calendar_entries/post),false,true,false +pipeline-create-activity,Create Activity,"Creates a new activity associated with an existing person, company, or deal. [See the docs here](https://app.pipelinecrm.com/api/docs#tag/Activities-(Notes)/paths/~1notes/post)",false,true,false +pipeline-find-person,Find Person,Find an existing person in your Pipeline account. [See the docs here](https://app.pipelinecrm.com/api/docs#tag/People/paths/~1people/get),false,true,true +pipeline-find-deal,Find Deal,Find an existing deal in your Pipeline account. [See the docs here](https://app.pipelinecrm.com/api/docs#tag/Deals/paths/~1deals/get),false,true,true +venly-create-mint-nft,Create and Mint NFT,Creates a template or token type that allows for minting of new NFTs. [See the documentation](https://docs.venly.io/reference/definetokentype_1_1),false,true,false +venly-create-contract,Create Contract,"Deploys a new NFT contract, or collection, on a specific blockchain. [See the documentation](https://docs.venly.io/reference/deploycontract)",false,true,false +phoneburner-create-contact,Create Contact,Create a contact. [See the documentation](https://www.phoneburner.com/developer/route_list#contacts),false,true,false +phoneburner-update-contact,Update Contact,Update a contact. [See the documentation](https://www.phoneburner.com/developer/route_list#contacts),true,true,false +phoneburner-get-contacts,Get Contacts,Get a list of contacts. [See the documentation](https://www.phoneburner.com/developer/route_list#contacts),false,true,true +phoneburner-get-contact,Get Contact,Get a specific contact. [See the documentation](https://www.phoneburner.com/developer/route_list#contacts),false,true,true +metaphor-search,Search,Perform a search with a Metaphor prompt-engineered query and retrieve a list of relevant results. [See the documentation](https://docs.metaphor.systems/reference/search),false,true,true +metaphor-get-documents-content,Get Contents of Documents,"Retrieve contents of documents based on a list of document IDs. [See the documentation](https://docs.metaphor.systems/reference/contents). It is used to `instantly` get content for documents, given the IDs of the documents. We currently support extracts - the first 1000 tokens (~750 words) of parsed HTML for a site. **Note that each piece of content retrieved costs 1 request.** Also note that `instant` is a little bit of a lie if you are using keyword search, in which case contents might take a few seconds to retrieve.",false,true,true +metaphor-find-similar-links,Find Similar Links,Find similar links to the link provided. See the documentation](https://docs.metaphor.systems/reference/findsimilar),false,true,true +ncscale-push-log,Push Log,Pushes a new log entry to the ncscale app. [See the documentation](https://documentation.ncscale.io/docs/api/push-log),false,true,false +docmosis-generate-document,Generate Document,Generates a document by merging data with a Docmosis template. [See the documentation](https://resources.docmosis.com/Documentation/Cloud/DWS4/Cloud-Web-Services-Guide-DWS4.pdf),false,true,false +google_calendar-query-free-busy-calendars,Retrieve Free/Busy Calendar Details,Retrieve free/busy calendar details from Google Calendar. [See the documentation](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Freebusy.html#query),false,true,true +google_calendar-create-event,Create Event,Create an event in a Google Calendar. [See the documentation](https://developers.google.com/calendar/api/v3/reference/events/insert),false,true,false +google_calendar-list-events,List Events,Retrieve a list of event from the Google Calendar. [See the documentation](https://developers.google.com/calendar/api/v3/reference/events/list),false,true,true +google_calendar-quick-add-event,Add Quick Event,Create a quick event to the Google Calendar. [See the documentation](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Events.html#quickAdd),false,true,false +google_calendar-get-event,Retrieve Event Details,Retrieve event details from Google Calendar. [See the documentation](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Events.html#get),false,true,true +google_calendar-list-calendars,List Calendars,Retrieve a list of calendars from Google Calendar. [See the documentation](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Calendarlist.html#list),false,true,true +google_calendar-add-attendees-to-event,Add Attendees To Event,Add attendees to an existing event. [See the documentation](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Events.html#update),true,true,false +google_calendar-get-calendar,Retrieve Calendar Details,Retrieve calendar details of a Google Calendar. [See the documentation](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Calendars.html#get),false,true,true +google_calendar-delete-event,Delete an Event,Delete an event from a Google Calendar. [See the documentation](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Events.html#delete),true,true,false +google_calendar-update-event,Update Event,Update an event from Google Calendar. [See the documentation](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Events.html#update),true,true,false +splynx-create-customer,Create Customer,Creates a new customer with the provided details. [See the documentation](https://splynx.docs.apiary.io/#reference/customers/customers-collection/create-a-customer),false,true,false +splynx-update-customer,Update Customer,Updates information of an existing customer. [See the documentation](https://splynx.docs.apiary.io/#reference/customers/customer/update-a-customer),true,true,false +splynx-create-internet-service,Create Internet Service,Creates a new internet service with specified details. [See the documentation](https://splynx.docs.apiary.io/#reference/services/internet-services-collection/create-service),false,true,false +splynx-list-customers,List Customers,Get a list of your customers. [See the documentation](https://splynx.docs.apiary.io/#reference/customers/customers-collection/list-all-customers),false,true,true +meetstream_ai-get-audio,Get Recorded Audio,"Retrieves the recorded audio file for a specific bot, if available. [See the documentation](https://vento.so/view/35d0142d-f91f-47f6-8175-d42e1953d6f1?utm_medium=share)",false,true,true +meetstream_ai-create-bot,Create Bot,Creates a new bot instance to join a meeting. [See the documentation](https://vento.so/view/35d0142d-f91f-47f6-8175-d42e1953d6f1?utm_medium=share),false,true,false +meetstream_ai-get-transcription,Get Transcription,"Retrieves the transcript file for a specific bot, if available. [See the documentation](https://vento.so/view/35d0142d-f91f-47f6-8175-d42e1953d6f1?utm_medium=share)",false,true,true +meetstream_ai-remove-bot,Remove Bot,Removes a bot from its meeting and deletes its associated data. [See the documentation](https://vento.so/view/35d0142d-f91f-47f6-8175-d42e1953d6f1?utm_medium=share),true,true,false +meetstream_ai-get-bot-status,Get Bot Status,Retrieves the current status of a specific bot. [See the documentation](https://vento.so/view/35d0142d-f91f-47f6-8175-d42e1953d6f1?utm_medium=share),false,true,true +signnow-create-document-from-template,Create Document From Template,Creates a new document copy out of a template. [See the documentation](https://docs.signnow.com/docs/signnow/template/operations/create-a-template-copy),false,true,false +signnow-upload-document-with-tags,Upload Document With Tags,Uploads a file that contains SignNow text tags. [See the documentation](https://docs.signnow.com/docs/signnow/document/operations/create-a-document-fieldextract),false,true,false +signnow-prefill-text-fields,Prefill Text Fields,Adds values to fields that the signers can later edit when they receive the document for signature. [See the documentation](https://docs.signnow.com/docs/signnow/document/operations/update-a-v-2-document-prefill-text),true,true,false +signnow-send-field-invite,Send Field Invite,Creates and sends a field invite to sign a document. [See the documentation](https://docs.signnow.com/docs/signnow/field-invite/operations/create-a-document-invite),false,true,false +dictionary_api-get-word-definition,Get Word Definition,Get the definition for an English word. [See docs here](https://dictionaryapi.dev/),false,true,true +paigo-get-invoice,Get Invoice,Fetches detailed information about a specific invoice. [See the documentation](http://www.api.docs.paigo.tech/#tag/Invoices/operation/Get%20an%20Invoice%20by%20ID),false,true,true +paigo-create-dimension,Create Dimension,Creates a new dimension inside the Paigo platform. [See the documentation](http://www.api.docs.paigo.tech/#tag/Dimensions/operation/Create%20a%20dimension),false,true,false +paigo-create-offering,Create Offering,Creates a new offering in the Paigo platform. [See the documentation](http://www.api.docs.paigo.tech/#tag/Offerings/operation/Create%20an%20offering),false,true,false +paigo-measure-usage,Measure Usage,Records the amount of a specific usage type linked with a customer. [See the documentation](http://www.api.docs.paigo.tech/#tag/Usage/operation/Collect%20usage%20data),false,true,false +paigo-onboard-customer,Onboard Customer,Creates a new customer and assigns them an offering in Paigo. [See the documentation](http://www.api.docs.paigo.tech/#tag/Customers/operation/Create%20a%20customer),false,true,false +paigo-add-credits,Add Credits,Increments the credit balance of a specific customer. [See the documentation](http://www.api.docs.paigo.tech/#tag/Customers/operation/Create%20a%20wallet%20transaction),false,true,false +loop_returns-flag-return,Flag Return,Flags a particular return as important inside Loop. Requires return ID as a mandatory prop. [See the documentation](https://docs.loopreturns.com/reference/flagreturn),false,true,false +loop_returns-process-return,Process Return,Starts the processing of a return inside Loop. Return ID is a required prop to initiate the process. [See the documentation](https://docs.loopreturns.com/reference/processreturn),false,true,false +loop_returns-cancel-return,Cancel Return,Cancels a pending return request in Loop. [See the documentation](https://docs.loopreturns.com/reference/cancelreturn),true,true,false +coassemble-create-new-user,Create New User,Create a user as a member of your campus or add an existing user to it. [See the docs here](https://developers.coassemble.com/api/users#add-users),false,true,false +coassemble-send-course-invitation,Send Course Invitation,Enrol existing users into a course. [See the docs here](https://developers.coassemble.com/api/enrolments#create-enrolments),false,true,false +coassemble-create-new-course,Create New Course,Use this endpoint to create new courses in your workspace. [See the docs here](https://developers.coassemble.com/api/courses#create-a-new-course),false,true,false +webflow-fulfill-order,Fulfill Order,Fulfill an order. [See the documentation](https://developers.webflow.com/data/reference/ecommerce/orders/update-fulfill),true,true,false +webflow-update-order,Update Order,Update an order. [See the documentation](https://developers.webflow.com/data/reference/ecommerce/orders/update),true,true,false +webflow-get-site,Get Site,Get a site. [See the documentation](https://developers.webflow.com/data/reference/sites/get),false,true,true +webflow-update-item-inventory,Update Item Inventory,Update the inventory of a specific item. [See the documentation](https://developers.webflow.com/data/reference/ecommerce/inventory/update),true,true,false +webflow-list-sites,List Sites,List sites. [See the documentation](https://developers.webflow.com/data/reference/sites/list),false,true,true +webflow-list-orders,List Orders,List orders. [See the documentation](https://developers.webflow.com/data/reference/ecommerce/orders/list),false,true,true +webflow-list-collection-items,List Collection Items,List Items of a collection. [See the documentation](https://developers.webflow.com/data/reference/cms/collection-items/bulk-items/list-items),false,true,true +webflow-list-collections,List Collections,List collections. [See the documentation](https://developers.webflow.com/data/reference/cms/collections/list),false,true,true +webflow-get-order,Get Order,Get info on an order. [See the documentation](https://developers.webflow.com/data/reference/ecommerce/orders/get),false,true,true +webflow-update-collection-item,Update Collection Item,Update collection item. [See the documentation](https://developers.webflow.com/data/reference/cms/collection-items/bulk-items/update-items),true,true,false +webflow-publish-site,Publish Site,Publish a site. [See the documentation](https://developers.webflow.com/data/reference/sites/publish),false,true,false +webflow-refund-order,Refund Order,Refund an order. [See the documentation](https://developers.webflow.com/data/reference/ecommerce/orders/refund),false,true,false +webflow-get-collection,Get Collection,Get a collection. [See the documentation](https://developers.webflow.com/data/reference/cms/collections/get),false,true,true +webflow-get-collection-item,Get Collection Item,Get a Collection Item. [See the documentation](https://developers.webflow.com/data/reference/cms/collection-items/staged-items/get-item),false,true,true +webflow-get-item-inventory,Get Item Inventory,Get the inventory of a specific item. [See the documentation](https://developers.webflow.com/data/reference/ecommerce/inventory/list),false,true,true +webflow-delete-collection-item,Delete Collection Item,Delete Item of a Collection. [See the documentation](https://developers.webflow.com/data/reference/cms/collection-items/staged-items/delete-item),true,true,false +webflow-create-collection-item,Create Collection Item,Create new collection item. [See the documentation](https://developers.webflow.com/data/reference/cms/collection-items/staged-items/create-item),false,true,false +webflow-unfulfill-order,Unfulfill Order,Unfulfill an order. [See the documentation](https://developers.webflow.com/data/reference/ecommerce/orders/update-unfulfill),true,true,false +more_trees_-plant-tree,Plant Tree,Plant a tree for self or for others. [See the documentation](https://moretrees.eco/user-guide/api/#KB32),false,true,false +more_trees_-get-carbon-offset,Get Carbon Offset,Get the total carbon offset. [See the documentation](https://moretrees.eco/user-guide/api/#KB30),false,true,true +openperplex-simple-search,Simple Search,Perform a simple search using Openperplex. [See the documentation](https://docs.openperplex.com/api-reference/endpoint/search-simple),false,true,true +openperplex-query-from-url,Query From URL,Queries content from a specific URL using Openperplex. [See the documentation](https://docs.openperplex.com/api-reference/endpoint/query-from-url),false,true,false +openperplex-get-website-screenshot,Get Website Screenshot,Get a screenshot of a website using Openperplex. [See the documentation](https://docs.openperplex.com/api-reference/endpoint/get-website-screenshot),false,true,true +yanado-create-task,Create Task,Create a new task. [See the docs](https://api.yanado.com/docs/?javascript#create-task),false,true,false +yanado-find-tasks,Find Tasks,Find tasks in a list. [See the docs](https://api.yanado.com/docs/?javascript#tasks),false,true,true +yanado-update-task,Update Task,Update a new task. [See the docs](https://api.yanado.com/docs/?javascript#update-task),true,true,false +parsera-parse,Parse,Parse data using pre-defined attributes. [See the documentation](https://docs.parsera.org/api/getting-started/),false,true,true +parsera-extract,Extract,Extract data from a given URL. [See the documentation](https://docs.parsera.org/api/getting-started/),false,true,true +infolobby-create-comment,Create Comment,Create a new Comment for a record. [See the documentation](https://infolobby.com/site/apidocs/4/working-with-record-comments/),false,true,false +twitter-list-user-tweets,List User Tweets,,false,true,true +twitter-retweet,Retweet a tweet,The ID of the tweet you,false,true,false +twitter-upload-media,Upload Media,"Provide either a file URL or a path to a file in the /tmp directory (for example, /tmp/myFile.pdf).",false,true,false +twitter-like-tweet,Like Tweet,,false,true,false +twitter-simple-search,Search Tweets,,false,true,true +twitter-list-mentions,List Mentions,,false,true,true +twitter-delete-tweet,Delete Tweet,,true,true,false +twitter-unfollow-user,Unfollow User,,false,true,false +twitter-simple-search-in-list,Search Tweets in List,"Text to filter tweets by. If you include more than one item in this array, only tweets that match all items will be returned. You can use the pipe character `|` to define multiple strings within an item, and it will be considered a match if the tweet contains any of them.",false,true,true +twitter-unlike-tweet,Unlike Tweet,,false,true,false +twitter-get-tweet,Get Tweet,,false,true,true +twitter-list-followers,List Followers,,false,true,true +twitter-create-tweet,Create Tweet,Text of the Tweet being created. Required if `Media IDs` is not set.,false,true,false +twitter-send-dm,Send Direct Message (DM),"Text of the Direct Message being created. Text messages support up to 10,000 characters.",false,true,false +twitter-list-favorites,List Liked Tweets,,false,true,true +twitter-add-user-to-list,Add User To List,,false,true,false +twitter-follow-user,Follow User,,false,true,false +twitter-list-lists,List Lists,,false,true,true +twitter-get-user,Get User,,false,true,true +dropboard-create-job,Create Job,Creates a new job within Dropboard. [See the documentation](https://dropboard.readme.io/reference/jobs-post),false,true,false +dropboard-find-or-create-client,Find or Create Client,"Looks for a client within Dropboard. If not found, it will create a new one. [See the documentation](https://dropboard.readme.io/reference/clients-post)",false,true,false +dropboard-create-client,Create Client,Creates a new client within Dropboard. Note this is available only for recruiter plan users and may incur additional charges based on your organization,false,true,false +rocketreach-lookup-profile,lookup profile,Lookup the profile of a person. [See docs here](https://rocketreach.co/api?section=api_section_ws_lookupProfile),false,true,true +rocketreach-lookup-company,lookup company,Lookup the profile of a company. [See docs here](https://rocketreach.co/api?section=api_section_ws_lookupCompany),false,true,true +shortcut-search-stories,Search Stories,Searches for stories in your Shortcut account.,false,true,true +shortcut-create-story,Create Story,"Creates a new story in your Shortcut account. See [Create Story](https://shortcut.com/api/rest/v3#Create-Story) in Shortcut Rest API, V3 reference for endpoint documentation.",false,true,false +timecamp-create-timeentry,Create Time Entry,Creates a time entry. [See docs here](https://developer.timecamp.com/docs/timecamp-api/b3A6NTY2NDIyOQ-create-time-entry),false,true,false +timecamp-create-task,Create Task,Creates a task. [See docs here](https://developer.timecamp.com/docs/timecamp-api/b3A6NTg5ODUxMA-create-new-task),false,true,false +baserow-update-row,Update Row,,true,true,false +baserow-get-row,Get Row,,false,true,true +baserow-create-row,Create Row,,false,true,false +baserow-delete-row,Delete Row,,true,true,false +baserow-list-rows,List Rows,,false,true,true +upbooks-add-employee,Add New Employee,Adds a new employee to Upbooks. [See the documentation](https://www.postman.com/scrrum/workspace/upbooks-io/request/13284127-a51a907a-0648-477d-96f6-f5a9e79262fd),false,true,false +upbooks-record-outward-payment,Record Outward Payment,Records an outward payment in UpBooks. [See the documentation](https://www.postman.com/scrrum/workspace/upbooks-io/request/13284127-3fc82d7a-2173-4b3a-a8ec-4c812c928810),false,true,false +upbooks-create-expense-category,Create Expense Category,Creates a new expense category in UpBooks. [See the documentation](https://www.postman.com/scrrum/workspace/upbooks-io/request/13284127-a07ae2fc-f712-42aa-bcf5-6ce63c7a0929),false,true,false +google_search_console-submit-url-for-indexing,Submit URL for Indexing,Sends a URL update notification to the Google Indexing API,true,true,false +google_search_console-retrieve-site-performance-data,Retrieve Site Performance Data,Fetches search analytics from Google Search Console for a verified site.,false,true,true +dailybot-give-kudos,Give Kudos,Sends kudos to selected user(s) using DailyBot. [See the documentation](https://www.dailybot.com/docs/api-methods),false,true,false +dailybot-send-message,Send Message,Dispatches a message to designated users or groups in DailyBot. Required are the message content and recipients,false,true,false +fractel-call-phone,Call Phone,Initiates a new phone call to the provided number.,false,true,false +fractel-send-sms-mms,Send SMS or MMS,Allows to send an SMS or MMS to a particular phone number. [See the documentation](https://developer.fonestorm.com/reference/sendmessage),false,true,false +pro_ledger-get-accounts,Get Accounts,Get accounts setup information. [See the documentation](https://api.pro-ledger.com/redoc#tag/record/operation/get_accounts_api_v1_record_get_accounts_get),false,true,true +pro_ledger-create-record,Create Record,Create a new record in the Pro Ledger platform. [See the documentation](https://api.pro-ledger.com/redoc#tag/record/operation/create_new_record_api_v1_record_create_new_record_post),false,true,false +pro_ledger-get-categories,Get Categories,Get categories setup information. [See the documentation](https://api.pro-ledger.com/redoc#tag/record/operation/get_categories_api_v1_record_get_categories_get),false,true,true +pro_ledger-get-classes,Get Classes,Get classes setup information. [See the documentation](https://api.pro-ledger.com/redoc#tag/record/operation/get_classes_api_v1_record_get_classes_get),false,true,true +typefully-schedule-draft-next-slot,Schedule Draft Next Slot,Schedules an existing draft for publication in the next available time slot. [See the documentation](https://support.typefully.com/en/articles/8718287-typefully-api#h_df59629cbf),false,true,false +typefully-create-draft,Create Draft,Creates a new draft in Typefully. [See the documentation](https://support.typefully.com/en/articles/8718287-typefully-api#h_df59629cbf),false,true,false +typefully-schedule-draft,Schedule Draft,Schedules a draft for publication at a specific date and time. [See the documentation](https://support.typefully.com/en/articles/8718287-typefully-api#h_df59629cbf),false,true,false +ngrok-update-https-edge,Update HTTPS Edge,Updates an HTTPS Edge. [See the documentation](https://ngrok.com/docs/api/resources/edges-https/#update-https-edge).,true,true,false +ngrok-create-https-edge,Create HTTPS Edge,Create an HTTPS Edge. [See the documentation](https://ngrok.com/docs/api/resources/edges-https/#create-https-edge).,false,true,false +ngrok-delete-https-edge,Delete HTTPS Edge,Delete an HTTPS Edge. [See the documentation](https://ngrok.com/docs/api/resources/edges-https/#delete-https-edge).,true,true,false +ngrok-get-https-edge,Get HTTPS Edge,Get the details of an HTTPS Edge. [See the documentation](https://ngrok.com/docs/api/resources/edges-https/#get-https-edge).,false,true,true +btcpay_server-create-payment-request,Create Payment Request,Generates a new payment request for a user. [See the documentation](https://docs.btcpayserver.org/API/Greenfield/v1/#operation/PaymentRequests_CreatePaymentRequest),false,true,false +btcpay_server-get-store-on-chain-wallet-balance,Get Store On-Chain Wallet Balance,Fetches the balance of your on-chain store wallet. [See the documentation](https://docs.btcpayserver.org/API/Greenfield/v1/#operation/StoreOnChainWallets_ShowOnChainWalletOverview),false,true,true +askyourpdf-chat-with-document,Chat With Document,Chat with a document. [See the documentation](https://docs.askyourpdf.com/askyourpdf-docs/#3.-chat-endpoint),false,true,false +askyourpdf-add-document-via-file-upload,Add Document Via File Upload,Add a document via file upload. [See the documentation](https://docs.askyourpdf.com/askyourpdf-docs/#2.-adding-document-via-file-upload),false,true,false +askyourpdf-add-document-via-url,Add Document Via URL,Add a document via URL. [See the documentation](https://docs.askyourpdf.com/askyourpdf-docs/#1.-adding-document-via-url),false,true,false +splunk_http_event_collector-check-health,Check Splunk HTTP Event Collector Health,Checks the health status of the Splunk HTTP Event Collector to ensure it is available and ready to receive events. [See the documentation](https://docs.splunk.com/Documentation/Splunk/8.2.0/RESTREF/RESTinput#services.2Fcollector.2Fhealth),false,true,true +splunk_http_event_collector-send-event,Send Event,Sends an event to Splunk HTTP Event Collector. [See the documentation](https://docs.splunk.com/Documentation/Splunk/8.2.0/RESTREF/RESTinput#services.2Fcollector.2Fevent),false,true,false +splunk_http_event_collector-send-batch-events,Send Batch Events,Sends multiple events in a single request to the Splunk HTTP Event Collector. [See the documentation](https://docs.splunk.com/Documentation/Splunk/8.2.0/RESTREF/RESTinput#services.2Fcollector.2Fraw),false,true,false +mercury-get-account-info,Get Account Information,Retrieve information about a specific account. [See the documentation](https://docs.mercury.com/reference/accountsid),false,true,true +mboum-get-market-info,Get Market Information,"Get comprehensive market information including indices, market status, and general market data. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v2-markets-market-info)",false,true,true +mboum-get-dividends,Get Dividends Calendar,Get upcoming and historical dividend payments and ex-dividend dates. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v2-markets-calendar-dividends),false,true,true +mboum-get-ticker-summary,Get Ticker Summary,"Get comprehensive ticker summary including key statistics, financial metrics, and company overview. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v2-markets-stock-ticker-summary)",false,true,true +mboum-get-crypto-currencies,Get Crypto Currencies,Get crypto currencies. [See the documentation](https://docs.mboum.com/#crypto-GETapi-v1-crypto-coins),false,true,true +mboum-get-news,Get Financial News,"Get latest financial news and market updates, with optional filtering by ticker or category. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v2-markets-news)",false,true,true +mboum-get-sec-filings,Get SEC Filings,"Get SEC filings data including 10-K, 10-Q, 8-K, and other regulatory filings. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v2-markets-stock-sec-filings)",false,true,true +mboum-get-iv-change,Get IV Change,Get Implied Volatility (IV) change data showing volatility movements and trends over time. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-options-iv-change),false,true,true +mboum-get-realtime-quote,Get Realtime Quote,"Get real-time stock quote data including current price, volume, and market data. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-quote)",false,true,true +mboum-get-earnings,Get Earnings Calendar,Get upcoming and historical earnings announcements and reports. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v2-markets-calendar-earnings),false,true,true +mboum-get-historical-data,Get Historical Data,Get comprehensive historical stock data with advanced filtering and date range options. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v2-markets-stock-historical),false,true,true +mboum-get-unusual-options-activity,Get Unusual Options Activity,Get unusual options activity including high volume and large trades that deviate from normal patterns. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-options-unusual-options-activity),false,true,true +mboum-get-analyst-ratings,Get Analyst Ratings,Get analyst ratings and recommendations for a stock including buy/sell/hold ratings. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-stock-analyst-ratings),false,true,true +mboum-get-modules,Get Stock Modules,"Get comprehensive stock data modules including financial metrics, statistics, and company information. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-stock-modules)",false,true,true +mboum-get-most-active-options,Get Most Active Options,Get the most actively traded options contracts based on volume and trading activity. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-options-most-active),false,true,true +mboum-get-revenue,Get Revenue Data,Get detailed revenue breakdown and analysis for a company including revenue trends and segments. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v2-markets-stock-revenue),false,true,true +mboum-get-adx,Get Average Directional Index (ADX),Calculate Average Directional Index technical indicator to measure trend strength and direction. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-indicators-adx),false,true,false +mboum-get-price-targets,Get Price Targets,"Get analyst price targets and recommendations for a stock including target highs, lows, and consensus. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v2-markets-stock-price-targets)",false,true,true +mboum-get-adosc,Get Accumulation/Distribution Oscillator (ADOSC),Calculate Accumulation/Distribution Oscillator technical indicator to measure the momentum of volume flow. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-indicators-adosc),false,true,true +mboum-get-institutional-holdings,Get Institutional Holdings,Get institutional ownership data including top institutional holders and their position changes. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v2-markets-stock-institutional-holdings),false,true,true +mboum-get-history,Get Stock History,"Get historical stock data including OHLCV (Open, High, Low, Close, Volume) data. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v2-markets-stock-history)",false,true,true +mboum-get-crypto-holders,Get Crypto Holders,Get crypto holders. [See the documentation](https://docs.mboum.com/#crypto-GETapi-v1-crypto-holders),false,true,true +mboum-get-cci,Get Commodity Channel Index (CCI),Calculate Commodity Channel Index technical indicator to identify cyclical trends and overbought/oversold conditions. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-indicators-cci),false,true,false +mboum-get-insider-trading,Get Insider Trading Data,"Get insider trading activities including buys, sells, and other transactions by company insiders. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-insider-trades)",false,true,true +mboum-get-options-flow,Get Options Flow,Get real-time options flow data showing large block trades and institutional activity. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-options-options-flow),false,true,true +mboum-get-tickers,Get Market Tickers,Get a comprehensive list of stock tickers and symbols with detailed information. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v2-markets-tickers),false,true,true +mboum-get-short-interest,Get Short Interest,"Get short interest data including short ratio, short percentage of float, and short interest trends. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v2-markets-stock-short-interest)",false,true,true +mboum-get-crypto-quotes,Get Crypto Quotes,Get crypto quotes. [See the documentation](https://docs.mboum.com/#crypto-GETapi-v1-crypto-quotes),false,true,true +mboum-get-movers,Get Market Movers,"Get top market movers including gainers, losers, and most active stocks. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v2-markets-movers)",false,true,true +mboum-search,Search Markets,"Search for stocks, ETFs, and other financial instruments. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v2-markets-search)",false,true,true +mboum-get-financials,Get Financial Statements,"Get comprehensive financial statements including income statement, balance sheet, and cash flow data. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v2-markets-stock-financials)",false,true,true +mboum-get-ad,Get Accumulation/Distribution Line (AD),Calculate Accumulation/Distribution Line technical indicator to measure volume flow and confirm price trends. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-indicators-ad),false,true,true +mboum-get-screener,Get Stock Screener Results,Screen stocks based on various financial criteria and filters. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v2-markets-screener),false,true,true +mboum-get-sma,Get Simple Moving Average (SMA),Calculate Simple Moving Average technical indicator for stocks and crypto. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-indicators-sma),false,true,true +mboum-get-iv-rank-percentile,Get IV Rank Percentile,Get Implied Volatility (IV) rank and percentile data for options to assess volatility levels. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-options-iv-rank-percentile),false,true,true +mboum-get-economic-events,Get Economic Events,Get upcoming and historical economic events and indicators that can impact market movements. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-calendar-economic_events),false,true,true +mboum-get-crypto-modules,Get Crypto Modules,Get crypto modules. [See the documentation](https://docs.mboum.com/#crypto-GETapi-v1-crypto-modules),false,true,true +mboum-get-highest-iv-options,Get Highest IV Options,Get options contracts with the highest Implied Volatility (IV) levels for volatility trading strategies. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-options-highest-iv),false,true,true +mboum-get-macd,Get MACD,Calculate Moving Average Convergence Divergence (MACD) technical indicator to identify trend changes and momentum. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-indicators-macd),false,true,true +mboum-get-public-offerings,Get Public Offerings,"Get data on public offerings including secondary offerings, SPAC mergers, and other capital market events. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-calendar-public_offerings)",false,true,true +mboum-get-stoch,Get Stochastic Oscillator (STOCH),Calculate Stochastic Oscillator technical indicator to identify momentum and potential reversal points. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-indicators-stochh),false,true,true +mboum-get-stock-splits,Get Stock Splits,"Get upcoming and historical stock split data including split ratios, dates, and company information. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-calendar-stock-splits)",false,true,true +mboum-get-options,Get Options Data,"Get comprehensive options data including prices, Greeks, and market metrics. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v3-markets-options)",false,true,true +mboum-get-rsi,Get Relative Strength Index (RSI),Calculate Relative Strength Index technical indicator to measure momentum and identify overbought/oversold conditions. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-indicators-rsi),false,true,false +mboum-get-ipo-data,Get IPO Data,"Get upcoming and recent Initial Public Offering (IPO) data including dates, prices, and company information. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-calendar-ipo)",false,true,true +mboum-get-crypto-profile,Get Crypto Profile,Get crypto profile. [See the documentation](https://docs.mboum.com/#crypto-GETapi-v1-crypto-profile),false,true,true +sheetdb-delete-rows,Delete Rows,Deletes the specified row(s) in a SheetDB sheet by matching a column name and value. [See the documentation](https://docs.sheetdb.io/sheetdb-api/delete#delete-with-single-query),true,true,false +sheetdb-create-rows,Create Rows,Create rows in a Google Sheet using the SheetDB API. [See the documentation](https://docs.sheetdb.io/sheetdb-api/create),false,true,false +sheetdb-search-content,Search Content,Search for content in a Google Sheet using the SheetDB API. [See the documentation](https://docs.sheetdb.io/sheetdb-api/search),false,true,true +sheetdb-get-column-names,Get Column Names,Get column names of a Google Sheet using the SheetDB API. [See the documentation](https://docs.sheetdb.io/sheetdb-api/read#keys),false,true,true +sheetdb-update-rows,Update Rows,Updates the content for the specified row(s). [See the documentation](https://docs.sheetdb.io/sheetdb-api/update#update-with-single-query),true,true,false +agentset-create-ingest-job,Create Ingest Job,Create an ingest job for the authenticated organization. [See the documentation](https://docs.agentset.ai/api-reference/endpoint/ingest-jobs/create),false,true,false +agentset-create-namespace,Create Namespace,Creates a namespace for the authenticated organization. [See the documentation](https://docs.agentset.ai/api-reference/endpoint/namespaces/create),false,true,false +agentset-search-namespace,Agentset Search Namespace,"Complete retrieval pipeline for RAG with semantic search, filtering, and reranking. [See the documentation](https://docs.agentset.ai/api-reference/endpoint/search)",false,true,true +clockwork_recruiting-create-person,Create A Person,Create a new person with provided data. [See the documentation](https://app.swaggerhub.com/apis-docs/clockwork-recruiting/cw-public-api/3.0.0#/People/post_people),false,true,false +clockwork_recruiting-add-person-phone-number,Add Phone Number,Add a phone number to a specific person. [See the documentation](https://app.swaggerhub.com/apis-docs/clockwork-recruiting/cw-public-api/3.0.0#/Person%20Phone%20Numbers/post_people__person_id__phone_numbers),false,true,false +clockwork_recruiting-add-person-linkedin,Add Linkedin URL,Add a linkedin URL to a specific person. [See the documentation](https://app.swaggerhub.com/apis-docs/clockwork-recruiting/cw-public-api/3.0.0#/Person%20Linkedin/post_people__person_id__linkedin_urls),false,true,false +clockwork_recruiting-add-person-email,Add Person Email,Create an email address to a specific person. [See the documentation](https://app.swaggerhub.com/apis-docs/clockwork-recruiting/cw-public-api/3.0.0#/Person%20Emails),false,true,false +clockwork_recruiting-add-person-address,Add Person Address,Create an address to a specific person. [See the documentation](https://app.swaggerhub.com/apis-docs/clockwork-recruiting/cw-public-api/3.0.0#/Person%20Addresses/post_people__person_id__addresses),false,true,false +clockwork_recruiting-add-person-position,Add Position,Add a position to a specific person. [See the documentation](https://app.swaggerhub.com/apis-docs/clockwork-recruiting/cw-public-api/3.0.0#/Person%20Positions/post_people__person_id__positions),false,true,false +clockwork_recruiting-add-person-tag,Add Person Tag,Add a tag to a specific person. [See the documentation](https://app.swaggerhub.com/apis-docs/clockwork-recruiting/cw-public-api/3.0.0#/Person%20Tags),false,true,false +expedy-create-print-job,Create Print Job,Sends a print job to the designated thermal printer using its unique identifier (uid). [See the documentation](https://expedy.stoplight.io/docs/api-v2/01132c3490c8b-create-a-print-job),true,true,false +zoho_inventory-create-contact,Create Contact,Create a new contact in Zoho Inventory. [See the docs here](https://www.zoho.com/inventory/api/v1/contacts/#create-a-contact),false,true,false +zoho_inventory-create-order,Create Sales Order,Create a new sales order in Zoho Inventory. [See the docs here](https://www.zoho.com/inventory/api/v1/salesorders/#create-a-sales-order),false,true,false +orbit-create-member,Create Member,Create a new member. [See the docs here](https://api.orbit.love/reference/post_workspace-slug-members),false,true,false +orbit-create-member-note,Create Member Note,Create a new member note. [See the docs here](https://api.orbit.love/reference/post_workspace-slug-members-member-slug-notes),false,true,false +orbit-create-activity,Create Activity,Create a new activity. [See the docs here](https://api.orbit.love/reference/post_workspace-slug-members-member-slug-activities),false,true,false +orbit-get-member-by-identity,Get Member by Identity,"Provide a source and one of username/uid/email params to return a member with that identity, if one exists. Common values for source include github, twitter, and email. [See the docs here](https://api.orbit.love/reference/get_workspace-slug-members-find)",false,true,true +monday-create-update,Create an Update,Creates a new update. [See the documentation](https://developer.monday.com/api-reference/reference/updates#create-an-update),true,true,false +monday-get-items-by-column-value,Get Items By Column Value,Searches a column for items matching a value. [See the documentation](https://developer.monday.com/api-reference/reference/items-page-by-column-values),false,true,true +monday-update-column-values,Update Column Values,Update multiple column values of an item. [See the documentation](https://developer.monday.com/api-reference/reference/columns#change-multiple-column-values),true,true,false +monday-get-column-values,Get Column Values,Return values of specific column(s) for a board item. [See the documentation](https://developer.monday.com/api-reference/reference/column-values-v2),false,true,true +monday-create-column,Create Column,Creates a column. [See the documentation](https://developer.monday.com/api-reference/reference/columns#create-a-column),false,true,false +monday-create-board,Create Board,Creates a new board. [See the documentation](https://developer.monday.com/api-reference/reference/boards#create-a-board),false,true,false +monday-create-subitem,Create Subitem,Creates a subitem. [See the documentation](https://developer.monday.com/api-reference/reference/subitems#create-a-subitem),false,true,false +monday-create-item,Create Item,Creates an item. [See the documentation](https://developer.monday.com/api-reference/reference/items#create-an-item),false,true,false +monday-update-item-name,Update Item Name,Update an item,true,true,false +monday-create-group,Create Group,Creates a new group in a specific board. [See the documentation](https://developer.monday.com/api-reference/reference/groups#create-a-group),false,true,false +process_street-start-workflow-run,Start Workflow Run,Starts a workflow run. [See the docs here](https://public-api.process.st/api/v1.1/docs/index.html#operation/createWorkflowRun),true,true,false +infobip-send-sms,Send SMS,Sends an SMS message to a specified number. [See the documentation](https://www.infobip.com/docs/api),false,true,false +infobip-send-viber-text-message,Send Viber Text Message,Send a text message to multiple recipients via Viber. [See the documentation](https://www.infobip.com/docs/api/channels/viber/viber-business-messages/send-viber-messages),false,true,false +infobip-send-whatsapp-text-message,Send WhatsApp Text Message,Sends a WhatsApp text message to a specified number. [See the documentation](https://www.infobip.com/docs/api#channels/whatsapp/send-whatsapp-text-message),false,true,false +tinyurl-update-link-metadata,Update Link Metadata,Updates the metadata of an existing TinyURL. [See the documentation](),true,true,false +tinyurl-retrieve-link-analytics,Retrieve Link Analytics,"Retrieves analytics for a specific TinyURL link, including total clicks, geographic breakdowns, and device types. [See the documentation]()",false,true,true +tinyurl-create-shortened-link,Create Shortened Link,Creates a new shortened link. [See the documentation](),false,true,false +salesmsg-get-user-conversations,Get User Conversations,Retrieves the list of all the conversations of a specific contact id. [See the documentation](https://documenter.getpostman.com/view/13798866/2s935uHgXp#27602c5c-e171-4009-b11c-3d19904d7dcd),false,true,true +salesmsg-create-new-contact,Create New Contact,Create a new contact. [See the documentation](https://documenter.getpostman.com/view/13798866/2s935uHgXp#57f25fd9-2de8-4c9c-97f4-79bf7a6eb255),false,true,false +salesmsg-search-conversations,Search Conversations,Search active conversations in conversation history. [See the documentation](https://documenter.getpostman.com/view/13798866/2s935uHgXp#c9f078a9-931a-45c0-81c7-14d2b745ca5b),false,true,true +spondyr-create-spondyr,Create Spondyr,Generate and optionally deliver correspondence. [See the docs here](https://client.spondyr.io/#/Public/Public/Documentation?Section=send-api),false,true,false +pdf_app_net-split-pdf,Split PDF,Split a PDF into multiple PDFs containing the specified number of pages. [See the documentation](https://pdf-app.net/apidocumentation),false,true,false +pdf_app_net-image-to-pdf,Image to PDF,Convert an image from a URL to a PDF File with PDF-app.net. [See the documentation](https://pdf-app.net/apidocumentation),false,true,true +pdf_app_net-compress-pdf,Compress PDF,Compress a PDF File with PDF-app.net. [See the documentation](https://pdf-app.net/apidocumentation),false,true,false +konfhub-send-otp,Send OTP,Send a one-time password (OTP) to a user. [See the documentation](https://docs.konfhub.com/#api-Referral-Registration-Send_OTP),false,true,false +konfhub-validate-registration,Validate Registration,Validate a user,false,true,true +tinypng-compress-image,Compress Image,"Compress a WebP, JPEG, or PNG image using the TinyPNG API. [See the documentation](https://tinypng.com/developers/reference#compressing-images)",false,true,false +tinypng-convert-image,Convert Image,Convert your images to your desired image type using TinyPNG. [See the documentation](https://tinypng.com/developers/reference#converting-images),false,true,true +tinypng-resize-image,Resize Image,Create resized versions of your uploaded image. [See the documentation](https://tinypng.com/developers/reference#resizing-images),false,true,false +zep-update-session,Update Session,Updates an existing session in Zep. [See the documentation](https://help.getzep.com/api-reference/memory/update-session),true,true,false +zep-add-user,Add User,Adds a user in Zep. [See the documentation](https://help.getzep.com/api-reference/user/add),false,true,false +zep-get-threads,Get Threads,Returns a paginated list of threads. [See the documentation](https://help.getzep.com/sdk-reference/thread/list-all),false,true,true +zep-create-session,Create Session,Creates a new session in Zep. [See the documentation](https://help.getzep.com/api-reference/memory/add-session),false,true,false +zep-get-thread-messages,Get Thread Messages,Returns messages for the thread with the specified ID. [See the documentation](https://help.getzep.com/sdk-reference/thread/get),false,true,true +zep-add-memory,Add Memory to Session,Adds memory to an existing session in Zep. [See the documentation](https://help.getzep.com/api-reference/memory/add),false,true,false +smugmug-create-album,Create Album,Creates an album. [See the docs here](https://api.smugmug.com/api/v2/doc/reference/album.html),false,true,false +smugmug-get-authenticated-user,Get Authenticated User,Gets details of the authenticated user. [See the docs here](https://api.smugmug.com/api/v2/doc/reference/user.html),false,true,true +smugmug-update-albumimage,Update Album Image,Updates an album image. [See the docs here](https://api.smugmug.com/api/v2/doc/reference/album-image.html),true,true,false +smugmug-get-album,Get Album,Gets an album given its id. [See the docs here](https://api.smugmug.com/api/v2/doc/reference/album.html),false,true,true +smugmug-upload-image,Upload Image,Uploads an image to a SmugMug album. [See the docs here](https://api.smugmug.com/services/api/?method=upload),false,true,false +smugmug-get-user-profile,Get User Profile,Gets a user profile. A user profile is the data provided by a user to establish that user,false,true,true +smugmug-get-image,Get Image,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),false,true,true +screenshot_fyi-create-screenshot,Create Screenshot,Takes a screenshot of a webpage using Screenshot.fyi. [See the documentation](https://www.screenshot.fyi/api-docs),false,true,false +lokalise-download-files,Download Files,Retrieves and downloads files from a specified Lokalise project. [See the documentation](https://developers.lokalise.com/reference/download-files),false,true,true +lokalise-upload-file,Upload File,Uploads a specified file to a Lokalise project. [See the documentation](https://developers.lokalise.com/reference/upload-a-file),false,true,false +lokalise-create-project,Create Project,Initializes an empty project in Lokalise. [See the documentation](https://developers.lokalise.com/reference/create-a-project),false,true,false +shipengine-start-tracking-package,Start Tracking a Package,Allows you to subscribe to tracking updates for a package. [See the docs](https://shipengine.github.io/shipengine-openapi/#operation/start_tracking).,true,true,false +shipengine-find-tracking-status,Find Tracking Status,Retrieves package tracking information. [See the docs](https://shipengine.github.io/shipengine-openapi/#operation/get_tracking_log).,false,true,true +shipengine-search-labels,Search Labels,"By default, all labels are returned, 25 at a time, starting with the most recently created ones. You can combine multiple filter options to narrow-down the results. [See the docs](https://shipengine.github.io/shipengine-openapi/#operation/list_labels).",false,true,true +shipengine-validate-address,Validate An Address,Address validation ensures accurate addresses and can lead to reduced shipping costs by preventing address correction surcharges. [See the docs](https://shipengine.github.io/shipengine-openapi/#operation/validate_address).,false,true,true +hellosign-send-signature-request-from-template,Send Signature Request From Template,Send a signature request from a template with Dropbox Sign. [See the documentation](https://developers.hellosign.com/api/reference/operation/signatureRequestSendWithTemplate/),false,true,false +hellosign-send-signature-request,Send Signature Request,Send a signature request with Dropbox Sign. [See the documentation](https://developers.hellosign.com/api/reference/operation/signatureRequestSend/),false,true,false +speak_ai-upload-media,Upload Media,Upload an audio or video file for transcription and natural language processing into Speak AI. [See the documentation](https://docs.speakai.co/#c6106a66-6a3d-4b05-b4a2-4a68a4c1e95d).,false,true,false +speak_ai-analyze-text,Analyze Text,"Analyzes a block of text for key insights, sentiment, and keyword extraction using Speak Ai",false,true,true +speak_ai-get-transcription,Get Transcription,Retrieve the full transcription of a processed media file. [See the documentation](https://docs.speakai.co/#0b586e5b-6e0a-4b79-b440-e6889a803ccd).,false,true,true +peaka-run-query,Run Query,Runs a specific query in Peaka and returns the result as line items. [See the documentation](https://docs.peaka.com/api-reference/data-%3E-query/execute-a-query).,false,true,false +peaka-search-query,Search Query,Performs a search for a specific query in Peaka and returns the matches as rows. [See the documentation](https://docs.peaka.com/api-reference/data-%3E-query/list-queries).,false,true,true +waboxapp-send-image,Send Image,Send an image in WhatsApp to a specific phone number. [See the documentation](https://www.waboxapp.com/assets/doc/waboxapp-API-v3.pdf),false,true,false +waboxapp-send-text-message,Send Text Message,Send a WhatsApp message to a specific phone number. [See the documentation](https://www.waboxapp.com/assets/doc/waboxapp-API-v3.pdf),false,true,false +waboxapp-send-link,Send Link,Send a link with preview in WhatsApp to a specific phone number. [See the documentation](https://www.waboxapp.com/assets/doc/waboxapp-API-v3.pdf),false,true,false +waboxapp-send-media,Send Media,Send any kind of file in WhatsApp to a specific phone number. [See the documentation](https://www.waboxapp.com/assets/doc/waboxapp-API-v3.pdf),false,true,false +mergemole-list-templates,List Templates,Retrieve a list of all templates under your account. [See the documentation](https://documenter.getpostman.com/view/41321603/2sB2j3AWqz#f75d7ffa-df2e-42ca-ad32-1db280acb9e2),false,true,true +mergemole-get-template-variables,Get Template Variables,Get all data variables of a specified template. [See the documentation](https://documenter.getpostman.com/view/41321603/2sB2j3AWqz#14da32c9-9b15-421e-89c9-8a977b04dc32),false,true,true +mergemole-generate-pdf,Generate PDF,Generate a PDF document based on the specified template. [See the documentation](https://documenter.getpostman.com/view/41321603/2sB2j3AWqz#a389449f-ada9-4e2e-9d8a-f1bde20da980),false,true,true +l2s-create-shortened-url,Create Shortened URL,Generates a shortened URL utilizing L2S capabilities. [See the documentation](https://docs.l2s.is/),false,true,false +google_ad_manager-create-report,Create Report,Create a report in Google Ad Manager. [See the documentation](https://developers.google.com/ad-manager/api/beta/reference/rest/v1/networks.reports/create),false,true,false +click2mail2-create-job,Create Job,Creates a new new job in your account. [See the documentation](https://developers.click2mail.com/reference/post_2).,false,true,false +click2mail2-create-document,Create Document,Creates a new document in your account from an uploaded file or a URL. [See the documentation for file](https://developers.click2mail.com/reference/createdocument_1). [See the documentation for URL](https://developers.click2mail.com/reference/createdocumentfromurl),false,true,false +tisane_labs-analyze-text,Analyze Text,"Analyze text for language, entities, sentiment, and other insights. [See the documentation](https://docs.tisane.ai/#561264c5-6dbe-4bde-aba3-7defe837989f)",false,true,true +tisane_labs-detect-language,Detect Language,Detects languages used in the specified text fragment. [See the documentation](https://docs.tisane.ai/#bf10f7e0-6643-4d8e-861f-9fa158327170),false,true,false +tisane_labs-translate-text,Translate Text,Translate text between supported languages. [See the documentation](https://docs.tisane.ai/#3255e226-db15-4a30-bf88-1e2d74366a17),false,true,true +tisane_labs-generate-image-from-text,Generate Image From Text,Finds and returns a URL of an image (Creative Commons) best describing the text. [See the documentation](https://docs.tisane.ai/#b61cf454-1e78-42c4-a239-7fa580781729),false,true,true +cal_com-get-bookable-slots,Get Bookable Slots,Retrieves all bookable slots between a datetime range. [See the documentation](https://cal.com/docs/api-reference/v1/slots/get-all-bookable-slots-between-a-datetime-range#get-all-bookable-slots-between-a-datetime-range),false,true,true +cal_com-create-booking,Create Booking,Create a new booking. [See the documentation](https://developer.cal.com/api/api-reference/bookings#create-a-new-booking),false,true,false +cal_com-get-booking,Get Booking,Retrieve a booking by its ID. [See the documentation](https://developer.cal.com/api/api-reference/bookings#find-a-booking),false,true,true +cal_com-delete-booking,Delete Booking,Delete an existing booking by its ID. [See the documentation](https://developer.cal.com/api/api-reference/bookings),true,true,false +sendsms-add-contact,Add Contact,Add a new contact into a specified group in SendSMS. [See the documentation](https://www.sendsms.ro/api/#add-a-contact),false,true,false +sendsms-send-message-with-unsubscribe-link,Send Message with Unsubscribe Link,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),true,true,false +sendsms-send-message,Send Message,This action sends an SMS message using the SendSMS.ro API. [See the documentation](https://www.sendsms.ro/api/#send-message),false,true,false +sendsms-check-blocklist,Check Blocklist,Checks if a specific phone number is in the blocklist. [See the documentation](https://www.sendsms.ro/api/),false,true,true +chatwork-create-message,Create Message,Send a message to a specified room. [See the documentation](https://download.chatwork.com/ChatWork_API_Documentation.pdf),false,true,false +chatwork-create-room,Create Room,Create a new group chat. [See the documentation](https://download.chatwork.com/ChatWork_API_Documentation.pdf),false,true,false +chatwork-create-task,Create Task,Create a new task in a specified room. [See the documentation](https://download.chatwork.com/ChatWork_API_Documentation.pdf),false,true,false +viral_loops-get-campaign,Get Campaign,Get a campaign. [See documentation here](https://developers.viral-loops.com/reference/get_campaign),false,true,true +viral_loops-get-participant,Get Participant,Get a participant. [See documentation here](https://developers.viral-loops.com/reference/post_campaign-participant-query),false,true,true +viral_loops-create-participant,Create Participant,Creates a participant. [See documentation here](https://developers.viral-loops.com/reference/post_campaign-participant-1),false,true,false +metatext_ai_pre_build_ai_models_api-generate-blog-post,Generate Blog Post,Generate a blog post based on the given prompt. [See the documentation](https://app.metatext.ai/models/blog-post-generation/inference-api).,false,true,false +metatext_ai_pre_build_ai_models_api-analyze-sentiment,Analyze Sentiment,"Determine the sentiment of the given text (positive, negative, or neutral). [See the documentation](https://app.metatext.ai/models/sentiment-analysis/inference-api).",false,true,false +metatext_ai_pre_build_ai_models_api-headline,Generate Headline,Generate a short summary for news headlines. [See the documentation](https://app.metatext.ai/models/headline/inference-api).,false,true,false +metatext_ai_pre_build_ai_models_api-extract-keywords,Extract Keywords,Identify and extract significant keywords from the given text. [See the documentation](https://app.metatext.ai/models/keyword-extractor/inference-api).,false,true,false +metatext_ai_pre_build_ai_models_api-spam-or-not,Spam Or Not,Determine whether the given text is spam or not. [See the documentation](https://app.metatext.ai/models/spam-or-not/inference-api).,false,true,false +metatext_ai_pre_build_ai_models_api-generate-text,Generate Text,Generate text based on the given prompt. [See the documentation](https://app.metatext.ai/models/text-generator/inference-api).,false,true,false +wildberries-list-orders,List Orders,Returns a list of orders. [See docs here](https://suppliers-api.wildberries.ru/swagger/index.html#/Marketplace/get_api_v2_orders),false,true,false +wildberries-list-order-stickers,List Order Stickers,List order stickers. [See docs here](https://suppliers-api.wildberries.ru/swagger/index.html#/Marketplace/post_api_v2_orders_stickers),false,true,true +wildberries-update-order-status,Update Order Status,Update a order status. [See docs here](https://suppliers-api.wildberries.ru/swagger/index.html#/Marketplace/put_api_v2_orders),true,true,false +kvdb-get-key-value,Get a Key Value,"KVDB is designed for quick and easy integration into projects that need a globally accessible key-value database. To get started, create at API key at https://kvdb.io/",true,true,false +kvdb-set-key-value,Set a Key Value,"KVDB is designed for quick and easy integration into projects that need a globally accessible key-value database. To get started, create at API key at https://kvdb.io/",true,true,false +one_ai-summarize-text,Summarize Text,Summarize a given text. [See the documentation](https://docs.oneai.com/docs/synchronous-pipelines).,false,true,true +one_ai-find-text-in-clusters,Find Text in Clusters,Find clusters with a similar meaning of a given text. [See the documentation](https://docs.oneai.com/docs/find-text).,false,true,true +rumi_ai-get-meeting-types,Get Meeting Types,Retrieve available meeting types. [See the documentation](https://rumiai.notion.site/Rumi-Public-API-Authentication-02055b7286874bd7b355862f1abe48d9),false,true,true +rumi_ai-get-future-sessions,Get Future Sessions,Retrieve upcoming/future sessions. [See the documentation](https://rumiai.notion.site/Rumi-Public-API-Authentication-02055b7286874bd7b355862f1abe48d9),false,true,true +rumi_ai-ai-stream-query,AI Stream Query,Stream an AI query against session memories. [See the documentation](https://rumiai.notion.site/Rumi-Public-API-Authentication-02055b7286874bd7b355862f1abe48d9),false,true,false +rumi_ai-get-current-user,Get Current User,Get information about the current authenticated user. [See the documentation](https://rumiai.notion.site/Rumi-Public-API-Authentication-02055b7286874bd7b355862f1abe48d9),false,true,true +rumi_ai-create-session,Create Session,Create a new session/meeting. [See the documentation](https://rumiai.notion.site/Rumi-Public-API-Authentication-02055b7286874bd7b355862f1abe48d9),false,true,false +rumi_ai-add-session-access,Add Session Access,Add access to a session for specific email addresses or domains. [See the documentation](https://rumiai.notion.site/Rumi-Public-API-Authentication-02055b7286874bd7b355862f1abe48d9),false,true,false +rumi_ai-get-memory-threads,Get Memory Threads,Retrieve memory threads. [See the documentation](https://rumiai.notion.site/Rumi-Public-API-Authentication-02055b7286874bd7b355862f1abe48d9),false,true,true +rumi_ai-get-past-sessions,Get Past Sessions,Retrieve past sessions/meetings. [See the documentation](https://rumiai.notion.site/Rumi-Public-API-Authentication-02055b7286874bd7b355862f1abe48d9),false,true,true +rumi_ai-remove-session-access,Remove Session Access,Remove user access from a session. [See the documentation](https://rumiai.notion.site/Rumi-Public-API-Authentication-02055b7286874bd7b355862f1abe48d9),true,true,false +listmonk-create-campaign,Create Campaign,Creates a new campaign in Listmonk. [See the documentation](https://listmonk.app/docs/apis/campaigns/#post-apicampaigns),false,true,false +listmonk-create-list,Create List,Creates a new list in Listmonk. [See the documentation](https://listmonk.app/docs/apis/lists/#post-apilists),false,true,false +listmonk-create-subscriber,Create Subscriber,Create a new subscriber in Listmonk. [See the documentation](https://listmonk.app/docs/apis/subscribers/#post-apisubscribers),false,true,false +woocommerce-create-customer,Create Customer,Creates a new customer. [See the docs](https://woocommerce.github.io/woocommerce-rest-api-docs/?javascript#create-a-customer),false,true,false +woocommerce-create-product,Create Product,Creates a new product. [See the docs](https://woocommerce.github.io/woocommerce-rest-api-docs/#create-a-product),false,true,false +woocommerce-get-customer,Get Customer,Retrieve a specific customer. [See the docs](https://woocommerce.github.io/woocommerce-rest-api-docs/?javascript#retrieve-a-customer),false,true,true +woocommerce-get-order,Get Order,Retrieve a specific order. [See the docs](https://woocommerce.github.io/woocommerce-rest-api-docs/?javascript#retrieve-an-order),false,true,true +woocommerce-create-order,Create Order,Creates a new order. [See the docs](https://woocommerce.github.io/woocommerce-rest-api-docs/?javascript#create-an-order),false,true,false +woocommerce-update-product,Update Product,Updates a product. [See the docs](https://woocommerce.github.io/woocommerce-rest-api-docs/#update-a-product),true,true,false +woocommerce-update-order-status,Update Order Status,Update the status of a specific order. [See the docs](https://woocommerce.github.io/woocommerce-rest-api-docs/?javascript#update-an-order),true,true,false +woocommerce-search-customers,Search Customers,Finds a customer by searching. [See the docs](https://woocommerce.github.io/woocommerce-rest-api-docs/#list-all-customers),false,true,true +exhibitday-create-event,Create Event,Creates a new event in ExhibitDay. [See the documentation](https://api.exhibitday.com/Help/V1?epf=1),false,true,false +exhibitday-create-task,Create Task,Creates a new task in ExhibitDay. [See the documentation](https://api.exhibitday.com/Help/V1?epf=2),false,true,false +exhibitday-update-task,Update Task,Updates an existing task in ExhibitDay. [See the documentation](https://api.exhibitday.com/Help/V1?epf=2),true,true,false +codescene-get-project-analysis,Get Project Analysis,Returns a single project analysis. [See the documentation](https://codescene.io/docs/integrations/public-api.html#single-analysis-details),false,true,true +codescene-get-projects,Get Projects,Returns a list of projects. [See the documentation](https://codescene.io/docs/integrations/public-api.html#projects-list),false,true,true +codescene-create-project,Create a New Project,Creates a new project in CodeScene. [See the documentation](https://codescene.io/docs/integrations/public-api.html?highlight=api#new-project),false,true,false +teach_n_go-create-student,Create Student,Registers a new student in Teach ,false,true,false +teach_n_go-create-prospect,Create Prospect,Creates a new prospect inside Teach ,false,true,false +predictleads-get-technologies,Get Technologies,Retrieve a list of technologies that PredictLeads tracks. [See the documentation](https://docs.predictleads.com/v3/api_endpoints/technologies_dataset/retrieve_all_tracked_technologies),false,true,true +predictleads-retrieve-companies-by-technology,Retrieve Companies By Technology,Retrieve companies that use a specific technology. [See the documentation](https://docs.predictleads.com/v3/api_endpoints/technologies_dataset/retrieve_a_single_technology_by_id),false,true,true +predictleads-lookup-company,Lookup Company By Domain,Lookup a company by their domain. [See the documentation](https://docs.predictleads.com/v3/api_endpoints/companies_dataset/retrieve_company),false,true,true +predictleads-retrieve-news-events-by-domain,Retrieve News Events By Domain,Retrieve news events for a company by domain. [See the documentation](https://docs.predictleads.com/v3/api_endpoints/news_events_dataset/retrieve_company_s_news_events),false,true,true +altoviz-create-customer,Create Customer,Creates a new customer in Altoviz. [See the documentation](https://developer.altoviz.com/api#tag/Customers/operation/POST_Customers_Post),false,true,false +altoviz-create-product,Create Product,Creates a new product in Altoviz. [See the documentation](https://developer.altoviz.com/api#tag/Products/operation/POST_Products_Post),false,true,false +altoviz-send-sales-invoice,Send Sales Invoice,Sends a sales invoice via email. [See the documentation](https://developer.altoviz.com/api#tag/SaleInvoices/operation/POST_SaleInvoices_Send),false,true,false +altoviz-find-product,Find Product,Finds products in Altoviz using the ,false,true,true +scrapeless-scraping-api,Scraping API,"Endpoints for fresh, structured data from 100+ popular sites. [See the documentation](https://apidocs.scrapeless.com/api-12919045).",false,true,false +scrapeless-get-scrape-result,Get Scrape Result,Retrieve the result of a completed scraping job. [See the documentation](https://apidocs.scrapeless.com/api-11949853),false,true,true +scrapeless-crawler,Crawler,Crawl any website at scale and say goodbye to blocks. [See the documentation](https://apidocs.scrapeless.com/api-17509010).,false,true,false +scrapeless-submit-scrape-job,Submit Scrape Job,Submit a new web scraping job with specified target URL and extraction rules. [See the documentation](https://apidocs.scrapeless.com/api-11949852),false,true,true +scrapeless-universal-scraping-api,Universal Scraping API,Access any website at scale and say goodbye to blocks. [See the documentation](https://apidocs.scrapeless.com/api-11949854).,false,true,false +you_need_a_budget-get-account,Get Account,Get an account specified by ID. [See the docs](https://api.ynab.com/v1#/Accounts/getAccountById),false,true,true +you_need_a_budget-update-category-budget,Update Category Budget,Update a category budget for a specific month. [See the docs](https://api.youneedabudget.com/v1#/Categories/updateMonthCategory),true,true,false +you_need_a_budget-create-transaction,Create Transaction,Creates a single transaction. [See the docs](https://api.youneedabudget.com/v1#/Transactions/createTransaction),false,true,false +you_need_a_budget-list-accounts,List Accounts,List all accounts for a specific budget. [See the docs](https://api.ynab.com/v1#/Accounts/getAccounts),false,true,true +you_need_a_budget-update-transaction,Update Transaction,Update an existing transaction. [See the docs](https://api.youneedabudget.com/v1#/Transactions/updateTransaction),true,true,false +getscreenshot-get-account-api-usage,Get Account API Usage,Retrieve your current API usage and available quota. [See the documentation](https://docs.rasterwise.com/docs/getscreenshot/api-reference-1/),false,true,true +getscreenshot-get-website-screenshot,Get Website Screenshot,Capture a screenshot from a live website. [See the documentation](https://docs.rasterwise.com/docs/getscreenshot/api-reference-0/),false,true,true +productboard-list-features,List Features,List all features. [See the docs here](https://developer.productboard.com/#operation/getFeatures),false,true,true +productboard-create-note,Create Note,Create a new note. [See the docs here](https://developer.productboard.com/#operation/create_note),false,true,false +productboard-get-feature,Get Feature,Retrieve a feature by ID. [See the docs here](https://developer.productboard.com/#operation/getFeature),false,true,true +productboard-update-feature,Update Feature,Update an existing feature. [See the docs here](https://developer.productboard.com/#operation/updateFeature),true,true,false +productboard-create-feature,Create Feature,Create a new feature. [See the docs here](https://developer.productboard.com/#operation/createFeature),false,true,false +piggy-find-or-create-contact,Find Or Create Contact,"Find or create a contact. [See the documentation](https://docs.piggy.eu/v3/oauth/contacts#:~:text=Possible%20errors-,Find%20or%20Create%20Contact,-Find%20Contact%20by)",false,true,false +piggy-create-contact-attribute,Create Contact Attribute,Creates a contact attribute. [See the documentation](https://docs.piggy.eu/v3/oauth/contact-attributes#:~:text=Create%20Contact%20Attribute),false,true,false +zoho_calendar-list-events,List Events,Returns a list of all the events in a particular calendar of the user. [See the documentation](https://www.zoho.com/calendar/help/api/get-events-list.html),false,true,true +zoho_calendar-create-event-smart-add,Create event using Smart Add,Create a new event in a particular calendar using Smart Add. [See the documentation](https://www.zoho.com/calendar/help/api/post-create-event-smart-add.html),false,true,false +zoho_calendar-create-or-update-event,Create or Update Event,Create or update a event in a particular calendar of the user. [See the documentation](https://www.zoho.com/calendar/help/api/post-create-event.html),true,true,false +salesloft-create-note,Create Note,Creates a new note in Salesloft. [See the documentation](https://developers.salesloft.com/docs/api/notes-create/),false,true,false +salesloft-add-person-to-cadence,Add Person to Cadence,Adds a person to a cadence in Salesloft. [See the documentation](https://developers.salesloft.com/docs/api/cadence-memberships-create/),false,true,false +salesloft-create-person,Create Person,Creates a new person in Salesloft. [See the documentation](https://developers.salesloft.com/docs/api/people-create/),false,true,false +waitwhile-import-customers,Import Customers,Import customers. [See the doc here](https://developers.waitwhile.com/reference/postcustomersimport),false,true,false +waitwhile-create-customer,Create Customer,Create a customer. [See the doc here](https://developers.waitwhile.com/reference/postcustomers),false,true,false +waitwhile-create-user-invite,Create User Invite,Create a user invite. [See the doc here](https://developers.waitwhile.com/reference/postinvites),false,true,false +waitwhile-list-user-invites,List User Invites,List of user invites. [See the doc here](https://developers.waitwhile.com/reference/listinvites),false,true,true +waitwhile-remove-user-invite,Remove User Invite,Remove a user invite. [See the doc here](https://developers.waitwhile.com/reference/deleteinvitesinviteid),true,true,false +waitwhile-get-customer-note-id,Get Customer Note Id,Get customer note by ID. [See the doc here](https://developers.waitwhile.com/reference/getcustomerscustomeridnotescustomernoteid),false,true,true +waitwhile-remove-customer,Remove Customer,Remove a customer. [See the doc here](https://developers.waitwhile.com/reference/deletecustomerscustomerid),true,true,false +waitwhile-export-customers,Export Customers,Export Customers to CSV or JSON format. [See the doc here](https://developers.waitwhile.com/reference/getcustomersexport),false,true,true +waitwhile-resend-user-invite,Resend User Invite,Resend a user invite. [See the doc here](https://developers.waitwhile.com/reference/postinvitesinviteidresend),false,true,false +waitwhile-retrieve-user-invite,Retrieve User Invite,Retrieve a user invite. [See the doc here](https://developers.waitwhile.com/reference/getinvitesinviteid),false,true,true +waitwhile-update-customer,Update Customer,Update a customer. [See the doc here](https://developers.waitwhile.com/reference/postcustomerscustomerid),true,true,false +waitwhile-retrieve-customer,Retrieve Customer,Retrieve a customer. [See the doc here](https://developers.waitwhile.com/reference/getcustomerscustomerid),false,true,true +waitwhile-list-customers,List Customers,List of customers. [See the doc here](https://developers.waitwhile.com/reference/listcustomers),false,true,true +waitwhile-add-customer-note-entry,Add Customer Note Entry,Add a customer note entry. [See the doc here](https://developers.waitwhile.com/reference/postcustomerscustomeridnotes),false,true,false +waitwhile-update-customer-note-entry,Update Customer Note Entry,Update a customer note entry. [See the doc here](https://developers.waitwhile.com/reference/postcustomerscustomeridnotesnoteid),true,true,false +waitwhile-list-customer-note-entries,List Customer Note Entries,List customer note entries. [See the doc here](https://developers.waitwhile.com/reference/getcustomerscustomeridnotes),false,true,true +waitwhile-delete-customer-note-entry,Delete Customer Note Entry,Delete a customer note entry. [See the doc here](https://developers.waitwhile.com/reference/deletecustomerscustomeridnotesnoteid),true,true,false +waitwhile-search-customers,Search Customers,Search for customers. [See the doc here](https://developers.waitwhile.com/reference/searchcustomers),false,true,true +keboola-get-bucket-detail,Get Bucket Detail,Get detailed information about a specific bucket in Keboola. [See the documentation](https://keboola.docs.apiary.io/#reference/buckets/manage-bucket/bucket-detail),false,true,true +keboola-retrieve-bucket-tables,List Tables In Bucket,Lists all tables in a specified bucket. [See the documentation](https://keboola.docs.apiary.io/#reference/tables/create-or-list-tables/tables-in-bucket),false,true,true +keboola-get-table-detail,Get Table Detail,Get detailed information about a specific table. [See the documentation](https://keboola.docs.apiary.io/#reference/tables/manage-tables/table-detail),false,true,true +keboola-update-bucket,Update Bucket,Updates a bucket with a new display name in Keboola. [See the documentation](https://keboola.docs.apiary.io/),true,true,false +keboola-retrieve-buckets,Retrieve Buckets,Lists all buckets in your Keboola project. [See the documentation](https://keboola.docs.apiary.io/#reference/buckets/create-or-list-buckets/list-all-buckets),false,true,true +keboola-update-table-name,Update Table Name,Update the name of a table. [See the documentation](https://keboola.docs.apiary.io/#reference/tables/manage-tables/table-update),true,true,false +vero-create-or-update-user,Create or Update User,This endpoint creates a new user profile if the user doesn,true,true,false +vero-track-event-for-user,Track Event for User,This endpoint tracks an event for a specific user. If the user profile doesn,false,true,false +regal-add-contact-to-event,Add Contact to Event,Add a contact to an event. [See the documentation](https://developer.regal.io/reference/api),false,true,false +regal-create-or-update-contact,Create or Update Contact,Create or update a contacts. [See the documentation](https://developer.regal.io/reference/api),true,true,false +mocean_api-send-sms,Send SMS,Send an outbound SMS from your Mocean account. [See the documentation](https://moceanapi.com/docs/#send-sms),false,true,false +mocean_api-get-balance,Get Balance,Retrieve your current account balance with Mocean API. [See the documentation](https://moceanapi.com/docs/#get-balance),false,true,true +z_api-modify-chat,Modify Chat,Modify the specified chat. [See the documentation](https://developer.z-api.io/en/chats/delete-chat),true,true,false +z_api-send-text,Send Text,Send a text to the specified phone. [See the documentation](https://developer.z-api.io/en/message/send-message-text),false,true,false +z_api-get-contacts,Get Contacts,Get a list of all your WhatsApp contacts. [See the documentation](https://developer.z-api.io/en/contacts/get-contacts),false,true,true +lumin_pdf-download-file-as-file-url,Download File as File URL,Get a download URL for a file. [See the documentation](https://developers.luminpdf.com/api/download-file-as-file-url/),false,true,true +lumin_pdf-cancel-signature-request,Cancel Signature Request,Cancel a signature request. [See the documentation](https://developers.luminpdf.com/api/cancel-signature-request/),true,true,false +lumin_pdf-get-signature-request,Get Signature Request,Get details of a specific signature request. [See the documentation](https://developers.luminpdf.com/api/get-signature-request/),false,true,true +lumin_pdf-send-signature-request,Send Signature Request,Send a signature request to signers. [See the documentation](https://developers.luminpdf.com/api/send-signature-request/),false,true,false +lumin_pdf-get-user-information,Get User Information,Get information about the current authenticated user. [See the documentation](https://developers.luminpdf.com/api/get-user-information/),false,true,true +lumin_pdf-download-file,Download File,Download a file directly. [See the documentation](https://developers.luminpdf.com/api/download-file/),false,true,false +smiirl-update-count,Update count,Update count or push a number. [See the docs here](https://www.npmjs.com/package/@smiirl/smiirl-library-js).,true,true,false +smiirl-reset-count,Reset count,Reset count to zero. [See the docs here](https://www.npmjs.com/package/@smiirl/smiirl-library-js).,false,true,true +smiirl-increment-count,Increment count,Increment count or add a number to the current value. [See the docs here](https://www.npmjs.com/package/@smiirl/smiirl-library-js).,false,true,false +vext-send-query,Send Query,Send a query request to your LLM pipeline. [See the documentation](https://vext.readme.io/reference/http-request-query),false,true,false +specific-create-conversation,Create Conversation,Create a new conversation. [See the documentation](https://public-api.specific.app/docs/mutations/createConversation),false,true,false +specific-find-company,Find Company,Retrieve details of a specified company. [See the documentation](https://public-api.specific.app/docs/types/Query),false,true,true +specific-update-create-contact,Update or Create Contact,Modify an existing contact,true,true,false +formstack_documents-merge-document,Merge Document,Initiates a merge process using provided data. [See documentation](https://www.webmerge.me/developers?page=documents),false,true,false +formstack_documents-create-document,Create Document,Create a new document. [See documentation](https://www.webmerge.me/developers?page=documents),false,true,false +formstack_documents-get-document,Get Document,Get the details of the specified document. [See documentation](https://www.webmerge.me/developers?page=documents),false,true,true +brosix-send-message,Send Message,Send a message with Brosix. [See the documentation](https://help.brosix.com/notifications-api/),false,true,false +workbooks_crm-find-or-create-order,Find or Create an Order,Returns and order if exists otherwise creates a new one.,false,true,false +workbooks_crm-update-person,Update Person,Updates a person.,true,true,false +workbooks_crm-create-person,Create Person,"Creates a person. People are recorded in your database, e.g a contact, an employee.",false,true,false +workbooks_crm-create-organisation,Create Organisation,"Creates an organisation. Organisations are recorded on your database, e.g Customers, Suppliers, Partners, Competition.",false,true,false +workbooks_crm-create-customer-order,Create Customer Order,Creates an order from your customers for your goods or services.,false,true,false +bot9-init-chat,Initiate Chat,Initiates a new conversation with a Bot9 chatbot. [See the documentation](https://bot9ai.apimatic.dev/v/1_0#/rest/introduction/introduction/getting-started-with-bot9/end-user-chat-api/initchat-endpoint),true,true,false +bot9-send-chat-message,Send Chat Message,Send a chat message to a Bot9 chatbot. [See the documentation](https://bot9ai.apimatic.dev/v/1_0#/rest/introduction/introduction/getting-started-with-bot9/end-user-chat-api/chat-endpoint),true,true,false +genderapi_io-name-to-gender,Name to Gender,Send a Name to Gender request to GenderAPI. [See the documentation](https://www.genderapi.io/api-documentation#single-name),false,true,false +genderapi_io-email-to-gender,Email to Gender,Send an Email to Gender request to GenderAPI. [See the documentation](https://www.genderapi.io/api-documentation#single-email),false,true,false +gtmetrix-run-performance-test,Run Performance Test,Run a performance test on a specified URL using GTmetrix. [See the documentation](https://gtmetrix.com/api/docs/2.0/#api-test-start),false,true,false +gtmetrix-get-performance-report,Get Performance Report,Fetches the most recent performance report for a particular page from GTmetrix. [See the documentation](https://gtmetrix.com/api/docs/2.0/#api-page-latest-report),false,true,true +timeular-create-tag,Create Tag,Creates a new tag within the given space and scope. [See the documentation](https://developers.timeular.com/#d62392ca-2eb2-40c9-8d14-834ba581122e),false,true,false +timeular-create-time-entry,Create Time Entry,Creates a new time entry. [See the documentation](https://developers.timeular.com/#e66a9e5a-1035-4522-a9fc-5df5a5a05ef7),false,true,false +timeular-create-activity,Create Activity,Creates a new activity. [See the documentation](https://developers.timeular.com/#591f7ca0-7ec5-4c0e-b0d0-99b6967ce53e),false,true,false +data_stores-delete-all-records,Delete All Records,Delete all records in your [Pipedream Data Store](https://pipedream.com/data-stores/).,true,true,false +data_stores-get-record-keys,Get Record Keys,"Get all record keys in your [Pipedream Data Store](https://pipedream.com/data-stores/) that matches with your query. The memory consumption of the workflow can be affected, since this action will be exposing, to the workflow, the entire data from the selected datastore",false,true,true +data_stores-get-difference,Get Difference,"Get the difference between two data stores. Result contains key/value pairs where the key exists in one data store, but not the other. [Pipedream Data Stores](https://pipedream.com/data-stores/).",false,true,true +data_stores-has-key-or-create,Check for existence of key,Check if a key exists in your [Pipedream Data Store](https://pipedream.com/data-stores/) or create one if it doesn,false,true,true +data_stores-append-to-record,Append to record,"Append to a record in your data store [Pipedream Data Store](https://pipedream.com/data-stores/). If the record does not exist, a new record will be created in an array format.",false,true,false +data_stores-delete-single-record,Delete a single record,Delete a single record in your [Pipedream Data Store](https://pipedream.com/data-stores/).,true,true,false +data_stores-update-ttl,Update Record Expiration,Update the expiration time for a record in your [Pipedream Data Store](https://pipedream.com/data-stores/).,true,true,false +data_stores-get-record-or-create,Get record (or create one if not found),Get a single record in your [Pipedream Data Store](https://pipedream.com/data-stores/) or create one if it doesn,false,true,true +data_stores-list-records,List Records,List all records in your [Pipedream Data Store](https://pipedream.com/data-stores/).,false,true,true +data_stores-get-all-records,Get all records,"Get all records in your [Pipedream Data Store](https://pipedream.com/data-stores/). The memory consumption of the workflow can be affected, since this action will be exposing, to the workflow, the entire data from the selected datastore.",false,true,true +data_stores-add-update-multiple-records,Add or update multiple records,Add or update multiple records to your [Pipedream Data Store](https://pipedream.com/data-stores/).,true,true,false +data_stores-list-keys,List keys,List all keys in your [Pipedream Data Store](https://pipedream.com/data-stores/).,false,true,true +data_stores-add-update-record,Add or update a single record,Add or update a single record in your [Pipedream Data Store](https://pipedream.com/data-stores/).,true,true,false +voilanorbert-verifiy-email,Verify Email,"The URL to send the webhook to. Required for Pipedream Connect. If not specified, the workflow will be suspended until verification results are returned.",false,true,false +voilanorbert-start-contact-search,Start Contact Search,"The URL to send the webhook to. Required for Pipedream Connect. If not specified, the workflow will be suspended until verification results are returned.",false,true,false +voilanorbert-find-contact,Find Contact,"This action returns a specific contact. The object email is either null when the email is not found, or contains an object with at least email (the email string) and the score. [See the docs here](https://api.voilanorbert.com/2018-01-08/#contacts-get-1)",false,true,true +freshchat-fetch-conversation-details,Fetch Conversation Details,Fetches details for a specific conversation. [See the documentation](https://developers.freshchat.com/api/#retrieve_a_conversation),false,true,true +freshchat-list-channels,List Channels,Lists all channels in Freshchat. [See the documentation](https://developers.freshchat.com/api/#channels-(topics)),false,true,true +freshchat-update-conversation-status,Update Conversation Status,Updates the status of a specific conversation. [See the documentation](https://developers.freshchat.com/api/#update_a_conversation),true,true,false +freshchat-send-message-in-chat,Send Message in Chat,Sends a message in a specific conversation. [See the documentation](https://developers.freshchat.com/api/#send_message_to_conversation),false,true,false +freshchat-list-agents,List Agents,Lists all agents in Freshchat. [See the documentation](https://developers.freshchat.com/api/#list_all_agents),false,true,true +quickemailverification-verify-email-address,Verify Email Address,Verify an email address [See docs here](http://docs.quickemailverification.com/email-verification-api/verify-an-email-address),false,true,true +dux_soup-connect-profile,Connect Profile,Queues a connection request to actively connect with a targeted LinkedIn profile. [See the documentation](https://support.dux-soup.com/article/115-remote-control-by-example),false,true,false +dux_soup-save-profile-lead,Save Profile as Lead,Queues a profile save action to store the targeted profile as a lead. [See the documentation](https://support.dux-soup.com/article/115-remote-control-by-example),false,true,false +dux_soup-message-profile,Message Profile,Queues a direct message that will be sent to the targeted profile. [See the documentation](https://support.dux-soup.com/article/115-remote-control-by-example),false,true,false +add_to_calendar_pro-create-event,Create Event,Create an event in a group. [See the documentation](https://docs.add-to-calendar-pro.com/api/events#add-an-event),false,true,false +add_to_calendar_pro-get-rsvp-template,Get RSVP Template,Get an RSVP template. [See the documentation](https://docs.add-to-calendar-pro.com/api/rsvp#get-one-rsvp-template),false,true,true +add_to_calendar_pro-get-event-group,Get Event Group,Get an event group. [See the documentation](https://docs.add-to-calendar-pro.com/api/groups#get-one-group),false,true,true +add_to_calendar_pro-delete-landing-page-template,Delete Landing Page Template,Delete a landing page template. [See the documentation](https://docs.add-to-calendar-pro.com/api/landingpages#delete-a-landing-page-template),true,true,false +add_to_calendar_pro-update-rsvp-template,Update RSVP Template,Update an RSVP template. [See the documentation](https://docs.add-to-calendar-pro.com/api/rsvp#update-an-rsvp-template),true,true,false +add_to_calendar_pro-get-event,Get Event,Get an event. [See the documentation](https://docs.add-to-calendar-pro.com/api/events#get-one-event),false,true,true +add_to_calendar_pro-get-landing-page-template,Get Landing Page Template,Get a landing page template. [See the documentation](https://docs.add-to-calendar-pro.com/api/landingpages#get-one-landing-page-template),false,true,true +add_to_calendar_pro-get-ics-data,Get ICS Data,Retrieve the ics file for a provided event to be typically used as an attachment within an email. [See the documentation](https://docs.add-to-calendar-pro.com/api/miscellaneous#retrieve-ics-file-body),false,true,true +add_to_calendar_pro-delete-event-group,Delete Event Group,Delete an event group. [See the documentation](https://docs.add-to-calendar-pro.com/api/groups#delete-a-group),true,true,false +add_to_calendar_pro-create-rsvp-template,Create RSVP Template,Create an RSVP template. [See the documentation](https://docs.add-to-calendar-pro.com/api/rsvp#add-an-rsvp-template),false,true,false +add_to_calendar_pro-create-landing-page-template,Create Landing Page Template,Create a landing page template. [See the documentation](https://docs.add-to-calendar-pro.com/api/landingpages#add-a-landing-page-template),false,true,false +add_to_calendar_pro-create-event-group,Create Event Group,Create an event group. [See the documentation](https://docs.add-to-calendar-pro.com/api/groups#add-a-group),false,true,false +add_to_calendar_pro-update-landing-page-template,Update Landing Page Template,Update a landing page template. [See the documentation](https://docs.add-to-calendar-pro.com/api/landingpages#update-a-landing-page-template),true,true,false +add_to_calendar_pro-delete-event,Delete Event,Delete an event. [See the documentation](https://docs.add-to-calendar-pro.com/api/events#delete-an-event),true,true,false +add_to_calendar_pro-update-event,Update Event,Update an event in a group. [See the documentation](https://docs.add-to-calendar-pro.com/api/events#update-an-event),true,true,false +add_to_calendar_pro-update-event-group,Update Event Group,Update an event group. [See the documentation](https://docs.add-to-calendar-pro.com/api/groups#update-a-group),true,true,false +add_to_calendar_pro-delete-rsvp-template,Delete RSVP Template,Delete an RSVP template. [See the documentation](https://docs.add-to-calendar-pro.com/api/rsvp#delete-an-rsvp-template),true,true,false +klazify-get-logo,Get Logo,Get the logo of a company. [See the documentation](https://www.klazify.com/category#docs).,false,true,true +klazify-get-domain-expiration,Get Domain Expiration,Get the expiration date of a domain. [See the documentation](https://www.klazify.com/category#docs).,false,true,true +klazify-get-media-links-scraper,Get Media Links Scraper,Get the media links of a domain. [See the documentation](https://www.klazify.com/category#docs).,false,true,true +klazify-categorize-website,Categorize Website,Submit a website URL for categorization by the API. [See the documentation](https://www.klazify.com/category#docs).,false,true,false +klazify-get-domain-tech-stack,Get Domain Tech Stack,Get the technology stack of a domain. [See the documentation](https://www.klazify.com/category#docs).,false,true,true +klazify-get-company-domain-info,Get Company Domain Info,Get information about a company,false,true,true +klazify-real-time-categorization,Real Time Categorization,Analize the URL content or email,false,true,false +nocodb-update-record,Update Record,This action updates a record in a table. [See the documentation](https://data-apis-v2.nocodb.com/#tag/Table-Records/operation/db-data-table-row-update),true,true,false +nocodb-delete-record,Delete Record,This action deletes a row in a table. [See the documentation](https://data-apis-v2.nocodb.com/#tag/Table-Records/operation/db-data-table-row-delete),true,true,false +nocodb-list-records-matching-criteria,List Records in Table Matching Criteria,This action lists all rows in a table. [See the documentation](https://data-apis-v2.nocodb.com/#tag/Table-Records/operation/db-data-table-row-list),false,true,true +nocodb-get-record,Get Record (from row number),This action gets a row by row Id. [See the documentation](https://data-apis-v2.nocodb.com/#tag/Table-Records/operation/db-data-table-row-read),false,true,true +nocodb-add-record,Add Record,This action adds a record in a table. [See the documentation](https://data-apis-v2.nocodb.com/#tag/Table-Records/operation/db-data-table-row-create),false,true,false +pdffiller-find-document,Find Document,Enables searching capabilities for documents by name. [See the documentation](https://pdffiller.readme.io/reference/get_v2-templates),true,true,false +pdffiller-upload-document,Upload Document,Uploads a chosen file to PDFfiller. [See the documentation](https://docs.pdffiller.com/docs/pdffiller/992d9d79fec32-creates-a-new-document-template-by-uploading-file-from-multipart),false,true,false +pdffiller-create-distributable-form-generate-link,Create Distributable Form and Generate Link,Transforms a document into a fillable form and generates a shareable link for the form. [See the documentation](https://docs.pdffiller.com/docs/pdffiller/9d3a06696db96-create-fillable-document-converts-a-downloaded-document-to-a-link-to-fill-form),false,true,false +needle-search-collection,Search Collection,Search a collection for relevant data chunks based on a query. [See the documentation](https://docs.needle-ai.com/docs/api-reference/search-collection/).,false,true,true +email_verifier_api-verify-email,Verify Email,Verify an email address with Email Verifier API. [See the documentation](https://www.emailverifierapi.com/app/v2-api-documentation/),false,true,true +zoho_forms-list-forms,List Forms,Fetches the meta information of all the forms present in a Zoho Creator application. [See the documentation](https://www.zoho.com/creator/help/api/v2.1/get-forms.html),false,true,true +zoho_forms-get-form-fields,Get Form Fields,Get the fields of a particular form,false,true,true +sendbird-send-message,Send message,Sends a message to a channel. [See the docs here](https://sendbird.com/docs/chat/v3/platform-api/message/messaging-basics/send-a-message),false,true,false +sendbird-list-messages,List messages,Retrieves a list of past messages of a specific channel. [See the docs here](https://sendbird.com/docs/chat/v3/platform-api/message/messaging-basics/list-messages),false,true,true +webinarfuel-add-new-registrant,Add New Registrant,Creates a new registrant for a selected webinar. [See the documentation](https://webinarfuel.docs.apiary.io/#/reference/registrant/registrants-collection/create-registrant/200?mc=reference%2Fregistrant%2Fregistrants-collection%2Fcreate-registrant%2F200),false,true,false +webinarfuel-add-tags-to-registrant,Add Tags To Registrant,Adds tags to an existing registrant. [See the documentation](https://webinarfuel.docs.apiary.io/#/reference/registrant/add-tags),false,true,false +octopush_sms-add-contact,Add Contact,Adds a new contact to a list in the Octopush SMS Gateway. [See the documentation](https://dev.octopush.com/en/sms-gateway-api-documentation/add-a-contact/),false,true,false +octopush_sms-send-new-sms,Send New SMS,Sends a new SMS using Octopush SMS. [See the documentation](https://dev.octopush.com/en/sms-gateway-api-documentation/send-sms/),false,true,false +cloudflare_api_key-change-ssl-setting,Change Zone,Choose the appropriate SSL setting for your zone. [See the docs here](https://api.cloudflare.com/#zone-settings-change-ssl-setting),false,true,false +cloudflare_api_key-list-dns-records,List DNS Records,"List, search, sort, and filter a zones",false,true,true +cloudflare_api_key-export-dns-records,Export DNS Records,Export a BIND config of a zone. [See the docs here](https://api.cloudflare.com/#dns-records-for-a-zone-export-dns-records),false,true,false +cloudflare_api_key-create-zone,Create Zone,Create Zone. [See the docs here](https://api.cloudflare.com/#zone-create-zone),false,true,false +cloudflare_api_key-create-ip-access-rule,Create IP Access Rule,Creates a new IP Access Rule for an account. The rule will apply to all zones in the account. [See the documentation](https://developers.cloudflare.com/api/node/resources/firewall/subresources/access_rules/methods/create/),false,true,false +cloudflare_api_key-create-namespace,Create Namespace,Create a new Namespace in an account. [See the documentation](https://developers.cloudflare.com/api/node/resources/kv/subresources/namespaces/methods/create/),false,true,false +cloudflare_api_key-list-certificates,List Certificates,List all existing Origin CA certificates for a given zone. [See the documentation](https://developers.cloudflare.com/api/node/resources/origin_ca_certificates/methods/list/),false,true,true +cloudflare_api_key-create-certificate,Create a Certificate,Creates an Origin CA certificate. [See the documentation](https://developers.cloudflare.com/api/node/resources/origin_ca_certificates/methods/create/),false,true,false +cloudflare_api_key-update-zone-security-level,Update Zone Security Level,"Choose the appropriate security profile for your website, which will automatically adjust each of the security settings. [See the documentation](https://developers.cloudflare.com/api/node/resources/zones/subresources/settings/methods/edit/)",true,true,false +cloudflare_api_key-create-key-value-pairs,Create Key/Value Pairs,Create new Key/Value pairs in a Namespace. [See the documentation](https://developers.cloudflare.com/api/node/resources/kv/subresources/namespaces/methods/bulk_update/),false,true,false +cloudflare_api_key-change-zone-development-mode,Change Development Mode,Development Mode temporarily allows you to enter development mode for your websites if you need to make changes to your site. This will bypass Cloudflare,false,true,false +cloudflare_api_key-purge-all-files,Purge All Files,Remove ALL files from Cloudflare,true,true,false +cloudflare_api_key-patch-dns-record,Patch DNS Record,Patches a DNS record of a zone. [See the docs here](https://api.cloudflare.com/#dns-records-for-a-zone-patch-dns-record),false,true,false +cloudflare_api_key-revoke-certificate,Revoke Certificate,Revoke an existing Origin CA certificate by its serial number. [See the documentation](https://developers.cloudflare.com/api/node/resources/origin_ca_certificates/methods/delete/),true,true,false +cloudflare_api_key-import-dns-records,Import DNS Records,Import a BIND config into a zone. [See the documentation](https://developers.cloudflare.com/api/resources/dns/subresources/records/methods/import/),false,true,false +cloudflare_api_key-delete-dns-record,Delete DNS Record,Deletes a DNS record of a zone. [See the docs here](https://api.cloudflare.com/#dns-records-for-a-zone-delete-dns-record),true,true,false +cloudflare_api_key-create-dns-record,Create DNS Record,Creates a DNS Record given its zone id,false,true,false +cloudflare_api_key-purge-files-by-url,Purge Files by URL,Granularly remove one or more files from Cloudflare,true,true,false +signalwire-validate-phone-number,Validate Phone Number,Validates a given phone number. Can optionally include carrier and caller ID information. [See the documentation](https://developer.signalwire.com/rest/phone-number-lookup),false,true,true +signalwire-create-video-conference,Create Video Conference,Creates a video conference on SignalWire. [See the documentation](https://developer.signalwire.com/rest/create-a-video-conference),false,true,false +shotstack-create-timeline,Create Timeline,Generate a timeline with layers and assets for a new video project. [See the documentation here](https://github.com/shotstack/shotstack-sdk-node#timeline).,false,true,false +shotstack-start-render,Start Render,Initiate rendering of a video using a timeline created in Shotstack API. [See the documentation here](https://shotstack.io/docs/api/?shell#render-asset).,false,true,false +shotstack-upload-asset,Upload Asset,"Add media assets like images, audio, or video to the Shotstack API for use in video projects. [See the documentation here](https://shotstack.io/docs/api/?shell#fetch-source).",false,true,false +allocadence-create-purchase-order,Create Purchase Order,Generates a new purchase order. [See the documentation](https://docs.allocadence.com/),false,true,false +allocadence-create-customer-order,Create Customer Order,Creates a new customer order. [See the documentation](https://docs.allocadence.com/#tag/customer_order/paths/~1customer-orders/post),false,true,false +mistral_ai-create-embeddings,Create Embeddings,Create new embedding in Mistral AI. [See the Documentation](https://docs.mistral.ai/api/#tag/embeddings),false,true,false +mistral_ai-download-batch-job-results,Download Batch Job Results,Download a batch job results file to the /tmp directory. [See the Documentation](https://docs.mistral.ai/api/#tag/files/operation/files_api_routes_download_file),false,true,false +mistral_ai-get-batch-job-details,Get Batch Job Details,Get the details of a batch job by its ID. [See the Documentation](https://docs.mistral.ai/api/#tag/batch/operation/jobs_api_routes_batch_get_batch_job),false,true,true +mistral_ai-upload-file,Upload File,Upload a file that can be used across various endpoints. [See the Documentation](https://docs.mistral.ai/api/#tag/files/operation/files_api_routes_upload_file),false,true,false +mistral_ai-generate-text,Generate Text,Generate text using Mistral AI models. [See the Documentation](https://docs.mistral.ai/api/#tag/chat/operation/chat_completion_v1_chat_completions_post),false,true,false +mistral_ai-create-batch-job,Create Batch Job,"Create a new batch job, it will be queued for processing. [See the Documentation](https://docs.mistral.ai/api/#tag/batch/operation/jobs_api_routes_batch_get_batch_jobs)",false,true,false +mistral_ai-list-models,List Models,Retrieve a list of available Mistral AI models that the user is authorized to access. [See the Documentation](https://docs.mistral.ai/api/#tag/models),false,true,true +infusionsoft-get-company,Get Company,Retrieve details of a Company [See docs here](https://developer.infusionsoft.com/docs/rest/#operation/getCompanyUsingGET),false,true,true +infusionsoft-create-payment,Create Payment,Create or add a payment record [See docs here](https://developer.infusionsoft.com/docs/rest/#operation/createPaymentOnOrderUsingPOST),false,true,false +infusionsoft-create-order-item,Create Order Item,Add an item to an existing order [See docs here](https://developer.infusionsoft.com/docs/rest/#operation/createOrderItemsOnOrderUsingPOST),false,true,false +infusionsoft-get-contact,Get Contact,Retrieve details of a Contact [See docs here](https://developer.infusionsoft.com/docs/rest/#operation/getContactUsingGET),false,true,true +linkedin_ads-send-conversion-event,Send Conversion Event,Sends a conversion event to LinkedIn Ads. [See the documentation](https://learn.microsoft.com/en-us/linkedin/marketing/integrations/ads-reporting/conversions-api?view=li-lms-2024-01&tabs=http#streaming-conversion-events),false,true,false +linkedin_ads-create-report,Create A Report,"Queries the Analytics Finder to get analytics for the specified entity i.e company, account, campaign. [See the docs here](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/ads-reporting/ads-reporting#analytics-finder)",false,true,true +linkedin_ads-create-report-by-advertiser-account,Create Report By Advertiser Account,Sample query using analytics finder that gets analytics for a particular account for date range starting in a given year. [See the docs here](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/ads-reporting/ads-reporting#sample-request),false,true,true +linkedin_ads-create-report-by-campaign,Query Analytics Finder Campaign Sample,Sample query using analytics finder that gets analytics for a particular campaign in a date range starting in a given year. [See the docs here](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/ads-reporting/ads-reporting#analytics-finder),false,true,true +beekeeper-create-post,Create Post,Create a new text or multimedia post in a defined stream. [See the documentation](https://beekeeper.stoplight.io/docs/beekeeper-api/18408b41927b9-creates-a-new-post),true,true,false +beekeeper-get-profile,Get User Profile,Retrieve the profile details of a specific user. [See the documentation](https://beekeeper.stoplight.io/docs/beekeeper-api/05bcd13b38a67-get-profile-of-the-given-user),false,true,true +beekeeper-send-message-group-chat,Send Message to Group Chat,Send a precomposed message to a defined group chat. [See the documentation](https://beekeeper.stoplight.io/docs/beekeeper-api/9075b32d36db4-send-a-message-to-a-group-chat),true,true,false +order_desk-update-order,Update Order,Update Order [See the documentation](https://apidocs.orderdesk.com/#update-an-order).,true,true,false +order_desk-list-orders,List Orders,List Orders based on a search criteria [See the documentation](https://apidocs.orderdesk.com/#get-multiple-orders).,false,true,true +order_desk-find-order,Find Order,Find Order [See the documentation](https://apidocs.orderdesk.com/#get-a-single-order).,false,true,true +order_desk-create-order,Create Order,Create Order [See the documentation](https://apidocs.orderdesk.com/#create-an-order).,false,true,false +cats-add-candidate-pipeline,Add Candidate to Job Pipeline,Adds a specific candidate to a job pipeline in CATS. [See the documentation](https://docs.catsone.com/api/v3/#jobs-create-a-job),false,true,false +cats-create-contact,Create Contact,Adds a new contact to the CATS platform. [See the documentation](https://docs.catsone.com/api/v3/#contacts-create-a-contact),false,true,false +cats-create-candidate,Create Candidate,Create a new candidate in your CATS database. [See the documentation](https://docs.catsone.com/api/v3/#candidates-create-a-candidate),false,true,false +bannerbear-create-collection,Create Collection,Generates multiple Images based on a Template Set. [See the docs here](https://developers.bannerbear.com/#post-v2-collections).,true,true,false +bannerbear-approve-video,Approve Video,Approve a video to proceed with rendering. [See the docs here](https://developers.bannerbear.com/#patch-v2-videos).,true,true,false +bannerbear-create-animated-gif,Create Animated Gif,Creates an Animated Gif. [See the docs here](https://developers.bannerbear.com/#post-v2-animated_gifs).,false,true,false +bannerbear-edit-video,Edit Video,Update a video auto-transcription. [See the docs here](https://developers.bannerbear.com/#patch-v2-videos).,true,true,false +bannerbear-create-video,Create Video,Creates a Video. [See the docs here](https://developers.bannerbear.com/#post-v2-videos).,false,true,false +bannerbear-create-image,Create an Image,Create an image using template and modifications. [See the docs](https://developers.bannerbear.com/#post-v2-images),false,true,false +sellercloud-create-product,Create Product,Creates a new product. [See the documentation](https://developer.sellercloud.com/dev-article/create-product/),false,true,false +sellercloud-adjust-inventory,Adjust Inventory,Changes the inventory level of a specific product. [See the documentation](https://developer.sellercloud.com/dev-article/adjust-physical-inventory/),false,true,false +sellercloud-update-order-status,Update Order Status,Modifies the status of an existing order or orders. [See the documentation](https://developer.sellercloud.com/dev-article/update-orders-status-code/),true,true,false +calendly_v2-create-invitee-no-show,Create Invitee No Show,Marks an Invitee as a No Show in Calendly. [See the documentation](https://calendly.stoplight.io/docs/api-docs/cebd8c3170790-create-invitee-no-show).,true,true,false +calendly_v2-list-user-availability-schedules,List User Availability Schedules,List the availability schedules of the given user. [See the documentation](https://developer.calendly.com/api-docs/8098de44af94c-list-user-availability-schedules),false,true,true +calendly_v2-list-events,List Events,List events for an user. [See the documentation](https://calendly.stoplight.io/docs/api-docs/b3A6NTkxNDEy-list-events),false,true,true +calendly_v2-get-event,Get Event,Gets information about an Event associated with a URI. [See the documentation](https://developer.calendly.com/api-docs/e2f95ebd44914-get-event).,false,true,true +calendly_v2-create-scheduling-link,Create a Scheduling Link,Creates a single-use scheduling link. [See the documentation](https://calendly.stoplight.io/docs/api-docs/b3A6MzQyNTM0OQ-create-single-use-scheduling-link),true,true,false +calendly_v2-list-webhook-subscriptions,List Webhook Subscriptions,Get a list of Webhook Subscriptions for an Organization or User with a UUID.,false,true,true +calendly_v2-list-event-invitees,List Event Invitees,List invitees for an event. [See the documentation](https://calendly.stoplight.io/docs/api-docs/b3A6NTkxNDEx-list-event-invitees),true,true,false +lob-retrieve-postcard,Retrieve Postcard,Retrieves the details of an existing postcard. [See docs here](https://docs.lob.com/#tag/Postcards/operation/postcard_retrieve).,false,true,true +lob-cancel-postcard,Cancel Postcard,Completely removes a postcard from production. This can only be done if the postcard has a `send_date` and the `send_date` has not yet passed. [See docs here](https://docs.lob.com/#tag/Postcards/operation/postcard_delete).,true,true,false +lob-create-letter,Create Letter,Creates a new letter. [See docs here](https://docs.lob.com/#tag/Letters/operation/letter_create).,false,true,false +lob-create-postcard,Create Postcard,Creates a new postcard given information. [See docs here](https://docs.lob.com/#tag/Postcards/operation/postcard_create).,false,true,false +lob-list-postcards,List Postcards,Returns a list of your postcards. [See docs here](https://docs.lob.com/#tag/Postcards/operation/postcards_list).,false,true,true +help_scout-create-customer,Create Customer,Creates a new customer record in Help Scout. [See the documentation](https://developer.helpscout.com/mailbox-api/endpoints/customers/create/),false,true,false +help_scout-add-note,Add Note to Conversation,Adds a note to an existing conversation in Help Scout. [See the documentation](https://developer.helpscout.com/mailbox-api/endpoints/conversations/threads/note/),false,true,false +help_scout-get-conversation-threads,Get Conversation Threads,Retrieves the threads of a specific conversation. [See the documentation](https://developer.helpscout.com/mailbox-api/endpoints/conversations/threads/list/),false,true,true +help_scout-get-conversation-details,Get Conversation Details,Retrieves the details of a specific conversation. [See the documentation](https://developer.helpscout.com/mailbox-api/endpoints/conversations/get/),false,true,true +help_scout-send-reply,Send Reply,Sends a reply to a conversation. Be careful as this sends an actual email to the customer. [See the documentation](https://developer.helpscout.com/mailbox-api/endpoints/conversations/threads/reply/),false,true,false +clicksend-send-sms,Send SMS,Sends a new SMS to one or several recipients. [See the documentation](https://developers.clicksend.com/docs/rest/v3/#send-sms-message-s),false,true,false +clicksend-create-contact,Create Contact,Creates a new contact in a specific list. [See the documentation](https://developers.clicksend.com/docs/rest/v3/#create-new-contact),false,true,false +clicksend-send-mms,Send MMS,Sends a new MMS to one or multiple recipients. [See the documentation](https://developers.clicksend.com/docs/rest/v3/#send-mms),false,true,false +sendcloud-create-a-parcel,Create a Parcel,Creates a new parcel under your Sendcloud API credentials. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/parcels/operations/create-a-parcel),false,true,false +sendcloud-validate-return,Validate Return,Validate a return. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/returns/operations/create-a-return-validate),false,true,false +sendcloud-list-shipping-methods,List Shipping Methods,List shipping methods. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/shipping-methods/operations/list-shipping-methods),false,true,true +sendcloud-get-return-portal-settings,Get Return Portal Settings,Get return portal settings for the current brand/user. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/return-portal/operations/get-a-brand-return-portal),false,true,true +sendcloud-list-returns,List Returns,List returns. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/returns/operations/list-returns),false,true,true +sendcloud-list-parcel-statuses,List Parcel Statuses,List parcel statuses. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/parcel-statuses/operations/list-parcel-statuses),false,true,true +sendcloud-list-sender-addresses,List Sender Addresses,List sender addresses for the authenticated user. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/sender-addresses/operations/get-a-user-address-sender),false,true,true +sendcloud-list-parcel-documents,List Parcel Documents,List parcel documents. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/parcel-documents/operations/get-a-parcel-document-1),false,true,true +sendcloud-get-service-point,Get Service Point,Retrieve a service point by ID. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/service-points/operations/get-a-service-point),false,true,true +sendcloud-create-return,Create Return,Create a return. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/returns/operations/create-a-return),false,true,false +sendcloud-get-current-user,Get Current User,Get the authenticated user info. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/user/operations/list-user-auth-metadata),false,true,true +sendcloud-update-a-parcel,Update a Parcel,Updates a parcel under your API credentials. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/parcels/operations/update-a-parcel),true,true,false +sendcloud-get-return,Get Return,Retrieve a return by ID. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/returns/operations/get-a-return),false,true,true +sendcloud-create-update-integration-shipment,Create Or Update Integration Shipment,Create or update an integration shipment. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/integrations/operations/create-a-integration-shipment),true,true,false +sendcloud-get-parcel,Get Parcel,Retrieve a parcel by ID. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/parcels/operations/get-a-parcel),false,true,true +sendcloud-get-shipping-method,Get Shipping Method,Retrieve a shipping method by ID. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/shipping-methods/operations/get-a-shipping-method),false,true,true +sendcloud-list-service-points,List Service Points,List service points. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/service-points/operations/list-service-points),false,true,true +sendcloud-list-service-point-carriers,List Service Point Carriers,List carriers that support service points. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/service-points/operations/list-carriers),false,true,true +sendcloud-get-label,Get Label,Retrieve a label by parcel ID. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/labels/operations/get-a-label),false,true,true +sendcloud-list-integration-shipments,List Integration Shipments,List integration shipments. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/integrations/operations/list-integration-shipments),false,true,true +sendcloud-list-parcels,List Parcels,Retrieves a list of all the parcels under your API credentials. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/parcels/operations/list-parcels),false,true,true +sendcloud-bulk-pdf-label-printing,Bulk PDF Label Printing,Bulk PDF label printing. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/labels/operations/create-a-label),false,true,false +sendcloud-get-sender-address,Get Sender Address,Retrieve a sender address by ID. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/sender-addresses/operations/get-a-user-address-sender-1),false,true,true +fogbugz-list-projects,List Projects,Gets a list of projects in FogBugz. This can be used to quickly view all projects and their details. [See the documentation](https://support.fogbugz.com/hc/en-us/articles/360011242334-FogBugz-XML-API-Lists),false,true,true +fogbugz-update-person,Update Person,Edits an existing person in FogBugz. [See the documentation](https://support.fogbugz.com/hc/en-us/articles/360011330733-FogBugz-XML-API-Editing-a-Person),true,true,false +fogbugz-create-case,Create Case,Creates a new case on FogBugz. [See the documentation](https://support.fogbugz.com/hc/en-us/articles/360011330713-FogBugz-XML-API-Editing-Cases),false,true,false +ramp_sandbox-create-user-invite,Create User Invite,Sends out an invite for a new user. [See the documentation](https://docs.ramp.com/developer-api/v1/reference/rest/users#post-developer-v1-users-deferred),false,true,false +ramp_sandbox-upload-receipt,Upload Receipt,Uploads a receipt for a given transaction and user. [See the documentation](https://docs.ramp.com/developer-api/v1/reference/rest/receipts#post-developer-v1-receipts),false,true,false +ramp_sandbox-issue-virtual-card,Issue Virtual Card,Creates a new virtual card for a given user. [See the documentation](https://docs.ramp.com/developer-api/v1/reference/rest/limits#post-developer-v1-limits-deferred),false,true,false +change_photos-transform-image,Transform Image,Transforms an image with various effects and optimizations. [See the documentation](https://www.change.photos/api-docs),false,true,false +box-upload-file-version,Upload File Version,Update a file,true,true,false +box-create-sign-request,Create Box Sign Request,Creates a signature request. This involves preparing a document for signing and sending the signature request to signers. [See the documentation](https://developer.box.com/reference/post-sign-requests/).,false,true,false +box-upload-file,Upload a File,Uploads a small file to Box. [See the documentation](https://developer.box.com/reference/post-files-content/).,false,true,false +box-get-comments,Get Comments,Fetches comments for a file. [See the documentation](https://developer.box.com/reference/get-files-id-comments/).,false,true,true +box-search-content,Search Content,"Searches for files, folders, web links, and shared files across the users content or across the entire enterprise. [See the documentation](https://developer.box.com/reference/get-search/).",false,true,true +box-download-file,Download File,Downloads a file from Box to your workflow,false,true,false +spamcheck_ai-delete-spam-report,Delete Report,Delete a spam report. [See the documentation](https://app.spamcheck.ai/api_docs/index.html),true,true,false +spamcheck_ai-post-spam-check,Spam Check,Post a new spam check for an email or IP. [See the documentation](https://app.spamcheck.ai/api_docs/index.html),false,true,false +spamcheck_ai-post-spam-report,Spam Report,Create a new spam report. [See the documentation](https://app.spamcheck.ai/api_docs/index.html),false,true,false +home_connect-get-programs,Get Available Programs,Get a list of available programs of a home appliance. [See the documentation](https://api-docs.home-connect.com/programs-and-options/#cleaning-robot_cleaning-mode-option),false,true,true +home_connect-get-status,Get Home Appliance Status,Gets the status information of a home appliance. [See the documentation](https://api-docs.home-connect.com/general/#best-practices),false,true,true +home_connect-get-appliances,Get Home Appliances,Retrieves a list of paired home appliances. [See the documentation](https://apiclient.home-connect.com/#/appliances/get_home_appliances),false,true,true +chainaware_ai-fraud-check,Comprehensive Fraud Check,Conducts a comprehensive fraud check. [See the documentation](https://learn.chainaware.ai/api/fraud-detection-api).,false,true,true +discord-send-message-advanced,Send Message (Advanced),Send a simple or structured message (using embeds) to a Discord channel,false,true,false +discord-send-message,Send Message,Send a simple message to a Discord channel,false,true,false +discord-send-message-with-file,Send Message With File,Post a message with an attached file,false,true,false +pingdom-create-http-check,Create HTTP Check,Creates a new HTTP check in Pingdom. [See the documentation](https://docs.pingdom.com/api/#tag/Checks/operation/post.checks),false,true,false +security_reporter-create-finding,Create Security Finding,Creates a new security finding. [See the documentation](https://trial3.securityreporter.app/api-documentation),false,true,false +security_reporter-create-assessment,Create Security Assessment,Creates a new security assessment. [See the documentation](https://trial3.securityreporter.app/api-documentation),false,true,false +security_reporter-update-finding,Update Security Finding,Updates an existing security finding. [See the documentation](https://trial3.securityreporter.app/api-documentation),true,true,false +chattermill-get-response,Get Response,Get a response by ID. [See the documentation](https://apidocs.chattermill.com/#ace8b4a6-4e39-a1d2-e443-2ed1f10cd589),false,true,true +chattermill-update-response,Update Response,Update a response by ID. [See the documentation](https://apidocs.chattermill.com/#a632c60d-ccda-74b3-b9e7-b5a0c4917e1a),true,true,false +chattermill-search-responses,Search Responses,Search for responses. [See the documentation](https://apidocs.chattermill.com/#3dd30375-7956-b872-edbd-873eef126b2d),false,true,true +chattermill-create-response,Create Response,Create response model with given attributes. [See the documentation](https://apidocs.chattermill.com/#70001058-ac53-eec1-7c44-c836fb0b2489),false,true,false +smaily-run-automation-workflow,Run Automation Workflow,Send Automation Workflow. [See docs here](https://smaily.com/help/api/automations-2/autoresponder),false,true,false +smaily-update-subscriber,Update Subscriber,Updates a subscriber. [See docs here](https://smaily.com/help/api/subscribers-2/create-and-update-subscribers/),true,true,false +printify-create-product,Create a Product,Creates a new product on Printify. [See the documentation](https://developers.printify.com/#create-a-new-product),false,true,false +printify-submit-order,Submit Order,Places an order of an existing product on Printify. [See the documentation](https://developers.printify.com/#submit-an-order),false,true,false +printify-update-product,Update Product,Updates an existing product on Printify. [See the documentation](https://developers.printify.com/#update-a-product),true,true,false +gleap-create-track-event,Create Track Event,Creates a new track event in Gleap. [See the documentation](https://docs.gleap.io/server/rest-api#track-events),false,true,false +calendarhero-list-meetings,List Meetings,Get the user,false,true,true +calendarhero-list-meeting-types,List Meeting Types,Get the user,false,true,true +gryd-get-vehicle-mot-data,Get Vehicle MOT Data,Fetches MOT data for a specific vehicle from the Gryd API. [See the documentation](https://api.gryd.org/docs#/default/VehicleController_motByVRM),false,true,true +gryd-get-vehicle-data,Get Vehicle Data,Fetches data for a specific vehicle from the Gryd API. [See the documentation](https://api.gryd.org/docs#/default/VehicleController_vehicleByVRM),false,true,true +gryd-get-vehicle-dvla-data,Get Vehicle DVLA Data,Fetches DVLA data for a specific vehicle from the Gryd API. [See the documentation](https://api.gryd.org/docs#/default/VehicleController_dvlaByVRM),false,true,true +gryd-get-vehicle-ulez-data,Get Vehicle ULEZ Data,Fetches ULEZ data for a specific vehicle from the Gryd API. [See the documentation](https://api.gryd.org/docs#/default/VehicleController_ulezByVRM),false,true,true +go-run-go-code,Run Go Code,Run any Go code and use any Go package available with a simple import. Refer to the [Pipedream Go docs](https://pipedream.com/docs/code/go) to learn more.,false,true,false +dingconnect-get-balance,Get Balance,Get the current agent balance from DingConnect. [See the documentation](https://www.dingconnect.com/api#operation/getbalance),false,true,true +dingconnect-estimate-prices,Estimate Prices,Estimates prices send values using the DingConnect API. [See the documentation](https://www.dingconnect.com/api#operation/estimateprices),false,true,false +dingconnect-get-products,Get Products,Retrieves a list of products from DingConnect. [See the documentation](https://www.dingconnect.com/api#operation/getproducts),false,true,true +ocrspace-process-pdf,Process PDF for OCR,Submit a PDF for OCR processing. [See the documentation](https://ocr.space/ocrapi),false,true,false +ocrspace-process-image,Process Image,Submits an image file for OCR processing using OCR.space. [See the documentation](https://ocr.space/ocrapi),false,true,false +agility_cms-get-item,Get Item Details,Get details of the specified item. [See the documentation](https://api.aglty.io/swagger/index.html#operations-Item-get__guid___apitype___locale__item__id_),false,true,true +agility_cms-get-content-items,Get Content Items,Retrieves all content items. [See the documentation](https://api.aglty.io/swagger/index.html#operations-Sync-get__guid___apitype___locale__sync_items),true,true,false +agility_cms-get-content-models,Get Content Models,Retrieve content models for the Agility instance. [See the documentation](https://api.aglty.io/swagger/index.html#operations-ContentModels-get__guid___apitype__contentmodels),false,true,true +vision6-subscribe-contact,Subscribe Contact,Subscribe an existing contact. [See the docs here](https://api.vision6.com/#update-contacts),true,true,false +vision6-create-contact,Create Contact,Create a new contact. [See the docs here](https://api.vision6.com/#create-a-single-contact),false,true,false +vision6-reactivate-contact,Reactivate Contact,Reactivate an existing contact. [See the docs here](https://api.vision6.com/#update-contacts),true,true,false +vision6-update-contact,Update Contact,Update an existing contact. [See the docs here](https://api.vision6.com/#update-contacts),true,true,false +vision6-delete-contact,Delete Contact,Delete a contact. [See the docs here](https://api.vision6.com/#delete-contacts),true,true,false +vision6-unsubscribe-contact,Unsubscribe Contact,Unsubscribe an existing contact. [See the docs here](https://api.vision6.com/#update-contacts),true,true,false +vision6-deactivate-contact,Deactivate Contact,Deactivate an existing contact. [See the docs here](https://api.vision6.com/#update-contacts),true,true,false +amplenote-create-note,Create Note,Creates a new note. [See docs here](https://www.amplenote.com/api_documentation#post-/notes),false,true,false +amplenote-create-task,Create Task,Creates a new task. [See docs here](https://www.amplenote.com/api_documentation#post-/notes/-uuid-/actions),false,true,false +roll-find-company,Find Company,Find a company [See the docs here](https://docs.rollhq.com/docs/roll-api#api-url),false,true,true +roll-find-project,Find Project,Find a project [See the docs here](https://docs.rollhq.com/docs/roll-api#api-url),false,true,true +roll-create-company,Create Company,Create a new company [See the docs here](https://docs.rollhq.com/docs/roll-api#api-url),false,true,false +roll-create-time,Create Time Record,Create a new time [See the docs here](https://docs.rollhq.com/docs/roll-api#api-url),false,true,false +roll-find-create-project,Find Or Create Project,Find a project or create it if it doesn,false,true,true +roll-find-create-company,Find Or Create Company,Find a company or create it if it doesn,false,true,true +roll-create-project,Create Project,Create a new project [See the docs here](https://docs.rollhq.com/docs/roll-api#api-url),false,true,false +clickfunnels-remove-tag-contact,Remove Tag from Contact,Removes a specified tag from a contact. This action will take no effect if the specified tag doesn,true,true,false +clickfunnels-update-create-contact,Update or Create Contact,"Searches for a contact by email and updates it, or creates a new one if not found. [See the documentation](https://developers.myclickfunnels.com/reference/upsertcontact)",true,true,false +clickfunnels-apply-tag-contact,Apply Tag to Contact,Applies a tag to a contact. [See the documentation](https://developers.myclickfunnels.com/reference/createcontactsappliedtags),false,true,false +memix-generate-random-share-url,Caption to Memix URL,Generate a Memix share URL with a random template using the supplied caption. [See the docs here](https://api.memix.com/docs),false,true,false +diabatix_coldstream-update-project,Update Project in ColdStream,Updates an existing project with new parameters or data in ColdStream. [See the documentation](https://coldstream.readme.io/reference/put_projects-projectid),true,true,false +diabatix_coldstream-run-simulation,Run Simulation,Starts a new simulation in ColdStream with specified parameters and submits the created case. [See the documentation](https://coldstream.readme.io/reference/post_cases-submit),true,true,false +diabatix_coldstream-fetch-simulation-results,Fetch Simulation Results,Retrieves the result of a specific simulation from ColdStream. [See the documentation](https://coldstream.readme.io/reference/get_cases-result-caseid),false,true,true +checkvist-create-list-item,Create List Item,Creates a new list item within a specified list. [See the documentation](https://checkvist.com/auth/api),false,true,false +checkvist-create-multiple-list-items,Create Multiple List Items,Enables creation of several list items at once from a block of text. Indentations in the text indicate nested list items. [See the documentation](https://checkvist.com/auth/api),true,true,false +checkvist-create-new-list,Create New List,Creates a new list in Checkvist. [See the documentation](https://checkvist.com/auth/api),false,true,false +easyship-create-shipment,Create Shipment,Create a new shipment in Easyship. [See the docs](https://developers.easyship.com/reference/shipments_create),false,true,false +easyship-find-shipment,Find Shipment,Find a shipment by ID. [See the documentation](https://developers.easyship.com/reference/shipments_index),false,true,true +docusign-create-signature-request,Create Signature Request,Creates a signature request from a template [See the docs here](https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create),false,true,false +docusign-create-draft,Create Draft,"Create and send an envelope, or create a draft envelope. [See the documentation here](https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/)",false,true,false +docusign-download-documents,Download Documents,Download the documents of an envelope to the /tmp directory. [See the documentation here](https://developers.docusign.com/docs/esign-rest-api/how-to/download-envelope-documents/),false,true,false +bigml-create-model,Create Model,"Create a model based on a given source ID, dataset ID, or model ID. [See the docs.](https://bigml.com/api/models?id=creating-a-model)",false,true,false +bigml-create-batch-prediction,Create Batch Prediction,Create a batch prediction given a Supervised Model ID and a Dataset ID. [See the docs.](https://bigml.com/api/batchpredictions?id=creating-a-batch-prediction),false,true,false +bigml-create-source-remote-url,Create Source (Remote URL),Create a source with a provided remote URL that points to the data file that you want BigML to download for you. [See the docs.](https://bigml.com/api/sources?id=creating-a-source-using-a-url),false,true,false +lightspeed_retail_pos-create-customer,Create Customer,Creates a new customer in the Lightspeed Retail POS system. [See the documentation](https://developers.lightspeedhq.com/retail/endpoints/Customer/#post-create-a-customer),false,true,false +lightspeed_retail_pos-create-employee,Create Employee,Creates a new employee in the Lightspeed Retail POS system. [See the documentation](https://developers.lightspeedhq.com/retail/endpoints/Employee/#post-create-an-employee),false,true,false +lightspeed_retail_pos-update-inventory,Update Inventory,Adjusts the stock level of a product in the Lightspeed inventory. [See the documentation](https://developers.lightspeedhq.com/retail/endpoints/Item/#put-update-an-item),true,true,false +agrello-get-document,Get Document,Get a document in Agrello. [See the documentation](https://api.agrello.io/public/webjars/swagger-ui/index.html),false,true,true +close-create-lead,Create Lead,Creates a lead. [See the documentation](https://developer.close.com/resources/leads/#create-a-new-lead),true,true,false +close-update-lead,Update Lead,Updates a lead. [See the documentation](https://developer.close.com/resources/leads/#update-an-existing-lead),true,true,false +close-search-leads,Search Leads,Search leads with a given field and word. [See the documentation](https://developer.close.com/resources/advanced-filtering/),true,true,false +close-custom-action,Custom Action,Makes an arbitrary call to the Close API. [See the documentation](https://developer.close.com/) for all options.,true,true,false +apiary-fetch-blueprint,Fetch Blueprint,Fetch an API Blueprint for a particular API. [See the documentation](https://apiary.docs.apiary.io/#reference/blueprint/fetch-blueprint/fetch-blueprint),false,true,false +apiary-publish-blueprint,Publish Blueprint,Publish an API Blueprint for a particular API. [See the documentation](https://apiary.docs.apiary.io/#reference/blueprint/publish-blueprint/publish-blueprint),false,true,false +apiary-create-api-project,Create API Project,Create a new API project. [See the documentation](https://apiary.docs.apiary.io/#reference/blueprint/create-api-project/create-api-project),false,true,false +supportivekoala-create-image,Create an Image,Creates an image based on a template. [See the docs here](https://developers.supportivekoala.com/#create_image),false,true,false +deepimage-upscale,Upscale Image,Upscales the provided image using Deep Image. [See the documentation](https://documentation.deep-image.ai/image-processing/resize-and-padding),false,true,false +deepimage-auto-enhance,Auto Enhance Image,Improves the provided image. [See the documentation](https://documentation.deep-image.ai/image-processing/auto-enhance),false,true,false +deepimage-remove-background,Remove Background,Removes the background from the provided image using DeepImage. [See the documentation](https://documentation.deep-image.ai/image-processing/background-processing),true,true,false +streamlabs-send-test-alert,Send Test Alert,Send a test alert to the stream overlay in StreamLabs. [See the documentation](https://dev.streamlabs.com/reference/alertssend_test_alert),false,true,false +streamlabs-send-alert,Send Alert,"Sends an alert to the stream overlay with a custom message, image, and sound. [See the documentation](https://dev.streamlabs.com/reference/alerts)",false,true,false +streamlabs-create-donation,Create Donation,Create a donation for the authenticated user. [See the documentation](https://dev.streamlabs.com/reference/donations-1),false,true,false +influxdb_cloud-write-data,Write Data,Write data to a specific bucket in InfluxDB Cloud. [See the documentation](https://docs.influxdata.com/influxdb3/cloud-serverless/api/v2/#operation/PostWrite),false,true,false +influxdb_cloud-update-bucket,Update Bucket,Updates an existing bucket in InfluxDB Cloud. [See the documentation](https://docs.influxdata.com/influxdb3/cloud-serverless/api/v2/#operation/PatchBucketsID),true,true,false +influxdb_cloud-invoke-script,Invoke Script,Runs a script and returns the result. [See the documentation](https://docs.influxdata.com/influxdb3/cloud-serverless/api/v2/#operation/PostScriptsIDInvoke),false,true,false +ipbase-get-asn-info,Get ASN Info,Retrieves information for a specific ASN (autonomous system number). [See the docs here](https://ipbase.com/docs/asns),false,true,true +ipbase-check-ip-address,Check IP Address,Checks the provided IP address (both `v4` & `v6` formats) and returns all available information. [See the docs here](https://ipbase.com/docs/info),false,true,true +ipbase-list-domains,List Domains,Retrieves all domains hosted on a single IP address. [See the docs here](https://ipbase.com/docs/domains),false,true,true +devrev-create-issue,Create Issue,Creates a new issue in DevRev. [See the documentation](https://devrev.ai/docs/apis/beta-api-spec#/operations/works-create),false,true,false +devrev-create-comment,Create Comment,Creates a new comment on a work item in DevRev. [See the documentation](https://devrev.ai/docs/apis/beta-api-spec#/operations/timeline-entries-create),false,true,false +devrev-create-or-update-custom-schema-fragment,Create or Update Custom Schema Fragment,Creates or updates a custom schema fragment in DevRev. [See the documentation](https://devrev.ai/docs/apis/beta-api-spec#/operations/custom-schema-fragments-set),true,true,false +devrev-create-ticket,Create Ticket,Creates a new ticket in DevRev. [See the documentation](https://devrev.ai/docs/apis/beta-api-spec#/operations/works-create),false,true,false +devrev-create-task,Create Task,Creates a new task in DevRev. [See the documentation](https://devrev.ai/docs/apis/beta-api-spec#/operations/works-create),false,true,false +devrev-create-opportunity,Create Opportunity,Creates a new opportunity in DevRev. [See the documentation](https://devrev.ai/docs/apis/beta-api-spec#/operations/works-create),false,true,false +tableau-query-projects,Query Projects,Returns a list of projects on the specified site. [See the documentation](https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref_projects.htm),false,true,true +tableau-download-pdf,Download PDF,Downloads images of the sheets of a workbook as a PDF file. [See the documentation](https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref_workbooks_and_views.htm#download_workbook_pdf),false,true,false +tableau-create-project,Create Project,Creates a project on the specified site. You can also create project hierarchies by creating a project under the specified parent project on the site. [See the documentation](https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref_projects.htm#create_project),false,true,false +spreadsheet_com-create-rows,Create Rows,Adds new row(s) after last row that has data. Empty data sets are ignored. Provide data for at least 1 column. [See the documentation](https://developer.spreadsheet.com/#tag/Rows/operation/createRows),false,true,false +spreadsheet_com-update-rows,Update Rows,Update existing row(s). [See the documentation](https://developer.spreadsheet.com/#tag/Rows/operation/updateRows),true,true,false +piloterr-get-company-database,Get Company Database,Fetches specified data for a company using a domain name. [See the documentation](https://docs.piloterr.com/v2/api-reference/database/company),false,true,true +piloterr-get-website-technology,Get Website Technology,"Retrieves the core technology used on a designated website. (CMS, Framework, Analytics, CDN, Hosting, etc.) [See the documentation](https://docs.piloterr.com/v2/api-reference/website/technology)",false,true,true +piloterr-get-website-crawler,Get Website Crawler,Obtains HTML from a given website through web scraping for high performance access and interpretation. [See the documentation](https://docs.piloterr.com/v2/api-reference/website/crawler),false,true,true +greenhouse-create-prospect,Create Prospect,Creates a new prospect entry in Greenhouse. [See the documentation](https://developers.greenhouse.io/harvest.html#post-add-prospect),false,true,false +greenhouse-create-candidate,Create Candidate,Creates a new candidate entry in Greenhouse. [See the documentation](https://developers.greenhouse.io/harvest.html#post-add-candidate),false,true,false +greenhouse-add-attachment-to-candidate,Add Attachment to Candidate,Adds an attachment to a specific candidate or prospect. [See the documentation](https://developers.greenhouse.io/harvest.html#post-add-attachment),false,true,false +helloleads-create-lead,Create Lead,Adds a new lead into the HelloLeads system. [See the documentation](https://github.com/PipedreamHQ/pipedream/files/13168532/HelloLeads_CRM_API_Documentation_POST_Method.pdf),false,true,false +dataforseo-get-backlinks-summary,Get Backlinks Summary,"Get an overview of backlinks data available for a given domain, subdomain, or webpage. [See the documentation](https://docs.dataforseo.com/v3/backlinks/summary/live/)",false,true,true +dataforseo-get-app-store-search,Get App Store Search,Search iOS App Store apps by keywords for app store optimization (ASO) analysis. [See the documentation](https://docs.dataforseo.com/v3/app_data/apple/app_searches/task_post/?bash),false,true,true +dataforseo-get-google-ads-locations,Get Google Ads Locations,"Retrieve a list of available locations supported by the Google Ads API, which can be used to specify geographic targeting in your requests. [See the documentation](https://docs.dataforseo.com/v3/keywords_data/google_ads/locations/?bash)",false,true,true +dataforseo-search-business-listings,Search Business Listings,Get information about business entities listed on Google Maps. [See the documentation](https://docs.dataforseo.com/v3/business_data/business_listings/search/live/),false,true,true +dataforseo-get-content-citations,Get Content Citations,Find mentions and citations of keywords or brands online for brand monitoring and content strategy. [See the documentation](https://docs.dataforseo.com/v3/content_analysis/search/live/?bash),false,true,true +dataforseo-get-backlinks,Get Backlinks,"Get a list of backlinks and relevant data for a given domain, subdomain, or webpage. [See the documentation](https://docs.dataforseo.com/v3/backlinks/backlinks/live/)",false,true,true +dataforseo-get-referring-domains,Get Referring Domains,Get detailed overview of referring domains pointing to the specified target. [See the documentation](https://docs.dataforseo.com/v3/backlinks/referring_domains/live/),false,true,true +dataforseo-get-yahoo-organic-results,Get Yahoo Organic Results,Retrieve Yahoo organic search results for specified keywords. [See the documentation](https://docs.dataforseo.com/v3/serp/yahoo/organic/live/regular/?bash),false,true,true +dataforseo-get-google-reviews,Get Google Reviews,Get Google business reviews and ratings for local SEO and reputation management. [See the documentation](https://docs.dataforseo.com/v3/business_data/google/reviews/task_post/?bash),false,true,true +dataforseo-get-domain-rank-overview,Get Domain Rank Overview,Retrieve domain authority and ranking metrics for specified domains. [See the documentation](https://docs.dataforseo.com/v3/dataforseo_labs/google/domain_rank_overview/live/?bash),false,true,true +dataforseo-get-keyword-ideas-live,Get Keyword Ideas Live,Generate live keyword suggestions and ideas for content strategy. [See the documentation](https://docs.dataforseo.com/v3/dataforseo_labs/google/keyword_ideas/live/?bash),false,true,true +dataforseo-get-google-ads-traffic-by-keywords-completed-tasks,Get Google Ads Traffic By Keywords Completed Tasks,Retrieve the results of completed ,false,true,true +dataforseo-get-google-ads-languages,Get Google Ads Languages,"Retrieve a list of languages supported by the Google Ads API, allowing you to specify language targeting in your requests. [See the documentation](https://docs.dataforseo.com/v3/keywords_data/google_ads/languages/?bash)",false,true,true +dataforseo-get-keyword-data-id-list,Get Keyword Data ID List,Retrieve the list of IDs and metadata of the completed Keywords Data tasks during the specified period. [See the documentation](https://docs.dataforseo.com/v3/keywords_data/id_list/?bash),false,true,true +dataforseo-get-keyword-data-errors,Get Keyword Data Errors,Retrieve information about the Keywords Data API tasks that returned an error within the past 7 days [See the documentation](https://docs.dataforseo.com/v3/keywords_data/errors/?bash),false,true,true +dataforseo-get-google-ads-keywords-for-keywords-completed-tasks,Get Google Ads Keywords For Keywords Completed Tasks,Retrieve the results of completed ,false,true,true +dataforseo-get-keyword-difficulty,Get Keyword Difficulty,Get Keyword Difficulty. [See the documentation](https://docs.dataforseo.com/v3/dataforseo_labs/google/bulk_keyword_difficulty/live/?bash),false,true,true +dataforseo-get-google-images-results,Get Google Images Results,Retrieve Google Images search results for specified keywords. [See the documentation](https://docs.dataforseo.com/v3/serp/google/images/live/advanced/?bash),false,true,true +dataforseo-parse-page-content,Parse Page Content,Parse the content on any page and return its structured content. [See the documentation](https://docs.dataforseo.com/v3/on_page/content_parsing/live/),false,true,false +dataforseo-get-ranked-keywords,Get Ranked Keywords,Description for get-ranked-keywords. [See the documentation](https://docs.dataforseo.com/v3/keywords_data/google_ads/keywords_for_site/task_post/?bash),false,true,true +dataforseo-get-backlinks-history,Get Backlinks History,Get historical backlinks data back to the beginning of 2019. [See the documentation](https://docs.dataforseo.com/v3/backlinks/history/live/),false,true,true +dataforseo-get-google-news-results,Get Google News Results,Retrieve Google News search results for specified keywords. [See the documentation](https://docs.dataforseo.com/v3/serp/google/news/live/advanced/?bash),false,true,true +dataforseo-get-app-reviews-summary,Get App Reviews Summary,Get app reviews and ratings summary for mobile app reputation analysis. [See the documentation](https://docs.dataforseo.com/v3/app_data/apple/app_reviews/task_post/?bash),false,true,true +dataforseo-get-google-ads-status,Get Google Ads Status,"Check the status of Google Ads data updates, indicating whether the keyword data has been refreshed for the previous month. [See the documentation](https://docs.dataforseo.com/v3/keywords_data/google_ads/status/?bash)",false,true,true +dataforseo-get-tripadvisor-reviews,Get TripAdvisor Reviews,"Get TripAdvisor business reviews and ratings, especially useful for hospitality businesses. [See the documentation](https://docs.dataforseo.com/v3/business_data/tripadvisor/reviews/task_post/?bash)",false,true,true +dataforseo-get-google-my-business-info,Get Google My Business Info,Get detailed Google My Business listing information for local SEO analysis. [See the documentation](https://docs.dataforseo.com/v3/business_data/google/my_business_info/live/?bash),false,true,true +dataforseo-get-google-ads-keywords-for-keywords,Get Google Ads Keywords For Keywords,"Retrieve keywords related to specified terms, helping you discover new keyword opportunities. [See the documentation](https://docs.dataforseo.com/v3/keywords_data/google_ads/keywords_for_keywords/live/?bash)",false,true,true +dataforseo-get-bulk-ranks,Get Bulk Ranks,"Get rank scores of specified domains, subdomains, and pages. [See the documentation](https://docs.dataforseo.com/v3/backlinks/bulk_ranks/live/)",false,true,true +dataforseo-get-keyword-suggestions,Get Keyword Suggestions,Get keyword ideas and related terms for specified seed keywords. [See the documentation](https://docs.dataforseo.com/v3/dataforseo_labs/google/keyword_suggestions/live/?bash),false,true,true +dataforseo-get-domain-keywords,Get Domain Keywords,Get all keywords a domain ranks for in organic search results. [See the documentation](https://docs.dataforseo.com/v3/dataforseo_labs/google/ranked_keywords/live/?bash),false,true,true +dataforseo-get-bing-organic-results,Get Bing Organic Results,Retrieve Bing organic search results for specified keywords. [See the documentation](https://docs.dataforseo.com/v3/serp/bing/organic/live/regular/?bash),false,true,true +dataforseo-get-business-listings,Get Business Listings,Get Business Listings. [See the documentation](https://docs.dataforseo.com/v3/business_data/business_listings/search/live/?bash),false,true,true +dataforseo-get-google-ads-search-volume,Get Google Ads Search Volume,Retrieve search volume data for specified keywords from Google Ads. [See the documentation](https://docs.dataforseo.com/v3/keywords_data/google_ads/search_volume/live/?bash),false,true,true +dataforseo-get-bulk-referring-domains,Get Bulk Referring Domains,"Get the number of referring domains pointing to the specified domains, subdomains, and pages. [See the documentation](https://docs.dataforseo.com/v3/backlinks/bulk_referring_domains/live/)",false,true,true +dataforseo-get-google-ads-ad-traffic-by-keyword,Get Google Ads Ad Traffic By Keyword,"Retrieve estimates for impressions, clicks, and cost-per-click for specified keywords, aiding in assessing keyword demand. [See the documentation](https://docs.dataforseo.com/v3/keywords_data/google_ads/ad_traffic_by_keywords/live/?bash)",false,true,true +dataforseo-get-domain-pages-summary,Get Domain Pages Summary,Get detailed summary data on all backlinks and related metrics for each page of the specified domain or subdomain. [See the documentation](https://docs.dataforseo.com/v3/backlinks/domain_pages_summary/live/),false,true,true +dataforseo-get-sentiment-analysis,Get Sentiment Analysis,Analyze sentiment of brand mentions and content for reputation management. [See the documentation](https://docs.dataforseo.com/v3/content_analysis/sentiment_analysis/live/?bash),false,true,true +dataforseo-get-bulk-traffic-analytics,Get Bulk Traffic Analytics,Get traffic estimates and analytics for multiple domains in bulk. [See the documentation](https://docs.dataforseo.com/v3/dataforseo_labs/google/bulk_traffic_estimation/live/?bash),false,true,true +dataforseo-get-google-play-search,Get Google Play Search,Search Google Play Store apps by keywords for app store optimization (ASO) analysis. [See the documentation](https://docs.dataforseo.com/v3/app_data/google/app_searches/task_post/?bash),false,true,true +dataforseo-get-top-serp-results,Get Top SERP Results,Get top-ranking pages and competitor analysis for specified keywords. [See the documentation](https://docs.dataforseo.com/v3/dataforseo_labs/google/serp_competitors/live/?bash),false,true,true +dataforseo-get-google-ads-keywords-for-site-completed-tasks,Get Google Ads Keywords For Site Completed Tasks,Retrieve the results of completed ,false,true,true +dataforseo-get-bulk-backlinks,Get Bulk Backlinks,"Get the number of backlinks pointing to specified domains, subdomains, and pages. [See the documentation](https://docs.dataforseo.com/v3/backlinks/bulk_backlinks/live/)",false,true,true +dataforseo-get-business-listings-categories,Get Business Listings Categories,Get available business categories for business listings and local SEO. [See the documentation](https://docs.dataforseo.com/v3/business_data/business_listings/categories/?bash),false,true,true +dataforseo-get-bulk-spam-score,Get Bulk Spam Score,"Get spam scores of the specified domains, subdomains, and pages. [See the documentation](https://docs.dataforseo.com/v3/backlinks/bulk_spam_score/live/)",false,true,true +dataforseo-get-categories-aggregation,Get Categories Aggregation,Get information about groups of related categories and the number of entities in each category. [See the documentation](https://docs.dataforseo.com/v3/business_data/business_listings/categories_aggregation/live/),false,true,true +dataforseo-get-historical-serp-data,Get Historical SERP Data,Get ranking history for keywords over time. [See the documentation](https://docs.dataforseo.com/v3/dataforseo_labs/google/historical_serps/live/?bash),false,true,true +dataforseo-get-domain-intersection,Get Domain Intersection,Compare keyword overlap between multiple domains to find shared ranking opportunities. [See the documentation](https://docs.dataforseo.com/v3/dataforseo_labs/google/domain_intersection/live/?bash),false,true,true +dataforseo-get-competitor-domains,Get Competitor Domains,Find competing domains for specified keywords or target domain. [See the documentation](https://docs.dataforseo.com/v3/dataforseo_labs/google/competitors_domain/live/?bash),false,true,true +dataforseo-get-technologies-domain-list,Get Technologies Domain List,"Get technologies used by a domain (CMS, analytics, frameworks, etc.). [See the documentation](https://docs.dataforseo.com/v3/domain_analytics/technologies/domain_technologies/live/?bash)",false,true,true +dataforseo-get-google-ads-search-volume-completed-tasks,Get Google Ads Search Volume Completed Tasks,Retrieve the results of completed ,false,true,true +dataforseo-get-trustpilot-reviews,Get Trustpilot Reviews,Get Trustpilot business reviews and ratings for reputation management. [See the documentation](https://docs.dataforseo.com/v3/business_data/trustpilot/reviews/task_post/?bash),false,true,true +dataforseo-get-app-intersection,Get App Intersection,Compare keyword overlap between mobile apps to find shared ranking opportunities. [See the documentation](https://docs.dataforseo.com/v3/dataforseo_labs/google/app_intersection/live/?bash),false,true,true +dataforseo-get-content-summary,Get Content Summary,Get content performance metrics and summary for content strategy optimization. [See the documentation](https://docs.dataforseo.com/v3/content_analysis/summary/live/?bash),false,true,true +dataforseo-get-google-organic-results,Get Google Organic Results,Retrieve Google organic search results for specified keywords. [See the documentation](https://docs.dataforseo.com/v3/serp/google/organic/live/regular/?bash),false,true,true +dataforseo-get-domain-whois-overview,Get Domain Whois Overview,Get domain registration data and ownership information. [See the documentation](https://docs.dataforseo.com/v3/domain_analytics/whois/overview/live/?bash),false,true,true +taiga-create-issue,Create Issue,Create a new issue in a Taiga project. [See the documentation](https://docs.taiga.io/api.html#issues-create),false,true,false +taiga-update-userstory,Update User Story,Update an existing user story in a Taiga project. [See the documentation](https://docs.taiga.io/api.html#_user_stories),true,true,false +taiga-get-issue,Get Issue,Get an existing issue from a Taiga project. [See the documentation](https://docs.taiga.io/api.html#issues-get),false,true,true +taiga-delete-task,Delete Task,Delete an existing task from a Taiga project. [See the documentation](https://docs.taiga.io/api.html#tasks-delete),true,true,false +taiga-get-userstory,Get User Story,Get an existing user story from a Taiga project. [See the documentation](https://docs.taiga.io/api.html#user-stories-get),false,true,true +taiga-create-userstory,Create User Story,Create a new user story in a Taiga project. [See the documentation](https://docs.taiga.io/api.html#user-stories-create),false,true,false +taiga-delete-userstory,Delete User Story,Delete an existing user story from a Taiga project. [See the documentation](https://docs.taiga.io/api.html#user-stories-delete),true,true,false +taiga-delete-issue,Delete Issue,Delete an existing issue from a Taiga project. [See the documentation](https://docs.taiga.io/api.html#issues-delete),true,true,false +taiga-update-issue,Update Issue,Update an existing issue in a Taiga project. [See the documentation](https://docs.taiga.io/api.html#issues-edit),true,true,false +taiga-create-task,Create Task,Create a new task in a Taiga project. [See the documentation](https://docs.taiga.io/api.html#tasks-create),false,true,false +taiga-update-task,Update Task,Update an existing task in a Taiga project. [See the documentation](https://docs.taiga.io/api.html#tasks-edit),true,true,false +ironclad-update-workflow,Update Workflow Metadata,Updates the metadata of an existing workflow. [See the documentation](),true,true,false +ironclad-create-record,Create Record,Creates a new record in Ironclad. [See the documentation](https://developer.ironcladapp.com/reference/create-a-record),false,true,false +ironclad-launch-workflow,Launch Workflow,Launches a new workflow in Ironclad. [See the documentation](https://developer.ironcladapp.com/reference/launch-a-new-workflow),false,true,false +richpanel-add-ticket-message,Add Ticket Message,Adds a message to an existing ticket. [See the documentation](https://developer.richpanel.com/reference/update-a-conversation),true,true,false +richpanel-update-ticket-status,Update Ticket Status,Updates the status of an existing ticket in Richpanel. [See the documentation](https://developer.richpanel.com/reference/update-a-conversation).,true,true,false +richpanel-create-ticket,Create Ticket,Creates a new support ticket in Richpanel. [See the documentation](https://developer.richpanel.com/reference/create-conversation).,false,true,false +google_gemini-generate-content-from-text-and-image,Generate Content from Text and Image,Generates content from both text and image input using the Gemini API. [See the documentation](https://ai.google.dev/tutorials/rest_quickstart#text-and-image_input),false,true,false +google_gemini-generate-content-from-text,Generate Content from Text,Generates content from text input using the Google Gemini API. [See the documentation](https://ai.google.dev/tutorials/rest_quickstart#text-only_input),false,true,false +google_gemini-generate-embeddings,Generate Embeddings,Generate embeddings from text input using Google Gemini. [See the documentation](https://ai.google.dev/gemini-api/docs/embeddings),false,true,false +repairshopr-create-customer,Create Customer,Create a new customer. [See the docs here](https://api-docs.repairshopr.com/#/Customer/post_customers),false,true,false +repairshopr-create-lead,Create Lead,Create a new lead. [See the docs here](https://api-docs.repairshopr.com/#/Lead/post_leads),false,true,false +repairshopr-list-customers,List Customers,List Customers. [See the docs here](https://api-docs.repairshopr.com/#/Customer/get_customers),false,true,true +repairshopr-create-ticket,Create Ticket,Create a new ticket. [See the docs here](https://api-docs.repairshopr.com/#/Ticket/post_tickets),false,true,false +gitlab-create-issue,Create issue,Creates a new issue. [See the documentation](https://docs.gitlab.com/ee/api/issues.html#new-issue),false,true,false +gitlab-list-repo-branches,List Repo Branches,Get a list of repository branches from a project. [See the documentation](https://docs.gitlab.com/ee/api/branches.html#list-repository-branches),false,true,true +gitlab-get-issue,Get Issue,Gets a single issue from repository. [See the documentation](https://docs.gitlab.com/ee/api/issues.html#single-project-issue),false,true,true +gitlab-search-issues,Search Issues,Search for issues in a repository with a query. [See the documentation](https://docs.gitlab.com/ee/api/issues.html#list-issues),false,true,true +gitlab-create-branch,Create Branch,Create a new branch in the repository. [See the documentation](https://docs.gitlab.com/ee/api/branches.html#create-repository-branch),false,true,false +gitlab-get-repo-branch,Get Repo Branch,Get a single project repository branch. [See the documentation](https://docs.gitlab.com/ee/api/branches.html#get-single-repository-branch),false,true,true +gitlab-update-issue,Update Issue,Updates an existing project issue. [See the documentation](https://docs.gitlab.com/ee/api/issues.html#edit-issue),true,true,false +gitlab-create-epic,Create Epic,Creates a new epic. [See the documentation](https://docs.gitlab.com/ee/api/epics.html#new-epic),false,true,false +gitlab-list-commits,List Commits,List commits in a repository branch. [See the documentation](https://docs.gitlab.com/ee/api/commits.html#list-repository-commits),false,true,true +gitlab-update-epic,Update Epic,Updates an epic. [See the documentation](https://docs.gitlab.com/ee/api/epics.html#update-epic),true,true,false +shopify_partner-verify-webhook,Verify Webhook,"Verify an incoming webhook from Shopify. Exits the workflow if the signature is not valid, otherwise returns `true`",false,true,true +zenventory-create-item,Create Item,Generates a new item. [See the documentation](https://docs.zenventory.com/#tag/items/paths/~1items/post),false,true,false +zenventory-create-purchase-order,Create Purchase Order,Generates a new purchase order. [See the documentation](https://docs.zenventory.com/),false,true,false +zenventory-create-customer-order,Create Customer Order,Creates a new customer order. [See the documentation](https://docs.zenventory.com/#tag/customer_order/paths/~1customer-orders/post),false,true,false +google_appsheet-add-row,Add Row,Adds a new row to a specific table in the AppSheet app. [See the documentation](https://support.google.com/appsheet/answer/10104797?hl=en&ref_topic=10105767&sjid=1665780.0.1444403316-SA#),false,true,false +google_appsheet-get-rows,Get Rows,Read existing records in a table in the AppSheet app. [See the documentation](https://support.google.com/appsheet/answer/10104797?hl=en&ref_topic=10105767&sjid=1665780.0.1444403316-SA#),false,true,true +google_appsheet-update-row,Update Row,Updates an existing row in a specific table in the AppSheet app. [See the documentation](https://support.google.com/appsheet/answer/10105002?hl=en&ref_topic=10105767&sjid=1665780.0.1444403316-SA),true,true,false +google_appsheet-delete-row,Delete Row,Deletes a specific row from a table in the AppSheet app. [See the documentation](https://support.google.com/appsheet/answer/10105399?hl=en&ref_topic=10105767&sjid=1665780.0.1444403316-SA),true,true,false +teamleader_focus-create-deal,Create Deal,Add a new deal. [See the documentation](https://developer.teamleader.eu/#/reference/deals/deals/deals.create),false,true,false +teamleader_focus-update-invoice,Update Invoice,Update a draft invoice. Booked invoices cannot be updated. [See the documentation](https://developer.teamleader.eu/#/reference/invoicing/invoices/invoices.update),true,true,false +teamleader_focus-create-contact,Create Contact,Add a new contact. [See the documentation](https://developer.teamleader.eu/#/reference/crm/contacts/contacts.add),false,true,false +reply_io-mark-replied,Mark Contact as Replied,Mark a contact as replied in all campaigns by their email address. [See the docs here](https://apidocs.reply.io/#d50b7259-910a-4620-9e5a-59c2b5249f57),false,true,false +reply_io-remove-from-campaign,Remove Contact From Campaign,Remove an existing contact from the selected campaign. [See the docs here](https://apidocs.reply.io/#502be5e9-0f1e-47bc-a45f-e5845f298610),true,true,false +reply_io-create-or-update-contact,Create or Update Contact,Create a new contact or update if they already exist. [See the docs here](https://apidocs.reply.io/#2a6fb925-29db-403e-a59f-8cce5672c66a),true,true,false +reply_io-create-and-push-to-campaign,Create or Update Contact and Push to Campaign,"Create a new contact, or update if they already exist, and push contact to the selected campaign. [See the docs here](https://apidocs.reply.io/#67afb4b3-4291-4798-9734-ceaa275a90be)",true,true,false +reply_io-mark-finished,Mark Contact as Finished,Mark a contact as finished in all campaigns by their email address. [See the docs here](https://apidocs.reply.io/#1433199e-b249-4077-9e32-ad7ac8fbba54),false,true,false +mux-create-asset-track,Create Asset Track,"Adds an asset track (for example, subtitles) to an asset. [See the documentation](https://docs.mux.com/api-reference#video/operation/create-asset-track)",false,true,false +mux-get-asset-or-livestream-id,Get Asset or Livestream ID,Returns an Asset or Livestream ID from a Playback ID. [See the documentation](https://docs.mux.com/api-reference#video/operation/get-asset-or-livestream-id),false,true,true +mux-create-asset,Create Asset,Create a new asset with a track. [See the documentation](https://docs.mux.com/api-reference#video/operation/create-asset),false,true,false +mux-get-asset,Get Asset,Retrieves an asset. [See the documentation](https://docs.mux.com/api-reference#video/operation/get-asset),false,true,true +mailwizz-add-subscriber,Add Subscriber,Create a new subscriber to a list. [See the docs here](https://api-docs.mailwizz.com/?python#create-a-subscriber),false,true,false +mailwizz-create-campaign,Create Campaign,Create a new campaign. [See the docs here](https://api-docs.mailwizz.com/?php#create-a-campaign),false,true,false +mailwizz-update-subscriber,Updaste Subscriber,Update a specific subscriber. [See the docs here](https://api-docs.mailwizz.com/?python#update-a-subscriber),true,true,false +templated-list-template-layers,List Template Layers,Lists all layers of a template. [See the documentation](https://app.templated.io/docs#list-template-layers),false,true,true +templated-list-templates,List Templates,List all templates of a user on Templated. [See the documentation](https://app.templated.io/docs#list-all-templates),false,true,true +templated-create-render,Create Render,Creates a render on a template in Templated. [See the documentation](https://app.templated.io/docs#create-render),false,true,false +templated-get-template,Get Template,Retrieves a single template object referenced by its unique ID. [See the documentation](https://app.templated.io/docs#retrieve-template),false,true,true +sumup-get-merchant-profile,Get Merchant Profile,Retrieves merchant profile data. [See the documenation](https://developer.sumup.com/api/merchant/get-merchant-profile),false,true,true +sumup-list-transactions,List Transactions,Lists detailed history of all transactions associated with the merchant profile. [See the documenation](https://developer.sumup.com/api/transactions/list-detailed),false,true,true +sumup-retrieve-dba,Retrieve DBA,Retrieves Doing Business As profile. [See the documenation](https://developer.sumup.com/api/merchant/get-doing-business-as),false,true,true +urlbox_io-generate-screenshot-from-url,Generate Screenshot From URL,Generate a screenshot of a website provided by a url. [See the docs here](https://www.urlbox.io/docs/examplecode/node),false,true,false +urlbox_io-generate-screenshot-from-html,Generate Screenshot From HTML,Generate a screenshot of a website provided by a html. [See the docs here](https://www.urlbox.io/docs/examplecode/node),false,true,false +skillzrun-create-user-with-offers,Create User With Offers,Creates a new user with their associated offers in the SkillzRun app. [See the documentation](https://api.skillzrun.com/external/api/swagger/static/index.html#/users/post_external_api_users_create_with_orders),false,true,false +skillzrun-upsert-user,Upsert User,Creates or updates a user based on the user email prop. [See the documentation](https://api.skillzrun.com/external/api/swagger/static/index.html#/users/post_external_api_users_upsert),true,true,false +fraudlabs_pro-verify-otp,Get Verification Result,Verify that an OTP sent by the Send SMS Verification API is valid. Please refer to the [documentation](https://www.fraudlabspro.com/developer/api/get-result) for the explanation of the result returned.,true,true,false +fraudlabs_pro-send-sms-verification,Send SMS Verification,"Send an SMS with verification code and a custom message for authentication purpose. Please refer to the [documentation](https://www.fraudlabspro.com/developer/api/send-verification) for the explanation of the result returned. NOTE: You need to register for an API key before using this REST API. Please visit [Micro Plan](https://www.fraudlabspro.com/sign-up) to sign up for an API key if you do not have one. In addition, you will also have to make sure you have enough SMS credits to send any verification SMS.",false,true,false +google_sheets-add-single-row,Add Single Row,Add a single row of data to Google Sheets. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/append),false,true,false +google_sheets-insert-comment,Insert Comment,Insert a comment into a spreadsheet. [See the documentation](https://developers.google.com/drive/api/v3/reference/comments/create),false,true,false +google_sheets-delete-rows,Delete Rows,Deletes the specified rows from a spreadsheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/request#deletedimensionrequest),true,true,false +google_sheets-list-worksheets,List Worksheets,Get a list of all worksheets in a spreadsheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/get),false,true,true +google_sheets-update-row,Update Row,Update a row in a spreadsheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/update),true,true,false +google_sheets-get-cell,Get Cell,Fetch the contents of a specific cell in a spreadsheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/get),false,true,true +google_sheets-update-multiple-rows,Update Multiple Rows,Update multiple rows in a spreadsheet defined by a range. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/update),true,true,false +google_sheets-clear-cell,Clear Cell,Delete the content of a specific cell in a spreadsheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/clear),true,true,false +google_sheets-clear-rows,Clear Rows,Delete the content of a row or rows in a spreadsheet. Deleted rows will appear as blank rows. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/clear),true,true,false +google_sheets-delete-worksheet,Delete Worksheet,Delete a specific worksheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/batchUpdate),true,true,false +google_sheets-create-spreadsheet,Create Spreadsheet,Create a blank spreadsheet or duplicate an existing spreadsheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/create),false,true,false +google_sheets-find-row,Find Row,Find one or more rows by a column and value. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/get),false,true,true +google_sheets-add-multiple-rows,Add Multiple Rows,Add multiple rows of data to a Google Sheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/append),false,true,false +google_sheets-insert-anchored-note,Insert an Anchored Note,Insert a note on a spreadsheet cell. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/batchUpdate),false,true,false +google_sheets-get-values-in-range,Get Values in Range,Get all values or values from a range of cells using A1 notation. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/get),false,true,true +google_sheets-add-column,Create Column,Create a new column in a spreadsheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/batchUpdate),false,true,false +google_sheets-create-worksheet,Create Worksheet,Create a blank worksheet with a title. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/batchUpdate),false,true,false +google_sheets-get-spreadsheet-by-id,Get Spreadsheet by ID,Returns the spreadsheet at the given ID. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/get) for more information,false,true,true +google_sheets-update-cell,Update Cell,Update a cell in a spreadsheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/update),true,true,false +google_sheets-copy-worksheet,Copy Worksheet,Copy an existing worksheet to another Google Sheets file. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.sheets/copyTo),false,true,false +google_sheets-upsert-row,Upsert Row,Upsert a row of data in a Google Sheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/append),true,true,false +kite_suite-send-message,Send Message,Sends a message to a user or project group using Kite Suite. [See the documentation](https://api.kitesuite.com/swagger/#/Chat/post_api_v1_chat_message),false,true,false +kite_suite-create-task,Create Task,Create a new task in a project in Kite Suite. [See the documentation](https://api.kitesuite.com/swagger/#/Task/post_api_v1_task),false,true,false +kite_suite-update-task,Update Task,Update an existing task in a project. [See the documentation](https://api.kitesuite.com/swagger/#/Task/patch_api_v1_task__id_).,true,true,false +zoho_invoice-create-estimate,Create Estimate,Creates a new estimate in Zoho Invoice. [See the documentation](https://www.zoho.com/invoice/api/v3/estimates/#create-an-estimate).,false,true,false +zoho_invoice-create-invoice,Create Invoice,Creates a new invoice in Zoho Invoice. [See the documentation](https://www.zoho.com/invoice/api/v3/invoices/#create-an-invoice).,false,true,false +quriiri-send-message,Send Message,Sends an SMS message using the Quriiri API. [See the documentation](https://docs.quriiri.fi/docs/quriiri/send-sms/operations/create-a),false,true,false +messagebird-send-sms,Send SMS,Sends an SMS message. [See the documentation](https://docs.bird.com/api/channels-api/supported-channels/programmable-sms/sending-sms-messages),false,true,false +messagebird-create-contact,Create Contact,Creates a new contact. [See the documentation](https://docs.bird.com/api/contacts-api/api-reference/manage-workspace-contacts/create-a-contact),false,true,false +messagebird-send-voice-message,Send Voice Message,Send a voice message to any phone number globally. [See the documentation](https://docs.bird.com/api/voice-api/voice-calls-api/initiate-an-outbound-call),false,true,false +feedbin-get-subscriptions,Get Subscriptions,Return all subscriptions. [See the docs here](https://github.com/feedbin/feedbin-api/blob/master/content/subscriptions.md#get-subscriptions).,false,true,true +motive-find-user-details,Find User Details,Retrieve user details based on specific criteria. [See the documentation](https://developer.gomotive.com/reference/users-lookup),false,true,true +winston_ai-detect-ai-content,Detect AI-Generated Content,Investigates whether AI-generated content is present within the given text. [See the documentation](https://docs.gowinston.ai/api-reference/predict/post),false,true,false +winston_ai-detect-plagiarism,Detect Plagiarism,Inspects if the submitted text contains plagiarised materials. [See the documentation](https://docs.gowinston.ai/api-reference/plagiarism/post),false,true,false +telnyx-send-group-message,Send Group Message,Send a group MMS message. [See the documentation](https://developers.telnyx.com/api/messaging/create-group-mms-message),false,true,false +telnyx-send-message,Send Message,Send an SMS or MMS message. [See the documentation](https://developers.telnyx.com/docs/messaging/messages/send-message),false,true,false +telnyx-send-fax,Send Fax,Sends a PDF document to a specified fax number using the Telnyx Fax API. [See the documentation](https://developers.telnyx.com/api/programmable-fax/send-fax),false,true,false +telnyx-dial-number,Dial Number,Dial a number or SIP URI from a given Call Control App. [See the documentation](https://developers.telnyx.com/api/call-control/dial-call),false,true,false +telnyx-get-message,Retrieve a Message,Retrieve a message. [See the documentation](https://developers.telnyx.com/api/messaging/get-message),false,true,true +telnyx-get-phone-numbers,Get Phone Numbers,Get a list of phone numbers. [See the documentation](https://developers.telnyx.com/api/numbers/list-phone-numbers),false,true,true +telnyx-get-messaging-profiles,Get Messaging Profiles,Get a list of messaging profiles. [See the documentation](https://developers.telnyx.com/api/messaging/list-messaging-profiles),false,true,true +unthread-create-customer,Create Customer,Create a new Customer. [See the documentation](https://docs.unthread.io/api-introduction/using-api#create-customer),false,true,false +unthread-create-conversation,Create Conversation,Create a new Conversation. [See the documentation](https://docs.unthread.io/api-introduction/using-api#create-conversation),false,true,false +unthread-delete-customer,Delete Customer,Delete a Customer. [See the documentation](https://docs.unthread.io/api-introduction/using-api#delete-customer),true,true,false +unthread-update-customer,Update Customer,Update a Customer. [See the documentation](https://docs.unthread.io/api-introduction/using-api#update-customer),true,true,false +rapid_url_indexer-download-project-report,Download Project Report,Download the report for a specific project. [See the documentation](https://rapidurlindexer.com/indexing-api/).,false,true,true +rapid_url_indexer-get-project-status,Get Project Status,Get the status of a specific project. [See the documentation](https://rapidurlindexer.com/indexing-api/).,false,true,true +rapid_url_indexer-submit-project,Submit Project,Submit a new project for indexing. [See the documentation](https://rapidurlindexer.com/indexing-api/).,false,true,false +awork-find-users-by-email,Find Users By Email,Finds a user by email. [See docs here](https://openapi.awork.io/#/Users/get_users),false,true,true +awork-create-client,Create Client,Creates a client. [See docs here](https://openapi.awork.io/#/Companies/post_companies),false,true,false +awork-create-project,Create Project,Creates a project. [See docs here](https://openapi.awork.io/#/Projects/post_projects),false,true,false +fedex-create-shipment,Create Shipment,Create a new shipment. [See the documentation](https://developer.fedex.com/api/en-us/catalog/ship/docs.html#operation/Create%20Shipment),false,true,false +fedex-validate-shipment,Validate Shipment,Validate a shipment. [See the documentation](https://developer.fedex.com/api/en-us/catalog/ship/docs.html#operation/ShipmentPackageValidate),false,true,true +jibble-clock-out,Clock Out,Create a new clock out time entry [See the documentation](https://docs.api.jibble.io/#7144d8bb-616d-4a59-bea2-e621791328fc).,false,true,false +jibble-create-timesheets-daily-summary,Create Timesheets Daily Summary,Gets daily timsheets summary for given date range and given persons. May omit personIds parameters in query so it will return data for all member of the organization. [See the documentation](https://docs.api.jibble.io/#5510bcd1-3c58-4ffb-9048-a962edf9133a).,false,true,true +jibble-clock-in,Clock In,Create a new clock in time entry [See the documentation](https://docs.api.jibble.io/#ec4b4f62-5832-4911-92b1-81501b7d681c).,false,true,false +jibble-create-time-tracking-report,Create Time Tracking Report,This is generic endpoint for getting time tracking reports. [See the documentation](https://docs.api.jibble.io/#3115af1a-24a6-4d19-a7e7-08d8c173bb85).,false,true,true +turbot_pipes-delete-organization,Delete Organization,Deletes the specified organization. [See the documentation](https://redocly.github.io/redoc/?url=https://pipes.turbot.com/api/latest/docs/openapi.json&nocors#tag/orgs/operation/org_delete),true,true,false +turbot_pipes-create-organization,Create Organization,Creates a new organization in Turbot Pipes. [See the documentation](https://redocly.github.io/redoc/?url=https://pipes.turbot.com/api/latest/docs/openapi.json&nocors#tag/Orgs/operation/org_create),false,true,false +turbot_pipes-update-organization,Update Organization,Updates an organization. [See the documentation](https://redocly.github.io/redoc/?url=https://pipes.turbot.com/api/latest/docs/openapi.json&nocors#tag/Orgs/operation/org_update),true,true,false +raindrop-delete-collection,Delete Collection,Delete a collection. [See the docs here](https://developer.raindrop.io/v1/collections/methods#remove-collection),true,true,false +raindrop-create-collection,Create New Collection,Creates an additional collection. [See the docs here](https://developer.raindrop.io/v1/collections/methods#create-collection),false,true,false +raindrop-update-collection,Update Collection,Update an existing collection. [See the docs here](https://developer.raindrop.io/v1/collections/methods#update-collection),true,true,false +raindrop-parse-bookmark-file,Parse HTML Bookmark File,"Convert an HTML bookmark file to JSON. Supports Nestcape, Pocket and Instapaper file formats. [See the documentation](https://developer.raindrop.io/v1/import#parse-html-import-file)",false,true,false +raindrop-list-collections,Retrieve All Collections,Retrieves all collections. [See the docs here](https://developer.raindrop.io/v1/collections/methods#get-root-collections),false,true,true +raindrop-retrieve-bookmarks,Retrieve Bookmarks from Collection,Retrieves all bookmarks from the specified collection. [See docs](https://developer.raindrop.io/v1/raindrops/multiple),false,true,true +raindrop-get-bookmark,Get Bookmark,Retrieve bookmark detailed information by given ID. [See the docs here](https://developer.raindrop.io/v1/raindrops/single#get-raindrop),false,true,true +raindrop-update-bookmark,Update Bookmark,Update an existing bookmark. [See the docs here](https://developer.raindrop.io/v1/raindrops/single#update-raindrop),true,true,false +raindrop-get-collection,Get Collection,Get collection. [See the docs here](https://developer.raindrop.io/v1/collections/methods#get-collection),false,true,true +raindrop-save,Save to Raindrop Collection,Receive a link and save it into a specified collection. [See docs](https://developer.raindrop.io/v1/raindrops/single),false,true,false +raindrop-delete-bookmark,Delete Bookmark,Delete a bookmark. [See the docs here](https://developer.raindrop.io/v1/raindrops/single#remove-raindrop),true,true,false +cradl_ai-parse-document,Parse Document,Parses data from a document using a custom selected model. [See the documentation](https://docs.cradl.ai/integrations/rest-api),false,true,false +cradl_ai-parse-document-human-in-loop,Parse Document with Human in the Loop,Sends a document to an existing flow for human-in-the-loop processing. [See the documentation](https://docs.cradl.ai/integrations/rest-api),false,true,false +teamcamp-create-task,Create Task,Create a new task in the Project. [See the documentation](https://api.teamcamp.app/api-reference/task/createTask),false,true,false +teamcamp-create-project,Create Project,Create a new project in the Workspace. [See the documentation](https://api.teamcamp.app/api-reference/project/createProject),false,true,false +customer_io-send-event-to,Send Event To,Sends an event to Customer.io. [See the docs here](https://customer.io/docs/api/#operation/track),false,true,false +customer_io-add-customers-to-segment,Add Customers to Segment,Add people to a manual segment by ID. You are limited to 1000 customer IDs per request. [See the docs here](https://www.customer.io/docs/api/#operation/add_to_segment),false,true,false +customer_io-send-event-to-customer-io,Send Event To Customer io,"Sends, tracks a customer event to Customer io. [See the docs here](https://customer.io/docs/api/#operation/track)",false,true,false +customer_io-create-or-update-customer,Create or Update Customer,Creates or update a customer. [See the docs here](https://customer.io/docs/api/#apitrackcustomerscustomers_update),true,true,false +openrouter-send-completion-request,Send Completion Request,Send a completion request to a selected model (text-only format) [See the documentation](https://openrouter.ai/docs/api-reference/completions),false,true,false +openrouter-send-chat-completion-request,Send Chat Completion Request,Send a chat completion request to a selected model. [See the documentation](https://openrouter.ai/docs/api-reference/chat-completion),false,true,false +openrouter-retrieve-available-models,Retrieve Available Models,Returns a list of models available through the API. [See the documentation](https://openrouter.ai/docs/api-reference/list-available-models),false,true,true +acymailing-email-user,Email User,Sends an email to a single AcyMailing user. The user must exist in the AcyMailing database. [See the documentation](https://docs.acymailing.com/v/rest-api/emails#send-an-email-to-a-user),false,true,false +acymailing-subscribe-user,Subscribe User to Lists,Subscribes a user to one or more specified lists in AcyMailing. [See the documentation](https://docs.acymailing.com/v/rest-api/subscription#subscribe-users-to-lists),false,true,false +acymailing-add-update-user,Add or Update User,"Creates a new user or updates an existing user in AcyMailing. If the user exists, will update the user",true,true,false +textline-send-message,Send Message,Send a new message directly to a contact. [See the documentation](https://textline.docs.apiary.io/#reference/conversations/group-conversations/message-a-phone-number).,false,true,false +textline-create-update-contact,Create Or Update Contact,Create or update a contact in the Textline address book. [See the documentation](https://textline.docs.apiary.io/#reference/customers/customers/create-a-customer).,true,true,false +textline-send-announcement,Send Announcement,Send an announcement to a group of contacts. [See the documentation](https://textline.docs.apiary.io/#reference/messaging-tools/announcements/send-an-announcement).,false,true,false +crunchbase-get-organization,Get Organization Details,Retrieve details about an organization. [See the documentation](https://data.crunchbase.com/reference/get_data-entities-organizations-entity-id),false,true,true +crunchbase-search-organizations,Search Organizations,Search for organizations based on specified criteria. [See the documentation](https://data.crunchbase.com/reference/post_data-searches-organizations),false,true,true +pencil_spaces-create-space,Create A Space,Create a new space in Pencil Spaces. [See the documentation](https://api.pencilspaces.com/reference#tag/spaces/POST/spaces/create),false,true,false +convolo_ai-create-call,Create Call,Initiates a phone call to a lead and establishes the connection with the first available agent. [See the documentation](https://help.convolo.ai/),false,true,false +mural-create-sticky,Create Sticky,Create a new sticky note within a given mural. [See the documentation](https://developers.mural.co/public/reference/createstickynote),false,true,false +mural-create-mural,Create Mural,Create a new mural within a specified workspace. [See the documentation](https://developers.mural.co/public/reference/createmural),false,true,false +repliq-get-credits-count,Get Credits Count,Retrieve the total number of credits left for the month. [See the documentation](https://developer.repliq.co/get/g1-credits-count),false,true,true +repliq-launch-template,Launch Repliq Template,Launch a Repliq process by deploying the selected template. [See the documentation](https://developer.repliq.co/),false,true,false +manychat-find-user-custom-field,Find User by Custom Field,Locates a user based on a particular custom field,false,true,true +manychat-add-tag-user,Add Tag to User,Adds a specific tag to a user specified by their user ID. This action is essential to categorize and filter users based on business-specific parameters. [See the documentation](https://api.manychat.com),false,true,false +manychat-send-dynamic-message-user,Send Dynamic Message to User,Delivers a dynamic message to a particular user specified by their user ID. [See the documentation](https://api.manychat.com),false,true,false +uplisting-create-booking,Create Booking,Create a confirmed booking. [See the documentation](https://documenter.getpostman.com/view/1320372/SWTBfdW6#ce173dfb-5d88-4af4-a55f-43ffc238487a),true,true,false +lucca-update-user-info,Update User Info,Update profile or HR information for an existing user. [See the documentation](https://developers.lucca.fr/api-reference/legacy/directory/update-a-user-by-id),true,true,false +lucca-approve-leave-request,Approve Or Deny Leave Request,Approve or Deny a pending leave request. [See the documentation](https://developers.lucca.fr/api-reference/legacy/timmi-absences/leave-requests/approve-or-deny-a-leave-request),false,true,false +pipedream_utils-set-default-value,Formatting - [Text] Set Default Value,Return a default value if the text is empty,false,false,false +pipedream_utils-send-email-with-nodemailer,Helper Functions - Send email with Nodemailer,Sends an email using the nodemailer package,false,true,false +pipedream_utils-debug-memory-usage,Debug Memory Usage,Get memory usage statistics for the current Pipedream workflow.,false,true,true +pipedream_utils-trigger-workflow,Helper Functions - Trigger Workflow,Trigger another Pipedream workflow in your workspace.,false,true,false +pipedream_utils-get-iso-string-n-days-ago,Helper Functions - Get ISO String N Days Ago,Returns an ISO string (UTC TZ) N days ago,false,true,true +pipedream_utils-convert-currency,Helper Functions - Convert Currency,Convert an amount between currencies. [See the documentation](https://www.frankfurter.app/docs/),false,true,true +pipedream_utils-get-current-time-in-specific-timezone,Helper Functions - Get Current Time in Timezone,"Returns the current time, tied to this workflow invocation, in the target timezone",false,true,true +pipedream_utils-random-item-from-list,Helper Functions - Random Item(s) from List,Returns a randomly selected value(s) from a user-defined list of options.,false,true,true +pipedream_utils-get-time-in-specific-timezone,Helper Functions - Get Time in Timezone,"Given an ISO 8601 timestamp, and a timezone, convert the time to the target timezone.",false,true,true +pipedream_utils-extract-phone-number,Formatting - [Text] Extract Phone Number,Find a complete phone number out of a text field. Finds the first number only.,false,false,true +pipedream_utils-base64-decode-string,Helper Functions - Base64 Decode String,"Accepts a base64-encoded string, returns a decoded UTF-8 string",false,false,false +pipedream_utils-parse-json,Formatting - [Data] Parse JSON,Parse a JSON string,false,false,false +pipedream_utils-format-number,Formatting - [Numbers] Format Number,Format a number to a new style. Does not perform any rounding or padding of the number.,false,false,false +pipedream_utils-convert-html-to-slack-mrkdwn,Helper Functions - Convert HTML to Slack mrkdwn format,Converts an HTML string to the Slack mrkdwn format using,false,false,true +pipedream_utils-url-decode,Formatting - [Text] Decode URL,Decode a URL string,false,false,false +pipedream_utils-trim-whitespace,Formatting - [Text] Trim Whitespace,Removes leading and trailing whitespace,true,false,false +pipedream_utils-date-time-format,Formatting - [Date/Time] Format,"Format a date string to another date string. For more examples on formatting, see the [Sugar Date Format](https://sugarjs.com/dates/#/Formatting) documentation.",false,true,false +pipedream_utils-get-coutry-name-by-code-iso,"Helper Functions - Country name, given code (2-letter)",Return the country name (in English) when given the 2-letter country code,false,true,true +pipedream_utils-retrieve-new-rss-stories,Helper Functions - Retrieve New RSS Stories,Gets new stories from a specified RSS feed that have not already been processed.,false,true,true +pipedream_utils-convert-markdown-to-html,Formatting - [Text] Convert Markdown to HTML,Convert Markdown text to HTML,false,false,true +pipedream_utils-csv-file-to-objects,Helper Functions - CSV File To Objects,Convert a CSV file to an array of objects.,false,false,true +pipedream_utils-extract-email-address,Formatting - [Text] Extract Email Address,Find an email address out of a text field. Finds the first email address only.,false,true,true +pipedream_utils-xml-to-json,Helper Functions - XML to JSON,See [xml-js](https://github.com/nashwaan/xml-js),false,true,false +pipedream_utils-html-to-markdown,Helper Functions - HTML to Markdown,Convert via turndown,false,false,true +pipedream_utils-convert-object-to-json-string,Helper Functions - Convert JavaScript Object to JSON String,"Accepts a JavaScript object, returns that object converted to a JSON string",false,false,true +pipedream_utils-compare-arrays,Helper Functions - Compare Arrays,"Get the difference, intersection, union, or symetric difference of two arrays/sets.",false,true,true +pipedream_utils-compare-dates,Formatting - [Date/Time] Compare Dates,"Get the duration between two dates in days, hours, minutes, and seconds along with checking if they are the same.",false,true,true +pipedream_utils-split-text,Formatting - [Text] Split Text,Split the text on a character or word and return one or all segments,false,false,false +pipedream_utils-transform-case,Formatting - [Text] Transform Case,Transform case for a text input,false,true,false +pipedream_utils-prettify-json,Helper Functions - Pretty Print JSON,Pretty print a JavaScript object or value,false,true,false +pipedream_utils-send-to-s3,Helper Functions - Send to Amazon S3,Send data to Amazon S3 using Pipedream,false,true,false +pipedream_utils-url-encode,Formatting - [Text] Encode URL,Encode a string as a URL,false,false,false +pipedream_utils-random-integer,Helper Functions - Random Integer,Generate a random integer (whole number). Useful for random delays.,false,true,false +pipedream_utils-extract-by-regular-expression,Formatting - [Text] Extract by Regular Expression,Find a match for a regular expression pattern. Returns all matched groups with start and end position.,false,true,true +pipedream_utils-add-subtract-time,Formatting - [Date/Time] Add/Subtract Time,Add or subtract time from a given input,false,true,false +pipedream_utils-convert-html-to-text,Formatting - [Text] Convert HTML to text,Convert valid HTML to text,false,false,true +pipedream_utils-convert-json-to-string,Formatting - [Data] Convert JSON to String,Convert an object to a JSON format string,false,false,true +pipedream_utils-format-iso8601-datetime,Helper Functions - Format ISO8601 Date/Time for Google Sheets,"Use the moment.js npm package to format an ISO8601 date/time as Google Sheets friendly formats. This action exports an object with compound date/time, date-only, and time-only values.",false,false,false +pipedream_utils-retrieve-all-rss-stories,Helper Functions - Retrieve all RSS Stories,Retrieve all stories from one or more RSS feeds.,false,true,true +pipedream_utils-extract-url,Formatting - [Text] Extract URL,Find a web URL out of a text field. Finds the first URL only.,false,false,true +pipedream_utils-replace-text,Formatting - [Text] Replace Text,"Replace all instances of any character, word or phrase in the text with another character, word or phrase.",true,false,false +pipedream_utils-schedule-task-in-future,Helper Functions - Pipedream Task Scheduler - Schedule Task,Schedule a task with an existing task scheduler source. See [here](https://pipedream.com/apps/pipedream/triggers/new-scheduled-tasks) for more details.,false,true,false +pipedream_utils-extract-by-regular-expressions-list,Formatting - [Text] Extract by Regular Expressions List (Regex),Find matches for regular expressions. Returns all matched groups with start and end position.,false,true,true +pipedream_utils-convert-html-to-markdown,Formatting - [Text] Convert HTML to Markdown,Convert valid HTML to Markdown text,false,false,true +pipedream_utils-download-file-to-tmp,Helper Functions - Download File To /tmp,Downloads a file to [your workflow,false,true,false +pipedream_utils-extract-number,Formatting - [Text] Extract Number,Find a number out of a text field. Finds the first number only.,false,false,true +pipedream_utils-format-currency,Formatting - [Numbers] Format Currency,Format a number as a currency,false,false,false +pipedream_utils-export-variables,Helper Functions - Export Variables,Export variables for use in your workflow,false,true,false +testlocally-run-test,Run Test,Create and run a new test in TestLocally. [See the documentation](https://testlocally.readme.io/reference/api_v0_request_test),false,true,false +testlocally-list-tests,List Tests,Returns a list of tests in TestLocally. [See the documentation](https://testlocally.readme.io/reference/api_v0_recent_tests),false,true,true +testlocally-get-test,Get Test,Get details of a specific test in TestLocally. [See the documentation](https://testlocally.readme.io/reference/api_v0_test_results),false,true,true +buddee-list-leave-requests,List Leave Requests,Retrieves all leave requests. [See the documentation](https://developers.buddee.nl/#2c5f483b-63d4-4ecf-a9d1-7efe36563639),false,true,true +buddee-create-employee,Create Employee,Create a new employee record. [See the documentation](https://developers.buddee.nl/#d08b1399-6333-4f08-a17b-26b2d8485d7e),false,true,false +buddee-create-leave-request,Create Leave Request,Creates a new leave request. [See the documentation](https://developers.buddee.nl/#b5a0cea5-e416-4521-8bc1-46cc4c3d95cb),false,true,false +buddee-list-employees,List Employees,Retrieve a complete list of employees. [See the documentation](https://developers.buddee.nl/#fd057d3c-8b40-4808-a4d2-eeffc5da82d7),false,true,true +buddee-list-time-registrations,List Time Registrations,"Get all time tracking records, [See the documentation](https://developers.buddee.nl/#539c5261-c313-49ef-89d8-82b835b22cd4)",false,true,true +libraria-create-query,Create Query,Creates a query. [See the documentation](https://docs.libraria.dev/api-reference/library/create-query),false,true,false +libraria-add-document,Add Document,Add a document. [See the documentation](https://docs.libraria.dev/api-reference/library/create-document),false,true,false +pinterest-create-pin,Create a Pin,"Create a Pin on a board or board section, [See the docs](https://developers.pinterest.com/docs/api/v5/#operation/pins/create)",false,true,false +espy-get-lookup-results,Get Lookup Results,Get the results of the lookup with the provided ID. [See the documentation](https://api-docs.espysys.com/e-mail-lookup/get-get-lookup-data-for-a-request-by-e-mail-lookup),false,true,true +espy-name-lookup,Name Lookup,Request a lookup for the provided name. [See the documentation](https://api-docs.espysys.com/name-socialscan/headers-and-body-request-by-name-lookup),false,true,true +espy-email-lookup,Email Lookup,Request a lookup for the provided email. [See the documentation](https://api-docs.espysys.com/name-socialscan/headers-and-body-request-by-name-lookup),false,true,true +kindo-chat,Chat,Creates a model response for the given chat conversation using Kindo,false,true,false +chaindesk-submit-message,Submit Message,Allows the API to send a message input from the user.,false,true,false +chaindesk-update-agent,Update Agent,Updates the agent to improve the accuracy of generated responses.,true,true,false +v7_darwin-create-dataset,Create Dataset,Creates a new Dataset. [See the documentation](https://docs.v7labs.com/reference/create-dataset),false,true,false +v7_darwin-add-instructions,Add Instructions,Add annotator instructions. [See the documentation](https://docs.v7labs.com/reference/adding-instructions),false,true,false +v7_darwin-update-dataset,Update Dataset,Update a dataset with the specified ID. [See the documentation](https://docs.v7labs.com/reference/update-dataset),true,true,false +zenrows-get-api-usage,Get API Usage,Get Zenrows API usage. [See the documentation](https://www.zenrows.com/docs#usage-curl),false,true,true +zenrows-scrape-url-autoparse,Scrape URL Autoparse,Scrape HTML of the URL. [See the documentation](https://www.zenrows.com/docs#autoparse-curl),false,true,false +zenrows-scrape-url-css-selectors,Scrape URL CSS Selectors,Scrape HTML of the URL with CSS Selectors. [See the documentation](https://www.zenrows.com/docs#css-selectors-curl),false,true,false +mailerlite-list-subscribers,List Subscribers,Lists all subscribers in a group. [See the documentation](https://developers.mailerlite.com/docs/subscribers.html#list-all-subscribers),false,true,true +mailerlite-create-subscriber,Create Subscriber,Create a new subscriber. [See the documentation](https://developers.mailerlite.com/docs/subscribers.html#create-update-subscriber),true,true,false +mailerlite-subscribe-to-group,Subscribe to MailerLite Group,Add a subscriber to a group. [See the documentation](https://developers.mailerlite.com/docs/groups.html#assign-subscriber-to-a-group),true,true,false +mailerlite-remove-subscriber-from-group,Remove Subscriber From Group,Removes single subscriber from specified group. [See the documentation](https://developers.mailerlite.com/docs/groups.html#unassign-subscriber-from-a-group),true,true,false +mailerlite-update-subscriber,Update Subscriber,Updates single active subscriber. [See the documentation](https://developers.mailerlite.com/docs/subscribers.html#create-update-subscriber),true,true,false +mixmax-create-contact,Create Contact,Create one contact. [See the docs here](https://developer.mixmax.com/reference/contacts-1),false,true,false +mixmax-create-contact-group,Create Contact Group,Create a contact group. [See the docs here](https://developer.mixmax.com/reference/contactgroups-1),false,true,false +mixmax-get-contact-groups,Get Contact Groups,"Contact groups that you have access to (either that you have created, or that have been shared with you). [See the docs here](https://developer.mixmax.com/reference/contactgroups)",false,true,true +mixmax-update-contact,Update Contact,Update a specific contact. [See the docs here](https://developer.mixmax.com/reference/contactsid-1),true,true,false +mixmax-search-contacts,Search Contacts,"Search for matching contacts. This API queries across different sources including mixmax, google directory, and salesforce (contacts, leads, accounts, and opportunities). [See the docs here](https://developer.mixmax.com/reference/contactsquery)",false,true,true +mixmax-get-contacts,Get Contacts,Lists all your Mixmax Contacts (ie people you,false,true,true +smartroutes-create-order,Create Order,Creates a new order in the smartroutes. [See the documentation](https://api.smartroutes.io/v2/docs/api/#tag/Orders/paths/~1orders/post),false,true,false +loopify-create-update-contact,Create Or Update Contact,"Creates or updates a contact in Loopify. If the contact exists, it will be updated; otherwise, a new contact will be created. [See the documentation](https://api.loopify.com/docs/index.html#tag/Contacts)",true,true,false +loopify-add-contact-to-new-entry,Add Contact To New Entry,Adds a contact to an **API Entry** block in a Loopify flow. [See the documentation](https://api.loopify.com/docs/index.html#tag/Flows/operation/addContactToNewEntry),false,true,false +brave_search_api-web-search,Web Search,Query Brave Search and get back search results from the web. [See the documentation](https://api-dashboard.search.brave.com/app/documentation/web-search/get-started),false,true,true +cloze-create-note,Create Note,Creates a note in Cloze. [See the documentation](https://api.cloze.com/api-docs/#!/Content/post_v1_createcontent).,false,true,false +cloze-create-update-company,Create Or Update Company,Create a new company or enhance an existing company within Cloze. Companies can be created with just a domain name or both a name and another unique identifier such as a phone number and email address. [See the documentation](https://api.cloze.com/api-docs/#!/Relations_-_Companies/post_v1_companies_create).,true,true,false +cloze-create-update-project,Create Or Update Project,Create a new project or merge updates into an existing one. [See the documentation](https://api.cloze.com/api-docs/#!/Relations_-_Projects/post_v1_projects_create).,true,true,false +claid_ai-upscale-image,Upscale Image,"Enlarges the selected image in order to improve its resolution. By running this action, users can obtain clearer and sharper images. [See the documentation](https://docs.claid.ai/image-editing-api/image-operations/resizing)",false,true,false +claid_ai-correct-color-lighting,Correct Color & Lighting,Automatically adjusts the color and lighting of an image by applying HDR. The result is an enhancement of the dynamic range in dark or overexposed images. [See the documentation](https://docs.claid.ai/image-editing-api/image-operations/color-adjustments),false,true,false +claid_ai-remove-background,Remove Background,Easily erases the image,true,true,false +changes_page-get-post,Get Post,Get a post by ID from Changes Page. [See the documentation](https://docs.changes.page/docs/api/page#get-a-post-by-id),false,true,true +changes_page-get-pinned-post,Get Pinned Post,Get the pinned post from Changes Page. [See the documentation](https://docs.changes.page/docs/api/page#get-pinned-post),false,true,true +changes_page-get-latest-post,Get Latest Post,Get the latest post from Changes Page. [See the documentation](https://docs.changes.page/docs/api/page#get-latest-post),false,true,true +changes_page-list-posts,List Posts,Retrieve a list of posts from Changes Page. [See the documentation](https://docs.changes.page/docs/api/page#get-all-posts),false,true,true +microsoft_dynamics_365_sales-create-custom-entity,Create Custom Entity,Create a custom entity. [See the documentation](https://learn.microsoft.com/en-us/power-apps/developer/data-platform/webapi/create-update-entity-definitions-using-web-api),true,true,false +microsoft_dynamics_365_sales-find-contact,Find Contact,"Search for a contact by id, name, or using a custom filter. [See the documentation](https://learn.microsoft.com/en-us/power-apps/developer/data-platform/webapi/query/overview)",false,true,true +craftboxx-update-project-and-appointment,Update Project and Appointment,Applies updates to a project and its corresponding appointment in Craftboxx. [See the documentation](https://api.craftboxx.de/docs/docs.json),true,true,false +craftboxx-create-article,Create Article,Creates a new article in Craftboxx. [See the documentation](https://api.craftboxx.de/docs/docs.json),false,true,false +craftboxx-create-customer-and-mailing-address,Create Customer and Mailing Address,Creates a new customer along with their mailing address in Craftboxx. [See the documentation](https://api.craftboxx.de/docs/docs.json),false,true,false +docupilot-create-document,Create Document,Create a document [See docs here](https://help.docupilot.app/create-document/api-and-webhook-integration#api-integration),false,true,false +google_chat-list-members,List Members,Lists memberships in a space. [See the documentation](https://developers.google.com/chat/api/reference/rest/v1/spaces.members/list),false,true,true +google_chat-create-message,Create Message,Create a message to post a text. [See the documentation](https://developers.google.com/chat/api/reference/rest/v1/spaces.messages/create),false,true,false +google_chat-get-space,Get Space,Returns details about a space. [See the documentation](https://developers.google.com/chat/api/reference/rest/v1/spaces/get),false,true,true +google_chat-list-messages,List Messages,"Lists messages in a space that the caller is a member of, including messages from blocked members and spaces. [See the documentation](https://developers.google.com/chat/api/reference/rest/v1/spaces.messages/list)",false,true,true +google_chat-get-message,Get Message,Returns details about a message. [See the documentation](https://developers.google.com/chat/api/reference/rest/v1/spaces.messages/get),false,true,false +google_chat-get-member,Get Member,Returns details about a membership. [See the documentation](https://developers.google.com/chat/api/reference/rest/v1/spaces.members/get),false,true,true +google_chat-list-spaces,List Spaces,Lists spaces the caller is a member of. Group chats and DMs aren,false,true,true +squarespace-create-product,Create Product,Create a new product. [See docs here](https://developers.squarespace.com/commerce-apis/create-product),false,true,false +squarespace-get-order,Get Order,Get a specific order. [See docs here](https://developers.squarespace.com/commerce-apis/retrieve-specific-order),false,true,true +squarespace-get-product,Get Product,Get a specific product. [See docs here](https://developers.squarespace.com/commerce-apis/retrieve-specific-products),false,true,true +f15five-get-checkin-details,Get Checkin Details,Get check-in object details. [See the documentation](https://my.15five.com/api/public/#tag/Check-in/paths/~1api~1public~1report~1%7Bid%7D~1/get),false,true,true +f15five-create-high-five,Create High Five,Create a High five within a company. [See the documentation](https://my.15five.com/api/public/#tag/High-Five/paths/~1api~1public~1high-five~1/post),false,true,false +f15five-get-user,Get User,Retrieve a user object. [See the documentation](https://my.15five.com/api/public/#tag/User/paths/~1api~1public~1user~1%7Bid%7D~1/get),false,true,true +meteomatics_weather_api-get-weather-data,Get Weather Data,"Retrieve historic, current, and forecast data globally. [See the documentation](https://www.meteomatics.com/en/api/getting-started/)",false,true,true +viewdns_info-whois-lookup,Whois Lookup,Performs a WHOIS lookup to retrieve domain registration information. [See the documentation](https://viewdns.info/api/whois/),false,true,true +viewdns_info-reverse-ip-lookup,Reverse IP Lookup,Performs a reverse IP lookup to find domains hosted on the same IP address. [See the documentation](https://viewdns.info/api/reverse-ip-lookup/),false,true,true +viewdns_info-ip-history,IP History,Retrieves the IP address history for a domain. [See the documentation](https://viewdns.info/api/ip-history/),false,true,true +viewdns_info-dns-record-lookup,DNS Record Lookup,Performs a DNS record lookup to retrieve various DNS record types for a domain. [See the documentation](https://viewdns.info/api/dns-record-lookup/),false,true,true +viewdns_info-subdomain-discovery,Subdomain Discovery,Discovers subdomains associated with a given domain. [See the documentation](https://viewdns.info/api/subdomain-discovery/),false,true,false +viewdns_info-reverse-whois-lookup,Reverse Whois Lookup,Performs a reverse WHOIS search to find domains registered by the same person or organization. [See the documentation](https://viewdns.info/api/reverse-whois-lookup/),false,true,true +quaderno-update-invoice,Update Invoice,Modify an existing invoice's details in Quaderno. [See the Documentation](https://developers.quaderno.io/api/#tag/Invoices/operation/updateInvoice).,true,true,false +quaderno-create-contact,Create Contact,Add a new contact to Quaderno. [See the Documentation](https://developers.quaderno.io/api/#tag/Contacts/operation/createContact).,false,true,false +quaderno-create-invoice,Create Invoice,Generate a new invoice in Quaderno. [See the Documentation](https://developers.quaderno.io/api/#tag/Invoices/operation/createInvoice).,false,true,false +proabono-create-customer,Create or Update a Customer,Creates a new customer or updates an existing one in the ProAbono system. [See the documentation](https://docs.proabono.com/api/#create-a-customer),true,true,false +proabono-create-subscription,Create Subscription,Initializes a new subscription for a customer in the ProAbono system. [See the documentation](https://docs.proabono.com/api/#create-a-subscription),false,true,false +proabono-retrieve-customer,Retrieve Customer,Fetches an existing customer from the proabono system. [See the documentation](https://docs.proabono.com/api/#retrieve-a-customer),false,true,true +quipu-create-income-ticket,Create Income Ticket,Creates a new income ticket. [See the docs](http://quipuapp.github.io/api-v1-docs/#creating-a-ticket).,false,true,false +quipu-create-income-invoice,Create Income Invoice,Creates a new income invoice. [See the docs](http://quipuapp.github.io/api-v1-docs/#creating-an-invoice).,false,true,false +quipu-create-contact,Create Contact,Creates a new contact. [See the docs](http://quipuapp.github.io/api-v1-docs/#creating-a-contact).,false,true,false +smsapi-send-text-message,Send Text Message,Sends a text message using SMSAPI. [See the documentation](https://www.smsapi.com/docs/#2-single-sms),false,true,false +smsapi-create-contact,Create Contact,Creates a new contact in SMSAPI. [See the documentation](https://www.smsapi.com/docs/#create-contact),false,true,false +smsapi-send-group-text-message,Send Group Text Message,Sends a group text message using SMSAPI. [See the documentation](https://www.smsapi.com/docs/#2-single-sms),false,true,false +charthop-create-employee,Create Employee,Adds a new employee to the system. [See the documentation](https://api.charthop.com/swagger#/person/createPerson),false,true,false +charthop-search-organization,Search Organization,"Return people, job, group, and field data for a particular org that match a provided search string. [See the documentation](https://api.charthop.com/swagger#/search/searchOrgData)",false,true,true +charthop-update-employee-details,Update Employee Details,Updates an existing employee,true,true,false +clickhelp-create-publication,Create Publication,Creates a new publication from the designated project. This action allows you to share your content with others in various formats. [See the documentation](https://clickhelp.com/software-documentation-tool/user-manual/api-publish-project.html),false,true,false +clickhelp-create-project-backup,Create Project Backup,Generates a backup of the specified project. This action ensures you have a safe copy of your project in case of any unpredicted data loss. [See the documentation](https://clickhelp.com/software-documentation-tool/user-manual/api-create-project-backup.html),false,true,false +clickhelp-create-topic,Create Topic,Produces a new topic in the existing project. A useful action for starting a new chapter or section within your project. [See the documentation](https://clickhelp.com/software-documentation-tool/user-manual/api-create-topic.html),false,true,false +zoho_commerce-create-product,Create Product with Variant,Create a new product with variants. [See the documentation](https://www.zoho.com/commerce/api/create-a-product-with-variant.html),false,true,false +puppeteer-get-page-title,Get Page Title,Get the title of a webpage using Puppeteer. [See the documentation](https://pptr.dev/api/puppeteer.page.title),false,true,true +puppeteer-screenshot-page,Screenshot a Page,Captures a screenshot of a page using Puppeteer. [See the documentation](https://pptr.dev/api/puppeteer.page.screenshot),false,true,false +puppeteer-get-pdf,Get PDF,Generate a PDF of a page using Puppeteer. [See the documentation](https://pptr.dev/api/puppeteer.page.pdf),false,true,true +puppeteer-get-html,Get HTML,Get the HTML of a webpage using Puppeteer. [See the documentation](https://pptr.dev/api/puppeteer.page.content) for details.,false,true,true +ifttt-trigger-event-with-values,Trigger Event with Values,Trigger Event with 3 JSON values. [See docs](https://help.ifttt.com/hc/en-us/articles/115010230347-Webhooks-service-FAQ),false,true,false +ifttt-trigger-event-with-json,Trigger Event with JSON,Trigger Event with an arbitrary JSON payload. [See docs](https://help.ifttt.com/hc/en-us/articles/115010230347-Webhooks-service-FAQ),false,true,false +pushcut-execute-shortcut,Execute Shortcut,Schedules an Automation Server action request for a shortcut. [See the documentation](https://www.pushcut.io/webapi),false,true,false +pushcut-execute-homekit-scene,Execute Homekit Scene,Schedules an Automation Server action request for a homekit scene. [See the documentation](https://www.pushcut.io/webapi),false,true,false +pushcut-send-notification,Send Notification,Sends a smart notification to your devices. [See the documentation](https://www.pushcut.io/webapi),false,true,false +mailercloud-add-contact-list,Add Contact to List,Adds a new contact to a selected list in the user,false,true,false +mailercloud-update-contact,Update Contact,Update an existing contact in the user,true,true,false +mailercloud-create-list,Create List,Creates a new list in the user,false,true,false +_8x8_connect-send-sms,Send SMS,Send a SMS to the specified destination. [See the documentation](https://developer.8x8.com/connect/reference/send-sms-single),false,true,false +_8x8_connect-request-log,Request Log,Request an SMS log file. [See the documentation](https://developer.8x8.com/connect/reference/start-log-export-job),false,true,false +_8x8_connect-get-log-result,Get Log Result,Check the status of an SMS Logs export job and to get a download link if its generation has succeeded. [See the documentation](https://developer.8x8.com/connect/reference/get-log-export-job-result),false,true,true +docparser-upload-document,Upload Document,Uploads a document to docparser that initiates parsing immediately after reception. [See the documentation](https://docparser.com/api/#import-documents),false,true,false +docparser-fetch-document-url,Fetch Document by URL,Fetches a document from a provided URL and imports it to Docparser for parsing. [See the documentation](https://docparser.com/api/),false,true,false +ai_textraction-extract-data,Extract Data,Extract custom data from text using AI Textraction. [See the documentation](https://rapidapi.com/textractionai/api/ai-textraction),false,true,false +icypeas-email-verification,Email Verification,Performs an email verification check. [See the documentation](https://api-doc.icypeas.com/find-emails/single-search/email-verification),false,true,true +icypeas-get-single-result,Get Single Search Result,Retrieves a result from a single search instance. [See the documentation](https://api-doc.icypeas.com/find-emails/search-item),false,true,true +icypeas-domain-search,Domain or Company Search,Performs a search using a domain or company name as input. [See the documentation](https://api-doc.icypeas.com/find-emails/single-search/domain-scan),false,true,true +unbounce-get-page-lead,Get Page Lead,Get info of single Lead. [See the documentation](https://developer.unbounce.com/api_reference/#id_pages__page_id__leads__lead_id_),false,true,true +unbounce-list-page-leads,List Page Leads,"Retrieve a list of all leads for a given page (including AMP), pop-up, or sticky-bar. [See the documentation](https://developer.unbounce.com/api_reference/#id_pages__page_id__leads)",false,true,true +suitedash-update-company,Update Company,Updates an existing company,true,true,false +suitedash-create-contact,Create Contact,Creates a new contact in SuiteDash. [See the documentation](https://app.suitedash.com/secure-api/swagger),false,true,false +suitedash-create-company,Create Company,Creates a new company in SuiteDash. [See the documentation](https://app.suitedash.com/secure-api/swagger),false,true,false +easy_peasy_ai-create-transcription,Create Transcription,Generates AI transcription for a given audio URL. [See the documentation](https://easy-peasy.ai/audios),false,true,false +easy_peasy_ai-generate-image,Generate Image,Generates an AI image based on the given prompt. [See the documentation](https://easy-peasy.ai/ai-images),false,true,false +easy_peasy_ai-generate-text,Generate Text,Generates text outputs for the templates. [See the documentation](https://easy-peasy.ai/presets),false,true,false +chatfai-generate-message,Generate Message Reply,Generates a message reply using a ChatFAI character. [See the documentation](https://chatfai.com/developers/docs#tag/Chat/paths/~1chat/post),false,true,false +chatfai-search-characters,Search Public Characters,Search for public characters on ChatFAI. [See the documentation](https://chatfai.com/developers/docs#tag/characters/paths/~1characters~1search/get),false,true,true +chatfai-get-character,Get Public Character by ID,Gets a public character by ID from ChatFAI. [See the documentation](https://chatfai.com/developers/docs#tag/characters/paths/~1characters~1{id}/get),false,true,true +kontent_ai-create-content-item,Create Content Item,Create a new content item based on a specific content type. [See the documentation](https://kontent.ai/learn/docs/apis/openapi/management-api-v2/#operation/add-a-content-item),false,true,false +thoughtful_gpt-process-content-macro,Process Content Macro,Processes given content using a specified macro. [See the documentation](https://docs.thoughtfulgpt.com/thoughtfulgpt-documentation/product-guide/api-reference),false,true,false +thoughtful_gpt-process-csv-files,Process CSV Files,"Analyzes provided CSV data, generates queries, and creates data visualizations. [See the documentation](https://docs.thoughtfulgpt.com/thoughtfulgpt-documentation/product-guide/api-reference)",false,true,false +google_tasks-delete-task,Delete Task,Deletes the authenticated user,true,true,false +google_tasks-delete-task-list,Delete Task List,Deletes the authenticated user,true,true,false +google_tasks-create-task-list,Create Task List,Creates a new task list and adds it to the authenticated user,false,true,false +google_tasks-list-task-lists,List Task Lists,Lists the authenticated user,false,true,true +google_tasks-create-task,Create Task,Creates a new task and adds it to the authenticated user,false,true,false +google_tasks-list-tasks,List Tasks,Returns all tasks in the specified task list. [See the docs here](https://developers.google.com/tasks/reference/rest/v1/tasks/list),false,true,true +google_tasks-update-task-list,Update Task List,Updates the authenticated user,true,true,false +google_tasks-update-task,Update Task,Updates the authenticated user,true,true,false +favro-list-users,List Users,List all users in the organization. [See the documentation](https://favro.com/developer/#get-all-users),false,true,true +favro-create-organization,Create Organization,Creates a new organization. [See the documentation](https://favro.com/developer/#create-an-organization),false,true,false +favro-update-organization,Update Organization,Updates an existing organization. [See the documentation](https://favro.com/developer/#update-an-organization),true,true,false +mastodon-mute-conversation,Mute Conversation,Do not receive notifications for the thread that this status is part of. Must be a thread in which you are a participant. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#mute),false,true,false +mastodon-post-status,Post Status,Publish a status with the given parameters. [See the documentation](https://docs.joinmastodon.org/methods/statuses/#create),false,true,false +mastodon-perform-search,Perform Search,"Search for content in accounts, statuses or hashtags. [See the docs here](https://docs.joinmastodon.org/methods/search/#v2)",false,true,true +mastodon-bookmark-status,Bookmark Status,Privately bookmark a status. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#bookmark),false,true,false +mastodon-view-home-timeline,View Home Timeline,View statuses from followed users. [See the docs here](https://docs.joinmastodon.org/methods/timelines/#home),false,true,true +mastodon-unbookmark-status,Undo Bookmark of a Status,Remove a status from your private bookmarks. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#unbookmark),true,true,false +mastodon-unboost-status,Undo Boost of a Status,Undo a reshare of a status. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#unreblog),false,true,false +mastodon-favorite-status,Favorite Status,Add a status to your favourites list. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#favourite),false,true,false +mastodon-delete-status,Delete Status,Delete one of your own statuses. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#delete),true,true,false +mastodon-unfavorite-status,Undo Favorite of a Status,Remove a status from your favourites list.. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#unfavourite),true,true,false +mastodon-edit-status,Edit Status,Edit a given status to change its text or sensitivity. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#edit),true,true,false +mastodon-unpin-status,Unpin Status from Profile,Unfeature a status from the top of your profile. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#unpin),false,true,false +mastodon-boost-status,Boost Status,Reshare a status on your own profile. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#boost),false,true,false +mastodon-view-list-timeline,View List Timeline,View statuses in the given list timeline. [See the docs here](https://docs.joinmastodon.org/methods/timelines/#list),false,true,true +mastodon-view-hashtag-timeline,View Hashtag Timeline,View public statuses containing the given hashtag. [See the docs here](https://docs.joinmastodon.org/methods/timelines/#tag),false,true,true +mastodon-pin-status,Pin Status to Profile,Feature one of your own public statuses at the top of your profile. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#pin),false,true,false +mastodon-post-multiple-statuses,Post Multiple Statuses,"Publish multiple statuses with the given parameters, the subsequent statuses will be posted as a reply of of the first status. [See the documentation](https://docs.joinmastodon.org/methods/statuses/#create)",false,true,false +mastodon-view-public-timeline,View Public Timeline,View public statuses. [See the docs here](https://docs.joinmastodon.org/methods/timelines/#public),false,true,true +mastodon-view-single-status,View Single Status,Obtain information about a status. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#get),false,true,true +mastodon-unmute-conversation,Unmute a Conversation,Start receiving notifications again for the thread that this status is part of. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#unmute),true,true,false +talenthr-create-employee,Create Employee,Hires a new employee and registers them in the system. [See the documentation](https://apidocs.talenthr.io/#2950f0ba-b27b-4d4b-855f-4b79b667767c),false,true,false +talenthr-update-employee,Update Employee,Allows updating an existing employee,true,true,false +talenthr-respond-time-off-request,Respond to Time Off Request,Responds to an employee,false,true,false +python-run-python-code,Run Python Code,Write Python and use any of the 350k+ PyPi packages available. Refer to the [Pipedream Python docs](https://pipedream.com/docs/code/python) to learn more.,false,true,false +chat_data-create-chatbot,Create Chatbot,Create a chatbot with the specified properties. [See the documentation](https://www.chat-data.com/api-reference#tag/Chatbot-Operations/operation/chatbotCreate),false,true,false +chat_data-get-chatbot-details,Get Chatbot Status,Get status of the Chatbot with the specified ID. [See the documentation](https://www.chat-data.com/api-reference#tag/Chatbot-Operations/operation/GetChatbotStatus),false,true,true +chat_data-delete-chatbot,Delete Chatbot,Delete a chatbot with the specified ID. [See the documentation](https://www.chat-data.com/api-reference#tag/Chatbot-Operations/operation/chatbotDelete),true,true,false +airmeet-create-airmeet,Create Airmeet,Creates an airmeet. [See the documentation](https://help.airmeet.com/support/solutions/articles/82000467794-airmeet-public-apis-v2-0#6.1-Create-Airmeet),false,true,false +airmeet-add-authorized-attendee,Add Authorized Attendee,Add authorized Attendee. [See the documentation](https://help.airmeet.com/support/solutions/articles/82000467794-airmeet-public-apis-v2-0#5.1-Add-Authorized-Attendee),false,true,false +refiner-track-event,Track Event,Tracks a user event in Refiner. [See the documentation](https://refiner.io/docs/api/#track-event),false,true,false +refiner-identify-user,Identify User,"Identify a user with user ID or email. If the user does not exist, a new one will be created. [See the documentation](https://refiner.io/docs/api/#identify-user)",false,true,false +bitly-update-bitlink,Update Bitlink,Updates fields in the specified link,true,true,false +bitly-find-bitlink,Retrieve a Bitlink,"Finds an existing Bitlink in your account. Optionally, creates one if none are found. [See the docs here](https://dev.bitly.com/api-reference#expandBitlink)",false,true,true +bitly-expand-bitlink,Expand a Bitlink,Retrieves information about Bitlink using id. [See the docs here](https://dev.bitly.com/api-reference#expandBitlink),false,true,false +bitly-list-bitlink-by-group,List Bitlinks by group,Retrieves all Bitlinks for a given group. [See the docs here](https://dev.bitly.com/api-reference#getBitlinksByGroup),false,true,true +bitly-shorten,Shorten a Link,Converts a long url to a Bitlink.,false,true,false +bitly-create-bitlink,Create a Bitlink,Converts a long url to a Bitlink and sets additional parameters.[See the docs here](https://dev.bitly.com/api-reference#createFullBitlink),false,true,false +tidycal-list-contacts,List Contacts,Get a list of contacts. [See the documentation](https://tidycal.com/developer/docs/#tag/Contacts/operation/list-contacts),false,true,true +tidycal-list-bookings,List Bookings,Get a list of bookings. [See the documentation](https://tidycal.com/developer/docs/#tag/Bookings/operation/list-bookings),false,true,true +tidycal-account-information,Account Information,Get account details. [See the documentation](https://tidycal.com/developer/docs/#tag/Account/operation/get-account),false,true,true +contentstack-update-entry,Update Entry,Updates an existing Contentstack entry. [See the documentation](https://www.contentstack.com/docs/developers/apis/content-management-api#update-an-entry).,true,true,false +contentstack-publish-entry,Publish Entry,Publishes a specific entry using its UID. [See the documentation](https://www.contentstack.com/docs/developers/apis/content-management-api#publish-entry),false,true,false +contentstack-create-entry,Create Entry,Creates a new entry in Contentstack. [See the documentation](https://www.contentstack.com/docs/developers/apis/content-management-api#create-an-entry).,false,true,false +tremendous-create-order-email-reward,Create Order Email Reward,Create an order to send out a reward. [See the documentation](https://developers.tremendous.com/reference/create-order),false,true,false +merge-update-candidate,Update Candidate,Update a candidate profile with the specified ID. [See the documentation](https://docs.merge.dev/ats/candidates/#candidates_partial_update),true,true,false +merge-create-activity,Create Activity,Creates an Activity object with the given values. [See the documentation](https://docs.merge.dev/ats/activities/#activities_create),false,true,false +merge-create-candidate,Create Candidate,Create a new candidate profile. [See the documentation](https://docs.merge.dev/ats/candidates/#candidates_create),false,true,false +apiverve-whois-lookup,Whois Lookup,Check the registration of a domain name. [See the documentation](https://docs.apiverve.com/api/whoislookup),false,true,true +apiverve-routing-number-lookup,Routing Number Lookup,Lookup routing number information for USA Banks. [See the documentation](https://docs.apiverve.com/api/routinglookup),false,true,true +apiverve-get-weather,Get Weather,"Return the temperature, humidity, and more for a given location. [See the documentation](https://docs.apiverve.com/api/weatherforecast)",false,true,true +apiverve-phone-number-validator,Phone Number Validator,Check whether a phone number is valid or not. [See the documentation](https://docs.apiverve.com/api/phonenumbervalidator),false,true,true +apiverve-moon-phases,Moon Phases,Retrieve the moon phase for a given date. [See the documentation](https://docs.apiverve.com/api/moonphases),false,true,true +apiverve-dns-lookup,DNS Lookup,Look up the DNS records of a domain. [See the documentation](https://docs.apiverve.com/api/dnslookup),false,true,true +apiverve-get-dictionary-definition,Get Dictionary Definition,Get the definition of a word. [See the documentation](https://docs.apiverve.com/api/dictionary),false,true,true +apiverve-street-address-parser,Street Address Parser,Parse a US street addresses and return the parsed components of the street address provided. [See the documentation](https://docs.apiverve.com/api/streetaddressparser),false,true,false +apiverve-number-to-words,Number to Words,A simple tool for converting numbers to words. Returns the number in words. [See the documentation](https://docs.apiverve.com/api/numbertowords),false,true,false +apiverve-ip-blacklist-lookup,IP Blacklist Lookup,Lookup if an IP address is in a blacklist. [See the documentation](https://docs.apiverve.com/api/ipblacklistlookup),false,true,true +mobygames-list-games,List Games,Provides a list of games. [See the documentation](https://www.mobygames.com/info/api/#games),false,true,true +mobygames-list-platforms,List Platforms,List all platforms available for filtering games via the MobyGames API. [See the documentation](https://www.mobygames.com/info/api/#platforms),false,true,true +mobygames-list-genres,List Genres,Provides a list of genres which may be used for filtering games via the MobyGames API. [See the documentation](https://www.mobygames.com/info/api/#genres),false,true,true +learnworlds-enroll-user,Enroll User,Enroll user to product. [See the documentation](https://www.learnworlds.dev/docs/api/3d5e79f96b44a-enroll-user-to-product),false,true,false +printful-create-order,Create Order,Creates a new order in your Printful account. [See the documentaion](https://developers.printful.com/docs/#operation/createOrder),false,true,false +printful-update-product,Update Product,Updates an existing product in your Printful store. [See the documentation](https://developers.printful.com/docs/#tag/Products-API/operation/updateSyncProduct),true,true,false +printful-calculate-shipping-rates,Calculate Shipping Rates,Fetches available shipping rates for a given destination. [See the documentation](https://developers.printful.com/docs/#tag/Shipping-Rate-API/operation/calculateShippingRates),false,true,false +trestle-real-contact,Real Contact,"Verifies and grades phone numbers, emails, and addresses. [See the documentation](https://trestle-api.redoc.ly/Current/tag/Real-Contact-API#operation/realContact)",false,true,false +trestle-reverse-phone,Reverse Phone,Offers comprehensive verification and enrichment of phone numbers. [See the documentation](https://trestle-api.redoc.ly/Current/tag/Reverse-Phone-API#operation/getPhone),false,true,false +trestle-phone-validation,Phone Validation,Validates phone numbers and provides phone metadata. [See the documentation](https://trestle-api.redoc.ly/Current/tag/Phone-Validation-API#operation/getPhoneValidation),false,true,false +sms-send-sms,Send SMS,"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.",false,true,false +quickbase-update-record,Update Record,Updates an existing record in a Quick Base table. [See the documentation](https://developer.quickbase.com/operation/upsert),true,true,false +quickbase-delete-record,Delete Record,Deletes a record in a Quick Base table. [See the documentation](https://developer.quickbase.com/operation/deleteRecords),true,true,false +quickbase-create-record,Create Record,Creates a new record in a Quick Base table. [See the documentation](https://developer.quickbase.com/operation/upsert),true,true,false +drata-find-personnel,Find Personnel,Query to search for,false,true,true +drata-upload-background-check,Upload Background Check,The URL of the background check file.,false,true,false +drata-create-control,Create Control,The name of the control.,false,true,false +drata-create-asset,Create Asset,The name of the asset,false,true,false +drata-upload-user-compliance-document,Upload User Compliance Document,The user document type,false,true,false +drata-find-controls,Find Controls,Query to search for,false,true,true +drata-find-vendors,Find Vendors,Query to search for,false,true,true +drata-create-vendor,Create Vendor,The name of the vendor,false,true,false +drata-upload-device-compliance-document,Upload Device Compliance Document,The user document type,false,true,false +drata-update-vendor,Update Vendor,The name of the vendor,true,true,false +smoove-find-subscriber,Find Subscriber,"Contacts information can be retrieved by sending the function a unique identifier (contact's ID, email, cell phone or external ID). [See the docs](https://rest.smoove.io/#!/Contacts/Contacts_GetById).",false,true,true +smoove-create-list,Create List,Creates a new list. [See the docs](https://rest.smoove.io/#!/Lists/Lists_Post).,false,true,false +smoove-find-or-create-subscriber,Find Or Create Subscriber,Checks if a contact exists in your account otherwise will create a contact. [See the docs](https://rest.smoove.io/#!/Contacts/Contacts_Exists).,false,true,true +smoove-add-or-update-subscriber,Add Or Update Subscriber,Adds a new contact to your account or update an existing contact. [See the docs](https://rest.smoove.io/#!/Contacts/Contacts_Post).,true,true,false +smoove-unsubscribe-contact,Unsubscribe,Unsubscribes a contact. [See the docs](https://rest.smoove.io/#!/Contacts/Contacts_Unsubscribe).,true,true,false +helpspot-update-request,Update Request,Updates an existing user request. [See the documentation](https://support.helpspot.com/index.php?pg=kb.page&id=164#private.request.update),true,true,false +helpspot-create-request,Create Request,Creates a new user request. [See the documentation](https://support.helpspot.com/index.php?pg=kb.page&id=164#private.request.create),false,true,false +autom-brave-search,Brave Search,Scrape the results from Brave search engine using Autom.dev. [See the documentation](https://docs.autom.dev/api-reference/brave/search),false,true,true +autom-bing-search,Bing Search,Scrape the results from Bing search engine via the Autom.dev service. [See the documentation](https://docs.autom.dev/api-reference/bing/search),false,true,true +autom-google-search,Google Search,Scrape the results from the Google search engine using the Autom.dev API. [See the documentation](https://docs.autom.dev/api-reference/google/search),false,true,true +pusher-send-event-to-channel,Send an Event to a Channel,Send an event to a channel using Pusher,false,true,false +flipando-get-all-apps,Get All Apps,Fetches a list of all apps that the user had created within flipando. [See the documentation](https://flipandoai.notion.site/Flipando-ai-API-Integration-Guide-6b508cfe1a5d4a249d20b926eac3a1d7#36b02715e5f440c9b21952b668e0e70c),false,true,true +flipando-run-app,Run App,Executes a chosen app within Flipando. Returns a ,false,true,false +flipando-get-task,Get Task,Fetches data related to a specific task that is currently executed or had been executed previously. [See the documentation](https://flipandoai.notion.site/Flipando-ai-API-Integration-Guide-6b508cfe1a5d4a249d20b926eac3a1d7#36b02715e5f440c9b21952b668e0e70c),false,true,true +rev_ai-submit-transcription-job,Submit Transcription Job,Starts an asynchronous job to transcribe speech-to-text for a media file. Add an optional callback URL to invoke when processing is complete.,true,true,false +rev_ai-get-transcript,Get Transcript By Id,Returns the transcript for a completed transcription job. Transcript can be returned as either JSON or plaintext format.,false,true,true +pexels-get-photo-details,Get Photo Details,Retrieve detailed information about a specific photo by providing its photo ID. [See the documentation](https://www.pexels.com/api/documentation/#photos-show),false,true,true +pexels-search-photos,Search Photos,Search for photos on Pexels using a keyword or phrase. [See the documentation](https://www.pexels.com/api/documentation/#photos-search),false,true,true +pexels-download-photo,Download Photo,Download a specific photo by providing its photo ID and optionally choosing the desired size. [See the documentation](https://www.pexels.com/api/documentation/),false,true,false +pixiebrix-update-group-membership,Update Group Membership,Updates the memberships of a group in PixieBrix. [See the documentation](https://docs.pixiebrix.com/developer-api/team-management-apis#update-group-membership),true,true,false +pixiebrix-list-group-memberships,List Group Memberships,Gets the current memberships of a group. [See the PixieBrix API documentation](https://docs.pixiebrix.com/developer-api/team-management-apis#list-group-memberships),false,true,true +pixiebrix-add-group-memberships,Add Group Memberships,Adds user memberships to a group in PixieBrix. [See the documentation](https://docs.pixiebrix.com/developer-api/team-management-apis#add-group-memberships),false,true,false +pixiebrix-delete-group-membership,Delete Group Membership,Deletes a single group membership. [See the documentation](https://docs.pixiebrix.com/developer-api/team-management-apis#delete-group-membership),true,true,false +workday-change-business-title,Change Business Title,Change the business title of a worker. [See the documentation](https://community.workday.com/sites/default/files/file-hosting/restapi/#common/v1/post-/workers/-ID-/businessTitleChanges),false,true,false +workday-search-workers,Search Workers,Retrieve a list of workers based on a search query. [See the documentation](https://community.workday.com/sites/default/files/file-hosting/restapi/#common/v1/get-/workers),false,true,true +workday-get-worker,Get Worker,Get a worker. [See the documentation](https://community.workday.com/sites/default/files/file-hosting/restapi/#common/v1/get-/workers/-ID-),false,true,true +workday-list-worker-payslips,List Worker Payslips,List the payslips for a worker. [See the documentation](https://community.workday.com/sites/default/files/file-hosting/restapi/#common/v1/get-/workers/-ID-/paySlips),false,true,true +workday-list-supervisory-organizations,List Supervisory Organizations,List supervisory organizations. [See the documentation](https://community.workday.com/sites/default/files/file-hosting/restapi/#common/v1/get-/supervisoryOrganizations),false,true,true +workday-list-organization-types,List Organization Types,List organization types. [See the documentation](https://community.workday.com/sites/default/files/file-hosting/restapi/#common/v1/organizationTypes),false,true,true +workday-create-job-change,Create Job Change,Create a job change for a worker. [See the documentation](https://community.workday.com/sites/default/files/file-hosting/restapi/#common/v1/post-/workers/-ID-/jobChanges),false,true,false +plainly-list-templates,List Templates,Fetches a list of available video templates in a project in the user,false,true,true +plainly-get-render-status,Get Render Status,Retrieves the current status of a render job in Plainly. [See the documentation](https://www.plainlyvideos.com/documentation/api-reference),false,true,true +plainly-create-render-job,Create Render Job,Creates a render job for a video template. [See the documentation](https://www.plainlyvideos.com/documentation/api-reference),false,true,false +airtable_oauth-update-record,Update Record,Update a single record in a table by Record ID. [See the documentation](https://airtable.com/developers/web/api/update-record),true,true,false +airtable_oauth-delete-record,Delete Record,Delete a selected record from a table. [See the documentation](https://airtable.com/developers/web/api/delete-record),true,true,false +airtable_oauth-create-or-update-record,Create or Update Record,Create a new record or update an existing one. [See the documentation](https://airtable.com/developers/web/api/create-records),true,true,false +airtable_oauth-list-records-in-view,List Records in View,"Retrieve records from a view, optionally sorting and filtering results. [See the documentation](https://airtable.com/developers/web/api/list-views)",false,true,true +airtable_oauth-create-table,Create Table,Create a new table. [See the documentation](https://airtable.com/developers/web/api/create-table),false,true,false +airtable_oauth-create-comment,Create Comment,Create a comment on a selected record. [See the documentation](https://airtable.com/developers/web/api/create-comment),false,true,false +airtable_oauth-create-single-record,Create Single Record,Adds a record to a table.,false,true,false +airtable_oauth-update-field,Update Field,Update an existing field in a table. [See the documentation](https://airtable.com/developers/web/api/update-field),true,true,false +airtable_oauth-list-tables,List Tables,Get a list of tables in the selected base. [See the documentation](https://airtable.com/developers/web/api/get-base-schema),false,true,true +airtable_oauth-update-table,Update Table,Update an existing table. [See the documentation](https://airtable.com/developers/web/api/update-table),true,true,false +airtable_oauth-list-bases,List Bases,Get the list of bases that can be accessed. [See the documentation](https://airtable.com/developers/web/api/list-bases),false,true,true +airtable_oauth-get-record-or-create,Get Record Or Create,"Get a specific record, or create one if it doesn",false,true,true +airtable_oauth-search-records,Search Records,Search for a record by formula or by field value. [See the documentation](https://airtable.com/developers/web/api/list-records),false,true,true +airtable_oauth-list-records,List Records,"Retrieve records from a table, optionally sorting and filtering results. [See the documentation](https://airtable.com/developers/web/api/list-records)",false,true,true +airtable_oauth-get-record,Get Record,Get data of a selected record from a table. [See the documentation](https://airtable.com/developers/web/api/get-record),false,true,true +airtable_oauth-create-field,Create Field,Create a new field in a table. [See the documentation](https://airtable.com/developers/web/api/create-field),false,true,false +airtable_oauth-create-multiple-records,Create Multiple Records,Create one or more records in a table in a single operation with an array. [See the documentation](https://airtable.com/developers/web/api/create-records),false,true,false +airtable_oauth-update-comment,Update Comment,Update an existing comment on a selected record. [See the documentation](https://airtable.com/developers/web/api/update-comment),true,true,false +wistia-upload-media,Upload Media,Upload a media. [See docs here](https://wistia.com/support/developers/upload-api),false,true,false +evernote-create-note,Create Note,Creates a new note in Evernote. [See the documentation](https://dev.evernote.com/doc/reference/NoteStore.html#Fn_NoteStore_createNote),false,true,false +evernote-create-notebook,Create Notebook,Creates a new notebook in Evernote. [See the documentation](https://dev.evernote.com/doc/reference/NoteStore.html#Fn_NoteStore_createNotebook),false,true,false +evernote-update-note,Update Note,Updates an existing note in Evernote. [See the documentation](https://dev.evernote.com/doc/reference/NoteStore.html#Fn_NoteStore_updateNote),true,true,false +news_api-search-top-headlines,Search Top Headlines,"Retrieve live top and breaking headlines for a category, single source, multiple sources, or keywords. [See the documentation](https://newsapi.org/docs/endpoints/top-headlines)",false,true,true +news_api-search-everything,Search Everything,"Search through millions of articles from over 150,000 large and small news sources and blogs. [See the documentation](https://newsapi.org/docs/endpoints/everything)",false,true,true +screenshotone-take-screenshot,Take Screenshot,Takes and returns a screenshot of the given site with specified options. [See the documentation](https://screenshotone.com/docs/options),false,true,false +screenshotone-take-animated-screenshot,Take Animated Screenshot,Takes and returns an animated screenshot of the given site with specified options. [See the documentation](https://screenshotone.com/docs/animated-screenshots/),false,true,false +landbot-send-image,Send Image,Send an image to a customer via Landbot. [See the docs](https://api.landbot.io/#api-Customers-PostHttpsApiLandbotIoV1CustomersCustomer_idSend_image),false,true,false +landbot-send-text-message,Send Text Message,Send a text message to a customer. [See the documentation](https://api.landbot.io/#api-Customers-PostHttpsApiLandbotIoV1CustomersCustomer_idSend_text),false,true,false +google_analytics-create-ga4-property,Create GA4 Property,Creates a new GA4 property. [See the documentation](https://developers.google.com/analytics/devguides/config/admin/v1/rest/v1beta/properties/create),false,true,false +google_analytics-create-key-event,Create Key Event,Creates a new key event. [See the documentation](https://developers.google.com/analytics/devguides/config/admin/v1/rest/v1beta/properties.keyEvents/create),false,true,false +google_analytics-run-report,Run Report,Return report metrics based on a start and end date. [See the documentation](https://developers.google.com/analytics/devguides/reporting/core/v4/rest?hl=en),false,true,true +google_analytics-run-report-in-ga4,Run Report in GA4,Returns a customized report of your Google Analytics event data. Reports contain statistics derived from data collected by the Google Analytics tracking code. [See the documentation](https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties/runReport),false,true,false +vestaboard-create-message,Create Message,Creates a new message for a subscription. [See the docs](https://swagger.vestaboard.com/docs/vestaboard/b3A6MTYwMTA4OTc-post-v2-0-subscriptions-with-id-message),false,true,false +vestaboard-get-current-message,Get Current Message,Retrieves the current message. [See the docs](https://docs.vestaboard.com/read-write),false,true,true +vestaboard-get-subscriptions,Get Subscriptions,Get the list of subscriptions available to the viewer. [See the docs](https://swagger.vestaboard.com/docs/vestaboard/b3A6MTYwMTA4OTQ-get-v2-0-subscriptions),false,true,true +taxjar-create-customer,Create Customer,Creates a new customer at TaxJar. [See the documentation](https://developers.taxjar.com/api/reference/#post-create-a-customer),false,true,false +taxjar-calculate-sales-tax,Calculate Sales Tax,Shows the sales tax that should be collected for a given order. [See the documentation](https://developers.taxjar.com/api/reference/#taxes),false,true,false +taxjar-validate-address,Validate Address,Validates a customer address and returns back a collection of address matches. [See the documentation](https://developers.taxjar.com/api/reference/#post-validate-an-address),false,true,false +myotp_app-send-otp,Send OTP,Generate a One Time Password (OTP) and send it to the specified phone number. [See the documentation](https://api.myotp.app/swagger-ui/#/default/generate_otp_endpoint),false,true,false +myotp_app-verify-otp,Verify OTP,Validate the OTP for successful verification. [See the documentation](https://api.myotp.app/swagger-ui/#/default/verify_otp_endpoint),false,true,true +ghost_org_content_api-find-author,Find author,Find an author. [See the documentation](https://ghost.org/docs/content-api/#authors).,false,true,true +smashsend-list-contacts,List Contacts,List all contacts. [See the documentation](https://smashsend.com/docs/api/contacts),false,true,true +smashsend-create-or-update-contact,Create or Update Contact,Create a new contact or update an existing contact. [See the documentation](https://smashsend.com/docs/api/contacts),true,true,false +smashsend-search-contacts,Search Contacts,Search for contacts by email address. [See the documentation](https://smashsend.com/docs/api/contacts),false,true,true +smashsend-delete-contact,Delete Contact,Delete a contact. [See the documentation](https://smashsend.com/docs/api/contacts),true,true,false +solcast-get-live-weather,Get Live Weather,"Get irradiance and weather estimated actuals for near real-time and past 7 days for the requested location, derived from satellite and numerical weather models. [See the documentation](https://docs.solcast.com.au/#b9863910-c788-4e98-a3af-eb8da8f49647)",false,true,true +solcast-get-weather-forecast,Get Weather Forecast,"Get irradiance and weather forecasts for the requested location from the present up to 14 days ahead, derived from satellite and numerical weather models. [See the documentation](https://docs.solcast.com.au/#4e0e8a96-7a12-4654-8407-6bbbb37478b1)",false,true,true +solcast-get-monthly-averages,Get Monthly Averages,Get montly weather averages for a location. [See the documentation](https://docs.solcast.com.au/#7ad3c227-d385-4455-b17f-3efcb8d4c695),false,true,true +azure_openai_service-chat,Chat,Create completions for chat messages with the GPT-35-Turbo and GPT-4 models. [See the documentation](https://learn.microsoft.com/en-us/azure/ai-services/openai/reference#chat-completions),false,true,false +azure_openai_service-translate-text,Translate Text,Translate text from one language to another. [See the documentation](https://learn.microsoft.com/en-us/azure/ai-services/openai/reference#chat-completions),false,true,true +azure_openai_service-summarize,Summarize,Summarizes a text message with the GPT-35-Turbo and GPT-4 models. [See the documentation](https://learn.microsoft.com/en-us/azure/ai-services/openai/reference#chat-completions),false,true,false +azure_openai_service-create-image,Create Image,"Creates an image given a prompt, and returns a URL to the image. [See the documentation](https://learn.microsoft.com/en-us/azure/ai-services/openai/reference#image-generation)",false,true,false +azure_openai_service-classify-items-into-categories,Classify Items Into Categories,Classify items into specific categories. [See the documentation](https://learn.microsoft.com/en-us/azure/ai-services/openai/reference#chat-completions),false,true,false +search_api-google-trends,Google Trends API,Google Trends API uses /api/v1/search?engine=google_trends API endpoint to scrape real-time results. [See the documentation](https://www.searchapi.io/docs/google-trends),false,true,true +search_api-google-search,Google Search API,Google Search API uses /api/v1/search?engine=google API endpoint to scrape real-time results. [See the documentation](https://www.searchapi.io/docs/google),false,true,true +search_api-google-images,Google Images API,Google Images API uses /api/v1/search?engine=google_images API endpoint to scrape real-time results. [See the documentation](https://www.searchapi.io/docs/google-images),false,true,true +remove_bg-remove-background,Remove background,Remove the background of an image,true,true,false +chatbot-get-users,Get Users,Get a list of users. [See docs here](https://www.chatbot.com/docs/users/#list-users),false,true,true +chatbot-create-user,Create User,Creates new user. [See docs here](https://www.chatbot.com/docs/users/#create-user),false,true,false +dynapictures-create-image,Create Image,Generates a new image by using a given image as a template. [See the documentation](https://dynapictures.com/docs/#image-generation),false,true,false +streak-update-box,Update Box,Name of the box,true,true,false +streak-create-task,Create Task,Task description,false,true,false +streak-create-box,Create Box,Name of the box,false,true,false +streak-update-box-field-value,Update Box Field Value,,true,true,false +streak-link-boxes,Link Boxes,The list of boxes you would like to link to the selected box,false,true,false +adyen-submit-details,Submit Additional Payment Details,Submits additional details for a payment. [See the documentation](https://docs.adyen.com/api-explorer/Checkout/71/post/payments/details),false,true,false +adyen-create-payment,Create Payment,Creates a payment for a shopper. [See the documentation](https://docs.adyen.com/api-explorer/Checkout/71/post/payments),false,true,false +adyen-refund-payment,Refund Payment,Refunds a captured payment. [See the documentation](https://docs.adyen.com/api-explorer/checkout/71/post/payments/(paymentpspreference)/refunds),false,true,false +adyen-cancel-payment,Cancel Payment,Cancels a payment that has not yet been captured. [See the documentation](https://docs.adyen.com/api-explorer/checkout/71/post/payments/(paymentpspreference)/cancels),true,true,false +adyen-capture-payment,Capture Payment,"Captures an authorized payment. This is typically used for delayed capture scenarios, such as when you need to verify the order before capturing the funds.",false,true,true +akismet-submit-ham,Submit Ham,Submit a comment that was incorrectly classified as spam. [See the documentation](https://akismet.com/developers/detailed-docs/submit-ham-false-positives/),false,true,false +akismet-check-comment,Check Comment,Check if a comment is spam or not. [See the documentation](https://akismet.com/developers/detailed-docs/submit-spam-missed-spam/),false,true,false +akismet-submit-spam,Submit Spam,Submit comment that was not marked as spam but should have been. [See the documentation](https://akismet.com/developers/detailed-docs/submit-spam-missed-spam/),false,true,false +accuweather-get-daily-forecast,Get Daily Forecast,"Get daily weather forecast for a specific location with temperature, precipitation, and conditions. [See the documentation](https://developer.accuweather.com/accuweather-forecast-api/apis)",false,true,true +accuweather-get-location-key,Get Location Key,Search for a location and retrieve its unique location key required for weather API calls. [See the documentation](https://developer.accuweather.com/accuweather-locations-api/apis/get/locations/v1/search),false,true,true +accuweather-get-hourly-forecast,Get Hourly Forecast,Retrieve hourly weather forecast (1-12 hours) for a specific location with detailed weather data. [See the documentation](https://developer.accuweather.com/accuweather-forecast-api/apis),false,true,true +accuweather-get-current-conditions,Get Current Conditions,Retrieve current weather conditions for a specific location using its location key. [See the documentation](https://developer.accuweather.com/accuweather-current-conditions-api/apis/get/currentconditions/v1/%7BlocationKey%7D),false,true,true +accuweather-get-historical-weather,Get Historical Weather,Retrieve historical weather data for a specific location and date range. [See the documentation](https://developer.accuweather.com/accuweather-current-conditions-api/apis),false,true,true +nuclino-create-item-or-collection,Create Item or Collection,Create a new item or collection in Nuclino. [See the documentation](https://help.nuclino.com/fa38d15f-items-and-collections),false,true,false +nuclino-search-items-or-collections,Search Items or Collections,Search for items or collections in Nuclino. [See the documentation](https://help.nuclino.com/fa38d15f-items-and-collections),false,true,true +nuclino-update-item-or-collection,Update Item or Collection,Update an existing item or collection in Nuclino. [See the documentation](https://help.nuclino.com/fa38d15f-items-and-collections),true,true,false +sendgrid-list-global-suppressions,List Global Suppressions,Allows you to get a list of all email address that are globally suppressed. [See the docs here](https://docs.sendgrid.com/api-reference/suppressions-global-suppressions/retrieve-all-global-suppressions),false,true,true +sendgrid-delete-blocks,Delete Blocks,Allows you to delete all email addresses on your blocks list. [See the docs here](https://docs.sendgrid.com/api-reference/blocks-api/delete-blocks),true,true,false +sendgrid-create-contact-list,Create Contact List,Allows you to create a new contact list. [See the docs here](https://docs.sendgrid.com/api-reference/lists/create-list),false,true,false +sendgrid-add-or-update-contact,Add or Update Contact,Adds or updates a contact. [See the docs here](https://docs.sendgrid.com/api-reference/contacts/add-or-update-a-contact),true,true,false +sendgrid-delete-list,Delete List,Allows you to delete a specific contact list. [See the docs here](https://docs.sendgrid.com/api-reference/lists/delete-a-list),true,true,false +sendgrid-remove-contact-from-list,Remove Contact From List,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),true,true,false +sendgrid-delete-bounces,Delete Bounces,Allows you to delete all emails on your bounces list. [See the docs here](https://docs.sendgrid.com/api-reference/bounces-api/delete-bounces),true,true,false +sendgrid-delete-contacts,Delete Contacts,Allows you to delete one or more contacts. [See the docs here](https://docs.sendgrid.com/api-reference/contacts/delete-contacts),true,true,false +sendgrid-get-a-block,Get a Block,Gets a specific block. [See the docs here](https://docs.sendgrid.com/api-reference/blocks-api/retrieve-a-specific-block),false,true,true +sendgrid-send-email-single-recipient,Send Email Single Recipient,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),false,true,false +sendgrid-list-blocks,List Blocks,Allows you to list all email addresses that are currently on your blocks list. [See the docs here](https://docs.sendgrid.com/api-reference/blocks-api/retrieve-all-blocks),false,true,true +sendgrid-delete-global-suppression,Delete Global Suppression,Allows you to remove an email address from the global suppressions group. [See the docs here](https://docs.sendgrid.com/api-reference/suppressions-global-suppressions/delete-a-global-suppression),true,true,false +sendgrid-get-a-global-suppression,Get A Global Suppression,Gets a global suppression. [See the docs here](https://docs.sendgrid.com/api-reference/suppressions-global-suppressions/retrieve-a-global-suppression),false,true,true +sendgrid-get-all-bounces,Get All Bounces,Allows you to get all of your bounces. [See the docs here](https://docs.sendgrid.com/api-reference/bounces-api/retrieve-all-bounces),false,true,true +sendgrid-search-contacts,Search Contacts,Searches contacts with a SGQL query. [See the docs here](https://docs.sendgrid.com/api-reference/contacts/search-contacts),false,true,true +sendgrid-send-email-multiple-recipients,Send Email Multiple Recipients,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),false,true,false +sendgrid-get-contact-lists,Get Contact Lists,Allows you to get details of your contact lists. [See the docs here](https://docs.sendgrid.com/api-reference/lists/get-all-lists),false,true,true +sendgrid-validate-email,Validate Email,Validates an email address. This action requires a Sendgrid,false,true,true +sendgrid-add-email-to-global-suppression,Add Email to Global Suppression,Allows you to add one or more email addresses to the global suppressions group. [See the docs here](https://sendgrid.api-docs.io/v3.0/suppressions-global-suppressions/add-recipient-addresses-to-the-global-suppression-group),false,true,false +sendgrid-create-send,Create Send,Create a single send. [See the docs here](https://www.twilio.com/docs/sendgrid/api-reference/single-sends/create-single-send),false,true,false +neo4j_auradb-create-relationship,Create Relationship,Creates a relationship between two existing nodes. [See the documentation](https://neo4j.com/docs/query-api/current/query/),false,true,false +neo4j_auradb-run-query,Run Cypher Query,Executes a Cypher query against the Neo4j AuraDB instance. [See the documentation](https://neo4j.com/docs/query-api/current/query/),false,true,false +neo4j_auradb-create-node,Create Node,Creates a new node in the Neo4j AuraDB instance. [See the documentation](https://neo4j.com/docs/query-api/current/query/),false,true,false +goody-create-order,Create Order,Creates a new order in Goody. [See the documentation](https://developer.ongoody.com/api-reference/order-batches/create-an-order-batch),false,true,false +goody-retrieve-orders-for-order-batch,Retrieve Orders For Order Batch,Retrieves orders for an order batch in Goody. [See the documentation](https://developer.ongoody.com/api-reference/order-batches/retrieve-orders-for-an-order-batch),false,true,true +bamboohr-update-application-status,Update Application Status,Update the status of an application. [See the documentation](https://documentation.bamboohr.com/reference/post-applicant-status-1),true,true,false +bamboohr-list-applications,List Applications,List all applications. [See the documentation](https://documentation.bamboohr.com/reference/get-applications),false,true,true +bamboohr-get-application,Get Application,Get the details of an application. [See the documentation](https://documentation.bamboohr.com/reference/get-application-details-1),false,true,true +bamboohr-add-application-comment,Add Application Comment,Add a comment to an application. [See the documentation](https://documentation.bamboohr.com/reference/post-application-comment-1),false,true,false +bamboohr-download-resume,Download Resume,Download a resume from an application. [See the documentation](https://documentation.bamboohr.com/reference/get-company-file),true,true,false +clicktime-create-job,Create Job,Create a Job on Clicktime. [See the documentation](https://developer.clicktime.com/docs/api/#/operations/Jobs/CreateJob),false,true,false +clicktime-create-user,Create User,Create an User on ClickTime. [See the documentation](https://developer.clicktime.com/docs/api/#/operations/Users/CreateManagedUser),false,true,false +clicktime-create-client,Create Client,Create a Client on ClickTime [See the documentation](https://developer.clicktime.com/docs/api/#/Clients),false,true,false +geckoboard-create-dataset,Create Dataset,Create a new dataset. [See the documentation](https://developer.geckoboard.com/?#find-or-create-a-new-dataset),true,true,false +geckoboard-delete-dataset,Delete Dataset,Delete the specified dataset. [See the documentation](https://developer.geckoboard.com/?#delete-a-dataset),true,true,false +geckoboard-append-to-dataset,Append to Dataset,Append data to the specified dataset. [See the documentation](https://developer.geckoboard.com/?#append-data-to-a-dataset),false,true,false +alt_text_generator_ai-generate-alt-text,Generate Alt Text,Generate alt text for an image. [See the documentation](https://alttextgeneratorai.com/api-docs),false,true,false +polygonscan-retrieve-transaction-details,Retrieve Transaction Details,Fetches the details of a specific transaction by its transaction hash. [See the documentation](https://docs.polygonscan.com/api-endpoints/stats),false,true,true +polygonscan-get-account-balance,Get Account Balance,Retrieves the balance of a specific address within the Polygon network. [See the documentation](https://docs.polygonscan.com/api-endpoints/accounts#get-matic-balance-for-a-single-address),false,true,true +polygonscan-query-contract-abi,Query Contract ABI,Obtains the contract ABI of a smart contract on the Polygon network. [See the documentation](https://docs.polygonscan.com/api-endpoints/contracts),false,true,false +botpenguin-add-whatsapp-contact,Add WhatsApp Contact,Adds a new WhatsApp contact to your BotPenguin account. [See the documentation](https://help.botpenguin.com/api-references/contacts-and-chats-apis/add-whatsapp-contact),false,true,false +botpenguin-send-whatsapp-message,Send WhatsApp Message,Sends a WhatsApp message. [See the documentation](https://help.botpenguin.com/api-references/whatsapp-cloud-api/post-send-message-api),false,true,false +botpenguin-update-contact-attributes,Update Contact Attributes,Updates custom attributes for a specific contact in your BotPenguin account.,true,true,false +plain-add-customer-to-group,Add Customer to Group,Adds a customer to a customer group. [See the documentation](https://www.plain.com/docs/api-reference/graphql/customers/customer-groups#add-a-customer-to-groups),false,true,false +plain-create-customer-event,Create Customer Event,Creates an event with a customer. [See the documentation](https://www.plain.com/docs/api-reference/graphql/events/create-customer-event),false,true,false +plain-upsert-customer,Upsert Customer,Creates or updates customer with customer details. [See the documentation](https://www.plain.com/docs/api-reference/graphql/customers/upsert),true,true,false +plain-create-thread,Create Thread,Creates a new thread with a given customer. [See the documentation](https://www.plain.com/docs/api-reference/graphql/threads/create),false,true,false +airparser-upload-document-parse,Upload Document and Parse,Uploads a document into the inbox for data extraction. [See the documentation](https://help.airparser.com/public-api/public-api),false,true,false +airparser-extract-data-document,Extract Data from Document,Extracts structured data based on a user-predefined extraction schema. [See the documentation](https://help.airparser.com/public-api/public-api),false,true,false +mautic-delete-company,Delete Company,Deletes a company. [See docs](https://developer.mautic.org/#delete-company),true,true,false +mautic-list-available-contact-fields,List Available Contact Fields,Gets a list of available contact fields including custom ones. [See docs](https://developer.mautic.org/#list-available-fields),false,true,true +mautic-add-contact-to-campaign,Add Contact to a Campaign,Adds a contact to a specific campaign. [See docs](https://developer.mautic.org/#add-contact-to-a-campaign),false,true,false +mautic-get-campaign,Get Campaign,Gets an individual campaign by ID. [See docs](https://developer.mautic.org/#get-campaign),false,true,true +mautic-search-companies,Search Companies,Gets a list of companies by a search term. [See docs](https://developer.mautic.org/#list-contact-companies),false,true,true +mautic-search-campaigns,Search Campaigns,Gets a list of campaigns by a search term. [See docs](https://developer.mautic.org/#list-campaigns),false,true,true +mautic-clone-campaign,Clone Campaign,Clones an existing campaign. [See docs](https://developer.mautic.org/#clone-a-campaign),false,true,false +mautic-create-contact,Create Contact,Creates a new contact. [See docs](https://developer.mautic.org/#create-contact),false,true,false +mautic-update-contact,Update Contact,Updates a contact. [See docs](https://developer.mautic.org/#edit-contact),true,true,false +mautic-search-contacts,Search Contacts,Gets a list of contacts by a search term. [See docs](https://developer.mautic.org/#list-contacts),false,true,true +mautic-get-contact,Get Contact,Gets an individual contact by ID. [See docs](https://developer.mautic.org/#get-contact),false,true,true +getresponse-create-contact,Create Contact,Creates a contact. [See the docs here](https://apireference.getresponse.com/?_ga=2.47520738.499257728.1666974700-2116668472.1666974700&_gl=1*1f3h009*_ga*MjExNjY2ODQ3Mi4xNjY2OTc0NzAw*_ga_EQ6LD9QEJB*MTY2Njk3NzM0Ny4yLjEuMTY2Njk3ODQ3OS4zNi4wLjA.#operation/createContact),false,true,false +getresponse-create-or-update-contact,Create or Update Contact,Creates or updates a contact if already exists. [See the docs here](https://apireference.getresponse.com/?_ga=2.47520738.499257728.1666974700-2116668472.1666974700&_gl=1*1f3h009*_ga*MjExNjY2ODQ3Mi4xNjY2OTc0NzAw*_ga_EQ6LD9QEJB*MTY2Njk3NzM0Ny4yLjEuMTY2Njk3ODQ3OS4zNi4wLjA.#operation/updateContact),true,true,false +getresponse-create-newsletter,Create Newsletter,Creates a new newsletter and puts it in a queue to send. [See the docs here](https://apireference.getresponse.com/?_ga=2.47520738.499257728.1666974700-2116668472.1666974700&_gl=1*1f3h009*_ga*MjExNjY2ODQ3Mi4xNjY2OTc0NzAw*_ga_EQ6LD9QEJB*MTY2Njk3NzM0Ny4yLjEuMTY2Njk3ODQ3OS4zNi4wLjA.#operation/createNewsletter),false,true,false +getresponse-find-contact,Find Contact,Finds a contact by filters. [See the docs here](https://apireference.getresponse.com/?_ga=2.47520738.499257728.1666974700-2116668472.1666974700&_gl=1*1f3h009*_ga*MjExNjY2ODQ3Mi4xNjY2OTc0NzAw*_ga_EQ6LD9QEJB*MTY2Njk3NzM0Ny4yLjEuMTY2Njk3ODQ3OS4zNi4wLjA.#operation/getContactList),false,true,true +getresponse-find-campaign-list,Find Campaign List,Finds a campaign list by filters. [See the docs here](https://apireference.getresponse.com/?_ga=2.250017859.499257728.1666974700-2116668472.1666974700&_gl=1*8rz7cc*_ga*MjExNjY2ODQ3Mi4xNjY2OTc0NzAw*_ga_EQ6LD9QEJB*MTY2Njk3NzM0Ny4yLjEuMTY2Njk3OTc1Mi42MC4wLjA.#operation/getCampaignList),false,true,true +cogmento-create-deal,Create Deal,Create a new deal in Cogmento CRM. [See the documentation](https://api.cogmento.com/static/swagger/index.html#/Deals/post_deals_),false,true,false +cogmento-create-contact,Create Contact,Create a new contact in Cogmento CRM. [See the documentation](https://api.cogmento.com/static/swagger/index.html#/Contacts/post_contacts_),false,true,false +cogmento-create-task,Create Task,Create a new task in Cogmento CRM. [See the documentation](https://api.cogmento.com/static/swagger/index.html#/Tasks/post_tasks_),false,true,false +orshot-list-templates,List Templates,Retrieve a list of available library templates from Orshot. [See templates](https://orshot.com/templates),false,true,true +orshot-generate-image-library-template,Generate Image from Library Template,Generate an image from a pre-designed library template using the Orshot API. [See the documentation](https://orshot.com/docs/api-reference/render-from-template),false,true,false +orshot-get-template-modifications,Get Template Modifications,Get available modification keys for a library template,false,true,true +orshot-generate-image-studio-template,Generate Image from Studio Template,Generate an image from an Orshot Studio template using the Orshot API. [See the documentation](https://orshot.com/docs/api-reference/render-from-studio-template),false,true,false +orshot-get-studio-template-modifications,Get Studio Template Modifications,Get available modification keys for a studio template,false,true,true +bridge_interactive_platform-get-listings,Get Listings,Get MLS listings from a dataset. [See the documentation](https://bridgedataoutput.com/docs/explorer/mls-data),false,true,true +placid-generate-image,Generate Image,Generate a new image based on a specified template. [See the documentation](https://placid.app/docs/2.0/rest/images#create),false,true,false +placid-generate-pdf,Generate PDF,Creates a new PDF based on a specified template. [See the documentation](https://placid.app/docs/2.0/rest/pdfs#create),false,true,false +dbt-trigger-job-run,Trigger Job Run,Trigger a specified job to begin running. [See the documentation](https://docs.getdbt.com/dbt-cloud/api-v2#/operations/Trigger%20Job%20Run),false,true,false +dbt-get-run,Get Run,Retrieve information about a run. [See the documentation](https://docs.getdbt.com/dbt-cloud/api-v2#/operations/Retrieve%20Run),false,true,true +dbt-get-environment,Get Environment,Retrieve information about an environment. [See the documentation](https://docs.getdbt.com/dbt-cloud/api-v3#/operations/Retrieve%20Projects%20Environment),false,true,true +dbt-get-run-artifact,Get Run Artifact,Retrieve information about a run artifact. [See the documentation](https://docs.getdbt.com/dbt-cloud/api-v2#/operations/Retrieve%20Run%20Artifact),false,true,true +smartsuite-create-record,Create Record,Creates a new record. [See the documentation](https://developers.smartsuite.com/docs/solution-data/records/create-record),false,true,false +smartsuite-find-records,Find Records,Search for records based on matching field(s). [See the documentation](https://developers.smartsuite.com/docs/solution-data/records/list-records),false,true,true +tpscheck-check-number,Check Number Against TPS/CTPS,Validates a provided number against the TPS/CTPS register. [See the documentation](https://www.tpscheck.uk/profile#api),false,true,false +rocketskip-skip-trace-property,Skip Trace Property,Send a property to get phone numbers for the property owner. [See the documentation](https://docs.rocketskip.com/api-reference/endpoint/post),false,true,false +google_merchant_center-create-product,Create Product,Creates a product in your Google Merchant Center account. [See the documentation](https://developers.google.com/shopping-content/reference/rest/v2.1/products/insert),false,true,false +google_merchant_center-update-product,Update Product,Updates an existing product in your Google Merchant Center account. [See the documentation](https://developers.google.com/shopping-content/reference/rest/v2.1/products/update),true,true,false +google_meet-schedule-meeting,Schedule Meeting,Creates a new event in Google Calendar with a Google Meet link. [See the documentation](https://developers.google.com/calendar/api/v3/reference/events/insert),false,true,false +postalytics-list-contacts,List Contacts,Displays a list of contacts in Postalytics. [See the documentation](https://postalytics.docs.apiary.io/#reference/contact-api/contact-collection/get-all-contacts-on-a-list),false,true,true +postalytics-create-contact,Create Contact,Creates a new contact in Postalytics. [See the documentation](https://postalytics.docs.apiary.io/#reference/contact-api/contact-list-collection/add-contact),false,true,false +postalytics-send-track-postcard-letter,Send and Track Postcard or Letter,Send a postcard or letter with the capability of tracking delivery and response. [See the documentation](https://postalytics.docs.apiary.io/),false,true,false +imgur-upload-image,Upload Image,Upload an image to Imgur,false,true,false +dart-find-or-create-task,Find or Create Task,Checks for an existing task within a dartboard using the ,false,true,true +dart-create-task,Create Task,Creates a new task within a dartboard. [See the documentation](https://app.itsdart.com/api/v0/docs/),false,true,false +dart-update-task,Update Task,Updates an existing task within a dartboard. [See the documentation](https://app.itsdart.com/api/v0/docs/),true,true,false +contact_enhance-find-contact,Find Contact,Locates a specific contact in the database using the email. [See the documentation](https://u.pcloud.link/publink/show?code=XZ8tzp0ZjaO5gqh55FuTmEEbwt0GOJPtqqgX),false,true,true +namely-update-user,Update User,Updates a user. [See docs here](https://developers.namely.com/docs/namely-api/2bfe77e091d74-update-a-profile),true,true,false +namely-create-user,Create User,Creates a new user. [See docs here](https://developers.namely.com/docs/namely-api/28db3994d16fe-create-a-user),false,true,false +namely-get-user,Get User,Get a user. [See docs here](https://developers.namely.com/docs/namely-api/1c7f311bfa8e8-get-a-profile),false,true,true +textit-start-flow,Start Flow,Starts a flow. [See docs here](https://textit.in/api/v2/flow_starts),false,true,false +hamsa-create-content,Create AI Content,Transform transcribed content into various formats for content marketing. [See the documentation](https://docs.tryhamsa.com/api-reference/endpoint/post-ai-content),false,true,false +hamsa-synthesize-voice,Synthesize Voice,Converts text input into artificial speech using Hamsa. [See the documentation](https://docs.tryhamsa.com/api-reference/endpoint/generate-tts),false,true,true +hamsa-transcribe-video,Transcribe Video,Automatically transcribe Arabic videos from YouTube URLs or direct links. [See the documentation](https://docs.tryhamsa.com/api-reference/endpoint/transcribe),false,true,false +hamsa-list-jobs,List Jobs,Fetch the list of jobs from Hamsa. [See the documentation](https://docs.tryhamsa.com/api-reference/endpoint/get-jobs-list),false,true,true +pingbell-send-notification,Send Notification,Sends a notification to a Pingbell. [See the documentation](https://pingbell.io/docs/pingbell-api/post-notifications/),false,true,false +whautomate-create-contact,Create Contact,Create a new contact associated with a WhatsApp number. [See the documentation](https://help.whautomate.com/product-guides/whautomate-rest-api/contacts#/v1-contacts-1),false,true,false +whautomate-send-whatsapp-template-message,Send WhatsApp Template Message,Send a pre-defined WhatsApp message template to a contact. [See the documentation](https://help.whautomate.com/product-guides/whautomate-rest-api/messages),false,true,false +whautomate-assign-tags-contact,Assign Tags to Contact,Assign one or more tags to an existing contact. [See the documentation](https://help.whautomate.com/product-guides/whautomate-rest-api/contacts#/v1-contacts-contactid-1),true,true,false +semgrep-get-findings,Get Findings,Returns a list of findings for a specified deployment. [See the documentation](https://semgrep.dev/api/v1/docs/#tag/finding/operation/semgrep_app.core_exp.findings.handlers.issue.openapi_list_recent_issues),true,true,false +semgrep-update-project,Update Project,Update a project on Semgrep. [See the documentation](https://semgrep.dev/api/v1/docs/#tag/project/operation/semgrep_app.saas.handlers.repository.openapi_patch_project),true,true,false +semgrep-get-deployments,Get Deployments,Returns a list of deployments. [See the documentation](https://semgrep.dev/api/v1/docs/#tag/deployment/operation/semgrep_app.saas.handlers.deployment.openapi_list_deployments),false,true,true +semgrep-get-projects,Get Projects,Returns a list of projects for a given deployment slug. [See the documentation](https://semgrep.dev/api/v1/docs/#tag/project/operation/semgrep_app.saas.handlers.repository.openapi_list_recent_projects),false,true,true +whop-create-checkout-session,Create Checkout Session,Creates a new checkout session in Whop. [See the documentation](https://dev.whop.com/api-reference/v2/checkout-sessions/create-a-checkout-session),false,true,false +whop-create-promo-code,Create Promo Code,Creates a new promo code with the given parameters in Whop. [See the documentation](https://dev.whop.com/api-reference/v2/promo-codes/create-a-promo-code),false,true,false +whop-terminate-membership,Terminate Membership,"Permanently invalidates a specified membership using its unique ID, effectively unfulfilling the user",true,true,false +fireberry-list-articles,List Articles,List all articles from Fireberry. [See the documentation](https://developers.fireberry.com/reference/get-all-articles),false,true,true +fireberry-create-article,Create an Article,Creates a new article in Fireberry. [See the documentation](https://developers.fireberry.com/reference/create-an-article),false,true,false +fireberry-create-account,Create Account,Creates a new account in Fireberry. [See the documentation](https://developers.fireberry.com/reference/create-an-account),false,true,false +fireberry-list-accounts,List Accounts,List all accounts in Fireberry. [See the documentation](https://developers.fireberry.com/reference/get-all-accounts),false,true,true +firecrawl-scrape-page,Scrape Page,Scrapes a URL and returns content from that page. [See the documentation](https://docs.firecrawl.dev/api-reference/endpoint/scrape),false,true,false +firecrawl-search,Search,Search the web and get full content from results. [See the documentation](https://docs.firecrawl.dev/features/search),false,true,true +firecrawl-extract-data,Extract Data,Extract structured data from one or multiple URLs. [See the documentation](https://docs.firecrawl.dev/api-reference/endpoint/extract),false,true,false +firecrawl-get-extract-status,Get Extract Data,Obtains the status and data from a previous extract operation. [See the documentation](https://docs.firecrawl.dev/api-reference/endpoint/extract-get),false,true,true +firecrawl-map-url,Map URL,Maps a given URL using Firecrawl,false,true,false +firecrawl-get-crawl-status,Get Crawl Data,Obtains the status and data from a previous crawl operation. [See the documentation](https://docs.firecrawl.dev/api-reference/endpoint/crawl-get),false,true,true +firecrawl-crawl-url,Crawl URL,Crawls a given URL and returns the contents of sub-pages. [See the documentation](https://docs.firecrawl.dev/api-reference/endpoint/crawl-post),false,true,false +y_gy-get-links,Get Links,Get a list of the links created by the authenticated account [See the documentation](https://app.y.gy/docs/api-docs/),false,true,true +y_gy-create-short-link,Create Short Link,Create new short links with y.gy. [See the documentation](https://app.y.gy/docs/api-docs/links#create-a-short-link),false,true,false +bytenite-get-job-results,Get Job Results,Secures the link of the output from a finished encoding job. [See the documentation](https://docs.bytenite.com/reference/customer_getjobresults),false,true,true +bytenite-create-job,Create Video Encoding Task,Creates a new video encoding task with ByteNite. [See the documentation](https://docs.bytenite.com/reference/customer_createjob),false,true,false +bytenite-start-job,Start Job,Initiates a previously created video encoding job. [See the documentation](https://docs.bytenite.com/reference/customer_runjob),false,true,false +sendbird_ai_chabot-send-bot-message,Send Bot Message,Sends a bot message to a group channel. [See the documentation](https://sendbird.com/docs/chat/platform-api/v3/bot/sending-a-bot-message/send-a-bot-message),false,true,false +shadertoy-search-shaders,Search Shaders,Returns an array of shader IDs based on the query string. [See the documentation](https://www.shadertoy.com/howto),false,true,true +shadertoy-get-shader,Get Shader,Returns a specific shader based on an ID. [See the documentation](https://www.shadertoy.com/howto),false,true,true +shadertoy-access-assets,Access Shader Assets,Accesses an asset from source. [See the documentation](https://www.shadertoy.com/howto),false,true,false +shadertoy-list-shaders,List Shaders,Returns a list of all shaders. [See the documentation](https://www.shadertoy.com/howto),false,true,true +resource_guru-create-booking,Create Booking,Create a new booking for an account. [See the documentation](https://resourceguruapp.com/docs/api#tag/booking/paths/~1v1~1%7Baccount%7D~1bookings/post),false,true,false +resource_guru-delete-booking,Delete Booking,Delete a specific booking identified by Id. [See the documentation](https://resourceguruapp.com/docs/api#tag/booking/paths/~1v1~1%7Baccount%7D~1bookings~1%7Bid%7D/delete),true,true,false +resource_guru-update-booking,Update Booking,Update a specific booking identified by Id. [See the documentation](https://resourceguruapp.com/docs/api#tag/booking/paths/~1v1~1%7Baccount%7D~1bookings~1%7Bid%7D/put),true,true,false +eden_ai-detect-ai-content,Detect AI Content,Detects AI content in the provided text. [See the documentation](https://docs.edenai.co/reference/text_ai_detection_create),false,true,false +eden_ai-translate-document,Translate Document,Translates a document from a local file or URL. [See the documentation](https://docs.edenai.co/reference/translation_document_translation_create),false,true,false +eden_ai-analyze-sentiment-in-text,Analyze Sentiment in Text,Analyzes sentiment in the provided text. [See the documentation](https://docs.edenai.co/reference/text_sentiment_analysis_create),false,true,true +eden_ai-generate-image,Generate Image,Generates an image from the provided description. [See the documentation](https://docs.edenai.co/reference/image_generation_create),false,true,false +eden_ai-generate-audio-from-text,Generate Audio From Text,Generates an audio from the provided text. [See the documentation](https://docs.edenai.co/reference/audio_text_to_speech_create),false,true,false +scoredetect-create-timestamp-text,Create Timestamped Blockchain Certificate,Creates a timestamped blockchain certificate using the provided text. [See the documentation](https://api.scoredetect.com/docs/routes#create-certificate),false,true,false +scoredetect-create-timestamp-file,Create Certificate from File,Creates a timestamped blockchain certificate using a provided file (local or URL). [See the documentation](https://api.scoredetect.com/docs/routes#create-certificate),false,true,false +team_up-create-event,Create Event,,false,true,false +team_up-list-events,List Events,Query string used to search for events. See the [Search Guide](https://calendar.teamup.com/kb/searching-teamup-calendar/) for supported query syntax and features.,false,true,true +team_up-delete-event,Delete Event,,true,true,false +team_up-update-event,Update Event,,true,true,false +instapaper-add-url,Add URL,Adds a URL to an Instapaper account. [See the documentation](https://www.instapaper.com/api/simple),false,true,false +referrizer-update-loyalty-reward,Update Loyalty Reward,Modify the details or status of an existing loyalty reward in Referrizer. [See the documentation](https://api.referrizer.com/static/docs/index.html#loyalty-rewards-update-a-loyalty-reward),true,true,false +referrizer-create-loyalty-reward,Create Loyalty Reward,Adds a new loyalty reward to the Referrizer system. [See the documentation](https://api.referrizer.com/static/docs/index.html#loyalty-rewards-create-a-loyalty-reward),false,true,false +referrizer-create-visit,Create Visit,Create a visit to an existing contact in Referrizer. [See the documentation](https://api.referrizer.com/static/docs/index.html#operation/inviteContact),false,true,false +webvizio-create-project,Create Project,Creates a project in Webvizio. [See the documentation](https://webvizio.com/help-center/incoming-webhooks/),false,true,false +trustpilot-fetch-service-review-by-id,Fetch Service Review by ID,"Get a private service review by ID, including customer email and order ID. Access comprehensive data about an individual service review for your business. [See the documentation](https://developers.trustpilot.com/business-units-api#get-private-review-by-id)",false,true,true +trustpilot-reply-to-service-review,Reply to Service Review,Reply to a service review on Trustpilot.,false,true,false +trustpilot-get-conversation-from-product-review,Get Conversation from Product Review,"Get conversation and related comments from a product review. First fetches the review to get the conversationId, then retrieves the full conversation details. [See the documentation](https://developers.trustpilot.com/conversations-api#get-conversation)",false,true,true +trustpilot-fetch-product-review-by-id,Fetch Product Review by ID,"Retrieves detailed information about a specific product review on Trustpilot. Use this action to get comprehensive data about a single product review, including customer feedback, star rating, review text, and metadata. Perfect for analyzing individual customer experiences, responding to specific feedback, or integrating review data into your customer service workflows. [See the documentation](https://developers.trustpilot.com/product-reviews-api#get-private-product-review)",false,true,true +trustpilot-fetch-product-reviews,Fetch Product Reviews,Retrieves a list of product reviews for a specific business unit. See documentation [here](https://developers.trustpilot.com/product-reviews-api/#get-private-product-reviews),false,true,true +trustpilot-fetch-service-reviews,Fetch Service Reviews,Get private reviews for a business unit. Response includes customer email and order ID. [See the documentation](https://developers.trustpilot.com/business-units-api#get-private-reviews-for-business-unit),false,true,true +trustpilot-reply-to-product-review,Reply to Product Review,Reply to a product review by creating a conversation and posting a comment. This follows the proper flow: fetch review -> create conversation if needed -> post comment. [See the documentation](https://developers.trustpilot.com/product-reviews-api#reply-to-product-review),false,true,false +intuiface-send-message,Send Message,Send messages to any connected Intuiface Player running an experience that embeds the [Web Triggers Interface Asset](https://support.intuiface.com/hc/en-us/articles/360007431151-Web-Triggers-Overview). [See the docs](https://my.intuiface.com/api-doc/#/default/sendMessage).,false,true,false +intuiface-available-experiences,List Available Experiences,Get a list of available experiences that can receive a message. [See the docs](https://my.intuiface.com/api-doc/#/default/getExperiences).,false,true,true +zoho_analytics-add-row,Add Row,Add a single row in the specified table. [See the documentation](https://www.zoho.com/analytics/api/v2/#add-row),false,true,false +zoho_analytics-update-row,Update Row,Update rows in the specified table. [See the documentation](https://www.zoho.com/analytics/api/v2/#update-row),true,true,false +returnless-list-sales-order-items,List Sales Order Items,Retrieve all items from a specific sales order with cursor-based pagination support. [See the documentation](https://docs.returnless.com/docs/api-rest-reference/6b3c26dad0434-list-all-items-of-a-sales-order),false,true,true +returnless-list-sales-orders,List Sales Orders,"Retrieve a list of sales orders sorted by creation date, with the most recent sales orders appearing first. [See the documentation](https://docs.returnless.com/docs/api-rest-reference/ce6a0e3d66378-list-all-sales-orders)",false,true,true +returnless-create-return-order,Create Return Order,Create a return order. [See the documentation](https://docs.returnless.com/docs/api-rest-reference/1fce50b07484b-creates-a-return-order-from-a-return-order-intent),false,true,false +returnless-update-return-order-status,Update Return Order Status,Update the status of a return order. [See the documentation](https://docs.returnless.com/docs/api-rest-reference/1d07e272437a4-update-a-return-order-status),true,true,false +returnless-list-return-orders,List Return Orders,Retrieve a list of return orders. [See the documentation](https://docs.returnless.com/docs/api-rest-reference/0640e3c064cdc-list-all-return-orders),false,true,true +jigsawstack-sentiment-analysis,Sentiment Analysis,"Assess sentiment of a provided text. Vibes can be positive, negative, or neutral. [See the documentation](https://docs.jigsawstack.com/api-reference/ai/sentiment)",false,true,false +jigsawstack-verify-email,Verify Email,Validate any email address and determine deliverability as well as disposable status. [See the documentation](https://docs.jigsawstack.com/api-reference/validate/email),false,true,true +jigsawstack-object-detection,Object Detection,Recognize objects within a provided image and retrieve it with great accuracy. [See the documentation](https://docs.jigsawstack.com/api-reference/ai/object-detection),false,true,true +gocanvas-delete-dispatch,Delete Dispatch,Removes a specific dispatch from GoCanvas. [See the documentation](https://help.gocanvas.com/hc/en-us/article_attachments/26468076609559),true,true,false +gocanvas-create-or-update-reference-data,Create or Update Reference Data,Creates or updates GoCanvas reference data. [See the documentation](https://help.gocanvas.com/hc/en-us/article_attachments/26468076609559),true,true,false +gocanvas-create-dispatch,Create Dispatch,Creates a dispatch item in GoCanvas. [See the documentation](https://help.gocanvas.com/hc/en-us/article_attachments/26468076609559),false,true,false +eodhd_apis-search-stock-symbol,Search Stock Symbol,Find stock symbols using company names or partial symbols. [See the docs here](https://eodhistoricaldata.com/financial-apis/search-api-for-stocks-etfs-mutual-funds-and-indices/),false,true,true +eodhd_apis-retrieve-stock-prices,Retrieve Stock Prices,Fetch historical stock prices for a given symbol and time period. [See the docs here](https://eodhistoricaldata.com/financial-apis/api-for-historical-data-and-volumes/),false,true,true +eodhd_apis-get-company-financials,Get Company Financials,Obtain financial statements for a specific company. [See the docs here](https://eodhistoricaldata.com/financial-apis/stock-etfs-fundamental-data-feeds/),false,true,true +activecampaign-create-tracked-event,Create Tracked Event,Tracks an event using event tracking. See the docs [here](https://developers.activecampaign.com/reference/track-event).,false,true,false +activecampaign-create-deal,Create Deal,Creates a new deal. See the docs [here](https://developers.activecampaign.com/reference/create-a-deal-new).,false,true,false +activecampaign-create-note,Create Note,"Adds a note, arbitrary information to a contact, deal, or other Active Campaign objects. See the docs [here](https://developers.activecampaign.com/reference/create-a-note).",false,true,false +activecampaign-add-contact-to-automation,Add Contact to Automation,Adds an existing contact to an existing automation. See the docs [here](https://developers.activecampaign.com/reference/create-new-contactautomation).,false,true,false +activecampaign-list-all-contacts,List All Contacts,Retrieve all existing contacts. See the docs [here](https://developers.activecampaign.com/reference/list-all-contacts).,false,true,true +activecampaign-update-deal,Update Deal,Updates an existing deal. See the docs [here](https://developers.activecampaign.com/reference/update-a-deal-new).,true,true,false +activecampaign-list-campaigns,List Campaigns,List Campaigns. See the docs [here](https://developers.activecampaign.com/reference#list-all-campaigns).,false,true,true +activecampaign-create-contact,Create Contact,Create a new contact. [See the documentation](https://developers.activecampaign.com/reference#create-a-contact-new).,false,true,false +activecampaign-get-all-lists,Get All Lists,Retrieves all lists. See the docs [here](https://developers.activecampaign.com/reference/retrieve-all-lists),false,true,true +activecampaign-get-deal,Get Deal,Retrieves an existing deal. See the docs [here](https://developers.activecampaign.com/reference/retrieve-a-deal),false,true,true +activecampaign-create-or-update-contact,Create or Update Contact,Creates a new contact or updates an existing contact. [See the documentation](https://developers.activecampaign.com/reference/sync-a-contacts-data).,true,true,false +activecampaign-create-account,Create Account,Create a new account. See the docs [here](https://developers.activecampaign.com/reference#create-an-account-new).,false,true,false +activecampaign-tag-contact,Tag Contact,Tags a contact. See the docs [here](https://developers.activecampaign.com/reference/create-contact-tag).,false,true,false +activecampaign-get-tags-for-contact,Get Contact Tags,Get Contact Tags.,false,true,true +activecampaign-remove-tag-from-contact,Remove Contact Tag,Removes a tag from a contact. See the docs [here](https://developers.activecampaign.com/reference/remove-a-contacts-tag),true,true,false +activecampaign-find-contact,Find Contact,Finds a contact. See the docs [here](https://developers.activecampaign.com/reference/list-all-contacts).,false,true,true +activecampaign-find-deal,Find Deal,Finds an existing deal by search field. See the docs [here](https://developers.activecampaign.com/reference/list-all-deals),false,true,true +activecampaign-get-contact-by-email,Get contact by email,Retrieves contact data from the ActiveCampaign CRM by email address. See the docs [here](https://developers.activecampaign.com/reference/list-all-contacts).,false,true,true +activecampaign-get-contact,Get Contact,Retrieves an existing contact. See the docs [here](https://developers.activecampaign.com/reference/get-contact).,false,true,true +rentcast-find-rental-listings,Find Rental Listings,"Search for rental listings in a geographical area, or by a specific address. [See the documentation](https://developers.rentcast.io/reference/rental-listings-long-term)",false,true,true +rentcast-get-market-statistics,Get Market Statistics,Get aggregate rental statistics and listing trends for a single US zip code. [See the documentation](https://developers.rentcast.io/reference/market-statistics),false,true,true +rentcast-get-rent-estimate,Get Rent Estimate,Get a property rent estimate and comparable properties. [See the documentation](https://developers.rentcast.io/reference/rent-estimate-long-term),false,true,true +supercast-create-episode,Create an Episode,Creates a new episode on Supercast. [See the documentation](https://supercast.readme.io/reference/postepisodes),false,true,false +supercast-create-creator,Create a Channel Creator,Creates a new channel creator on Supercast. [See the documentation](https://supercast.readme.io/reference/postcreators),false,true,false +ilovepdf-process-files,Process Files,Process one or more files with the desired tool. [See the documentation](https://developer.ilovepdf.com/docs/api-reference),false,true,false +gladia-send-audio-for-transcription,Send Audio For Transcription,Sends audio to Gladia for transcription and optional translation. [See the documentation](https://docs.gladia.io/reference/pre-recorded),false,true,false +rest_countries_pe-search-countries-by-currency,Search Countries By Currency,Search for a country or countries by currency. [See the docs](https://restcountries.com/#endpoints-currency),false,true,true +rest_countries_pe-search-country-by-name,Search Country By Name,Search for a country by name. [See the docs](https://restcountries.com/#endpoints-name),false,true,true +rest_countries_pe-search-countries-by-language,Search Countries By Language,Search for a country or countries by language. [See the docs](https://restcountries.com/#endpoints-language),false,true,true +sendloop-add-subscriber,Add Subscriber,Adds a new subscriber to a specified list.,false,true,false +sendloop-remove-subscriber,Remove Subscriber,Unsubscribe an email address from your lists.,true,true,false +testmo-list-project-sessions,List Project Sessions,List all sessions for a project. [See the documentation](https://docs.testmo.com/api/reference/sessions#get-projects-project_id-sessions),false,true,true +testmo-append-to-automation-run,Append to Automation Run,"Appends test artifacts, fields or links to an existing automation run. [See the documentation](https://docs.testmo.com/api/reference/automation-runs#post-automation-runs-automation_run_id-append)",false,true,false +testmo-create-automation-run,Create Automation Run,Creates a new automation run in a target project in preparation for adding threads and test results. [See the documentation](https://docs.testmo.com/api/reference/automation-runs#post-projects-project_id-automation-runs),false,true,false +testmo-list-automation-runs,List Automation Runs,List all automation runs for a project. [See the documentation](https://docs.testmo.com/api/reference/automation-runs#get-projects-project_id-automation-runs),false,true,true +testmo-append-to-thread,Append to Thread in Automation Run,"Appends test artifacts, fields or test results to an existing thread in an automation run. [See the documentation](https://docs.testmo.com/api/reference/automation-runs#post-automation-runs-threads-automation_run_thread_id-append)",false,true,false +alttext_ai-generate-alt-text,Generate Alt Text,Generates a descriptive alt text for a given image. [See the documentation](https://alttext.ai/apidocs#tag/Images/operation/create-image),false,true,false +hansei-get-bots,Get Bots,Retrieves a list of Bots in Hansei. [See the documentation](https://developers.hansei.app/operation/operation-getbots),false,true,true +hansei-get-collections,Get Collections,Retrieves a list of Collections in Hansei. [See the documentation](https://developers.hansei.app/operation/operation-getcollections),false,true,true +hansei-get-bot-conversations,Get Bot Conversations,Retrieves a list of conversations with the specified Bot in Hansei. [See the documentation](hhttps://developers.hansei.app/operation/operation-getbotconversations),false,true,true +mailblaze-add-subscriber,Add Subscriber,Adds a new subscriber to your mailing list. [See the documentation](https://www.mailblaze.com/support/api-documentation),false,true,false +mailblaze-update-subscriber,Update Subscriber,Updates information for an existing subscriber in your mailing list. [See the documentation](https://www.mailblaze.com/support/api-documentation),true,true,false +launchdarkly-list-projects,List Projects,List all projects. [See the documentation](https://launchdarkly.com/docs/api/projects/get-projects).,false,true,true +launchdarkly-evaluate-feature-flag,Evaluate Feature Flag,Evaluates an existing feature flag for a specific user or in a general context. [See the documentation](https://apidocs.launchdarkly.com/tag/Contexts#operation/evaluateContextInstance).,false,true,false +launchdarkly-list-members,List Members,List all members in an account. [See the documentation](https://launchdarkly.com/docs/api/account-members/get-members).,false,true,true +launchdarkly-get-feature-flag-status,Get Feature Flag Status,Get the status of a feature flag. [See the documentation](https://launchdarkly.com/docs/api/feature-flags/get-feature-flag-status).,false,true,true +launchdarkly-get-project,Get Project,Get a project by key. [See the documentation](https://launchdarkly.com/docs/api/projects/get-project).,false,true,true +launchdarkly-update-feature-flag,Update Feature Flag,Updates an existing feature flag using a JSON object. [See the documentation](https://apidocs.launchdarkly.com/tag/Feature-flags#operation/patchFeatureFlag),true,true,false +launchdarkly-toggle-feature-flag,Toggle Feature Flag,"Toggles the status of a feature flag, switching it from active to inactive, or vice versa. [See the documentation](https://apidocs.launchdarkly.com/tag/Feature-flags#operation/patchFeatureFlag)",false,true,false +launchdarkly-list-environments,List Environments,List all environments. [See the documentation](https://launchdarkly.com/docs/api/environments/get-environments-by-project).,false,true,true +launchdarkly-get-feature-flag,Get Feature Flag,Get a feature flag by key. [See the documentation](https://launchdarkly.com/docs/api/feature-flags/get-feature-flag).,false,true,true +launchdarkly-list-feature-flags,List Feature Flags,List all feature flags. [See the documentation](https://launchdarkly.com/docs/api/feature-flags/get-feature-flags).,false,true,true +zoho_meeting-create-webinar,Create Webinar,Creates a webinar. [See the documentation](https://www.zoho.com/meeting/api-integration/webinar-api/create-a-webinar.html),false,true,false +zoho_meeting-get-meetings,Get Meetings,Get a list of meetings. [See the documentation](https://www.zoho.com/meeting/api-integration/meeting-api/list-of-meeting-api.html),false,true,true +zoho_meeting-get-webinars,Get Webinars,Get a list of webinars. [See the documentation](https://www.zoho.com/meeting/api-integration/webinar-api/list-of-webinar-api.html),false,true,true +zoho_meeting-create-meeting,Create Meeting,Creates a meeting. [See the documentation](https://www.zoho.com/meeting/api-integration/meeting-api/create-a-meeting.html),false,true,false +sftp_password_based_auth-upload-file,Upload File (Password Auth),Uploads a file or string in UTF-8 format to the SFTP server. [See the documentation](https://github.com/theophilusx/ssh2-sftp-client#org99d1b64),false,true,false +pagerduty-trigger-incident,Trigger Incident,Trigger an incident. [See the docs here](https://developer.pagerduty.com/api-reference/b3A6Mjc0ODE0MA-create-an-incident),false,true,false +pagerduty-find-oncall-user,Find Oncall User,Find the user on call for a specific schedule. [See the docs here](https://developer.pagerduty.com/api-reference/b3A6Mjc0ODE5MA-list-users-on-call),false,true,true +pagerduty-acknowledge-incident,Acknowledge Incident,Acknowledge an incident. [See the docs here](https://developer.pagerduty.com/api-reference/b3A6Mjc0ODE0Mg-update-an-incident),true,true,false +pagerduty-resolve-incident,Resolve Incident,Resolve an incident. [See the docs here](https://developer.pagerduty.com/api-reference/b3A6Mjc0ODE0Mg-update-an-incident),true,true,false +height-create-task,Create Task,Creates a new task within your workspace. [See the documentation](https://height.notion.site/Create-a-task-b50565736830422684b28ae570a53a9e),false,true,false +height-search-tasks,Search Tasks,Searches for tasks within your workspace using a text query. [See the documentation](https://height.notion.site/Search-tasks-bb201e3db042442e9a1d0686a7b271a2),false,true,true +height-update-task,Update Task,Updates a specified task within your workspace. [See the documentation](https://height.notion.site/Update-tasks-53d72cb0059a4e0e81cc2fcbfcbf9d0a),true,true,false +rendi-list-stored-files,List Stored Files,Get the list of all stored files for an account. [See the documentation](https://docs.rendi.dev/api-reference/endpoint/list-files),false,true,true +rendi-run-ffmpeg-command,Run FFmpeg Command,Submit an FFmpeg command for processing with input and output file specifications. [See the documentation](https://docs.rendi.dev/api-reference/endpoint/run-ffmpeg-command),false,true,false +rendi-get-ffmpeg-command-status,Get FFmpeg Command Status,Get the status of a previously submitted FFmpeg command. [See the documentation](https://docs.rendi.dev/api-reference/endpoint/poll-command),false,true,true +brex-list-transactions-for-selected-cash-account,List Transactions for Selected Cash Account,Lists all transactions for the specified cash account. [See the docs here](https://developer.brex.com/openapi/transactions_api/#operation/listCashTransactions).,false,true,true +brex-create-card,Create Card,Creates a new card. [See the docs here](https://developer.brex.com/openapi/team_api/#operation/createCard).,false,true,false +brex-invite-user,Invite User,Invites a new user as an employee. [See the docs here](https://developer.brex.com/openapi/team_api/#operation/createUser).,false,true,false +brex-list-transactions-for-primary-card-account,List Transactions for Primary Card Account,Lists all settled transactions for the primary card account. [See the docs here](https://developer.brex.com/openapi/transactions_api/#operation/listPrimaryCardTransactions).,false,true,true +brex-set-limit-for-user,Set Limit for User,Sets the monthly limit for a user. [See the docs here](https://developer.brex.com/openapi/team_api/#operation/setUserLimit).,false,true,false +wealthbox-create-event,Create Event,Create a new event. [See the documentation](http://dev.wealthbox.com/#events-collection-post),false,true,false +wealthbox-create-contact,Create Contact,Create a new contact. [See the documentation](http://dev.wealthbox.com/#contacts-create-a-new-contact-post),false,true,false +wealthbox-create-task,Create Task,Create a new task. [See the documentation](http://dev.wealthbox.com/#tasks-collection-post),false,true,false +wealthbox-create-opportunity,Create Opportunity,Create a new opportunity. [See the documentation](http://dev.wealthbox.com/#opportunities-collection-post),false,true,false +owl_protocol-mint-asset,Mint Asset,Mint digital assets for collection. [See the documentation](https://docs-api.owlprotocol.xyz/reference/collection-erc721autoid-mint),false,true,false +owl_protocol-deploy-collection,Deploy Collection,Deploy digital asset collection. [See the documentation](https://docs-api.owlprotocol.xyz/reference/collection-deploy),false,true,false +owl_protocol-get-network,Get Network,Get network details by the ID. [See the documentation](https://docs-api.owlprotocol.xyz/reference/network-get),false,true,true +klaviyo-add-member-to-list,Add Member To List,Add member to a specific list. [See the documentation](https://developers.klaviyo.com/en/reference/add_profiles_to_list),false,true,false +klaviyo-get-lists,Get Lists,Get a listing of all of the lists in an account. [See the documentation](https://developers.klaviyo.com/en/reference/get_lists),false,true,true +klaviyo-create-new-list,Create New List,Creates a new list in an account. [See the documentation](https://developers.klaviyo.com/en/reference/create_list),false,true,false +coinbase-withdraw-funds,Withdraw Funds,Withdraw funds,false,true,false +coinbase-place-buy-order,Place Buy Order,Places a buy order,false,true,false +parsehub-cancel-run,Cancel Run,Cancels a run and changes its status to cancelled. [See the documentation](https://www.parsehub.com/docs/ref/api/v2/#cancel-a-run),true,true,false +parsehub-run-project,Run Parsehub Project,Initiates an instance of a specified project on the Parsehub cloud. [See the documentation](https://www.parsehub.com/docs/ref/api/v2/#run-a-project),false,true,false +parsehub-get-data-run,Get Data for a Run,Returns the data extracted by a specified run. [See the documentation](https://www.parsehub.com/docs/ref/api/v2/#get-data-for-a-run),false,true,true +parsehub-get-project,Get Project Details,Retrieves the details of a specified project within the user,false,true,true +parsehub-get-projects,Get Projects,Lists all projects in your account [See the documentation](https://www.parsehub.com/docs/ref/api/v2/#list-all-projects),false,true,true +parsehub-delete-run,Delete Run,"Cancels a run if running, and deletes the run and its data. [See the documentation](https://www.parsehub.com/docs/ref/api/v2/#delete-a-run)",true,true,false +trakt-remove-from-watchlist,Remove From Watchlist,Remove one of more items from watchlist. [See the documentation](https://trakt.docs.apiary.io/#reference/sync/remove-from-watchlist/remove-items-from-watchlist),true,true,false +trakt-add-to-watchlist,Add To Watchlist,Add one of more items to watchlist. [See the documentation](https://trakt.docs.apiary.io/#reference/sync/add-to-watchlist/get-watchlist),true,true,false +ifthenpay-create-payment-reference,Create Payment Reference,"Generates a Multibanco or MB WAY payment reference with a specified amount, entity code, and deadline. [See the documentation](https://ifthenpay.com/docs/en/)",false,true,false +ifthenpay-issue-refund,Issue Refund,Issue a full or partial refund for a previously completed payment via Ifthenpay. [See the documentation](https://ifthenpay.com/docs/en/),false,true,false +circleci-rerun-workflow,Rerun Workflow,Reruns the specified workflow. [See the documentation](https://circleci.com/docs/api/v2/index.html#tag/Workflow/operation/rerunWorkflow),false,true,false +circleci-trigger-pipeline,Trigger a Pipeline,Trigger a pipeline given a pipeline definition ID. Supports all integrations except GitLab. [See the documentation](https://circleci.com/docs/api/v2/index.html#tag/Pipeline/operation/triggerPipelineRun),false,true,false +circleci-get-job-artifacts,Get Job Artifacts,Retrieves a job,false,true,true +what_are_those-find-sneakers-by-sku,Find Sneakers by SKU,Identifies sneakers from a size tag photo and returns sneaker name and details. [See the documentation](https://documenter.getpostman.com/view/3847098/2sAY4rDQDs#4f6a49f9-3393-42cd-8474-3856a79888af),false,true,true +what_are_those-grade-sneakers-condition,Grade and Authenticate Sneakers,Grades and authenticates sneakers using provided images. [See the documentation](https://documenter.getpostman.com/view/3847098/2sAY4rDQDs#13d527e8-5d8f-4511-857c-b40b8dd921b8),false,true,true +what_are_those-identify-sneakers-from-photo,Identify Sneakers from Photo,"Identifies sneakers from an uploaded image and returns details such as name, links, images, prices, and confidence scores. [See the documentation](https://documenter.getpostman.com/view/3847098/2sAY4rDQDs#957c900c-501f-4c8f-9b8b-71655a8cfb5d).",false,true,true +proworkflow-add-contact,Add Contact,Adds a contact. [See the docs](https://api.proworkflow.net/?documentation#gettingstartedpostsingle).,false,true,false +proworkflow-delete-project,Delete Project,Deletes a project. [See the docs](https://api.proworkflow.net/?documentation#gettingstarteddeletesingle).,true,true,false +proworkflow-add-project-task,Add Project Task,Adds a project task. [See the docs](https://api.proworkflow.net/?documentation#gettingstartedpostsingle).,false,true,false +proworkflow-add-client-to-project,Add Client to Project,Adds a client to a project. [See the docs](https://api.proworkflow.net/?documentation#gettingstartedpostsingle).,true,true,false +proworkflow-add-project,Add Project,Adds a project. [See the docs](https://api.proworkflow.net/?documentation#gettingstartedpostsingle).,false,true,false +proworkflow-update-project-task,Update Project Task,Updates a project task. [See the docs](https://api.proworkflow.net/?documentation#gettingstartedputsingle).,true,true,false +workast-create-space,Create Space,Creates a space. [See docs here](https://developers.workast.com/#/method/createSpace),false,true,false +workast-create-task,Create Task,Creates a task. [See docs here](https://developers.workast.com/#/method/createTask),false,true,false +boloforms-send-template-signature,Send Template Signature,Dispatch a predefined template to obtain a signature. [See the documentation](https://help.boloforms.com/en/articles/8557564-sending-for-signing),false,true,false +boloforms-send-form,Send Form,Enables form dispatching to a specific recipient. [See the documentation](https://help.boloforms.com/en/articles/8557660-sending-for-signing),true,true,false +finalscout-find-email-linkedin,Find Email from LinkedIn,Finds an email address from a LinkedIn profile URL. [See the documentation](https://finalscout.com/public/doc/api.html#tag/Single-Find/paths/~1v1~1find~1linkedin~1single/post),false,true,false +finalscout-get-single-task,Get Single Task,Get the task status for any Single Find task. [See the documentation](https://finalscout.com/public/doc/api.html#tag/Single-Find/paths/~1v1~1find~1single~1status/get),false,true,true +finalscout-find-email-news-article,Find Email from News Article,Finds an email address from a news article URL. [See the documentation](https://finalscout.com/public/doc/api.html#tag/Single-Find/paths/~1v1~1find~1author~1single/post),false,true,false +finalscout-find-email-professional,Find Email from Professional,Finds an email address from a person,false,true,true +wrike-new-task,New Task,Create a Wrike task under a specified folder ID. [See the documentation](https://developers.wrike.com/api/v4/tasks/#create-task),false,true,false +wrike-update-task-custom-fields,Update Task Custom Fields,Update the custom fields for a task. [See the documentation](https://developers.wrike.com/api/v4/tasks/#modify-tasks),true,true,false +microsoft_teams-list-shifts,List Shifts,Get the list of shift instances for a team. [See the documentation](https://learn.microsoft.com/en-us/graph/api/schedule-list-shifts?view=graph-rest-1.0&tabs=http),false,true,true +microsoft_teams-send-chat-message,Send Chat Message,Send a message to a team's chat. [See the docs here](https://docs.microsoft.com/en-us/graph/api/chat-post-messages?view=graph-rest-1.0&tabs=http),false,true,false +microsoft_teams-list-channels,List Channels,Lists all channels in a Microsoft Team. [See the docs here](https://docs.microsoft.com/en-us/graph/api/channel-list?view=graph-rest-1.0&tabs=http),false,true,true +microsoft_teams-send-channel-message,Send Channel Message,Send a message to a team's channel. [See the docs here](https://docs.microsoft.com/en-us/graph/api/channel-post-messages?view=graph-rest-1.0&tabs=http),false,true,false +microsoft_teams-create-channel,Create Channel,Create a new channel in Microsoft Teams. [See the docs here](https://docs.microsoft.com/en-us/graph/api/channel-post?view=graph-rest-1.0&tabs=http),false,true,false +smartsheet-new-sheet-from-template,New Sheet From Template,Creates a new sheet from a template. [See docs here](https://smartsheet.redoc.ly/tag/sheets#operation/create-sheet-in-sheets-folder),false,true,false +smartsheet-update-row,Update Row,Updates a row in a sheet. [See docs here](https://smartsheet.redoc.ly/tag/rows#operation/update-rows),true,true,false +smartsheet-add-row-to-sheet,Add Row to Sheet,Adds a row to a sheet. [See docs here](https://smartsheet.redoc.ly/tag/rows#operation/rows-addToSheet),false,true,false +google_ads-send-offline-conversion,Send Offline Conversion,Send an event to Google Ads to track offline conversions. [See the documentation](https://developers.google.com/google-ads/api/reference/rpc/v21/ConversionAction),false,true,false +google_ads-add-contact-to-list-by-email,Add Contact to Customer List by Email,Adds a contact to a specific customer list in Google Ads. Lists typically update in 6 to 12 hours after operation. [See the documentation](https://developers.google.com/google-ads/api/docs/remarketing/audience-segments/customer-match/get-started),true,true,false +google_ads-create-customer-list,Create Customer List,Create a new customer list in Google Ads. [See the documentation](https://developers.google.com/google-ads/api/reference/rpc/v21/UserList),false,true,false +google_ads-create-report,Create Report,Generates a report from your Google Ads data. [See the documentation](https://developers.google.com/google-ads/api/reference/rpc/v21/GoogleAdsService/Search?transport=rest),false,true,false +hippo_video-create-contact,Create Contact,Creates a new contact in Hippo Video. [See the documentation](https://documenter.getpostman.com/view/5278433/Tz5naxpW#a4d73ffe-a2b6-4d68-a1ee-9fbc1417a955),false,true,false +hippo_video-send-personalization-request,Send Personalization Request,Sends a personalization request for a specified video. [See the documentation](https://help.hippovideo.io/support/solutions/articles/19000099793-bulk-video-personalization-and-tracking-api),false,true,false +hippo_video-upload-video,Upload Video,Uploads a video from a given URL. [See the documentation](https://help.hippovideo.io/support/solutions/articles/19000100703-import-api),false,true,false +sms_everyone-send-sms,Send SMS,Send an SMS message or a bulk SMS campaign. [See the documentation](https://www.smseveryone.com.au/restapi),false,true,false +peerdom-assign-member-to-role,Assign Member to Role,Assigns a member to a role within a circle using the Peerdom API. [See the documentation](https://api.peerdom.org/v1/docs),true,true,false +peerdom-create-role,Create Role,Create a new role within a specified circle. [See the documentation](https://api.peerdom.org/v1/docs),false,true,false +peerdom-update-role,Update Role,Update an existing role,true,true,false +govee-control-device,Control Device,"Send a command to control a Govee device, such as turning it on/off, changing its brightness, or adjusting its color. [See the documentation](https://developer.govee.com/reference/control-you-devices).",false,true,false +govee-retrieve-device-info,Retrieve Device Info,"Retrieve the current status and metadata of a specific Govee device, such as its power state, color, mode, and health. [See the documentation](https://developer.govee.com/reference/get-devices-status).",false,true,true +gigasheet-download-export,Download Export,Downloads an export from Gigasheet. [See the documentation](https://gigasheet.readme.io/reference/get_dataset-handle-download-export),false,true,true +gigasheet-create-export,Create Export,Creates an export for a gigasheet dataset. [See the documentation](https://gigasheet.readme.io/reference/post_dataset-handle-export),false,true,false +gigasheet-upload-data-from-url,Upload Data From URL,Uploads data from a URL to Gigasheet. [See the documentation](https://gigasheet.readme.io/reference/post_upload-url),false,true,false +zoho_subscriptions-create-customer,Create Customer,Create a new customer. [See the documentation](https://www.zoho.com/billing/api/v1/customers/#create-a-customer),false,true,false +zoho_subscriptions-create-subscription,Create Subscription,Create a new subscription. [See the documentation](https://www.zoho.com/billing/api/v1/subscription/#create-a-subscription),false,true,false +niftykit-create-mint-link,Create Mint Link,Creates a mint link in NiftyKit. [See the documentation](https://api.niftykit.com/docs?_gl=1*d8mlfi*_ga*MTY5MTM2MjIwNi4xNjk0MDMzOTk3*_ga_B0DCGWCR37*MTY5NzE0MTUzNy40LjAuMTY5NzE0MTUzNy42MC4wLjA.#/onboarding/OnboardingController_createMintLink),false,true,false +cardly-create-contact,Create Contact,Creates a new contact in Cardly. [See the documentation](https://api.card.ly/v2/docs#endpoint-create-contact),false,true,false +cardly-generate-preview,Generate Preview,Generates a preview in Cardly. [See the documentation](https://api.card.ly/v2/docs#endpoint-post-order-preview),false,true,false +cardly-send-card,Send Card,Send a card in Cardly. [See the documentation](https://api.card.ly/v2/docs#endpoint-post-order-place),false,true,false +fly_io-create-app,Create App,Create an app with the specified details in the request body. [See the documentation](https://docs.machines.dev/#tag/apps/post/apps),false,true,false +fly_io-create-machine,Create Machine,Create a machine within a specific app using the details provided in the request body. [See the documentation](https://docs.machines.dev/#tag/machines/post/apps/%7Bapp_name%7D/machines),false,true,false +fly_io-create-volume,Create Volume,Create a volume for a specific app using the details provided in the request body. [See the documentation](https://docs.machines.dev/#tag/volumes/post/apps/%7Bapp_name%7D/volumes),false,true,false +speechace-score-scripted-recording,Score Scripted Recording,Scores a scripted recording based on fluency and pronunciation. [See the documentation](https://docs.speechace.com/#c34b11dd-8172-441a-bc27-223339d48d8e),false,true,false +speechace-transcribe-and-score-recording,Transcribe and Score Recording,Transcribes and scores a provided speech recording. [See the documentation](https://docs.speechace.com/#76089b5d-7e25-4744-8d32-f6c230acf217),false,true,false +connecteam-delete-shift,Delete Shift,Removes a specific shift based on shift ID. [See the documentation](https://developer.connecteam.com/reference/delete_shift_by_id_scheduler_v1_schedulers__schedulerid__shifts__shiftid__delete),true,true,false +connecteam-create-user,Create User,Creates a new user profile in Connecteam. [See the documentation](https://developer.connecteam.com/reference/create_users_users_v1_users_post),false,true,false +connecteam-create-shift,Create Shift,Creates a new shift in the scheduler. [See the documentation](https://developer.connecteam.com/reference/create_shifts_scheduler_v1_schedulers__schedulerid__shifts_post),false,true,false +square-create-customer,Create Customer,The first name associated with the customer profile,false,true,false +square-create-invoice,Create Invoice,Creates a draft invoice for an order. You must send (publish) the invoice before Square can process it. [See the documentation](https://developer.squareup.com/reference/square/invoices-api/create-invoice).,false,true,false +square-send-invoice,Send Invoice,Publishes the latest version of a specified invoice. [See the docs](https://developer.squareup.com/reference/square/invoices-api/publish-invoice).,false,true,false +square-create-order,Create Order,Creates a new order that can include information about products for purchase. [See docs here](https://developer.squareup.com/reference/square/orders-api/create-order).,false,true,false +printful_oauth-create-order,Create Order,Creates an order. [See docs here](https://developers.printful.com/docs/#operation/createOrder),false,true,false +billbee-update-order,Update Order,Partially update an existing order. [See the documentation](https://app.billbee.io//swagger/ui/index#/Orders/OrderApi_PatchOrder),true,true,false +billbee-get-order-by-id,Get Order By ID,Retrieve a specific order by its ID from Billbee. [See the documentation](https://app.billbee.io//swagger/ui/index#/Orders/OrderApi_Get),false,true,true +billbee-change-order-state,Change Order State,Change the state of an order. [See the documentation](https://app.billbee.io//swagger/ui/index#/Orders/OrderApi_UpdateState),true,true,false +billbee-create-invoice-for-order,Create Invoice For Order,Create an invoice for an existing order. [See the documentation](https://app.billbee.io//swagger/ui/index#/Orders/OrderApi_CreateInvoice),false,true,false +billbee-list-orders,List Orders,Retrieve a list of orders. [See the documentation](https://app.billbee.io//swagger/ui/index#/Orders/OrderApi_GetList),false,true,true +billbee-list-products,List Products,Retrieve a list of products. [See the documentation](https://app.billbee.io//swagger/ui/index#/Products/Article_GetList),false,true,true +billbee-add-shipment-to-order,Add Shipment To Order,Add a shipment to an existing order. [See the documentation](https://app.billbee.io//swagger/ui/index#/Orders/OrderApi_AddShipment),false,true,false +billbee-list-customers,List Customers,Retrieve a list of customers. [See the documentation](https://app.billbee.io/swagger/ui/index#/Customers/Customer_GetAll),false,true,true +billbee-create-order,Create Order,Create a new order. [See the documentation](https://app.billbee.io//swagger/ui/index#/Orders/OrderApi_PostNewOrder),false,true,false +billbee-update-stock,Update Stock,Update the stock level for a single product. [See the documentation](https://app.billbee.io//swagger/ui/index#/Products/Article_UpdateStock),true,true,false +flodesk-add-subscriber-to-segments,Add Subscriber To Segments,Add a subscriber to one or more segments in Flodesk. [See the documentation](https://developers.flodesk.com/#tag/subscriber/operation/addSubscriberToSegments),false,true,false +flodesk-create-or-update-subscriber,Create or Update Subscriber,Creates or updates a subscriber in Flodesk. [See the documentation](https://developers.flodesk.com/#tag/subscriber/operation/createOrUpdateSubscriber),true,true,false +flodesk-find-subscriber,Find Subscriber By Email,Find a subscriber by email address in Flodesk. [See the documentation](https://developers.flodesk.com/#tag/subscriber/operation/retrieveSubscriber),false,true,true +transistor_fm-create-subscriber,Create subscriber,Create a subscriber. [See the docs here](https://developers.transistor.fm/#subscribers),false,true,false +acuity_scheduling-find-appointments-by-client-info,Find Appointments by Client Info,Retrieves existing appointments using the client,false,true,true +acuity_scheduling-get-appointments,Get Appointments,Return a list of appointments. [See the documentation](https://developers.acuityscheduling.com/reference/get-appointments),false,true,true +acuity_scheduling-check-availability-times,Check Availability Times,Validate available times for an appointment. [See the documentation](https://developers.acuityscheduling.com/reference/availability-check-times),false,true,true +acuity_scheduling-get-appointment-types,Get Appointment Types,Return a list ofappointment types. [See the documentation](https://developers.acuityscheduling.com/reference/appointment-types),false,true,true +acuity_scheduling-get-products,Get Products,Return a list of products and packages. [See the documentation](https://developers.acuityscheduling.com/reference/get-products),false,true,true +acuity_scheduling-book-appointment,Book Appointment,Book an appointment. [See the documentation](https://developers.acuityscheduling.com/reference/post-appointments),false,true,false +acuity_scheduling-add-blocked-off-time,Add Blocked Off Time,Blocks a specific time slot on your schedule to prevent the scheduling of any appointments during this particular time range. [See the documentation](https://developers.acuityscheduling.com/reference/post-blocks),false,true,false +acuity_scheduling-get-availability-times,Get Availability Times,Return available times for a date and appointment type. [See the documentation](https://developers.acuityscheduling.com/reference/get-availability-times),false,true,true +yay_com-get-documents,Get Documents,Retrieves all documents available. [See the documentation](https://www.yay.com/voip/api-docs/account/document/),false,true,true +yay_com-get-phone-books,Get Phone Books,Retrieves all phone books available. [See the documentation](https://www.yay.com/voip/api-docs/phone-books/phone-book/),false,true,true +yay_com-create-outbound-call,Create Outbound Call,Initiates an outbound call to a specified number. [See the documentation](https://www.yay.com/voip/api-docs/calls/outbound-call/),false,true,false +spotify-get-all-tracks-by-artist,Get All Tracks by Artist,Get Spotify tracks information related with an artist,false,true,true +spotify-get-audio-features-for-a-track,Get Audio Features for a Track,Get audio feature information for a single track identified by its unique Spotify ID. [See the docs here](https://developer.spotify.com/documentation/web-api/reference/#/operations/get-audio-features).,false,true,true +spotify-remove-items-from-playlist,Remove Items from a Playlist,Remove one or more items from a user’s playlist. [See the docs here](https://developer.spotify.com/documentation/web-api/reference/#/operations/remove-tracks-playlist),true,true,false +spotify-remove-user-saved-tracks,Remove User,Remove one or more tracks from the current user’s ‘Your Music’ library. [See the docs here](https://developer.spotify.com/documentation/web-api/reference/#/operations/remove-tracks-user),true,true,false +spotify-get-currently-playing-track,Get currently playing track,Get the object currently being played on the user,false,true,true +spotify-get-artist-top-tracks,Get an Artist,Get Spotify catalog information about an artist’s top tracks by country. [See the docs here](https://developer.spotify.com/documentation/web-api/reference/#/operations/get-an-artists-top-tracks).,false,true,true +spotify-get-album-tracks,Get Album Tracks,Get all tracks in an album. [See the docs here](https://developer.spotify.com/documentation/web-api/reference/get-an-albums-tracks),false,true,true +spotify-get-playlist-items,Get a Playlist,Get full details of the items of a playlist owned by a Spotify user. [See the docs here](https://developer.spotify.com/documentation/web-api/reference/#/operations/get-playlists-tracks).,false,true,true +spotify-get-playlist,Get a Playlist,Get a playlist owned by a Spotify user. [See the documentation](https://developer.spotify.com/documentation/web-api/reference/get-playlist).,false,true,true +spotify-get-track,Get a Track,Get a track by its name or ID. [See the docs here](https://developer.spotify.com/documentation/web-api/reference/#/operations/search),false,true,true +spotify-get-recommendations,Get Recommendations,"Create a list of recommendations based on the available information for a given seed entity and matched against similar artists and tracks. If there is sufficient information about the provided seeds, a list of tracks will be returned together with pool size details. [See the docs here](https://developer.spotify.com/documentation/web-api/reference/#/operations/get-recommendations).",false,true,false +spotify-save-track,Save Tracks for User,Save one or more tracks to the current user’s \,false,true,false +spotify-create-playlist,Create a Playlist,Create a playlist for a Spotify user. The playlist will be empty until you add tracks. [See the docs here](https://developer.spotify.com/documentation/web-api/reference/#/operations/create-playlist).,false,true,false +spotify-get-categorys-playlist,Get a Category,Get a list of Spotify playlists tagged with a particular category. [See the docs here](https://developer.spotify.com/documentation/web-api/reference/#/operations/get-a-categories-playlists).,false,true,true +spotify-add-items-to-playlist,Add Items to a Playlist,Add one or more items to a user’s playlist. [See the docs here](https://developer.spotify.com/documentation/web-api/reference/#/operations/add-tracks-to-playlist).,false,true,false +gpt_trainer-create-message,Create Message,Create a session message for a chatbot session specified by session UUID. [See the documentation](https://guide.gpt-trainer.com/api-reference/messages/create),false,true,false +gpt_trainer-create-chatbot,Create Chatbot,Creates a new chatbot that belongs to the authenticated user. [See the documentation](https://guide.gpt-trainer.com/api-reference/chatbots/create),false,true,false +gpt_trainer-create-session,Create Chat Session,Create a chat session for a chatbot specified by chatbot UUID. [See the documentation](https://guide.gpt-trainer.com/api-reference/sessions/create),false,true,false +jw_player-create-media,Create Media,Creates a new media file in JW Player using fetch or external upload methods. [See the documentation](https://docs.jwplayer.com/platform/reference/post_v2-sites-site-id-media),false,true,false +jw_player-search-media,Search Media,Searches for a media or lists all media available in JW Player. [See the documentation](https://docs.jwplayer.com/platform/reference/get_v2-sites-site-id-media),false,true,true +document360-get-article,Get Article,Gets an article from Document360. [See the documentation](https://apidocs.document360.com/apidocs/get-article),false,true,true +document360-create-document,Create Document,Creates a new document in Document360 from text. [See the documentation](https://apidocs.document360.com/apidocs/how-to-create-and-publish-an-article),false,true,false +document360-drive-search-files-and-folders,Drive Search - Files and Folders,Search for files and folders in Document360 Drive. [See the documentation](https://apidocs.document360.com/apidocs/drive-search-files-and-folders),false,true,true +document360-get-file-information,Get File Information,Gets file information from Document360 Drive. [See the documentation](https://apidocs.document360.com/apidocs/gets-file-information),false,true,true +copper-associate-to-project,Associate to Project,Relates an existing project with an existing CRM object. [See the documentation](https://developer.copper.com/related-items/relate-an-existing-record-to-an-entity.html),false,true,false +copper-get-object,Get Object,Retrieves an existing CRM object. [See the documentation](https://developer.copper.com/account-and-users/fetch-user-by-id.html),false,true,true +copper-create-update-person,Create or Update Person,Creates a new person or updates an existing one based on email address. [See the documentation](https://developer.copper.com/people/create-a-new-person.html),true,true,false +copper-create-update-project,Create or Update Project,Creates a new project or updates an existing one based on the project name. [See the documentation](https://developer.copper.com/projects/create-a-new-project.html),true,true,false +odoo-update-record,Update Record,Update an existing record in Odoo. [See the documentation](https://www.odoo.com/documentation/18.0/developer/reference/external_api.html#update-records),true,true,false +odoo-create-record,Create Record,Create a new record in Odoo. [See the documentation](https://www.odoo.com/documentation/18.0/developer/reference/external_api.html#create-records),false,true,false +odoo-search-read-records,Search and Read Records,Search and read records from Odoo. [See the documentation](https://www.odoo.com/documentation/18.0/developer/reference/external_api.html#search-and-read),false,true,true +syncmate_by_assitro-send-message,Send WhatsApp Message,Send a single WhatsApp message using SyncMate by Assistro. [See the documentation](https://assistro.co/user-guide/connect-your-custom-app-with-syncmate/),true,true,false +syncmate_by_assitro-send-bulk-messages,Send Bulk Messages,Send multiple WhatsApp messages in bulk. [See the documentation](https://assistro.co/user-guide/bulk-messaging-at-a-scheduled-time-using-syncmate-2/),true,true,false +digitalriver-create-product,Create a Product,Creates a new product on the Digital River platform. [See the documentation](https://www.digitalriver.com/docs/digital-river-api-reference/#tag/SKUs/operation/createSkus),false,true,false +digitalriver-update-customer-information,Update Customer Information,Updates the information for a customer in Digital River. [See the documentation](https://www.digitalriver.com/docs/digital-river-api-reference/#tag/Customers/operation/updateCustomers),true,true,false +digitalriver-cancel-order,Cancel Order,Cancels an existing order in Digital River. [See the documentation](https://www.digitalriver.com/docs/digital-river-api-reference/#tag/Fulfillments/operation/createFulfillments),true,true,false +esendex-send-voice-message,Send Voice Message,Send a voice message to a recipient. [See the documentation](https://developers.esendex.com/api-reference/#messagedispatcher),false,true,false +esendex-send-sms-message,Send SMS Message,Send an SMS message to a recipient. [See the documentation](https://developers.esendex.com/api-reference/#messagedispatcher),false,true,false +doppler_marketing_automation-add-update-subscriber,Add or Update Subscriber,Adds a new subscriber or updates an existing one. [See the documentation](https://restapi.fromdoppler.com/docs/resources#!/Subscribers/AccountsByAccountNameListsByListIdSubscribersPost),true,true,false +doppler_marketing_automation-remove-subscriber,Remove Subscriber,Removes a subscriber from a list completely. [See the documentation](https://restapi.fromdoppler.com/docs/resources#!/Subscribers/AccountsByAccountNameListsByListIdSubscribersByEmailDelete),true,true,false +doppler_marketing_automation-unsubscribe-email,Unsubscribe Email,"Unsubscribe an email address from the account. Once unsubscribed, the user will not receive any more communication. [See the documentation](https://restapi.fromdoppler.com/docs/resources#!/Subscribers/AccountsByAccountNameUnsubscribedPost)",true,true,false +doppler_marketing_automation-get-subscriber,Get Subscriber,Get a subscriber. [See the documentation](https://restapi.fromdoppler.com/docs/resources#!/Subscribers/AccountsByAccountNameSubscribersByEmailGet),false,true,true +codereadr-generate-qr-code,Generate QR Code,Generates a unique QR code. [See the documentation](https://secure.codereadr.com/apidocs/BarcodeGenerator.md#generate),false,true,true +codereadr-add-update-barcode-value,Add or Update Barcode Value,Adds or updates a barcode value in the selected database. [See the documentation](https://secure.codereadr.com/apidocs/Databases.md#upsertvalue),true,true,false +codereadr-create-database,Create Database,Creates a new database in CodeREADr. [See the documentation](https://secure.codereadr.com/apidocs/Databases.md#create),false,true,false +orca_scan-find-row,Find Row,"Locates a row record based on a given barcode. If no barcode is provided, return all rows. [See the documentation](https://orcascan.com/guides/add-barcode-tracking-to-your-system-using-a-rest-api-f09a21c3#rows-1)",false,true,false +orca_scan-add-update-row,Add or Update Row,Adds a new row or updates an existing row in a sheet. [See the documentation](https://orcascan.com/guides/add-barcode-tracking-to-your-system-using-a-rest-api-f09a21c3),true,true,false +google_recaptcha-validate-recaptcha,Validate reCAPTCHA Response,Validate a Google reCAPTCHA request (v2 or v3). [See docs here](https://developers.google.com/recaptcha/docs/verify),false,true,true +livestorm-list-attendees-from-event,List Attendees From Event,List all the people linked to all the sessions of an event. [See the Documentation](https://developers.livestorm.co/reference/get_events-id-people),false,true,true +livestorm-create-event,Create Event,Create a new event. [See the Documentation](https://developers.livestorm.co/reference/post_events),false,true,false +livestorm-list-events,List Events,List the events of your workspace. [See the Documentation](https://developers.livestorm.co/reference/get_events),false,true,true +livestorm-get-event,Get Event,Retrieve a single event. [See the Documentation](https://developers.livestorm.co/reference/get_events-id),false,true,true +livestorm-register-someone-for-session,Register Someone For A Session,Register a new participant for a session (either an external registrant or internal team member). [See the Documentation](https://developers.livestorm.co/reference/post_sessions-id-people),false,true,false +livestorm-list-sessions,List Sessions,List all your event sessions. [See the Documentation](https://developers.livestorm.co/reference/get_sessions),false,true,true +livestorm-update-event,Update Event,Update an event with its full list of attributes. [See the Documentation](https://developers.livestorm.co/reference/put_events-id),true,true,false +dext-get-client,Get Client,Retrieves a detailed set of information about a particular client. [See the documentation](https://help.dext.com/en/s/article/api#api-endpoints),false,true,true +dext-get-client-activity-stats,Get Client Activity Stats,Retrieves the rolling annual and monthly-average Activity Stats for a particular client. [See the documentation](https://help.dext.com/en/s/article/api#api-endpoints),false,true,true +bigcommerce-create-product-image,Create Product Image,Create a product image. [See the docs here](https://developer.bigcommerce.com/docs/rest-catalog/products/images#create-a-product-image),false,true,false +bigcommerce-create-product,Create Product,Create a product. [See the docs here](https://developer.bigcommerce.com/api-reference/366928572e59e-create-a-product),false,true,false +bigcommerce-get-all-products,Get All Products,Get all your products. [See the docs here](https://developer.bigcommerce.com/api-reference/4101d472a814d-get-all-products),false,true,true +bigcommerce-delete-product,Delete Product,Delete a product by Id. [See the docs here](https://developer.bigcommerce.com/api-reference/76f5ebcdab695-delete-a-product),true,true,false +bigcommerce-get-product,Get Product By Id,Get a specific product by id. [See the docs here](https://developer.bigcommerce.com/api-reference/6fe995bba597e-get-a-product),false,true,true +bigcommerce-update-product,Update Product,Update a product by Id. [See the docs here](https://developer.bigcommerce.com/api-reference/6f05c1244d972-update-a-product),true,true,false +bigcommerce-get-all-products-sort-order,Get All Products Sort Order,Get all your products. [See the docs here](https://developer.bigcommerce.com/api-reference/90ab7265480e2-get-product-sort-order),false,true,true +bigcommerce-get-product-variants,Get Product Variants,Get all product variants. [See the docs here](https://developer.bigcommerce.com/api-reference/02db3ddfc6be7-get-all-product-variants),false,true,true +dock_certs-list-credentials,List Credentials,List existing credentials. [See the documentation](https://docs.api.dock.io/?json-doc#get-credentials-metadata),false,true,true +dock_certs-revoke-credential,Revoke Credential,Revoke an existing credential. [See the documentation](https://docs.api.dock.io/#revoke-unrevoke-credential),false,true,false +dock_certs-issue-credential,Issue Credential,Issue a new credential. [See the documentation](https://docs.api.dock.io/#credentials),false,true,false +kaleido-delete-contract,Delete Contract,Delete a contract in Kaleido. [See the documentation](https://api.kaleido.io/platform.html#tag/Contracts/paths/~1consortia~1%7Bconsortia_id%7D~1contracts~1%7Bcontract_id%7D/delete),true,true,false +kaleido-create-contract,Create Contract,Create a contract in Kaleido. [See the documentation](https://api.kaleido.io/platform.html#tag/Contracts/paths/~1consortia~1%7Bconsortia_id%7D~1contracts/post),false,true,false +kaleido-create-membership,Create Membership,Create a membership for a consortia in Kaleido. [See the documentation](https://api.kaleido.io/platform.html#tag/Memberships/paths/~1consortia~1{consortia_id}~1memberships/post),false,true,false +freshsales-create-deal,Create Deal,Create a new deal in your Freshsales account. [See the documentation](https://developer.freshsales.io/api/#create_deal),false,true,false +freshsales-list-all-contacts,List All Contacts,Fetch all contacts from your Freshsales account. [See the documentation](https://developer.freshsales.io/api/#list_all_contacts),false,true,true +freshsales-create-contact,Create Contact,Create a new contact in your Freshsales account. [See the documentation](https://developer.freshsales.io/api/#create_a_contact),false,true,false +freshsales-list-all-deals,List All Deals,Fetch all deals from your Freshsales account. [See the documentation](https://developer.freshsales.io/api/#list_all_deals),false,true,true +wiza-get-list,Get List,Get the list with the given id. [See the documentation](https://wiza.co/api-docs#/paths/~1api~1lists~1%7Bid%7D/get),false,true,true +wiza-create-list,Create List,Create a list of people to enrich. [See the documentation](https://wiza.co/api-docs#/paths/~1api~1lists/post),false,true,false +wiza-get-contacts,Get Contacts,Get contacts for a list. [See the documentation](https://wiza.co/api-docs#/paths/~1api~1lists~1%7Bid%7D/get),false,true,true +pipedrive-get-lead-by-id,Get Lead by ID,Get a lead by its ID. [See the documentation](https://developers.pipedrive.com/docs/api/v1/Leads#getLead),false,true,true +pipedrive-add-deal,Add Deal,Adds a new deal. See the Pipedrive API docs for Deals [here](https://developers.pipedrive.com/docs/api/v1/Deals#addDeal),false,true,false +pipedrive-get-person-details,Get person details,Get details of a person by their ID. [See the documentation](https://developers.pipedrive.com/docs/api/v1/Persons#getPerson),false,true,true +pipedrive-remove-duplicate-notes,Remove Duplicate Notes,Remove duplicate notes from an object in Pipedrive. See the documentation for [getting notes](https://developers.pipedrive.com/docs/api/v1/Notes#getNotes) and [deleting notes](https://developers.pipedrive.com/docs/api/v1/Notes#deleteNote),true,true,false +pipedrive-search-notes,Search Notes,Search for notes in Pipedrive. [See the documentation](https://developers.pipedrive.com/docs/api/v1/Notes#getNotes),false,true,true +pipedrive-add-note,Add Note,Adds a new note. For info on [adding an note in Pipedrive](https://developers.pipedrive.com/docs/api/v1/Notes#addNote),false,true,false +pipedrive-update-person,Update Person,Updates an existing person in Pipedrive. [See the documentation](https://developers.pipedrive.com/docs/api/v1/Persons#updatePerson),true,true,false +pipedrive-update-deal,Update Deal,Updates the properties of a deal. See the Pipedrive API docs for Deals [here](https://developers.pipedrive.com/docs/api/v1/Deals#updateDeal),true,true,false +pipedrive-search-persons,Search persons,"Searches all Persons by `name`, `email`, `phone`, `notes` and/or custom fields. This endpoint is a wrapper of `/v1/itemSearch` with a narrower OAuth scope. Found Persons can be filtered by Organization ID. See the Pipedrive API docs [here](https://developers.pipedrive.com/docs/api/v1/Persons#searchPersons)",false,true,true +pipedrive-add-organization,Add Organization,Adds a new organization. See the Pipedrive API docs for Organizations [here](https://developers.pipedrive.com/docs/api/v1/Organizations#addOrganization),false,true,false +pipedrive-add-person,Add Person,Adds a new person. See the Pipedrive API docs for People [here](https://developers.pipedrive.com/docs/api/v1/Persons#addPerson),false,true,false +pipedrive-add-activity,Add Activity,Adds a new activity. Includes `more_activities_scheduled_in_context` property in response,false,true,false +pipedrive-add-lead,Add Lead,Create a new lead in Pipedrive. [See the documentation](https://developers.pipedrive.com/docs/api/v1/Leads#addLead),false,true,false +pipedrive-merge-persons,Merge Persons,Merge two persons in Pipedrive. [See the documentation](https://developers.pipedrive.com/docs/api/v1/Persons#mergePersons),false,true,false +pipedrive-search-leads,Search Leads,Search for leads by name or email. [See the documentation](https://developers.pipedrive.com/docs/api/v1/Leads#searchLeads),false,true,true +pipedrive-merge-deals,Merge Deals,Merge two deals in Pipedrive. [See the documentation](https://developers.pipedrive.com/docs/api/v1/Deals#mergeDeals),false,true,false +microsoft_outlook_calendar-list-events,List Events,Get a list of event objects in the user,false,true,true +microsoft_outlook_calendar-delete-calendar-event,Delete Calendar Event,Delete an event in the user,true,true,false +microsoft_outlook_calendar-update-calendar-event,Update Calendar Event,Update an event in the user,true,true,false +microsoft_outlook_calendar-create-calendar-event,Create Calendar Event,Create an event in the user,false,true,false +microsoft_outlook_calendar-get-schedule,Get Free/Busy Schedule,"Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. [See the documentation](https://learn.microsoft.com/en-us/graph/api/calendar-getschedule)",false,true,true +mails_so-validate-email,Validate Email,Send an email address to be validated by the API. [See the documentation](https://www.postman.com/joint-operations-engineer-25774813/workspace/mails-so/request/36028084-aa3b6359-bbdd-451b-8596-548a4d913f38),false,true,false +zixflow-get-activities,Get Activities,Retrieve a list of activities. [See the documentation](https://docs.zixflow.com/api-reference/activity-list/get#body),false,true,true +zixflow-delete-activity,Delete Activity,Deletes an existing activity or task from Zixflow. [See the documentation](https://docs.zixflow.com/api-reference/activity-list/delete),true,true,false +zixflow-create-activity,Create Activity,Creates a new activity or task within Zixflow. [See the documentation](https://docs.zixflow.com/api-reference/activity-list/create),false,true,false +zixflow-update-activity,Update Activity,Updates an existing activity or task in Zixflow. [See the documentation](https://docs.zixflow.com/api-reference/activity-list/edit),true,true,false +dealmachine-create-note,Create Note,Create a note for the lead. [See the documentation](https://docs.dealmachine.com/#ee15a741-b856-42dd-af34-19dca1d48f42),false,true,false +dealmachine-add-lead,Add Lead,Add a lead to your team,false,true,false +dealmachine-add-tag-to-lead,Add Tags to Lead,Add tags(s) to the lead. [See the documentation](https://docs.dealmachine.com/#ba760bae-ed7e-4b88-91ab-4f67668b111c),false,true,false +cufinder-find-company-website,Find Company Website,Finds a company,false,true,true +cufinder-find-company-email,Find Company Email,Finds a company,false,true,true +cufinder-find-company-phone,Find Company Phone,Find a company phone using the domain. [See the documentation](https://apidoc.cufinder.io/apis/#company-phone-finder-api),false,true,true +mailosaur-create-email,Create and Send Email via Mailosaur,Sends an email through Mailosaur. [See the documentation](https://mailosaur.com/docs/api),false,true,false +mailosaur-search-email,Search Email,Search for received emails in a server matching specified criteria. [See the documentation](https://mailosaur.com/docs/api/#search-for-messages),false,true,true +mailosaur-delete-email,Delete Email,Deletes an email from a Mailosaur server using its email ID. [See the documentation](https://mailosaur.com/docs/api),true,true,false +satuit-create-dealflow,Create Dealflow,"Creates a new dealflow within the Satuit platform, setting up a new series of business interactions. [See the documentation](https://satuittechnologies.zendesk.com/hc/en-us/articles/360055725213-Satuit-REST-API-Postman-Documentation)",false,true,false +satuit-find-contact-by-email,Find Contact By Email,Searches for a specific contact within the Satuit platform using an email address as the key identifier. [See the documentation](https://satuittechnologies.zendesk.com/hc/en-us/articles/360055725213-Satuit-REST-API-Postman-Documentation),false,true,true +satuit-create-business,Create Business,Creates a new business within the Satuit platform. [See the documentation](https://satuittechnologies.zendesk.com/hc/en-us/articles/360055725213-Satuit-REST-API-Postman-Documentation),false,true,false +code_climate-get-members,Get Members,Returns a list of active members for the specified organization. [See the documentation](https://developer.codeclimate.com/#get-members),false,true,true +code_climate-get-organizations,Get Organizations,Returns collection of organizations for the current user. [See the documentation](https://developer.codeclimate.com/#get-organizations),false,true,true +code_climate-create-organization,Create Organization,Creates a new organization on code_climate. [See the documentation](https://developer.codeclimate.com/#create-organization),false,true,false +burstyai-run-workflow,Run Workflow,Triggers an AI workflow on BurstyAI. [See the documentation](https://burstyai.readme.io/reference),false,true,false +greptile-query-codebase,Query Codebase,Search the user,false,true,true +canva-create-design,Create Design,Creates a new Canva design. [See the documentation](https://www.canva.dev/docs/connect/api-reference/designs/create-design/),false,true,false +canva-export-design,Export Design,Starts a new job to export a file from Canva. [See the documentation](https://www.canva.dev/docs/connect/api-reference/exports/create-design-export-job/),false,true,false +canva-create-design-import-job,Create Design Import Job,Starts a new job to import an external file as a new design in Canva. [See the documentation](https://www.canva.dev/docs/connect/api-reference/design-imports/create-design-import-job/),false,true,false +canva-upload-asset,Upload Asset,Uploads an asset to Canva. [See the documentation](https://www.canva.dev/docs/connect/api-reference/assets/create-asset-upload-job/),false,true,false +summit-run-model,Run Model,Executes a model within Summit and captures the response fields. [See the documentation](https://summit.readme.io/reference/model-api),false,true,false +summit-list-models,List Models,Returns a list of models from Summit. [See the documentation](https://summit.readme.io/reference/apps),false,true,true +anonyflow-protect-sensitive-data,Protect Sensitive Data,Encrypts sensitive data using AnonyFlow encryption service with a unique private key managed by AnonyFlow. [See the documentation](https://anonyflow.com/api),false,true,false +anonyflow-unprotect-sensitive-data,Unprotect Sensitive Data,"Decrypts protected data using AnonyFlow decryption service with a unique private key, managed by AnonyFlow. [See the documentation](https://anonyflow.com/api)",false,true,false +bulkgate-send-sms,Send SMS,Sends an SMS message to a phone number. [See the docs](https://help.bulkgate.com/docs/en/http-simple-transactional-post-json.html).,false,true,false +abyssale-generate-multi-format-images-videos,Generate Multi-Format Images/Videos,Generates multiple images and videos from a template. [See the documentation](https://api-reference.abyssale.com/#tag/Images/paths/~1async~1banner-builder~1%7BtemplateId%7D~1generate/post),false,true,false +abyssale-generate-image,Generate Image,Generates a single image from a template. [See the documentation](https://api-reference.abyssale.com/#tag/Images/paths/~1banner-builder~1%7BtemplateId%7D~1generate/post),false,true,false +hackerone-get-members,Get Members,List all members of an organization. [See the documentation](https://api.hackerone.com/customer-resources/#organizations-get-all-members),false,true,true +hackerone-create-group,Create Group,Create a new organization group. [See the documentation](https://api.hackerone.com/customer-resources/?javascript#organizations-create-group),false,true,false +hackerone-create-invitation,Create Invitation,Invite a recipient to an organization using their email address. [See the documentation](https://api.hackerone.com/customer-resources/?shell#organizations-create-an-invitation),false,true,false +emailable-verify-batch-of-emails,Verify Batch of Emails,"Verifies a batch of emails, up to 50,000 per batch. [See the documentation](https://emailable.com/docs/api/#verify-a-batch-of-emails)",false,true,true +emailable-verify-email-address,Verify Email Address,Verifies a single email address using Emailable. [See the documentation](https://emailable.com/docs/api/#verify-an-email),false,true,true +maestra-upload-file,Upload File,Initiates a new file upload to Maestra. [See the documentation](https://maestra.ai/docs#uploadFile),false,true,false +maestra-translate-file,Translate File,Translates an existing file in the Maestra system. [See the documentation](https://maestra.ai/docs#translate),false,true,false +melo-search-properties,Search Properties,Searches properties in Melo. [See the documentation](https://docs.melo.io/api-reference/endpoint/properties/get_collection),false,true,true +mailjet-list-contacts,List Contacts,"Retrieve details for all contact lists - name, subscriber count, creation timestamp, deletion status. [See the docs here](https://dev.mailjet.com/email/reference/contacts/contact-list/#v3_get_contactslist)",false,true,true +mailjet-send-message,Send Message,"Send a message via Send API v3. Send API v3 is built mainly for speed, allowing you to send up to 100 messages in a single API call. [See the docs here](https://dev.mailjet.com/email/reference/send-emails/#v3_1_post_send)",false,true,false +mailjet-create-contact,Create Contact,Add a new unique contact to your global contact list and select its exclusion status. [See the docs here](https://dev.mailjet.com/email/reference/contacts/contact/#v3_post_contact),false,true,false +mailjet-update-contact,Update Contact,Update the user-given name and exclusion status of a specific contact. [See the docs here](https://dev.mailjet.com/email/reference/contacts/contact/#v3_put_contact_contact_ID),true,true,false +_4dem-create-sender,Create Sender,Create an email sender. You will need to confirm the email address used during creation. [See the documentation](https://api.4dem.it/#/operations/senders.email.store),false,true,false +_4dem-create-email,Create Email,Create a new email. [See the documentation](https://api.4dem.it/#/operations/contents.email.store),false,true,false +_4dem-confirm-email,Confirm Email,Confirm sender email address. [See the documentation](https://api.4dem.it/#/operations/senders.email.confirm),false,true,false +https_airbyte_com-delete-workspace,Delete Workspace,Deletes a workspace on Airbyte. [See the documentation](https://reference.airbyte.com/reference/deleteworkspace),true,true,false +https_airbyte_com-list-workspaces,List Workspaces,Lists workspaces on Airbyte. [See the documentation](https://reference.airbyte.com/reference/listworkspaces),false,true,true +https_airbyte_com-create-workspace,Create Workspace,Creates a workspace on Airbyte. [See the documentation](https://reference.airbyte.com/reference/createworkspace),false,true,false +https_airbyte_com-update-workspace,Update Workspace,Updates a workspace on Airbyte. [See the documentation](https://reference.airbyte.com/reference/updateworkspace),true,true,false +line_messaging_api-send-broadcast-message,Send Broadcast Message,Sends a broadcast message to all users. [See the documentation](https://developers.line.biz/en/reference/messaging-api/#send-broadcast-message),false,true,false +line_messaging_api-send-push-message,Send Push Message,Sends a push message to a user. [See the documentation](https://developers.line.biz/en/reference/messaging-api/#send-push-message),false,true,false +line_messaging_api-send-reply-message,Send Reply Message,Sends a reply message to a user. [See the documentation](https://developers.line.biz/en/reference/messaging-api/#send-reply-message),false,true,false +line_messaging_api-send-multicast-message,Send Multicast Message,Sends a multicast message to a list of users. [See the documentation](https://developers.line.biz/en/reference/messaging-api/#send-multicast-message),false,true,false +ezeep_blue-create-print-job,Create Print Job,Send a new print job to a specified printer.,false,true,false +ezeep_blue-get-print-job-status,Get Print Job Status,Check the status of a specific print job. [See the documentation](https://apidocs.ezeep.com/ezeepblue/api/printapi/README.html#get-status),false,true,true +ezeep_blue-list-printers,List Printers,Retrieve a list of all available printers in the network. [See the documentation](https://apidocs.ezeep.com/ezeepblue/api/rest_api/printers/README.html#list-printers),false,true,true +certifier-issue-credential,Issue Credential,"Create, issue and send a credential to a recipient. [See the documentation](https://developers.certifier.io/reference/create-issue-send-a-credential)",false,true,false +certifier-create-group,Create Group,Create a group. [See the documentation](https://developers.certifier.io/reference/create-a-group),false,true,false +segment-identify,"Identify a user, tie them to their actions and record traits about them",Identify lets you tie a user to their actions and record traits about them. It includes a unique User ID and any optional traits you know about them (note requires userId or anonymousId). See the docs [here](https://segment.com/docs/connections/sources/catalog/libraries/server/http-api/#identify),false,true,false +segment-page,Record page views on your website,"The page method lets you record page views on your website, along with optional extra information about the page being viewed (note requires userId or anonymousId). See the docs [here](https://segment.com/docs/connections/sources/catalog/libraries/server/http-api/#page)",false,true,false +segment-alias,Associate one identity with another,Alias is how you associate one identity with another. See the docs [here](https://segment.com/docs/connections/sources/catalog/libraries/server/http-api/#alias),false,true,false +segment-track,Track actions your users perform,Track lets you record the actions your users perform (note requires userId or anonymousId). See the docs [here](https://segment.com/docs/connections/sources/catalog/libraries/server/http-api/#track),false,true,false +segment-group,Associate an identified user with a group,Group lets you associate an identified user with a group (note requires userId or anonymousId). See the docs [here](https://segment.com/docs/connections/sources/catalog/libraries/server/http-api/#group),false,true,false +segment-screen,Record whenever a user sees a screen,The screen method let you record whenever a user sees a screen of your mobile app (note requires userId or anonymousId). See the docs [here](https://segment.com/docs/connections/sources/catalog/libraries/server/http-api/#screen),false,true,false +convertkit-add-tag-to-subscriber,Add tag to a subscriber,Add tag to a subscriber. [See docs here](https://developers.convertkit.com/#tag-a-subscriber),false,true,false +convertkit-add-subscriber-to-form,Add subscriber to a form,Add subscriber to a form. [See docs here](https://developers.convertkit.com/#add-subscriber-to-a-form),false,true,false +convertkit-list-subscribers,List subscribers,Returns a list of your subscribers. [See docs here](https://developers.convertkit.com/#list-subscribers),false,true,true +convertkit-view-single-subscribers,View a Single Subscribers,Returns data for a single subscriber. [See docs here](https://developers.convertkit.com/#view-a-single-subscriber),false,true,true +verifi_email-validate-email-address,Validate Email Address,Validate an email address. [See the documentation](https://verifi.email/docs),false,true,true +forcemanager-list-users,List All Users,Returns a list of all users in the app. [See the documentation](https://developer.forcemanager.com/#d91467e1-c380-4cce-8207-840b570a5471),false,true,true +forcemanager-create-opportunity,Create Opportunity,Creates a new business opportunity in ForceManager. [See the documentation](https://developer.forcemanager.com/#836754be-f32d-47d2-a8ab-73a147c62ca9),false,true,false +forcemanager-find-contact,Find Contact,"Search for an existing contact by email, name, or phone. [See the documentation](https://developer.forcemanager.com/#c1c37cd1-5cb9-473f-8918-7583ee0469e4)",false,true,true +baremetrics-create-customer,Create Customer,Create a customer. [See the documentation](https://developers.baremetrics.com/reference/create-customer),false,true,false +baremetrics-create-subscription,Create Subscription,Subscribe a client to a plan. [See the documentation](https://developers.baremetrics.com/reference/create-subscription),false,true,false +baremetrics-create-plan,Create Plan,Create a plan. [See the documentation](https://developers.baremetrics.com/reference/create-plan),false,true,false +baremetrics-update-customer,Update Customer,Update a customer. [See the documentation](https://developers.baremetrics.com/reference/update-customer),true,true,false +actitime-create-customer,Create Customer,Creates a new customer. [See the documentation](https://online.actitime.com/pipedream/api/v1/swagger).,false,true,false +actitime-create-task,Create Task,Creates a new task. [See the documentation](https://online.actitime.com/pipedream/api/v1/swagger).,false,true,false +actitime-modify-leave-time,Modify Leave Time,Changes the existing leave time record with a given value in actiTIME. [See the documentation](https://online.actitime.com/pipedream/api/v1/swagger).,true,true,false +postgrid_verify-verify-address,Verify Address,"Verify, standardize, and correct an address written on a single line. Ensure that you add the ISO 2-letter country code to the end of the line for best results. [See the documentation](https://avdocs.postgrid.com/#1061f2ea-00ee-4977-99da-a54872de28c2).",true,true,false +postgrid_verify-parse-address,Parse Address,Break an address apart into its components. [See the documentation](https://avdocs.postgrid.com/#cd929454-227c-4a31-9a0b-7896099e52d1).,false,true,true +kadoa-start-workflow,Start Kadoa Workflow,Triggers a Kadoa workflow using Pipedream. [See the documentation](https://api.kadoa.com/api-docs/),false,true,false +qntrl-create-job,Create Job,Creates a new job (card) in Qntrl. [See the documentation](https://core.qntrl.com/apidoc.html?type=reference&module=jobs&action=CreateJob),false,true,false +qntrl-post-comment,Post Comment,Posts a new comment under a specific job. [See the documentation](https://core.qntrl.com/apidoc.html?type=reference&module=jobs&action=PostComment),false,true,false +prospeo-search-domain,Search Domain,"Discover email addresses associated with a domain name, website, or company name. [See the documentation](https://prospeo.io/api/domain-search)",false,true,true +prospeo-find-mobile-number,Find Mobile Number,Discover mobile numbers associated with a LinkedIn profile URL. [See the documentation](https://prospeo.io/api/mobile-finder),false,true,true +prospeo-find-email,Find Email,Find an email address. [See the documentation](https://prospeo.io/api/email-finder),false,true,true +prospeo-extract-data,Extract Data,"Extract data from any LinkedIn profile in real-time, as well as all the data from the company page, and also find a valid verified email from the lead. [See the documentation](https://prospeo.io/api/social-url-enrichment)",false,true,true +prospeo-verify-email,Verify Email,Verify the validity of an email address. [See the documentation](https://prospeo.io/api/email-verifier),false,true,true +reflect-append-daily-note,Append Daily Note,Append to a daily note. [See the documentation](https://openpm.ai/apis/reflect#/graphs/{graphId}/daily-notes),false,true,false +reflect-list-links,List Links,Retieve all links for a graph. [See the documentation](https://openpm.ai/apis/reflect#/graphs/{graphId}/links),false,true,true +reflect-create-link,Create Link,Create a new link. [See the documentation](https://openpm.ai/apis/reflect#/graphs/{graphId}/links),false,true,false +reflect-get-user,Get User,Retieves information about the authenticated user. [See the documentation](https://openpm.ai/apis/reflect#/users/me),false,true,true +teamup-create-event,Create Event,Creates a new event on a specified calendar. [See the documentation](https://apidocs.teamup.com/docs/api/3269d0159ae9f-create-an-event),false,true,false +teamup-delete-event,Delete Event,Deletes an existing event on a specified calendar. [See the documentation](https://apidocs.teamup.com/docs/api/260f3631bec7b-delete-an-event),true,true,false +teamup-update-event,Update Event,Updates an existing event on a specified calendar. [See the documentation](https://apidocs.teamup.com/docs/api/8b5d0d1556103-update-an-event),true,true,false +rss-merge-rss-feeds,Merge RSS Feeds,Retrieve multiple RSS feeds and return a merged array of items sorted by date [See documentation](https://www.rssboard.org/rss-specification),false,true,true +axesso_data_service-list-reviews,List Reviews,Lists reviews for an Amazon product using Axesso Data Service. [See the documentation](https://axesso.developer.azure-api.net/api-details#api=axesso-amazon-data-service&operation=reviews),false,true,true +axesso_data_service-get-product-details,Get Product Details,Requests product detail information using Axesso Data Service. [See the documentation](https://axesso.developer.azure-api.net/api-details#api=axesso-amazon-data-service&operation=product-details),false,true,true +axesso_data_service-search-products,Search Products,Search Amazon products by keyword using Axesso Data Service. [See the documentation](https://axesso.developer.azure-api.net/api-details#api=axesso-amazon-data-service&operation=search-products),false,true,true +wordpress_org-upload-media,Upload Media,Upload a media item to your WordPress media library. Returns a media ID to be used in creating or updating posts.[See the documentation](https://www.npmjs.com/package/wpapi#uploading-media),false,true,false +wordpress_org-update-user,Update User,Updates the information of a user. [See the documentation](https://developer.wordpress.org/rest-api/reference/users/#update-a-user-2),true,true,false +wordpress_org-create-post,Create Post,Creates a post. [See the documentation](https://developer.wordpress.org/rest-api/reference/posts/#create-a-post),false,true,false +wordpress_org-create-user,Create User,Creates a user. [See the documentation](https://developer.wordpress.org/rest-api/reference/users/#create-a-user),false,true,false +wordpress_org-update-post,Update Post,Updates a post specified by its ID. [See the documentation](https://developer.wordpress.org/rest-api/reference/posts/#update-a-post),true,true,false +wordpress_org-search-posts,Search Posts,Searches for specific posts. [See the documentation](https://developer.wordpress.org/rest-api/reference/posts/#list-posts),false,true,true +wordpress_org-get-user,Get User,Retrieves information for a user. [See the documentation](https://developer.wordpress.org/rest-api/reference/users/#retrieve-a-user-2),false,true,true +vimeo-delete-video,Delete Video,Permanently deletes a video from the user,true,true,false +vimeo-add-video-to-album,Add Video To Album,Adds an existing video to a user,false,true,false +vimeo-upload-video,Upload Video,Uploads a video to the user,false,true,false +vivomeetings-update-conference,Update Conference,Updates an existing conference or webinar on VivoMeetings. [See the documentation](https://docs.google.com/viewerng/viewer?url=https://vivomeetings.com/wp-content/uploads/2023/01/Partner-APIs-v1.41.docx-1.pdf),true,true,false +vivomeetings-create-conference,Create Conference,Creates a new conference in VivoMeetings. [See the documentation](https://docs.google.com/viewerng/viewer?url=https://vivomeetings.com/wp-content/uploads/2023/01/Partner-APIs-v1.41.docx-1.pdf),false,true,false +vivomeetings-get-conference-recordings,Get Conference Recordings,Fetches the recordings of a conference or webinar from VivoMeetings. [See the documentation](https://docs.google.com/viewerng/viewer?url=https://vivomeetings.com/wp-content/uploads/2023/01/Partner-APIs-v1.41.docx-1.pdf),false,true,true +flexmail-create-update-contact,Create or Update Contact,Creates or updates a contact based on email address within Flexmail. [See the documentation](https://api.flexmail.eu/documentation/#post-/contacts),true,true,false +flexmail-unsubscribe-contact,Unsubscribe Contact,Performs unsubscribe operation for a contact. [See the documentation](https://api.flexmail.eu/documentation/#post-/contacts/-id-/unsubscribe),true,true,false +flexmail-subscribe-contact-interest,Subscribe Contact to Interest,Adds a contact to an interest area. [See the documentation](https://api.flexmail.eu/documentation/#post-/contacts/-id-/interest-subscriptions),false,true,false +ecologi-buy-trees,Buy Trees,Purchase trees through Ecologi. [See the documentation](https://docs.ecologi.com/docs/public-api-docs/004342d262f93-purchase-trees),false,true,false +ecologi-buy-offsets,Buy Offsets,Buy carbon avoidance credits through Ecologi. [See the documentation](https://docs.ecologi.com/docs/public-api-docs/e07bbee7fa605-purchase-carbon-avoidance),false,true,false +orimon-send-message,Send Message to Orimon,Sends a direct message to Orimon. [See the documentation](https://orimon.gitbook.io/docs/developer-api/message-api),false,true,false +woodpecker_co-create-update-prospect-in-campaign,Create Or Update Prospect In Campaign,This action creates/updates a prospect in a campaign. [See the docs here](https://woodpecker.co/help/api-managing-prospects/),true,true,false +woodpecker_co-find-prospect-email,Find Prospect,This action searches a specific prospect. [See the docs here](https://woodpecker.co/help/api-managing-prospects/),false,true,true +woodpecker_co-create-update-prospect,Create Or Update Prospect,This action creates/updates a prospect. [See the docs here](https://woodpecker.co/help/api-managing-prospects/),true,true,false +woodpecker_co-stop-follow-ups,Stop Follow-Ups,This action updates a prospect to stop receiving follow-ups. [See the docs here](https://woodpecker.co/help/api-managing-prospects/),true,true,false +airops-run-workflow,Run Workflow,Run a workflow of an app. See the [sync documentation](https://docs.airops.com/reference/create-execution) or [async documentation](https://docs.airops.com/reference/create-async-execution),true,true,false +yelp-get-business-details,Get Business Details,Determines the platform for mobile_link,false,true,true +yelp-search-businesses-by-phone-number,Search Businesses By Phone Number,"Phone number of the business you want to search for. It must start with `+` and include the country code, like `+14159083801`.",false,true,true +yelp-list-business-reviews,List Business Reviews,Sort reviews by Yelp,false,true,true +yelp-search-businesses,Search Businesses,"Search term, e.g. \",false,true,true +intercom-send-incoming-message,Send Incoming Message,Send a message from a user into your Intercom app. [See the docs here](https://developers.intercom.com/intercom-api-reference/reference/create-a-conversation),false,true,false +intercom-create-note,Create Note,Creates a note for a specific user. [See the docs here](https://developers.intercom.com/intercom-api-reference/reference/create-note-for-contact),false,true,false +intercom-upsert-contact,Upsert Contact,"Create a new contact. If there is already a contact with the email provided, the existing contact will be updated. [See the docs here](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/contacts/createcontact)",true,true,false +intercom-send-message-to-contact,Send Message To Contact,Send a message to a contact in Intercom. [See the documentation](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/messages/createmessage).,false,true,false +intercom-reply-to-conversation,Reply To Conversation,Add a reply or a note to an existing conversation thread. [See the documentation](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/conversations/replyconversation).,false,true,false +intercom-add-tag-to-contact,Add Tag To Contact,Adds a specific tag to a contact in Intercom. [See the documentation](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/contacts/attachtagtocontact).,false,true,false +beaconchain-get-execution-blocks,Get Execution Blocks,Retrieve execution blocks by execution block number. [See the documentation](https://beaconcha.in/api/v1/docs/index.html#/Execution/get_api_v1_execution_block__blockNumber_),false,true,true +beaconchain-get-validators,Get Validators,Returns information for all validators up to 100 by index or public key. [See the documentation](https://beaconcha.in/api/v1/docs/index.html#/Validator/get_api_v1_validator__indexOrPubkey_).,false,true,false +beaconchain-get-slots,Get Slots,Returns all slots for a specified epoch. [See the documentation](https://beaconcha.in/api/v1/docs/index.html#/Epoch/get_api_v1_epoch__epoch__slots),false,true,false +beaconchain-get-epoch,Get Epoch,Returns information for a specified epoch by the epoch number or an epoch tag (can be latest or finalized). [See the documentation](https://beaconcha.in/api/v1/docs/index.html#/Epoch/get_api_v1_epoch__epoch_),false,true,false +printautopilot-add-pdf-to-queue,Add PDF to Print Autopilot Queue,Uploads a PDF document to the print-autopilot queue. [See the documentation](https://documenter.getpostman.com/view/1334461/TW6wJonb#53f82327-4f23-416d-b2f0-ce17b8037933),false,true,false +scrapeninja-scrape-without-js,Scrape without JS,"Use high-performance web scraping endpoint with Chrome browser TLS fingerprint, but without JavaScript execution and real browser overhead. [See the documentation](https://scrapeninja.net/docs/api-reference/scrape/)",false,true,false +scrapeninja-scrape-with-js-rendering,Scrape with JS Rendering,Uses the ScrapeNinja real Chrome browser engine to scrape pages that require JS rendering. [See the documentation](https://scrapeninja.net/docs/api-reference/scrape-js/),false,true,false +axonaut-create-employee,Create Employee,Creates a employee. [See documentation (Go to `POST /api/v2/employees`)](https://axonaut.com/api/v2/doc),false,true,false +axonaut-update-company,Update Company,Updates a company. [See documentation (Go to `PATCH /api/v2/companies/{companYid}`)](https://axonaut.com/api/v2/doc),true,true,false +axonaut-update-employee,Update Employee,Updates a employee. [See documentation (Go to `POST /api/v2/employees`)](https://axonaut.com/api/v2/doc),true,true,false +axonaut-create-company,Create Company,Creates a company. [See documentation (Go to `POST /api/v2/companies`)](https://axonaut.com/api/v2/doc),false,true,false +xero_accounting_api-add-line-item-to-invoice,Add Items to Existing Sales Invoice,Adds line items to an existing sales invoice. [See the docs here](https://developer.xero.com/documentation/api/accounting/invoices#post-invoices),false,true,false +xero_accounting_api-list-contacts,List Contacts,Lists information from contacts in the given tenant id as per filter parameters.,false,true,true +xero_accounting_api-delete-tracking-category,Delete tracking category,Delete a tracking category by ID [See the documentation](https://developer.xero.com/documentation/api/accounting/trackingcategories#delete-trackingcategories).,true,true,false +xero_accounting_api-get-invoice,Get Invoice,Gets details of an invoice.,false,true,true +xero_accounting_api-list-credit-notes,List Credit Notes,Lists information from credit notes in the given tenant id as per filter parameters.,false,true,true +xero_accounting_api-update-tracking-category,Update tracking category,Update a tracking category by ID [See the documentation](https://developer.xero.com/documentation/api/accounting/trackingcategories#post-trackingcategories).,true,true,false +xero_accounting_api-create-history-note,Create History Note,Creates a new note adding it to a document.,false,true,false +xero_accounting_api-email-an-invoice,Email an Invoice,Triggers the email of a sales invoice out of Xero.,false,true,false +xero_accounting_api-get-item,Get Item,Gets details of an item.,false,true,true +xero_accounting_api-create-bill,Create Bill,Creates a new bill (Accounts Payable)[See the docs here](https://developer.xero.com/documentation/api/accounting/invoices),false,true,false +xero_accounting_api-create-payment,Create Payment,Creates a new payment,false,true,false +xero_accounting_api-find-invoice,Find Invoice,Finds an invoice by number or reference.[See the docs here](https://developer.xero.com/documentation/api/accounting/invoices/#get-invoices),false,true,true +xero_accounting_api-list-manual-journals,List Manual Journals,Lists information from manual journals in the given tenant id as per filter parameters.,false,true,true +xero_accounting_api-get-tracking-category,Get tracking category,Get information from a tracking category by ID [See the documentation](https://developer.xero.com/documentation/api/accounting/trackingcategories#get-trackingcategories).,false,true,true +xero_accounting_api-get-bank-statements-report,Bank Statements Report,Gets bank statements for the specified bank account.,false,true,true +xero_accounting_api-get-invoice-online-url,Get Sales Invoice Online URL,Retrieves the online sales invoice URL.,false,true,true +xero_accounting_api-create-update-contact,Create or update contact ,Creates a new contact or updates a contact if a contact already exists. [See the docs here](https://developer.xero.com/documentation/api/accounting/contacts),true,true,false +xero_accounting_api-delete-tracking-category-option,Delete tracking category option,Delete a tracking category option by ID [See the documentation](https://developer.xero.com/documentation/api/accounting/trackingcategories#delete-trackingcategories).,true,true,false +xero_accounting_api-get-history-of-changes,Get History of Changes,Gets the history of changes to a single existing document.,false,true,true +xero_accounting_api-list-invoices,List Invoices,Lists information from invoices in the given tenant id as per filter parameters.,false,true,true +xero_accounting_api-update-tracking-category-option,Update tracking category option,Update a tracking category by ID [See the documentation](https://developer.xero.com/documentation/api/accounting/trackingcategories#post-trackingcategories).,true,true,false +xero_accounting_api-create-bank-transaction,Create Bank Transaction,Create a new bank transaction [See the documentation](https://developer.xero.com/documentation/api/accounting/banktransactions#put-banktransactions),true,true,false +xero_accounting_api-xero-create-sales-invoice,Create Sales Invoice,Creates a new sales invoice. [See the documentation](https://developer.xero.com/documentation/api/invoices#post),false,true,false +xero_accounting_api-upload-file,Upload File,Uploads a file to the specified document. [See the documentation](https://developer.xero.com/documentation/api/accounting/invoices#upload-attachment),false,true,false +xero_accounting_api-get-tenant-connections,Get Tenant Connections,Gets the tenants connections the user is authorized to access,false,true,true +xero_accounting_api-create-tracking-category,Create tracking category,Create a new tracking category [See the documentation](https://developer.xero.com/documentation/api/accounting/trackingcategories#put-trackingcategories).,false,true,false +xero_accounting_api-find-or-create-contact,Find or Create Contact,"Finds a contact by name or email address. Optionally, create one if none are found. [See the docs here](https://developer.xero.com/documentation/api/accounting/contacts/#get-contacts)",false,true,true +xero_accounting_api-xero-accounting-create-employee,Create Employee,Creates a new employee.,false,true,false +xero_accounting_api-list-tracking-categories,List tracking categories,Lists information from tracking categories [See the documentation](https://developer.xero.com/documentation/api/accounting/trackingcategories).,false,true,true +xero_accounting_api-create-item,Create Item,Creates a new item.,false,true,false +xero_accounting_api-make-an-api-call,Make API Call,Makes an aribitrary call to Xero Accounting API.,false,true,false +xero_accounting_api-get-bank-summary,Get Bank Summary,Gets the balances and cash movements for each bank account.,false,true,true +xero_accounting_api-xero-create-purchase-bill,Create Purchase Bill,Creates a new purchase bill.,false,true,false +xero_accounting_api-download-invoice,Download Invoice,Downloads an invoice as pdf file. File will be placed at the action,false,true,false +xero_accounting_api-create-credit-note,Create Credit Note,Creates a new credit note.,true,true,false +xero_accounting_api-xero-accounting-update-contact,Update Contact,Updates a contact given its identifier.,true,true,false +xero_accounting_api-get-contact,Get Contact,Gets details of a contact.,false,true,true +xero_accounting_api-xero-accounting-create-or-update-contact,Create or Update Contact,Creates a new contact or updates if the contact exists.,true,true,false +microsoft_entra_id-update-user,Update User,Updates an existing user in Microsoft Entra ID. [See the documentation](https://learn.microsoft.com/en-us/graph/api/user-update?view=graph-rest-1.0&tabs=http),true,true,false +microsoft_entra_id-remove-member-from-group,Remove Member From Group,Removes a member from a group Microsoft Entra ID. [See the documentation](https://learn.microsoft.com/en-us/graph/api/group-delete-members?view=graph-rest-1.0&tabs=http),true,true,false +microsoft_entra_id-search-groups,Search Groups,Searches for groups by name or description. [See the documentation](https://learn.microsoft.com/en-us/graph/api/group-list?view=graph-rest-1.0&tabs=http),false,true,true +microsoft_entra_id-add-member-to-group,Add Member To Group,Adds a member to a group Microsoft Entra ID. [See the documentation](https://learn.microsoft.com/en-us/graph/api/user-update?view=graph-rest-1.0&tabs=http),true,true,false +mailgenius-get-email-audit,Get Email Audit,"Returns generated test email, limit exceeded if daily limit is reached. [See the documentation](https://app.mailgenius.com/api-docs/index.html)",false,true,false +mailgenius-get-email-result,Get Email Results,Returns the results of the test. [See the documentation](https://app.mailgenius.com/api-docs/index.html),false,true,false +mailgenius-get-daily-limit,Get Daily Limit,"Returns daily limit for api token, how many email tests are used in last 24 hours and how many are still remaining for use. [See the documentation](https://app.mailgenius.com/api-docs/index.html)",false,true,false +databricks-set-sql-warehouse-permissions,Set SQL Warehouse Permissions,Updates the permissions for a specific SQL Warehouse. [See docs](https://docs.databricks.com/api/workspace/warehouses/setpermissions),true,true,false +databricks-delete-vector-search-index,Delete Vector Search Index,Deletes a vector search index in Databricks. [See the documentation](https://docs.databricks.com/api/workspace/vectorsearchindexes/deleteindex),true,true,false +databricks-get-endpoint,Get Endpoint,Get details of a specific vector search endpoint. [See the documentation](https://docs.databricks.com/api/workspace/vectorsearchendpoints/getendpoint),false,true,true +databricks-export-run,Export Run,Export and retrieve the job run task. [See the documentation](https://docs.databricks.com/api/workspace/jobs/exportrun),false,true,false +databricks-get-job,Get Job,Retrieves the details for a single job. [See the documentation](https://docs.databricks.com/api/workspace/jobs/get),false,true,true +databricks-get-job-permissions,Get Job Permissions,Get permissions of a job. [See the documentation](https://docs.databricks.com/api/workspace/jobs/getpermissions),false,true,true +databricks-cancel-run,Cancel Run,"Cancel a job run. The run is canceled asynchronously, so it may still be running when this request completes. [See the documentation](https://docs.databricks.com/api/workspace/jobs/cancelrun)",true,true,false +databricks-create-vector-search-index,Create Vector Search Index,Creates a new vector search index in Databricks. [See the documentation](https://docs.databricks.com/api/workspace/vectorsearchindexes/createindex),false,true,false +databricks-create-sql-warehouse,Create SQL Warehouse,Creates a new SQL Warehouse in Databricks. [See the documentation](https://docs.databricks.com/api/workspace/warehouses/create),false,true,false +databricks-update-job,Update Job,Update an existing job. Only the fields that are provided will be updated. [See the documentation](https://docs.databricks.com/api/workspace/jobs/update),true,true,false +databricks-scan-vector-search-index,Scan Vector Search Index,Scans a vector search index and returns entries after the given primary key. [See documentation](https://docs.databricks.com/api/workspace/vectorsearchindexes/scanindex),false,true,false +databricks-reset-job,Reset Job,Overwrite all settings for the given job. [See the documentation](https://docs.databricks.com/api/workspace/jobs/reset),true,true,false +databricks-get-vector-search-index,Get Vector Search Index,Retrieves details about a specific vector search index. [See the documentation](https://docs.databricks.com/api/workspace/vectorsearchindexes/getindex),false,true,true +databricks-delete-sql-warehouse,Delete SQL Warehouse,Deletes a SQL Warehouse by ID. [See the documentation](https://docs.databricks.com/api/workspace/warehouses/delete),true,true,false +databricks-run-job-now,Run Job Now,Run a job now and return the id of the triggered run. [See the documentation](https://docs.databricks.com/en/workflows/jobs/jobs-2.0-api.html#runs-list),false,true,false +databricks-query-vector-search-index,Query Vector Search Index,Query a specific vector search index in Databricks. [See the documentation](https://docs.databricks.com/api/workspace/vectorsearchindexes/queryindex),false,true,false +databricks-create-endpoint,Create Endpoint,Create a new vector search endpoint. [See the documentation](https://docs.databricks.com/api/workspace/vectorsearchendpoints/createendpoint),false,true,false +databricks-set-sql-warehouse-config,Set SQL Warehouse Config,Updates the global configuration for SQL Warehouses. [See the documentation](https://docs.databricks.com/api/workspace/warehouses/setworkspacewarehouseconfig),true,true,false +databricks-create-job,Create Job,Create a job. [See the documentation](https://docs.databricks.com/api/workspace/jobs/create),false,true,false +databricks-delete-endpoint,Delete Endpoint,Delete a vector search endpoint. [See the documentation](https://docs.databricks.com/api/workspace/vectorsearchendpoints/deleteendpoint),true,true,false +databricks-get-run,Get Run,Retrieve the metadata of a run. [See the documentation](https://docs.databricks.com/api/workspace/jobs/getrun),false,true,true +databricks-set-job-permissions,Set Job Permissions,Set permissions on a job. [See the documentation](https://docs.databricks.com/api/workspace/jobs/setpermissions),true,true,false +databricks-edit-sql-warehouse,Edit SQL Warehouse,Edits the configuration of an existing SQL Warehouse. [See the documentation](https://docs.databricks.com/api/workspace/warehouses/edit),true,true,false +databricks-delete-job,Delete Job,Delete a job. Deleted jobs cannot be recovered. [See the documentation](https://docs.databricks.com/api/workspace/jobs/delete),true,true,false +databricks-list-sql-warehouses,List SQL Warehouses,Lists all SQL Warehouses available in the Databricks workspace. [See the documentation](https://docs.databricks.com/api/workspace/warehouses/list),false,true,true +databricks-list-vector-search-indexes,List Vector Search Indexes,Lists all vector search indexes for a given endpoint. [See the documentation](https://docs.databricks.com/api/workspace/vectorsearchindexes/listindexes),false,true,true +databricks-repair-run,Repair Run,Re-run one or more tasks. [See the documentation](https://docs.databricks.com/api/workspace/jobs/repairrun),false,true,false +databricks-list-endpoints,List Endpoints,List all vector search endpoints. [See the documentation](https://docs.databricks.com/api/workspace/vectorsearchendpoints/listendpoints),false,true,true +databricks-cancel-all-runs,Cancel All Runs,"Cancel all active runs for a job. The runs are canceled asynchronously, so it doesn",true,true,false +databricks-get-run-output,Get Run Output,Retrieve the output and metadata of a single task run. [See the documentation](https://docs.databricks.com/en/workflows/jobs/jobs-2.0-api.html#runs-get-output),false,true,true +databricks-stop-sql-warehouse,Stop SQL Warehouse,Stops a SQL Warehouse by ID. [See the documentation](https://docs.databricks.com/api/workspace/warehouses/stop),true,true,false +databricks-list-runs,List Runs,Lists all runs available to the user. [See the documentation](https://docs.databricks.com/en/workflows/jobs/jobs-2.0-api.html#runs-list),false,true,true +databricks-get-sql-warehouse-config,Get SQL Warehouse Config,Retrieves the global configuration for SQL Warehouses. [See the documentation](https://docs.databricks.com/api/workspace/warehouses/getworkspacewarehouseconfig),false,true,true +databricks-list-jobs,List Jobs,List all jobs using automatic pagination. [See the documentation](https://docs.databricks.com/api/workspace/jobs/list),false,true,true +databricks-upsert-vector-search-index-data,Upsert Vector Search Index Data,Upserts (inserts/updates) data into an existing vector search index. [See the documentation](https://docs.databricks.com/api/workspace/vectorsearchindexes/upsertdatavectorindex),true,true,false +databricks-start-sql-warehouse,Start SQL Warehouse,Starts a SQL Warehouse by ID. [See the documentation](https://docs.databricks.com/api/workspace/warehouses/start),false,true,false +databricks-get-sql-warehouse,Get SQL Warehouse,Retrieves details for a specific SQL Warehouse. [See docs](https://docs.databricks.com/api/workspace/warehouses/get),false,true,true +databricks-get-sql-warehouse-permissions,Get SQL Warehouse Permissions,Retrieves the permissions for a specific SQL Warehouse. [See the documentation](https://docs.databricks.com/api/workspace/warehouses/getpermissions),false,true,true +databricks-delete-run,Delete Run,Delete a non-active run. Returns an error if the run is active. [See the documentation](https://docs.databricks.com/api/workspace/jobs/deleterun),true,true,false +databricks-delete-vector-search-index-data,Delete Data from Vector Search Index,Deletes rows from a Direct Access vector index by primary-key values. [See the documentation](https://docs.databricks.com/api/workspace/vectorsearchindexes/deletedatavectorindex),true,true,false +databricks-sync-vector-search-index,Sync Vector Search Index,Synchronize a Delta Sync vector search index in Databricks. [See the documentation](https://docs.databricks.com/api/workspace/vectorsearchindexes/syncindex),true,true,false +softr-create-user,Create User,Creates a new user within your Softr app. [See the documentation](https://docs.softr.io/softr-api/tTFQ5vSAUozj5MsKixMH8C/api-setup-and-endpoints/j1PrTZxt7pv3iZCnZ5Fp19#create-user),false,true,false +softr-generate-magic-link,Generate Magic Link,Generate a Magic Link for the specified user in your Softr app. [See the documentation](https://docs.softr.io/softr-api/tTFQ5vSAUozj5MsKixMH8C/api-setup-and-endpoints/j1PrTZxt7pv3iZCnZ5Fp19#generate-a-magic-link-for-the-user),false,true,false +softr-delete-user,Delete User,"Removes an existing user from your Softr app. Be aware, this action is irreversible. [See the documentation](https://docs.softr.io/softr-api/tTFQ5vSAUozj5MsKixMH8C/api-setup-and-endpoints/j1PrTZxt7pv3iZCnZ5Fp19#delete-user)",true,true,false +smstools-add-contact,Add Contact to Group,Adds a new contact to an existing contact list. [See the documentation](https://www.smstools.com/en/sms-gateway-api/add_contact),false,true,false +smstools-send-sms,Send SMS or WhatsApp Message,Sends a SMS or WhatsApp message to a specified contact. [See the documentation](https://www.smstools.com/en/sms-gateway-api/send_message),false,true,false +smstools-add-contact-opt-out,Add Contact to Opt-Out List,"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)",true,true,false +hullo-send-message,Send Message,Sends a personalized message to a Hullo member. [See the documentation](https://app.hullo.me/docs/index.html#?route=post-/endpoints/messages),false,true,false +hullo-add-update-member,Add or Update Member,Adds a new member or updates an existing member,true,true,false +ntfy-send-notification,Send Notification,Send a notification using Ntfy. [See the documentation](https://docs.ntfy.sh/publish/).,false,true,false +apitemplate_io-account-information,Account Information,Retrieves information about your account. [See the docs](https://apitemplate.io/apiv2/) for more information,false,true,true +apitemplate_io-create-pdf,Create a PDF,Create a PDF file with JSON data and your template. [See the docs](https://apitemplate.io/apiv2/#tag/API-Integration/operation/create-pdf) for more information,false,true,false +apitemplate_io-delete-object,Delete an Object,Delete a PDF or an image from CDN and mark the transaction as deleted. [See the docs](https://apitemplate.io/apiv2/#tag/API-Integration/operation/delete-object) for more information,true,true,false +apitemplate_io-list-objects,List Generated Objects,Retrieves all the generated PDFs and images. [See the docs](https://apitemplate.io/apiv2/#tag/API-Integration/operation/list-objects) for more information,false,true,true +apitemplate_io-create-image,Create an Image,Create a JPEG file(along with PNG) with JSON data and your template. [See the docs](https://apitemplate.io/apiv2/#tag/API-Integration/operation/create-image) for more information,false,true,false +smslink_nc-create-contact,Create Contact,Create a new contact. [See the documentation](https://api.smslink.nc/api/documentation#/Contact/556b84f384422939a9db51e60685798a).,false,true,false +smslink_nc-delete-sms-campaign,Delete SMS Campaign,Delete an existing SMS campaign. [See the documentation](https://api.smslink.nc/api/documentation),true,true,false +smslink_nc-delete-contact,Delete Contact,Deletes a contact. [See the documentation](https://api.smslink.nc/api/documentation),true,true,false +workiz-create-job,Create Job,Creates a new job in Workiz. [See the documentation](https://developer.workiz.com/),false,true,false +workiz-create-lead,Create Lead,Create a new lead in Workiz. [See the documentation](https://developer.workiz.com/),false,true,false +whatconverts-find-lead,Find Lead,Find a lead in WhatConverts. [See the documentation](https://www.whatconverts.com/api/leads/#get-all-leads),false,true,true +vectorshift-add-data-to-knowledge-base,Add Data to Knowledge Base,Adds data to a knowledge base in VectorShift. [See the documentation](https://docs.vectorshift.ai/api-reference/knowledge-bases/index).,false,true,false +vectorshift-run-pipeline,Run Pipeline,Executes a VectorShift pipeline with specified inputs. [See the documentation](https://docs.vectorshift.ai/api-reference/pipelines/run),false,true,false +vectorshift-create-pipeline,Create Pipeline,Creates a new pipeline in VectorShift. [See the documentation](https://docs.vectorshift.ai),false,true,false +zenler-create-user,Create User,Creates a user. [See the docs here](https://www.newzenler.com/api/documentation/public/api-doc.html#d350a2f6-bc29-b363-6724-681535bc03e0),false,true,false +zenler-enroll-user,Enroll User,Enrolls a user to a course. [See the docs here](https://www.newzenler.com/api/documentation/public/api-doc.html#faaadc39-5702-bb2c-640f-c76a47c26f81),false,true,false +zenler-subscribe-funnel,Subscribe Funnel,Subscribes to a funnel. [See the docs here](https://www.newzenler.com/api/documentation/public/api-doc.html#subscribe_to_funnel),false,true,false +zenler-register-live-class,Register Live Class,Registers a live class. [See the docs here](https://www.newzenler.com/api/documentation/public/api-doc.html#1966fea2-8274-49bd-f96d-54c215f9d301),false,true,false +zenler-register-live-webinar,Register Live Webinar,Registers a live webinar. [See the docs here](https://www.newzenler.com/api/documentation/public/api-doc.html#1966fea2-8274-49bd-f96d-54c215f9d302),false,true,false +zenler-unenroll-user,Unenroll User,Unenrolls a user from a course. [See the docs here](https://www.newzenler.com/api/documentation/public/api-doc.html#faaadc39-5702-bb2c-640f-c76a47c26f82),false,true,false +short-create-a-link,Create Link,Create a Short Link. [See the documentation](https://developers.short.io/reference/linkspost).,false,true,false +short-delete-a-link,Delete Link,Delete a Short Link. [See the documentation](https://developers.short.io/reference/linksbylinkiddelete).,true,true,false +short-update-a-link,Update Link,"Update original URL, title or path for existing URL by id. [See the documentation](https://developers.short.io/reference/linksbylinkidpost).",true,true,false +short-expire-a-link,Expire Link,Expire a short link by id. [See the documentation](https://developers.short.io/reference/linksbylinkidpost).,false,true,false +short-domain-statistics,Get Domain Statistics,Returns detailed statistics for a domain in given period. [See the documentation](https://developers.short.io/reference/getdomaindomainid).,false,true,true +digitalocean_spaces-upload-file-base64,Upload File Base64,"Accepts a base64-encoded string and a filename, then uploads as a file to DigitalOcean Spaces. [See the docs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/upload-objects.html).",false,true,false +digitalocean_spaces-list-files,List Files,List files in a bucket. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3/classes/listobjectsv2command.html).,false,true,true +digitalocean_spaces-delete-files,Delete Files,Delete files in a bucket. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3/classes/deleteobjectscommand.html).,true,true,false +digitalocean_spaces-upload-file,Upload File,Upload a file to DigitalOcean Spaces. Accepts either a file URL or a path to a file in the `/tmp` directory. [See the docs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/upload-objects.html).,false,true,false +faunadb-execute-graphql-query,Execute GraphQL Query,Performs an arbitrary authorized GraphQL query. [See docs here](https://docs.fauna.com/fauna/current/api/graphql/endpoints#graphql),false,true,false +faunadb-read-from-collection,Read From Fauna Collection,Reads all documents from a given Fauna collection. [See docs here](https://docs.fauna.com/fauna/current/api/fql/functions/documents),false,true,true +faunadb-import-graphql-schema,Import GraphQL schema,Import graphQL schema to a database. [See docs here](https://docs.fauna.com/fauna/current/api/graphql/endpoints#import),false,true,false +pdfmonkey-find-document,Find Document,Find a document within PDFMonkey. [See the documentation](https://docs.pdfmonkey.io/references/api/documents),false,true,true +pdfmonkey-generate-document,Generate Document,Generates a new document using a specified template. [See the documentation](https://docs.pdfmonkey.io/references/api/documents),false,true,false +pdfmonkey-delete-document,Delete Document,Deletes a specific document using its ID. [See the documentation](https://docs.pdfmonkey.io/references/api/documents),true,true,false +adroll-replace-emails-from-crm-audience,Replace Emails from CRM Audience,Replace the email list from a CRM audience in AdRoll. [See docs here](https://developers.adroll.com/docs/adroll-audience-api/1/routes/segments/%7Bsegment_eid%7D/post),true,true,false +giphy-translate-term-to-a-gif-sticker,Translate a Word to a Gif/Sticker,Translates or convert a word or phrase to the perfect Gif or Sticker using GIPHY,false,true,true +giphy-upload-gif,Upload a Gif,Uploads a Gif or video file up to 100MB programmatically on GIPHY.com [See the docs here](https://developers.giphy.com/docs/api/endpoint#upload).,false,true,false +giphy-search-gifs-stickers,Search Gifs/Stickers,Searches all GIPHY gifs or stickers for a word or phrase. [See the docs here](https://developers.giphy.com/docs/api/endpoint#search).,false,true,true +leadiq-find-contact,Find Contact,"Searches for contact information based on user-defined props which may include identifiers such as name, email, or company. Returns the contact data if a match is found within the LeadIQ database. [See the documentation](https://developer.leadiq.com/#query-searchPeople)",false,true,true +cloudinary-upload-media-asset,Upload Media Asset,Upload media assets such as images or videos. [See the documentation](https://cloudinary.com/documentation/image_upload_api_reference#upload_method),false,true,false +cloudinary-get-resources,Get Resources,Lists resources (assets) uploaded to your product environment. [See the documentation](https://cloudinary.com/documentation/admin_api#get_resources),false,true,true +cloudinary-transform-resource,Transform Resource,"Transform an image, video or audio asset on-the-fly with several options. [See the documentation](https://cloudinary.com/documentation/video_manipulation_and_delivery)",false,true,false +cloudinary-get-account-usage-details,Get Account Usage Details,"Gets a report of your Cloudinary account usage details, including storage, credits, bandwidth, requests, number of resources, and add-on usage. [See the documentation](https://cloudinary.com/documentation/admin_api#usage)",false,true,true +svix-create-message,Create Message,Creates a new message and dispatches it to all of the application,false,true,false +svix-list-messages,List Messages,List all of the application,false,true,true +svix-delete-message,Delete Message,Delete the given message,true,true,false +alegra-create-contact,Create Contact,Adds a new contact to Alegra. [See the documentation](https://developer.alegra.com/reference/post_contacts).,false,true,false +alegra-create-invoice,Create Invoice,Creates a new invoice in Alegra. [See the documentation](https://developer.alegra.com/reference/post_invoices),false,true,false +alegra-find-contact,Find Contact,Search for an existing contact in Alegra based on name or identification. [See the documentation](https://developer.alegra.com/reference/listcontacts-1),false,true,true +alpaca-place-order,Place Order,"Places a new order for the given account. An order request may be rejected if the account is not authorized for trading, or if the tradable balance is insufficient to fill the order, [See the docs](https://alpaca.markets/docs/api-references/trading-api/orders/#request-a-new-order)",false,true,false +alpaca-list-positions,List Positions,"Retrieves a list of the account’s open positions, [See the docs](https://alpaca.markets/docs/api-references/trading-api/positions/#get-open-positions)",true,true,false +alpaca-close-position,Close Position,"Closes (liquidates) the account’s open position. Works for both long and short positions, [See the docs](https://alpaca.markets/docs/api-references/trading-api/positions/#close-a-position)",true,true,false +alpaca-list-orders,List Orders,"Retrieves a list of orders for the account, filtered by the supplied query parameters, if no filter given all will be returned, [See the docs](https://alpaca.markets/docs/api-references/trading-api/orders/#get-a-list-of-orders)",false,true,true +alpaca-cancel-order,Cancel Order,"Attempts to cancel an open order. If the order is no longer cancelable (example: status=`filled`), the server will reject the request, [See the docs](https://alpaca.markets/docs/api-references/trading-api/orders/#cancel-an-order)",true,true,false +alpaca-get-account-info,Get Account Info,"Returns the account info, [See the docs](https://alpaca.markets/docs/api-references/trading-api/account/)",false,true,true +alpaca-cancel-all-orders,Cancel All Orders,"Attempts to cancel all open orders. A response will be provided for each order that is attempted to be cancelled. If an order is no longer cancelable, the server reject the request, [See the docs](https://alpaca.markets/docs/api-references/trading-api/orders/#cancel-all-orders)",true,true,false +alpaca-close-all-positions,Close All Positions,"Closes (liquidates) all of the account’s open long and short positions. A response will be provided for each order that is attempted to be cancelled. If an order is no longer cancelable, the server will reject the request, [See the docs](https://alpaca.markets/docs/api-references/trading-api/positions/#close-all-positions)",true,true,false +dolibarr-create-user,Create User,Create a new user in Dolibarr.,false,true,false +dolibarr-create-order,Create Order,Create a new order in Dolibarr.,false,true,false +dolibarr-create-thirdparty,Create Third Party,Create a new third party in Dolibarr.,false,true,false +reishost-send-console-command,Send Console Command,Runs a command on your server,false,true,false +postman-create-environment,Create Environment,Creates a new environment in Postman. [See the documentation](https://learning.postman.com/docs/developer/postman-api/intro-api/),false,true,false +postman-run-monitor,Run Monitor,Run a specific monitor in Postman. [See the documentation](https://learning.postman.com/docs/developer/postman-api/intro-api/),false,true,false +postman-update-variable,Update Environment Variable,Updates a specific environment variable in Postman. [See the documentation](https://learning.postman.com/docs/developer/postman-api/intro-api/),true,true,false +shopify-update-product-variant,Update Product Variant,Update an existing product variant. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/productVariantsBulkUpdate),true,true,false +shopify-create-page,Create Page,Create a new page. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/pageCreate),false,true,false +shopify-create-product,Create Product,Create a new product. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/productCreate),false,true,false +shopify-get-metafields,Get Metafields,Retrieves a list of metafields that belong to a resource. [See the documentation](https://shopify.dev/docs/api/admin-graphql/unstable/queries/metafields),false,true,true +shopify-search-custom-collection-by-name,Search Custom Collection by Name,Search for a custom collection by name/title. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/queries/collections),false,true,true +shopify-delete-article,Delete Article,Delete an existing blog article. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/articleDelete),true,true,false +shopify-update-page,Update Page,Update an existing page. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/pageUpdate),true,true,false +shopify-search-product-variant,Search for Product Variant,Search for product variants or create one if not found. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/queries/productVariants),false,true,false +shopify-create-blog,Create Blog,Create a new blog. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/blogCreate),false,true,false +shopify-get-pages,Get Pages,Retrieve a list of all pages. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/queries/pages),false,true,true +shopify-update-article,Update Article,Update a blog article. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/articleUpdate),true,true,false +shopify-create-product-variant,Create Product Variant,Create a new product variant. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/productVariantsBulkCreate),false,true,false +shopify-delete-metafield,Delete Metafield,Deletes a metafield belonging to a resource. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/metafieldsDelete),true,true,false +shopify-update-inventory-level,Update Inventory Level,Sets the inventory level for an inventory item at a location. [See the documenation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/inventorySetOnHandQuantities),true,true,false +shopify-delete-page,Delete Page,Delete an existing page. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/pageDelete),true,true,false +shopify-update-metaobject,Update Metaobject,Updates a metaobject. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/metaobjectUpdate),true,true,false +shopify-create-custom-collection,Create Custom Collection,Create a new custom collection. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/collectionCreate),false,true,false +shopify-create-metafield,Create Metafield,Creates a metafield belonging to a resource. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/metafieldDefinitionCreate),false,true,false +shopify-bulk-import,Bulk Import,Execute bulk mutations by uploading a JSONL file containing mutation variables. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/bulkoperationrunmutation),false,true,false +shopify-create-article,Create Article,Create a new blog article. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/articleCreate),false,true,false +shopify-create-metaobject,Create Metaobject,Creates a metaobject. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/metaobjectCreate),false,true,false +shopify-add-tags,Add Tags,Add tags. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/tagsAdd),false,true,false +shopify-get-metaobjects,Get Metaobjects,Retrieves a list of metaobjects. [See the documentation](https://shopify.dev/docs/api/admin-graphql/unstable/queries/metaobjects),false,true,true +shopify-search-products,Search for Products,Search for products. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/queries/products),false,true,true +shopify-update-product,Update Product,Update an existing product. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/productUpdate),true,true,false +shopify-update-metafield,Update Metafield,Updates a metafield belonging to a resource. [See the documentation](),true,true,false +shopify-add-product-to-custom-collection,Add Products to Custom Collection,Adds a product or products to a custom collection. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/collectionAddProductsV2),false,true,false +shopify-get-articles,Get Articles,Retrieve a list of all articles from a blog. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/queries/articles),false,true,true +shopify-delete-blog,Delete Blog,Delete an existing blog. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/blogDelete),true,true,false +shopify-create-smart-collection,Create Smart Collection,Creates a smart collection. You can fill in any number of rules by selecting more than one option in each prop.[See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/collectionCreate),false,true,false +small_improvements-create-meeting-notes,Create Meeting Notes,Create meeting notes in Small Improvements. [See the documentation](https://storage.googleapis.com/si-rest-api-docs/dist/index.html#meeting-note-resource),false,true,false +small_improvements-list-users,List All Users,List all users from Small Improvements. [See the documentation](https://storage.googleapis.com/si-rest-api-docs/dist/index.html),false,true,true +trunkrs-create-shipment,Create Shipment,Create a new shipment. [See the documentation](https://docs.trunkrs.nl/docs/v2-api-documentation/85ba39933b755-create-shipment),false,true,false +trunkrs-get-shipment,Get Shipment,Get a shipment by its Trunkrs number. [See the documentation](https://docs.trunkrs.nl/docs/v2-api-documentation/34c6f57bded33-get-a-specific-shipment),false,true,true +trunkrs-list-shipments,List Shipments,List all shipments. [See the documentation](https://docs.trunkrs.nl/docs/v2-api-documentation/b425314ab6c67-list-shipments),false,true,true +trunkrs-get-shipment-state,Get Shipment State,Get the state of a shipment. [See the documentation](https://docs.trunkrs.nl/docs/v2-api-documentation/47b5b585da6c9-get-status-for-specific-shipment),false,true,true +trunkrs-list-time-slots,List Time Slots,List time slots. [See the documentation](https://docs.trunkrs.nl/docs/v2-api-documentation/5f27080ea3314-list-time-slots),false,true,true +trunkrs-cancel-shipment,Cancel Shipment,Cancel a shipment. [See the documentation](https://docs.trunkrs.nl/docs/v2-api-documentation/29cfeecfd2273-cancel-shipment),true,true,false +deepgram-list-projects,List Projects,Retrieves basic information about the specified project. [See the documentation](https://developers.deepgram.com/api-reference/projects/#get-projects),false,true,true +deepgram-summarize-usage,Summarize Usage,Retrieves a summary of usage statistics. [See the documentation](https://developers.deepgram.com/api-reference/usage/#summarize-usage),false,true,true +deepgram-transcribe-audio,Transcribe Audio,Transcribes the specified audio file. [See the documentation](https://developers.deepgram.com/api-reference/transcription/#transcribe-pre-recorded-audio),false,true,false +deepgram-get-request,Get Request,Retrieves the details of the specified request sent to the Deepgram API for the specified project. [See the documentation](https://developers.deepgram.com/api-reference/usage/#get-request),false,true,true +deepgram-get-project,Get Project,Retrieves basic information about the specified project. [See the documentation](https://developers.deepgram.com/api-reference/projects/#get-projects),false,true,true +deepgram-get-balance,Get Balance,Retrieves details about the specified balance. [See the documentation](https://developers.deepgram.com/api-reference/billing/#get-balance),false,true,true +deepgram-list-requests,List Requests,Generates a list of requests sent to the Deepgram API for the specified project over a given time range. [See the documentation](https://developers.deepgram.com/api-reference/usage/#get-all-requests),false,true,true +deepgram-list-balances,List Balances,Generates a list of outstanding balances for the specified project. [See the documentation](https://developers.deepgram.com/api-reference/billing/#get-all-balances),false,true,true +esignatures_io-create-contract,Create Contract,Creates a contract and sends the links (via email or SMS) to the signers to collect their signatures. [See docs here](https://esignatures.io/docs/api#contracts),false,true,false +lightspeed_vt-create-new-user,Create New User,Creates a new user in the LightSpeed VT system. [See the documentation](https://lsvtapi.stoplight.io/docs/lsvt-rest-api/26844d671bbcf-create-user),true,true,false +offlight-create-task,Create Task,Initiates the creation of a new task in Offlight. [See the documentation](https://www.offlight.work/docs/zapeir-api),false,true,false +microsoft_power_bi-get-reports,Get Reports,Get reports from a Power BI workspace. [See the documentation](https://learn.microsoft.com/en-us/rest/api/power-bi/reports/get-reports),false,true,true +microsoft_power_bi-create-dataset,Create Dataset,Creates a new Push Dataset in Power BI. [See the documentation](https://learn.microsoft.com/en-us/rest/api/power-bi/push-datasets/datasets-post-dataset),false,true,false +microsoft_power_bi-add-rows-dataset-table,Add Rows to Dataset Table,Adds new data rows to the specified table within the specified dataset from My workspace. [See the documentation](https://learn.microsoft.com/en-us/rest/api/power-bi/push-datasets/datasets-post-rows),false,true,false +microsoft_power_bi-cancel-refresh,Cancel Dataset Refresh,Cancels a refresh operation for a specified dataset in Power BI. [See the documentation](https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/cancel-refresh),true,true,false +microsoft_power_bi-get-dataset-refresh,Get Dataset Refresh,Triggers a refresh operation for a specified Power BI dataset. [See the documentation](https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/get-refresh-history),false,true,true +microsoft_power_bi-refresh-dataset,Refresh Dataset,Triggers a refresh operation for a specified Power BI dataset. [See the documentation](https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/refresh-dataset),false,true,false +copperx-create-customer,Create Customer,Create a new customer [See the documentation](https://copperx.readme.io/reference/customercontroller_create),false,true,false +copperx-create-invoice,Create Invoice,Create a new invoice [See the documentation](https://copperx.readme.io/reference/invoicecontroller_create),false,true,false +builtwith-get-domain-relationships,Get Domain Relationships,Get the relationships of a domain with other websites. [See the documentation](https://api.builtwith.com/relationships-api),false,true,true +builtwith-get-domain-technologies,Get Domain Technologies,Retrieve the technology information of a website. [See the documentation](https://api.builtwith.com/domain-api),false,true,true +builtwith-get-profile-websites,Get Profile Websites,Get websites associated with a social media URL. [See the documentation](https://api.builtwith.com/social-api),false,true,true +notiff_io-create-notification,Create Notification,Send a new notification to a user or system via notiff.io. [See the documentation](https://notiff.io/articles/welcome-to-notiff-getting-started-with-your-notification-center),true,true,false +enrow-get-single-email-finder-result,Get Single Email Finder Result,Retrieve a result from a single search executed via email finder function. [See the documentation](https://enrow.readme.io/reference/get-single-email-finder-result),false,true,true +enrow-find-single-email,Find Single Email,Executes a single email search using Enrow email finder. [See the documentation](https://enrow.readme.io/reference/find-single-email),false,true,true +whoisfreaks-domain-lookup,Domain Lookup,Retrieve details about a domain name. [See the documentation](https://whoisfreaks.com/products/whois-api#live_lookup),false,true,true +whoisfreaks-reverse-lookup,Reverse Lookup,"Retrieve details about a domain by keyword, email, registrant name or company. [See the documentation](https://whoisfreaks.com/products/whois-api#reverse_lookup)",false,true,true +whoisfreaks-ip-lookup,IP Lookup,Retrieve information about an IP address. [See the documentation](https://whoisfreaks.com/products/whois-api#ip_lookup),false,true,true +countdown_api-get-reviews,Get Product Reviews,Retrieves customer reviews for a specific product on eBay. [See the documentation](https://www.countdownapi.com/docs/ebay-product-data-api/parameters/reviews),false,true,true +countdown_api-get-search-results,Get Search Results from eBay,Retrieves search results from eBay. [See the documentation](https://www.countdownapi.com/docs/ebay-product-data-api/parameters/search),false,true,true +countdown_api-get-product-data,Get Product Data,Retrieves data for a specific product on eBay using the Countdown API. [See the documentation](https://www.countdownapi.com/docs/ebay-product-data-api/parameters/product),false,true,true +google_contacts-list-contacts,List Contacts,Lists all contacts of the authenticated user. [See the documentation](https://developers.google.com/people/api/rest/v1/people.connections/list),false,true,true +google_contacts-create-contact,Create Contact,Creates a contact. [See the documentation](https://developers.google.com/people/api/rest/v1/people/createContact),false,true,false +google_contacts-update-contact,Update Contact,Updates a contact. [See the documentation](https://developers.google.com/people/api/rest/v1/people/updateContact),true,true,false +google_contacts-delete-contact,Delete Contact,Deletes a contact. [See the documentation](https://developers.google.com/people/api/rest/v1/people/deleteContact),true,true,false +google_contacts-get-contact,Get Contact,Get information about a contact. [See the documentation](https://developers.google.com/people/api/rest/v1/people/get),false,true,true +clearout-get-domain-mx,Get Domain MX,Get a domain MX. [See the documentation](https://docs.clearout.io/api-misc.html),false,true,true +clearout-verify-email,Verify Email,Verify an email. [See the documentation](https://docs.clearout.io/api.html),false,true,true +browserbase-list-projects,List Projects,Lists all projects. [See the documentation](https://docs.browserbase.com/reference/api/list-projects),false,true,true +browserbase-create-context,Create Context,Creates a new context in Browserbase. [See the documentation](https://docs.browserbase.com/reference/api/create-a-context),false,true,false +browserbase-create-session,Create Session,Creates a new browser session with specified settings. [See the documentation](https://docs.browserbase.com/reference/api/create-a-session),false,true,false +sftp-upload-file,Upload File,Uploads a file or string in UTF-8 format to the SFTP server. [See the documentation](https://github.com/theophilusx/ssh2-sftp-client#org99d1b64),false,true,false +runware-image-caption,Image Caption,Request an image caption task to be processed by the Runware API. [See the documentation](https://docs.runware.ai/en/utilities/image-to-text).,false,true,false +runware-image-inference,Image Inference,Request an image inference task to be processed by the Runware API. [See the documentation](https://docs.runware.ai/en/image-inference/api-reference).,false,true,false +runware-image-background-removal,Image Background Removal,Request an image background removal task to be processed by the Runware API. [See the documentation](https://docs.runware.ai/en/image-editing/background-removal).,false,true,false +runware-image-control-net-preprocess,Image Control Net Preprocess,Request an image control net preprocess task to be processed by the Runware API. [See the documentation](https://docs.runware.ai/en/image-editing/controlnet-tools).,false,true,false +runware-image-upscale,Image Upscale,Request an image upscale task to be processed by the Runware API. [See the documentation](https://docs.runware.ai/en/image-editing/upscaling).,false,true,false +runware-prompt-enhance,Prompt Enhance,Request a prompt enhance task to be processed by the Runware API. [See the documentation](https://docs.runware.ai/en/utilities/prompt-enhancer).,false,true,false +talend-execute-plan,Execute Plan,Allows to run a Plan. [See the documentation](https://api.talend.com/apis/processing/2021-03/#operation_execute-plan).,false,true,false +talend-get-available-plans-executions,Get Available Plans Executions,"List all plan executions the user is granted visibility on. For each plan execution returns execution and plan identifiers, start and finish timestamps, execution status and counters on done and planned executables within plan. [See the documentation](https://api.talend.com/apis/processing/2021-03/#operation_get-available-plans-executions).",false,true,true +talend-get-plan-execution-status,Get Plan Execution Status,Get detailed status of one plan execution. [See the documentation](https://api.talend.com/apis/processing/2021-03/#operation_get-plan-execution-status).,false,true,true +zest-send-gift,Send Gift,Creates a gift within a specified campaign in Zest. [See the documentation](https://gifts.zest.co/admin/integrations/documentation#operation/create),false,true,false +sourceforge-list-projects,List Projects,Retrieves a list of projects in an account. [See the documentation](https://anypoint.mulesoft.com/apiplatform/sourceforge/#/portals/organizations/98f11a03-7ec0-4a34-b001-c1ca0e0c45b1/apis/32951/versions/34322),false,true,true +sourceforge-create-ticket,Create Ticket,Creates a new ticket. [See the documentation](https://anypoint.mulesoft.com/apiplatform/sourceforge/#/portals/organizations/98f11a03-7ec0-4a34-b001-c1ca0e0c45b1/apis/32951/versions/34322),false,true,false +sourceforge-update-ticket,Update Ticket,Updates an existing ticket. [See the documentation](https://anypoint.mulesoft.com/apiplatform/sourceforge/#/portals/organizations/98f11a03-7ec0-4a34-b001-c1ca0e0c45b1/apis/32951/versions/34322),true,true,false +mandrill-send-email,Send an Email,Send an email using Mandrill. [See the documentation](https://mandrillapp.com/api/docs/messages.curl.html#method=send),false,true,false +opengraph_io-batch-scrape,Batch Scrape,"Scrape OpenGraph data from a list of URLs at once, to process multiple websites simultaneously. [See the docs here](https://www.opengraph.io/documentation)",false,true,true +opengraph_io-extract-data,Extract Data,"Extract specific OpenGraph properties from a specified URL, such as title, image, or description. [See the docs here](https://www.opengraph.io/documentation)",false,true,false +opengraph_io-scrape-url,Scrape Url,Retrieve OpenGraph data from a specified URL using the OpenGraph.io API. [See the docs here](https://www.opengraph.io/documentation),false,true,true +linear_app-create-issue,Create Issue,"Creates a new issue in Linear. Requires team ID and title. Optional: description, assignee, project, state. Returns response object with success status and issue details. Uses API Key authentication. See Linear docs for additional info [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api#creating-and-editing-issues).",true,true,false +linear_app-get-issue,Get Issue,"Retrieves a Linear issue by its ID. Returns complete issue details including title, description, state, assignee, team, project, labels, and timestamps. Uses API Key authentication. See Linear docs for additional info [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api).",false,true,true +linear_app-search-issues,Search Issues,"Searches Linear issues by team, project, assignee, labels, state, or text query. Supports pagination, ordering, and archived issues. Returns array of matching issues. Uses API Key authentication. See Linear docs for additional info [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api).",false,true,true +linear_app-get-teams,Get Teams,"Retrieves all teams in your Linear workspace. Returns array of team objects with details like ID, name, and key. Supports pagination with configurable limit. Uses API Key authentication. See Linear docs for additional info [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api).",false,true,true +linear_app-update-issue,Update Issue,"Updates an existing Linear issue. Can modify title, description, assignee, state, project, team, labels, priority, and dates. Returns updated issue details. Uses API Key authentication. See Linear docs for additional info [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api#creating-and-editing-issues).",true,true,false +liveswitch-create-conversation,Create Conversation,Create a conversation in LiveSwitch [See the documentation](https://developer.liveswitch.com/reference/post_v1-conversations),false,true,false +liveswitch-create-contact,Create Contact,Create a contact in LiveSwitch [See the documentation](https://developer.liveswitch.com/reference/post_v1-contacts),false,true,false +liveswitch-update-contact,Update Contact,Update a contact in LiveSwitch [See the documentation](https://developer.liveswitch.com/reference/post_v1-contacts),true,true,false +medium-create-post,Create a post,Create a new Medium post.,false,true,false +chatlayer-get-session-data,Get Session Data,Gets data for the specified session. [See the documentation](https://api.chatlayer.ai/v1/docs#operation/getConversationSessionData),false,true,true +chatlayer-list-messages,List Messages,Lists the messages of the specified session. [See the documentation](https://api.chatlayer.ai/v1/docs#operation/getAllMessagesInConversation),false,true,true +chatlayer-get-conversations,Get Conversations,Lists conversations with the specified bot. [See the documentation](https://api.chatlayer.ai/v1/docs#operation/getAllPaginatedConversationsByBotId),false,true,true +shoprocket-create-customer,Create Customer,Creates a new customer in Shoprocket. [See the documentation](https://docs.shoprocket.io/#72180ccd-3b7d-4597-9f1e-f669397555e7),false,true,false +adalo-update-record,Update Record,Update a record. [See docs here](https://help.adalo.com/integrations/the-adalo-api/collections),true,true,false +adalo-create-record,Create Record,Create a new record. [See docs here](https://help.adalo.com/integrations/the-adalo-api/collections),false,true,false +adalo-get-records,Get Records,Get all records from a collection. [See docs here](https://help.adalo.com/integrations/the-adalo-api/collections),false,true,true +ayrshare-update-user,Update User,Update an existing profile. [See the documentation](https://www.ayrshare.com/docs/apis/profiles/update-profile),true,true,false +ayrshare-create-user,Create User,Create a new User Profile under your Primary Profile. [See the documentation](https://www.ayrshare.com/docs/apis/profiles/create-profile),false,true,false +ayrshare-delete-user,Delete User,Delete a user profile you are the owner of. [See the documentation](https://www.ayrshare.com/docs/apis/profiles/delete-profile),true,true,false +bilflo-create-contract-job,Create Contract Job,Creates a new contract job in Bilflo. [See the documentation](https://developer.bilflo.com/documentation),false,true,false +bilflo-assign-contract-job-to-invoice,Assign Contract Job to Invoice Group,Assigns a contract job to a specified invoice group for a client. [See the documentation](https://developer.bilflo.com/documentation#operations-tag-Clients),true,true,false +bilflo-create-client,Create Client,Creates a new client account in Bilflo. [See the documentation](https://developer.bilflo.com/documentation#operations-tag-Clients),false,true,false +reputation_lyncs-add-customer,Add Customer,Adds a new customer to the Reputation Lyncs platform. [See the documentation](https://documenter.getpostman.com/view/25361963/2s93Xzw2bS#46718236-5ef1-4c93-992d-cd7d3722b02f),false,true,false +teamioo-create-calendar-event,Create Calendar Event,Creates a new calendar event. [See the documentation](https://demo.teamioo.com/teamiooapi),false,true,false +teamioo-create-task,Create Task,Creates a new task in Teamioo. [See the documentation](https://demo.teamioo.com/teamiooapi),false,true,false +teamioo-create-bookmark,Create Bookmark,Saves a website URL to the bookmarks. The ,false,true,false +amara-list-videos,List Videos,List videos. [See the docs here](https://apidocs.amara.org/#list-videos),false,true,true +amara-add-new-subtitles,Add New Subtitles,Add new subtitles. [See the docs here](https://apidocs.amara.org/#add-new-subtitles),false,true,false +amara-delete-video,Delete Video,"Delete a video. In order to delete a video, it must be part of a team that you",true,true,false +amara-add-video,Add Video,Add a video. [See the docs here](https://apidocs.amara.org/#add-a-video),false,true,false +amara-get-video-details,Get Video Details,Get video details. [See the docs here](https://apidocs.amara.org/#view-video-details),false,true,true +amara-perform-action,Perform Action,"Perform an action on the subtitles. This is equivalent to opening the editor, not changing the subtitles, and clicking an actions button. [See the docs here](https://apidocs.amara.org/#perform-actions)",false,true,false +amara-fetch-raw-subtitles,Fetch Raw Subtitles,Fetch raw subtitles. [See the docs here](https://apidocs.amara.org/#fetch-raw-subtitles),true,true,false +amara-list-teams,List Teams,List teams. [See the docs here](https://apidocs.amara.org/#list-teams),false,true,true +amara-create-subtitle-language,Create Subtitle Language,Create a subtitle language. [See the docs here](https://apidocs.amara.org/#create-a-subtitle-language),false,true,false +amara-fetch-subtitles-data,Fetch Subtitles Data,Fetch subtitles data. [See the docs here](https://apidocs.amara.org/#fetch-subtitles-data),true,true,false +amara-get-team-details,Get Team Details,Get details on a team. [See the docs here](https://apidocs.amara.org/#get-details-on-a-team),false,true,true +amara-get-subtitle-language-details,Get Subtitle Language Details,Get details on a single subtitle language. [See the docs here](https://apidocs.amara.org/#get-details-on-a-single-subtitle-language),false,true,true +amara-delete-subtitles,Delete Subtitles,Delete all subtitle versions for a language. [See the docs here](https://apidocs.amara.org/#delete-subtitles),true,true,false +amara-list-video-subtitle-languages,List Video Subtitle Languages,Get a list of subtitle languages for a video. [See the docs here](https://apidocs.amara.org/#list-subtitle-languages-for-a-video),false,true,true +amara-update-subtitle-language,Update Subtitle Language,Update a subtitle language. [See the docs here](https://apidocs.amara.org/#update-a-subtitle-language),true,true,false +signaturely-create-signature-request,Create Signature Request,"Creates a new signature request. [See the documentation](https://docs.signaturely.com/#:~:text=Get%20user-,Create%20signing%20request,-Bulk%20Send%20Signature)",false,true,false +campaign_monitor-add-subscriber,Add Subscriber,Creates a new subscriber on a specific list. [See the documentation](https://www.campaignmonitor.com/api/v3-3/subscribers/),false,true,false +campaign_monitor-send-smart-transactional-email,Send Smart Transactional Email,Sends an intelligent transactional email to a specified recipient. [See the documentation](https://www.campaignmonitor.com/api/v3-3/transactional/#send-smart-email),false,true,false +campaign_monitor-unsubscribe,Unsubscribe,Removes a subscriber from a mailing list given their email address. [See the documentation](https://www.campaignmonitor.com/api/v3-3/subscribers/#unsubscribing-a-subscriber),true,true,false +passslot-create-pass,Create Pass,Creates a new pass using specified pass template. [See the documentation](https://www.passslot.com/developer/api/resources/createPassFromTemplate),false,true,false +passslot-update-pass,Update Pass,Updates an existing pass with new information. [See the documentation](https://www.passslot.com/developer/api/resources/updatePassValues),true,true,false +passslot-delete-pass,Delete Pass,Deletes a specified pass from PassSlot. [See the documentation](https://www.passslot.com/developer/api/resources/deletePass),true,true,false +wubook_ratechecker-get-stays,Get Stays,Retrieve a list of stays from a competitor. [See the docs](https://wubook.net/wrpeeker/ratechecker/api_examples),false,true,true +wubook_ratechecker-get-monitored-competitors,Get Monitored Competitors,Retrieve a list of montiored competitors. [See the docs](https://wubook.net/wrpeeker/ratechecker/api_examples),false,true,true +wubook_ratechecker-add-manual-snapshot,Add Manual Snapshot,Adds a manual snapshot for a stay. [See the docs](https://wubook.net/wrpeeker/ratechecker/api_examples),false,true,false +dynamics_365_business_central_api-create-customer,Create Customer,Creates a new customer. [See the documentation](https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/api-reference/v2.0/api/dynamics_customer_create),false,true,false +dynamics_365_business_central_api-update-customer,Update Customer,Updates an existing customer. [See the documentation](https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/api-reference/v2.0/api/dynamics_customer_update),true,true,false +dynamics_365_business_central_api-get-sales-order,Get Sales Order,Retrieves a sales order by ID. [See the documentation](https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/api-reference/v2.0/api/dynamics_salesorder_get),false,true,true +spiritme-generate-video,Generate Video,Generates a new video using specific voice and avatar props. [See the documentation](https://api.spiritme.tech/api/swagger/#/videos/videos_create),false,true,false +filestack-resize-image,Resize Image,Resizes an uploaded image to specified width and height. [See the documentation](https://www.filestack.com/docs/api/processing/#resize),false,true,false +filestack-rotate-image,Rotate Image,Rotates an uploaded image by a specified degree. [See the documentation](https://www.filestack.com/docs/api/processing/#rotate),false,true,false +filestack-upload-image,Upload Image,Upload an image from a file or URL to FileStack. [See the documentation](https://www.filestack.com/docs/uploads/uploading/#upload-file),false,true,false +filestack-filter-image,Filter Image,"Applies filters such as sharpening, blurring, sepia, monochrome, and more, to an uploaded image. [See the documentation](https://www.filestack.com/docs/api/processing/#image-filters)",false,true,false +polygon-get-stock-price,Get Stock Price,"Get the open, close and afterhours prices of a stock symbol on a certain date. [See the documentation](https://polygon.io/docs/stocks/get_v1_open-close__stocksticker___date)",false,true,true +polygon-get-historical-prices,Get Historical Prices,Fetches historical price data for a specified stock ticker within a date range. [See the documentation](https://polygon.io/docs/stocks/get_v2_aggs_ticker__stocksticker__range__multiplier___timespan___from___to),false,true,true +polygon-get-company-financials,Get Company Financials,Retrieves financial details for a specific company by stock ticker. [See the documentation](https://polygon.io/docs/stocks/get_vx_reference_financials).,false,true,true +accelo-create-contact,Create Contact,Creates a contact. [See docs here](https://api.accelo.com/docs/?_ga=2.136158329.97118171.1674049767-1568937371.1674049767#create-a-contact),false,true,false +accelo-update-contact,Update Contact,Updates a contact. [See docs here](https://api.accelo.com/docs/?_ga=2.136158329.97118171.1674049767-1568937371.1674049767#update-a-contact),true,true,false +accelo-create-request,Create Request,Creates a request. [See docs here](https://api.accelo.com/docs/?_ga=2.136158329.97118171.1674049767-1568937371.1674049767#create-a-request),false,true,false +accelo-create-prospect,Create Prospect,Creates a prospect. [See docs here](https://api.accelo.com/docs/?_ga=2.136158329.97118171.1674049767-1568937371.1674049767#create-a-prospect),false,true,false +bouncer-verify-email-batch,Verify Email Batch,Verify multiple emails. [See the documentation](https://docs.usebouncer.com/#b9296001-fa52-459d-997b-bc0663f352d9),false,true,true +bouncer-verify-email,Verify Email,Verify an email. [See the documentation](https://docs.usebouncer.com/#d253aed7-e0aa-4d09-82c2-0352cc109477),false,true,true +rollbar-list-projects,List Projects,Lists all projects in Rollbar. [See the documentation](https://docs.rollbar.com/reference/list-all-projects),false,true,true +rollbar-create-a-project,Create a Project,Creates a new project in Rollbar. [See the documentation](https://docs.rollbar.com/reference/create-a-project),false,true,false +rollbar-delete-a-project,Delete a Project,Deletes a project in Rollbar. [See the documentation](https://docs.rollbar.com/reference/delete-a-project),true,true,false +typeform-create-form,Create a Form,Creates a form with its corresponing fields. [See the docs here](https://developer.typeform.com/create/reference/create-form/),false,true,false +typeform-delete-image,Delete an Image,Deletes an image from your Typeform account. [See the docs here](https://developer.typeform.com/create/reference/delete-image/),true,true,false +typeform-duplicate-form,Duplicate a Form,Duplicates an existing form in your Typeform account and adds \,false,true,true +typeform-update-dropdown-multiple-choice-ranking,"Update Dropdown, Multiple Choice or Ranking","Update a dropdown, multiple choice, or ranking field",true,true,false +typeform-delete-form,Delete Form,Select a form to be deleted. [See the docs here](https://developer.typeform.com/create/reference/delete-form/).,true,true,false +typeform-get-form,Get a Form,Select a specific form to get the data. [See the docs here](https://developer.typeform.com/create/reference/retrieve-form/),false,true,false +typeform-lookup-responses,Lookup Responses,Search for responses with the `query` property. [See the docs here](https://developer.typeform.com/responses/reference/retrieve-responses/),false,true,true +typeform-list-responses,List Responses,Returns form responses and date and time of form landing and submission. [See the docs here](https://developer.typeform.com/responses/reference/retrieve-responses/),false,true,true +typeform-list-images,List Images,Retrieves a list of JSON descriptions for all images in your Typeform account. [See the docs here](https://developer.typeform.com/create/reference/retrieve-images-collection/),false,true,true +typeform-create-image,Create an Image,Adds an image in your Typeform account. [See the docs here](https://developer.typeform.com/create/reference/create-image/),false,true,false +typeform-update-form-title,Update Form Title,Updates an existing form,true,true,false +typeform-list-forms,List Forms,Retrieves a list of forms. [See the docs here](https://developer.typeform.com/create/reference/retrieve-forms/),false,true,true +imgbb-upload-picture,Upload picture,Upload a picture to imgbb. [See the docs here](https://api.imgbb.com/),false,true,false +epsy-get-lookup-results,Get Lookup Results,Get the results of the lookup with the provided ID. [See the documentation](https://irbis.espysys.com/developer/),false,true,true +epsy-name-lookup,Name Lookup,Request a lookup for the provided name. [See the documentation](https://irbis.espysys.com/developer/),false,true,true +epsy-email-lookup,Email Lookup,Request a lookup for the provided email. [See the documentation](https://irbis.espysys.com/developer/),false,true,true +zoho_sign-get-document-form-detail,Get Document Form Detail,Retrieves the filled field data for a particular document. [See the documentation](https://www.zoho.com/sign/api/#get-document-form-data),false,true,true +zoho_sign-send-document,Send Document,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),false,true,false +zoho_sign-get-document-details,Get Document Details,Get the details of a particular document. [See the documentation](https://www.zoho.com/sign/api/#get-details-of-a-particular-document),false,true,true +amqp-send-message,Send a Message,Send a new message to an [AMQP 1.0](https://www.amqp.org/sites/amqp.org/files/amqp.pdf) queue. [See the library example here](https://github.com/amqp/rhea-promise#sending-a-message-via-awaitablesender).,false,true,false +tubular-get-deals-by-date,Get Deals By Date,Get deals ordered by date of creation. [See the documentation](https://developer.tubular.io/examples/#get-deals-ordered-by-date-of-creation),false,true,true +tubular-create-lead,Create Lead,Create lead and return its ID. [See the documentation](https://developer.tubular.io/examples/#create-lead-and-return-its-id),false,true,false +tubular-get-leads,Get Leads,Get leads ordered by date of creation. [See the documentation](https://developer.tubular.io/examples/#get-first-10-leads),false,true,true +clickup-stop-time-entry,Stop Time Entry,Stop time entry. [See the documentation](https://clickup.com/api/clickupreference/operation/StopatimeEntry),true,true,false +clickup-create-view-comment,Create View Comment,Creates a view comment. [See the documentation](https://clickup.com/api) in **Comments / Create Chat View Comment** section.,false,true,false +clickup-create-checklist,Create Checklist,Creates a new checklist in a task. [See the documentation](https://clickup.com/api) in **Checklists / Create Checklist** section.,false,true,false +clickup-get-list-comments,Get List Comments,Get a list comments. [See the documentation](https://clickup.com/api) in **Comments / Get List Comments** section.,false,true,true +clickup-create-checklist-item,Create Checklist Item,Creates a new item in a checklist. [See the documentation](https://clickup.com/api) in **Checklists / Create Checklist Item** section.,false,true,false +clickup-get-view,Get View,Get a view. [See the documentation](https://clickup.com/api) in **Views / Get View** section.,false,true,true +clickup-get-folders,Get Folders,Get a list of folders in a workplace. [See the documentation](https://clickup.com/api) in **Folders / Get Folders** section.,false,true,true +clickup-create-task-comment,Create Task Comment,Creates a task comment. [See the documentation](https://clickup.com/api) in **Comments / Create Task Comment** section.,false,true,false +clickup-delete-task,Delete Task,Delete a task. [See the documentation](https://clickup.com/api) in **Tasks / Delete Task** section.,true,true,false +clickup-get-task,Get Task,Get a task. [See the documentation](https://clickup.com/api) in **Tasks / Get Task** section.,false,true,true +clickup-get-list,Get List,Get a list. [See the documentation](https://clickup.com/api) in **Lists / Get List** section.,false,true,true +clickup-delete-list,Delete List,Delete a list. [See the documentation](https://clickup.com/api) in **Lists / Delete List** section.,true,true,false +clickup-create-chat-view-comment,Create Chat View Comment,Creates a chat view comment. [See the documentation](https://clickup.com/api) in **Comments / Create Chat View Comment** section.,false,true,false +clickup-create-time-entry,Create Time Entry,Create a new time entry. [See the documentation](https://developer.clickup.com/reference/createatimeentry),false,true,false +clickup-create-folder,Create Folder,Creates a new folder. [See the documentation](https://clickup.com/api) in **Folders / Create Folder** section.,false,true,false +clickup-delete-folder,Delete Folder,Delete a folder. [See the documentation](https://clickup.com/api) in **Folders / Delete Folder** section.,true,true,false +clickup-get-space,Get Space,Get a space in a workplace. [See the documentation](https://clickup.com/api) in **Spaces / Get Space** section.,false,true,true +clickup-get-view-comments,Get View Comments,Get a view comments. [See the documentation](https://clickup.com/api) in **Comments / Get Chat View Comments** section.,false,true,true +clickup-get-task-templates,Get Task Templates,Get a list of templates. [See the documentation](https://clickup.com/api) in **Task Templates / Get Task Templates** section.,false,true,true +clickup-update-folder,Update Folder,Update a folder. [See the documentation](https://clickup.com/api) in **Folders / Update Folder** section.,true,true,false +clickup-create-list-comment,Create List Comment,Creates a list comment. [See the documentation](https://clickup.com/api) in **Comments / Create List Comment** section.,false,true,false +clickup-update-checklist,Update Checklist,Updates a checklist in a task. [See the documentation](https://clickup.com/api) in **Checklists / Edit Checklist** section.,true,true,false +clickup-get-team-views,Get Team Views,Get all views of a team. [See the documentation](https://clickup.com/api) in **Views / Get Team Views** section.,false,true,true +clickup-create-space,Create Space,Creates a new space. [See the documentation](https://clickup.com/api) in **Spaces / Create Space** section.,false,true,false +clickup-create-task-from-template,Create Task From Template,Creates a new task from a template. [See the documentation](https://clickup.com/api) in **Task Templates / Create Task From Template** section.,false,true,false +clickup-get-spaces,Get Spaces,Get a list of spaces in a workplace. [See the documentation](https://clickup.com/api) in **Spaces / Get Spaces** section.,false,true,true +clickup-update-task-custom-field,Update Task Custom Field,Update custom field value of a task. [See the documentation](https://clickup.com/api) in **Custom Fields / Set Custom Field Value** section.,true,true,false +clickup-get-list-views,Get List Views,Get all views of a list. [See the documentation](https://clickup.com/api) in **Views / Get List Views** section.,false,true,true +clickup-remove-task-custom-field,Remove Task Custom Field,Remove custom field from a task. [See the documentation](https://clickup.com/api) in **Custom Fields / Remove Custom Field Value** section.,true,true,false +clickup-get-custom-fields,Get Custom Fields,Get a list of custom fields. [See the documentation](https://clickup.com/api) in **Custom Fields / Get Accessible Custom Fields** section.,false,true,true +clickup-get-tasks,Get Tasks,Get a list of tasks. [See the documentation](https://clickup.com/api) in **Tasks / Get Tasks** section.,false,true,true +clickup-create-threaded-comment,Create Threaded Comment,Creates a threaded comment. [See the documentation](https://clickup.com/api) in **Comments / Create Threaded Comment** section.,false,true,false +clickup-create-task,Create Task,Creates a new task. [See the documentation](https://clickup.com/api) in **Tasks / Create Task** section.,false,true,false +clickup-start-time-entry,Start Time Entry,Start time entry. [See the documentation](https://clickup.com/api/clickupreference/operation/StartatimeEntry),false,true,false +clickup-get-lists,Get Lists,Get a list of lists. [See the documentation](https://clickup.com/api) in **Lists / Get Lists** section.,false,true,true +clickup-get-folder,Get Folder,Get a folder in a workplace. [See the documentation](https://clickup.com/api) in **Folders / Get Folder** section.,false,true,true +clickup-create-list,Create List,Creates a new list. [See the documentation](https://clickup.com/api) in **Lists / Create List** section.,false,true,false +clickup-delete-comment,Delete Comment,Deletes a comment. [See the documentation](https://clickup.com/api) in **Comments / Deleet Comment** section.,true,true,false +clickup-update-space,Update Space,Update a space. [See the documentation](https://clickup.com/api) in **Spaces / Update Space** section.,true,true,false +clickup-delete-checklist-item,Delete Checklist Item,Deletes item in a checklist. [See the documentation](https://clickup.com/api) in **Checklists / Delete Checklist Item** section.,true,true,false +clickup-get-space-views,Get Space Views,Get all views of a space. [See the documentation](https://clickup.com/api) in **Views / Get Space Views** section.,false,true,true +clickup-update-checklist-item,Update Checklist Item,Updates item in a checklist. [See the documentation](https://clickup.com/api) in **Checklists / Edit Checklist Item** section.,true,true,false +clickup-get-view-tasks,Get View Tasks,Get all tasks of a view. [See the documentation](https://clickup.com/api) in **Views / Get View Tasks** section.,false,true,true +clickup-delete-space,Delete Space,Delete a space. [See the documentation](https://clickup.com/api) in **Spaces / Delete Space** section.,true,true,false +clickup-get-folder-views,Get Folder Views,Get all views of a folder. [See the documentation](https://clickup.com/api) in **Views / Get Folder Views** section.,false,true,true +clickup-update-list,Update List,Update a list. [See the documentation](https://clickup.com/api) in **Lists / Update List** section.,true,true,false +clickup-delete-checklist,Delete Checklist,Deletes a checklist in a task. [See the documentation](https://clickup.com/api) in **Checklists / Delete Checklist** section.,true,true,false +clickup-update-task,Update Task,Update a task. [See the documentation](https://clickup.com/api) in **Tasks / Update Task** section.,true,true,false +clickup-get-task-comments,Get Task Comments,Get a task comments. [See the documentation](https://clickup.com/api) in **Comments / Get Task Comments** section.,false,true,true +clickup-update-comment,Update Comment,Updates a comment. [See the documentation](https://clickup.com/api) in **Comments / Update Comment** section.,true,true,false +gainsight_px-create-user,Create User,Creates a new user with the given data. [See the documentation](https://gainsightpx.docs.apiary.io/#reference/users/v1users/create-user),false,true,false +gainsight_px-create-account,Create Account,Create a new account with the given data. [See the documentation](https://gainsightpx.docs.apiary.io/#reference/accounts/v1accounts/create-account),false,true,false +gainsight_px-delete-user,Delete User,Deletes a user with he specified identifyId. [See the documentation](https://gainsightpx.docs.apiary.io/#reference/users/v1usersdelete/delete-user),true,true,false +dreamstudio-upscale-image,Upscale Image,Create a higher resolution version of an input image. [See the documentation](https://platform.stability.ai/docs/api-reference#tag/v1generation/operation/upscaleImage),false,true,false +dreamstudio-generate-image,Generate Image,Generate a new image from a text prompt. [See the documentation](https://platform.stability.ai/docs/api-reference#tag/v1generation/operation/textToImage),false,true,true +dreamstudio-modify-image,Modify Image,Modify an image based on a text prompt. [See the documentation](https://platform.stability.ai/docs/api-reference#tag/v1generation/operation/imageToImage),false,true,true +brilliant_directories-create-post,Create Post,Creates a single or group post. [See the documentation](https://support.brilliantdirectories.com/support/solutions/articles/12000093239-member-posts-api-create-update-delete-and-get-member-posts),true,true,false +brilliant_directories-create-user,Create User,Creates a new user record in the website database. [See the documentation](https://support.brilliantdirectories.com/support/solutions/articles/12000088887-api-overview-and-testing-the-api-from-admin-area),false,true,false +brilliant_directories-update-post,Update Post,Updates a post in your website database. [See the documentation](https://support.brilliantdirectories.com/support/solutions/articles/12000088887-api-overview-and-testing-the-api-from-admin-area),true,true,false +zulip-send-message,Send Message,Send a direct or channel message. [See the documentation](https://zulip.com/api/send-message),false,true,false +diffbot-extract-page,Extract Page,Automatically classify a page and extract data according to its type. [See the documentation](https://docs.diffbot.com/reference/extract-analyze),false,true,true +diffbot-enhance-entity,Enhance Entity,Enrich a person or organization record with partial data input [See the documentation] (https://docs.diffbot.com/reference/enhancepost),false,true,false +poof-send-transaction,Send Transaction,Sends a transaction in Poof. [See the documentation](https://docs.poof.io/reference/sendtransaction),false,true,false +poof-list-transactions,List Transactions,Retrieve a list of transactions in Poof. [See the documentation](https://docs.poof.io/reference/fetch-transaction-list),false,true,true +poof-create-deposit-address,Create Deposit Address,Creates a new deposit address in Poof. [See the documentation](https://docs.poof.io/reference/create_address),false,true,false +quickbooks-create-customer,Create Customer,Creates a customer. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/customer#create-a-customer),false,true,false +quickbooks-get-purchase,Get Purchase,Returns info about a purchase. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/purchase#read-a-purchase),false,true,true +quickbooks-get-invoice,Get Invoice,Returns info about an invoice. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/invoice#read-an-invoice),false,true,true +quickbooks-search-services,Search Services,Search for services. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/item#query-an-item),false,true,true +quickbooks-get-my-company,Get My Company,Gets info about a company. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/companyinfo),false,true,true +quickbooks-search-time-activities,Search Time Activities,Searches for time activities. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/timeactivity#query-a-timeactivity-object),false,true,true +quickbooks-get-sales-receipt,Get Sales Receipt,Returns details about a sales receipt. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/salesreceipt#read-a-salesreceipt),false,true,true +quickbooks-send-estimate,Send Estimate,Sends an estimate by email. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/estimate#send-an-estimate),false,true,false +quickbooks-create-pl-report,Create Profit and Loss Detail Report,Creates a profit and loss report in Quickbooks Online. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/profitandloss#query-a-report),false,true,false +quickbooks-create-bill,Create Bill,Creates a bill. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/bill#create-a-bill),false,true,false +quickbooks-create-payment,Create Payment,Creates a payment. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/payment#create-a-payment),false,true,false +quickbooks-create-estimate,Create Estimate,Creates an estimate. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/estimate#create-an-estimate),false,true,false +quickbooks-update-invoice,Update Invoice,Updates an invoice. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/invoice#update-an-invoice),true,true,false +quickbooks-get-customer,Get Customer,Returns info about a customer. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/most-commonly-used/customer#read-a-customer),false,true,true +quickbooks-create-purchase,Create Purchase,Creates a new purchase. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/purchase#create-a-purchase),false,true,false +quickbooks-update-estimate,Update Estimate,Updates an estimate. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/estimate#update-an-estimate),true,true,false +quickbooks-create-ap-aging-report,Create AP Aging Detail Report,Creates an AP aging report in Quickbooks Online. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/apagingdetail#query-a-report),false,true,false +quickbooks-get-time-activity,Get Time Activity,Returns info about an activity. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/timeactivity#read-a-timeactivity-object),false,true,true +quickbooks-update-customer,Update Customer,Updates a customer. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/customer#full-update-a-customer),true,true,false +quickbooks-search-items,Search Items,Searches for items. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/item#query-an-item),false,true,true +quickbooks-search-accounts,Search Accounts,Search for accounts. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/account#query-an-account),false,true,true +quickbooks-delete-purchase,Delete Purchase,Delete a specific purchase. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/purchase#delete-a-purchase),true,true,false +quickbooks-search-query,Search Query,Performs a search query against a Quickbooks entity. [See the documentation](https://developer.intuit.com/app/develophttps://developer.intuit.com/app/developer/qbo/docs/develop/explore-the-quickbooks-online-api/data-queries),false,true,true +quickbooks-create-invoice,Create Invoice,Creates an invoice. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/invoice#create-an-invoice),false,true,false +quickbooks-void-invoice,Void Invoice,Voids an invoice. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/invoice#void-an-invoice),false,true,false +quickbooks-get-purchase-order,Get Purchase Order,Returns details about a purchase order. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/purchaseorder#read-a-purchase-order),false,true,true +quickbooks-sparse-update-invoice,Sparse Update Invoice,Sparse updating provides the ability to update a subset of properties for a given object; only elements specified in the request are updated. Missing elements are left untouched. The ID of the object to update is specified in the request body.​ [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/invoice#sparse-update-an-invoice),true,true,false +quickbooks-send-invoice,Send Invoice,Sends an invoice by email. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/invoice#send-an-invoice),false,true,false +quickbooks-get-payment,Get Payment,Returns info about a payment. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/payment#read-a-payment),false,true,true +quickbooks-search-vendors,Search Vendors,Searches for vendors. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/vendor#query-a-vendor),false,true,true +quickbooks-get-bill,Get Bill,Returns info about a bill. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/bill#read-a-bill),false,true,true +quickbooks-search-products,Search Products,Search for products. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/item#query-an-item),false,true,true +quickbooks-create-purchase-order,Create Purchase Order,Creates a purchase order. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/purchaseorder#create-a-purchaseorder),false,true,false +quickbooks-search-invoices,Search Invoices,Searches for invoices. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/invoice#query-an-invoice),false,true,true +quickbooks-search-purchases,Search Purchases,Searches for purchases. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/purchase#query-a-purchase),false,true,true +quickbooks-search-customers,Search Customers,Searches for customers. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/customer#query-a-customer),false,true,true +quickbooks-create-sales-receipt,Create Sales Receipt,Creates a sales receipt. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/salesreceipt#create-a-salesreceipt),false,true,false +quickbooks-update-item,Update Item,Updates an item. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/item#full-update-an-item),true,true,false +airfocus-search-item,Search Item,Searches items by query in airfocus. [See the documentation](https://developer.airfocus.com/endpoints.html),false,true,true +airfocus-delete-item,Delete Item,Deletes a specific item in airfocus. [See the documentation](https://developer.airfocus.com/endpoints.html),true,true,false +airfocus-create-item,Create Item,Creates a new item in airfocus. [See the documentation](https://developer.airfocus.com/endpoints.html),false,true,false +airfocus-update-item,Update Item,Updates an existing item in airfocus. [See the documentation](https://developer.airfocus.com/endpoints.html),true,true,false +moneybird-create-sale-invoice,Create Sale Invoice,Create a sale invoice. [See docs here](https://developer.moneybird.com/api/sales_invoices/#post_sales_invoices),false,true,false +moneybird-create-contact,Create Contact,Create a new contact. [See docs here](https://developer.moneybird.com/api/contacts/#post_contacts),false,true,false +moneybird-create-quote,Create Quote,Create a new quote. [See docs here](https://developer.moneybird.com/api/estimates/#post_estimates),false,true,false +zendesk_sell-create-contact,Create Contact,Creates a new contact. [See the documentation](https://developer.zendesk.com/api-reference/sales-crm/resources/contacts/#create-a-contact).,false,true,false +zendesk_sell-create-lead,Create Lead,Creates a new lead. [See the documentation](https://developer.zendesk.com/api-reference/sales-crm/resources/leads/#create-a-lead).,false,true,false +zendesk_sell-create-task,Create Task,Creates a new task. [See the documentation](https://developer.zendesk.com/api-reference/sales-crm/resources/tasks/#create-a-task).,false,true,false +securitytrails-get-ips-neighbors,Get IPs Neighbors,Returns the neighbors in any given IP level range and essentially allows you to explore closeby IP addresses.,false,true,true +securitytrails-get-domain-details,Get Domain Details,Returns the current data about the given hostname. [See the documentation](https://docs.securitytrails.com/reference/domain-details),false,true,true +securitytrails-get-history-dns,Get Historical DNS,Lists out specific historical information about the given hostname parameter. [See the documentation](https://docs.securitytrails.com/reference/history-dns),false,true,true +foursquare-create-tip,Create Tip,Allows the user to create a new tip for a venue on Foursquare. [See the documentation](https://docs.foursquare.com/developer/reference/add-a-tip),false,true,false +foursquare-create-check-in,Create Check In,Allows the user to generate a new check-in at a specific location on Foursquare. [See the documentation](https://docs.foursquare.com/developer/reference/create-a-checkin),false,true,false +lusha-search-and-enrich-companies,Search and Enrich Companies,Search for companies and enrich them. [See the documentation](https://docs.lusha.com/apis/openapi/company-search-and-enrich),false,true,true +lusha-contact-search,Search Contacts,Search for contacts using various filters. [See the documentation](https://docs.lusha.com/apis/openapi/contact-search-and-enrich/searchprospectingcontacts),false,true,true +lusha-company-search,Search Companies,Search for companies using various filters. [See the documentation](https://docs.lusha.com/apis/openapi/company-search-and-enrich/searchprospectingcompanies),false,true,true +lusha-company-enrich,Enrich Companies,Enriches company information based on provided company IDs. [See the documentation](https://docs.lusha.com/apis/openapi/company-search-and-enrich/enrichprospectingcompanies),false,true,false +lusha-search-and-enrich-contacts,Search and Enrich Contacts,Search for contacts and enrich them. [See the documentation](https://docs.lusha.com/apis/openapi/contact-search-and-enrich),false,true,true +lusha-contact-enrich,Enrich Contacts,Enriches contacts based on provided IDs. [See the documentation](https://docs.lusha.com/apis/openapi/contact-search-and-enrich/enrichprospectingcontacts),false,true,false +recruit_crm-create-task,Create Task,Creates a new task. [See the documentation](https://docs.recruitcrm.io/docs/rcrm-api-reference/e9bb027660641-creates-a-new-task),false,true,false +recruit_crm-create-meeting,Create Meeting,Creates a new meeting. [See the documentation](https://docs.recruitcrm.io/docs/rcrm-api-reference/ca9713d31352a-creates-a-new-meeting),false,true,false +recruit_crm-create-candidate,Create Candidate,Creates a new candidate. [See the documentation](https://docs.recruitcrm.io/docs/rcrm-api-reference/ba451e2a3bd63-creates-a-new-candidate),false,true,false +mailchimp-get-campaign,Get Campaign,Gets metadata of a specific campaign. [See docs here](https://mailchimp.com/developer/marketing/api/campaigns/get-campaign-info/),false,true,true +mailchimp-update-campaign,Update Campaign,Update a campaign. [See docs here](https://mailchimp.com/developer/marketing/api/campaigns/update-campaign-settings/),true,true,false +mailchimp-get-list,Get List,Searches for lists. [See docs here](https://mailchimp.com/developer/marketing/api/lists/),false,true,true +mailchimp-delete-list,Delete List,Deletes an existing list. [See docs here](https://mailchimp.com/developer/marketing/api/lists),true,true,false +mailchimp-send-campaign,Send a Campaign,Sends a campaign draft to the audience signed up for the campaign. [See docs here](https://mailchimp.com/developer/marketing/api/campaigns/send-campaign/),false,true,false +mailchimp-search-campaign,Search Campaigns,Searches for the campaigns. [See docs here](https://mailchimp.com/developer/marketing/api/search-campaigns/search-campaigns/),false,true,true +mailchimp-get-list-member-activity,Get List Member Activities,Get the last 50 events of a member,false,true,true +mailchimp-get-list-member-tags,Get List Member Tags,Retrieves a list of all member tags. [See docs here](https://mailchimp.com/developer/marketing/api/list-member-tags/list-member-tags/),false,true,true +mailchimp-unsubscribe-email,Unsubscribe Email,Unsubscribe an email address from an audience. [See docs here](https://mailchimp.com/developer/marketing/api/list-members/archive-list-member/),true,true,false +mailchimp-create-campaign,Create Campaign,Creates a new campaign draft. [See docs here](https://mailchimp.com/developer/marketing/api/campaigns/add-campaign/),false,true,false +mailchimp-list-segment-member,List Segment Members,Retrieves a list of all segment members. [See docs here](https://mailchimp.com/developer/marketing/api/list-segment-members/list-members-in-segment/),false,true,true +mailchimp-get-a-campaign-report,Get A Campaign Report,Gets a campaign report. [See docs here](https://mailchimp.com/developer/marketing/api/campaign-advice/),false,true,true +mailchimp-delete-list-member,Delete List Member,Permanently deletes a member. [See docs here](https://mailchimp.com/developer/marketing/api/list-members/delete-list-member/),true,true,false +mailchimp-delete-campaign,Delete Campaign,Delete a specific campaign. [See docs here](https://mailchimp.com/developer/marketing/api/campaigns/delete-campaign/),true,true,false +mailchimp-add-remove-member-tags,Add Or Remove Members Tags,Add or remove member tags. [See docs here](https://mailchimp.com/developer/marketing/api/list-member-tags/add-or-remove-member-tags/),true,true,false +mailchimp-edit-campaign-template-content,Edit A Campaign Template Content,Edits a defined content area of a custom HTML template. [See docs here](https://mailchimp.com/developer/marketing/api/campaign-content/set-campaign-content/),true,true,false +mailchimp-search-member,Search Members/Subscribers,"The search query used to filter results. Query should be a valid email, or a string representing a contact",false,true,true +mailchimp-search-lists,Search Lists,Searches for lists. [See docs here](https://mailchimp.com/developer/marketing/api/lists/),false,true,true +mailchimp-remove-segment-member,Remove Member From A Segment,Removes a member from the specified static segment. [See docs here](https://mailchimp.com/developer/marketing/api/list-segment-members/remove-list-member-from-segment/),true,true,false +mailchimp-add-subscriber-to-tag,Add Subscriber To Tag,Adds an email address to a tag within an audience. [See docs here](https://mailchimp.com/developer/marketing/api/list-member-tags/add-or-remove-member-tags/),true,true,false +mailchimp-get-list-activities,Get List Activities,Retrieves up to the previous 180 days of daily detailed aggregated activity stats for a list. [See docs here](https://mailchimp.com/developer/marketing/api/list-activity/list-recent-activity/),false,true,true +mailchimp-create-list,Create List,Creates a new list. [See docs here](https://mailchimp.com/developer/marketing/api/lists/add-list/),false,true,false +mailchimp-add-note-to-subscriber,Add Note to Subscriber,Adds a new note to an existing subscriber. [See docs here](https://mailchimp.com/developer/marketing/api/list-member-notes/add-member-note/),false,true,false +mailchimp-add-or-update-subscriber,Add or Update Subscriber,Adds a new subscriber to an audience or updates existing subscriber. [See docs here](https://mailchimp.com/developer/marketing/api/list-members/add-or-update-list-member/),true,true,false +mailchimp-add-segment-member,Add Member To Segment,Adds a new member to a static segment. [See docs here](https://mailchimp.com/developer/marketing/api/list-segment-members/add-member-to-segment/),false,true,false +mailchimp-update-list,Update List,Updates an existing list. [See docs here](https://mailchimp.com/developer/marketing/api/lists/update-lists/),true,true,false +customjs-create-screenshot,Create Screenshot,Create a screenshot of a website. [See the documentation](https://www.customjs.space/api/docs#_3-create-screenshot),false,true,false +customjs-convert-html-to-png,Convert HTML to PNG,Converts an HTML string to a PNG image. [See the documentation](https://www.customjs.space/api/docs#_4-html-to-png),false,true,true +customjs-convert-html-to-pdf,Convert HTML to PDF,Converts an HTML string to a PDF document. [See the documentation](https://www.customjs.space/api/docs#_1-html-to-pdf),false,true,true +customjs-merge-pdfs,Merge PDFs,Merges multiple PDF documents into one. [See the documentation](https://www.customjs.space/api/docs#_2-merge-pdfs),false,true,false +customjs-run-puppeteer,Run Puppeteer,Run Puppeteer. [See the documentation](https://www.customjs.space/api/docs#_5-run-puppeteer),false,true,false +monkeylearn-upload-training-data,Upload Training Data,"Uploads data to a classifier. This component can be used to upload new data to a classifier, to update the tags of texts that have already been uploaded, or both. [See the docs here](https://monkeylearn.com/api/v3/#upload-classifier-data)",true,true,false +monkeylearn-extract-text,Extract Text,Extracts information from texts with a given extractor. [See the docs here](https://monkeylearn.com/api/v3/#extract),false,true,false +monkeylearn-classify-text,Classify Text,Classifies texts with a given classifier. [See the docs here](https://monkeylearn.com/api/v3/#classify),false,true,false +push_by_techulus-send-push-notification,Send Push Notification,Sends a new Push notification to the user. [See the documentation](https://docs.push.techulus.com/api-documentation),false,true,false +momentum_ams-get-client,Get Client,Get data for the client with the specified ID. [See the documentation](https://support.momentumamp.com/nowcerts-rest-api-search-insureds),false,true,true +momentum_ams-insert-note,Insert Note,Insert note . [See the documentation](https://docs.google.com/document/d/11Xk7TviRujq806pLK8pQTcdzDF2ClmPvkfnVmdh1bGc/edit?tab=t.0),true,true,false +strava-get-activity-by-id,Get Activity By ID,Returns the given activity that is owned by the authenticated athlete. [See the docs](https://developers.strava.com/docs/reference/#api-Activities-getActivityById),false,true,true +strava-get-stats,Get Stats,Returns the activity stats of an athlete. Only includes data from activities set to Everyone visibilty. [See the docs](https://developers.strava.com/docs/reference/#api-Athletes-getStats),false,true,true +strava-get-activity-list,Get Activity List,Returns the activities of an athlete for a specific identifier. [See the docs](https://developers.strava.com/docs/reference/#api-Activities-getLoggedInAthleteActivities),false,true,true +strava-create-activity,Create Activity,Creates a manual activity for an athlete. [See the docs](https://developers.strava.com/docs/reference/#api-Activities-createActivity),false,true,false +strava-update-activity,Update Activity,Updates the given activity that is owned by the authenticated athlete. [See the docs](https://developers.strava.com/docs/reference/#api-Activities-updateActivityById),true,true,false +upkeep-update-purchase-order,Update Purchase Order,"Update a Purchase Order, [See the docs](https://developers.onupkeep.com/#update-a-specific-purchase-order)",true,true,false +upkeep-find-part,Find Part,"Finds parts according to props configured, if no prop configured returns all parts, [See the docs](https://developers.onupkeep.com/#get-all-parts)",false,true,true +upkeep-create-work-order,Create Work Order,"Create a Work Order, [See the docs](https://developers.onupkeep.com/#create-a-work-order)",false,true,false +upkeep-find-vendor,Find Vendor,"Finds vendors according to props configured, if no prop configured returns all vendors. Note: enterprise/business-plus plan access only. [See the docs](https://developers.onupkeep.com/#get-all-vendors)",false,true,true +upkeep-find-location,Find Location,"Finds locations according to props configured, if no prop configured returns all locations, [See the docs](https://developers.onupkeep.com/#get-all-locations)",false,true,true +upkeep-find-asset,Find Asset,"Finds assets according to props configured, if no prop configured returns all assets, [See the docs](https://developers.onupkeep.com/#get-all-assets)",false,true,true +upkeep-find-user,Find User,"Finds users according to props configured, if no prop configured returns all users, [See the docs](https://developers.onupkeep.com/#get-all-users)",false,true,true +upkeep-create-request,Create Request,"Create a Request, [See the docs](https://developers.onupkeep.com/#create-a-request)",false,true,false +upkeep-create-purchase-order,Create Purchase Order,"Create a Purchase Order, [See the docs](https://developers.onupkeep.com/#purchase-orders)",false,true,false +zoho_projects-update-project,Update Project,Updates a project. [See the docs here](https://www.zoho.com/projects/help/rest-api/projects-api.html#alink6),true,true,false +zoho_projects-find-project,Find Project,Lists the modules across the portal based on the search term. The API returns both active and archived projects for the users having admin privileges. [See the docs here](https://www.zoho.com/projects/help/rest-api/search-api.html#alink1),true,true,false +zoho_projects-create-task-list,Create Task List,Creates a task list. [See the docs here](https://www.zoho.com/projects/help/rest-api/tasklists-api.html#alink2),false,true,false +zoho_projects-create-milestone,Create Milestone,Creates a milestone. [See the docs here](https://www.zoho.com/projects/help/rest-api/milestones-api.html#alink3),false,true,false +zoho_projects-add-log-time,Add Log Time,Add Time for a General Log. Adds the time log to other tasks. [See the docs here](https://www.zoho.com/projects/help/rest-api/log-time.html#alink11),false,true,false +zoho_projects-create-bug,Create Bug,Creates a bug. [See the docs here](https://www.zoho.com/projects/help/rest-api/bugs-api.html#alink3),false,true,false +zoho_projects-upload-file,Upload File,Add a document. [See the docs here](https://www.zoho.com/projects/help/rest-api/documents-api.html#alink3),false,true,false +zoho_projects-create-task,Create Task,Creates a task. [See the docs here](https://www.zoho.com/projects/help/rest-api/tasks-api.html#alink4),false,true,false +zoho_projects-create-project,Create Project,Creates a project. [See the docs here](https://www.zoho.com/projects/help/rest-api/projects-api.html#alink5),false,true,false +reachmail-opt-out-recipient-from-list,Opt Out Recipient From List,The action will remove the recipient from the specified list. [See the documentation](https://services.reachmail.net/),true,true,false +nextdoor-create-advertiser,Create Advertiser,Creates an advertiser that is tied to the NAM profile the API credentials are tied to. [See the documentation](https://developer.nextdoor.com/reference/advertiser-create).,false,true,false +nextdoor-create-ad,Create Ad,Creates an ad based on the input payload for an existing NAM ad group. [See the documentation](https://developer.nextdoor.com/reference/ad-create).,false,true,false +nextdoor-create-campaign,Create Campaign,Creates a campaign. [See the documentation](https://developer.nextdoor.com/reference/campaign-create).,false,true,false +nextdoor-create-ad-group,Create Ad Group,Creates an ad group based on the input payload for an existing campaign. [See the documentation](https://developer.nextdoor.com/reference/adgroup-create).,false,true,false +nextdoor-create-scheduled-report,Create Scheduled Report,Creates a scheduled report based on the input configuration. Upon a successful request the report will be sent out based on the schedule cadence. [See the documentation](https://developer.nextdoor.com/reference/reporting-scheduled-create).,false,true,false +world_news_api-search-news,Search News,Search and filter news. [See the docs here](https://worldnewsapi.com/docs/#Search-News). **Calling this endpoint requires 1 point**,false,true,true +world_news_api-extract-news,Extract News,"Extract a news article from a website to a well structure JSON object. [See the docs here](https://worldnewsapi.com/docs/#Extract-News). **Calling this endpoint requires 1 point, plus 2 points if analyze is true.**",false,true,true +world_news_api-get-geo-coordinates,Get Geo Coordinates,Retrieve the latitude and longitude of a location name. [See the docs here](https://worldnewsapi.com/docs/#Get-Geo-Coordinates). **Calling this endpoint requires 1 point.**,false,true,true +klipy-get-gif-by-slug,Get GIF by Slug,Get a specific GIF idendified by its slug. [See the documentation](https://docs.klipy.com/gifs-api/gifs-search-api),false,true,true +klipy-get-clip-by-slug,Get Clip by Slug,Get a specific Clip idendified by its slug. [See the documentation](https://docs.klipy.com/clips-api/clips-search-api),false,true,true +klipy-search-gifs,Search GIFs,Search and retrieve GIFs from Klipy,false,true,true +klipy-get-sticker-by-slug,Get Sticker By Slug,Get a specific Sticker idendified by its slug. [See the documentation](https://docs.klipy.com/stickers-api/stickers-search-api).,false,true,true +klipy-search-clips,Search Clips,Search and retrieve clips from Klipy,false,true,true +klipy-search-stickers,Search Stickers,Search and retrieve stickers from Klipy,false,true,true +ninox-update-record,Update Record,Updates a record. [See docs here](https://docs.ninox.com/en/api/private-cloud-apis#create-update-multiple-records-with-post),true,true,false +ninox-create-record,Create Record,Creates a record. [See docs here](https://docs.ninox.com/en/api/private-cloud-apis#create-update-multiple-records-with-post),true,true,false +payhip-verify-license-key,Verify License Key,Verify a license key. [See the documentation](https://help.payhip.com/article/114-software-license-keys#:~:text=License%20Key%20Verification),false,true,true +payhip-enable-license-key,Enable License Key,Enable a license key. [See the documentation](https://help.payhip.com/article/114-software-license-keys#:~:text=Enable%20or%20Disable%20a%20License%20Key),true,true,false +payhip-disable-license-key,Disable License Key,Disable a license key. [See the documentation](https://help.payhip.com/article/114-software-license-keys#:~:text=Enable%20or%20Disable%20a%20License%20Key),true,true,false +google_maps_platform-get-place-details,Get Place Details,Retrieves detailed information for a specific place using its Place ID. [See the documentation](https://developers.google.com/maps/documentation/places/web-service/place-details),false,true,true +google_maps_platform-search-places,Search Places,"Searches for places based on location, radius, and optional filters like keywords, place type, or name. [See the documentation](https://developers.google.com/maps/documentation/places/web-service/text-search)",false,true,true +frame-search-assets,Search Assets,Performs advanced searching for assets in Frame.io. [See the documentation](https://developer.frame.io/api/reference/operation/librarySearchGet/),false,true,true +frame-create-comment,Create Comment,Creates a new comment on an asset in Frame.io. [See the documentation](https://developer.frame.io/api/reference/operation/createComment/),false,true,false +frame-create-asset,Create Asset,Creates a new asset in Frame.io. [See the documentation](https://developer.frame.io/api/reference/operation/createAsset/),false,true,false +frame-create-project,Create Project,Creates a new project on Frame.io. [See the documentation](https://developer.frame.io/api/reference/operation/createProject/),false,true,false +algomo-send-message-to-chatbot,Send Message To Chatbot,Send a message to a specific Algomo chatbot and get the response. [See the documentation](https://help.algomo.com/docs/api-access/using%20our%20apis#api-call-for-bot-response-generation),false,true,false +podio-upload-from-url,Upload From URL,Uploads a file from a URL to Podio. [See the documentation](https://github.com/podio/podio-rb/blob/6c77c92792c3ae79d487a997909122e90e544bf1/lib/podio/models/file_attachment.rb#L62),false,true,false +podio-find-item,Find Item,Filters items for the given app. [See the documentation](https://developers.podio.com/doc/items/filter-items-4496747),false,true,true +podio-create-status,Create Status,Creates a status to the given workspace. [See the documentation](https://developers.podio.com/doc/status/add-new-status-message-22336),false,true,false +podio-upload-file,Upload File,Uploads a new file to Podio. [See the documentation](https://developers.podio.com/doc/files/upload-file-1004361),false,true,false +podio-create-task,Create Task,Creates a task to the given workspace. [See the documentation](https://developers.podio.com/doc/tasks/create-task-22419),false,true,false +podio-create-item,Create an Item,Adds a new item to the given app. [See the documentation](https://developers.podio.com/doc/items/add-new-item-22362),false,true,false +podio-attach-file,Attach File,Attaches an uploaded file to the given object. [See the documentation](https://developers.podio.com/doc/files/attach-file-22518),false,true,false +podio-update-item,Update an Item,Updates an item. [See the documentation](https://developers.podio.com/doc/items/update-item-22363),true,true,false +airslate-create-new-template,Create a New Template,Create a new reusable document package that contains fillable documents and forms in the specified organization. [See the documentation](https://docs.airslate.io/docs/airslate-api/templates-api%2Foperations%2Fcreate-a-organization-template),false,true,false +airslate-create-new-organization,Create New Organization,Creates a new organization in airslate with optional settings. [See the documentation](https://docs.airslate.io/docs/airslate-api/organizations-api%2Foperations%2Fcreate-a-organization),false,true,false +airslate-update-template,Update Template,Update a specified template in airSlate. [See the documentation](https://docs.airslate.io/docs/airslate-api/templates-api%2Foperations%2Fmodify-a-organization-template),true,true,false +hootsuite-schedule-message,Schedule Message,Schedules a message on your Hootsuite account. [See the documentation](https://apidocs.hootsuite.com/docs/api/index.html#operation/scheduleMessage),false,true,false +hootsuite-get-media-upload-status,Get Media Upload Status,Gets the status of a Media Upload Job on your Hootsuite account. [See the documentation](https://apidocs.hootsuite.com/docs/api/index.html#operation/getMedia),false,true,true +hootsuite-create-media-upload-job,Create Media Upload Job,Creates a new Media Upload Job on your Hootsuite account. [See the documentation](https://apidocs.hootsuite.com/docs/api/index.html#operation/createMedia),false,true,false +wp_maps-create-product,Create Product,Creates a new product in WP Maps. [See the documentation](https://support.agilelogix.com/hc/en-us/articles/900006795363-API-Access-Points#create-product),false,true,false +wp_maps-update-product,Update Product,Updates an existing product in WP Maps. [See the documentation](https://support.agilelogix.com/hc/en-us/articles/900006795363-API-Access-Points#update-product),true,true,false +cody-send-message,Send Message,Send your message and receive the AI-generated response. [See the documentation](https://developers.meetcody.ai/operation/operation-send-message),false,true,false +cody-create-document,Create Document,Turn text content into a document and add it directly to your knowledge base. [See the documentation](),false,true,false +turso-get-organizations,Get Organizations,Returns a list of organizations the authenticated user owns or is a member of. [See the documentation](https://docs.turso.tech/api-reference/organizations/list),false,true,true +turso-execute-query,Execute SQL Query,Execute a custom SQLite query. See [our docs](https://pipedream.com/docs/databases/working-with-sql) to learn more about working with SQL in Pipedream.,false,true,false +turso-get-groups,Get Groups,Returns a list of groups belonging to the organization or user. [See the documentation](https://docs.turso.tech/api-reference/groups/list),false,true,true +turso-get-databases,Get Databases,Returns a list of databases belonging to the organization or user. [See the documentation](https://docs.turso.tech/api-reference/databases/list),false,true,true +turso-create-database,Create Database,Creates a new database in a group for the organization or user. [See the documentation](https://docs.turso.tech/api-reference/databases/create),false,true,false +pipedream-create-subscription,Create a Subscription,Create a Subscription. [See Doc](https://pipedream.com/docs/api/rest/#subscriptions),false,true,false +pipedream-get-component,Get Component,Get info for a published component. [See docs](https://pipedream.com/docs/api/rest/#get-a-component),false,true,true +pipedream-delete-subscription,Delete a Subscription,Delete a Subscription. [See Doc](https://pipedream.com/docs/api/rest/#delete-a-subscription),true,true,false +pipedream-generate-component-code,Generate Component Code,Generate component code using AI.,false,true,false +insertchat-delete-lead,Delete Lead,Deletes an existing lead from InsertChat. [See the documentation](https://www.postman.com/gold-star-239225/insertchat/request/2vgc20j/delete-a-lead),true,true,false +insertchat-push-message-existing-chat,Push Message to Existing Chat,Pushes a new message into an existing chat session in InsertChat. [See the documentation](https://www.postman.com/gold-star-239225/insertchat/request/me7mcwa/push-a-message-into-a-chat-session),false,true,false +insertchat-create-lead,Create Lead,Creates a new lead within Insertchat. [See the documentation](https://www.postman.com/gold-star-239225/insertchat/request/uiugp1c/create-a-lead),false,true,false +gloww-create-live-session,Create Live Session,Create a new Live Session [See the documentation](https://gloww.com/faq/),false,true,false +teamwork_desk-create-customer,Create Customer,Create a new customer [See the documentation](https://apidocs.teamwork.com/docs/desk/fe69a0fb1007a-create-a-new-customer),false,true,false +teamwork_desk-update-customer,Update Customer,Update a specific customer [See the documentation](https://apidocs.teamwork.com/docs/desk/3442f2a79b0d2-update-a-customer),true,true,false +teamwork_desk-create-ticket,Create Ticket,Create a new ticket [See the documentation](https://apidocs.teamwork.com/docs/desk/fe69a0fb1007a-create-a-new-customer),false,true,false +teamwork_desk-reply-to-ticket,Reply To Ticket,Reply to a specific ticket [See the documentation](https://apidocs.teamwork.com/docs/desk/0f3315d9a0762-reply-to-ticket),false,true,false +teamwork_desk-update-ticket,Update Ticket,Update a specific ticket [See the documentation](https://apidocs.teamwork.com/docs/desk/4de711efd2f09-update-multiple-tickets),true,true,false +pretix-get-order-details,Get Order Details,"Returns information on one order, identified by its order code. [See the documentation](https://docs.pretix.eu/en/latest/api/resources/orders.html#fetching-individual-orders)",false,true,true +pretix-update-event,Update Event,Updates a specific event. [See the documentation](https://docs.pretix.eu/en/latest/api/resources/events.html#patch--api-v1-organizers-(organizer)-events-(event)-),true,true,false +personio-create-employee,Create Employee,Creates a new employee. [See the documentation](https://developer.personio.de/reference/post_company-employees),false,true,false +personio-list-employees,List Employees,Get a list of the company employees. [See the documentation](https://developer.personio.de/reference/get_company-employees),false,true,true +personio-create-application,Create Application,Creates a new application. [See the documentation](https://developer.personio.de/reference/post_v1-recruiting-applications),false,true,false +lamini-upload-dataset,Upload Dataset,Upload a dataset to Lamini for training.,false,true,false +lamini-create-fine-tune-job,Create Fine-Tune Job,Create a fine-tuning job with a dataset. [See the documentation](https://docs.lamini.ai/api/).,false,true,false +lamini-evaluate-job,Evaluate Job,Evaluate a fine-tuning job by job ID. [See the documentation](https://docs.lamini.ai/api/).,false,true,false +lamini-generate-completion,Generate Completion,Generate completions using a Lamini model. [See the documentation](https://docs.lamini.ai/api/).,false,true,false +lamini-get-batch-completions,Get Batch Completions,Retrieve the results of a batch completion request from Lamini. [See the documentation](https://docs.lamini.ai/api/).,false,true,true +docusign_developer-create-signature-request,Create Signature Request,Creates a signature request from a template [See the documentation](https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create),false,true,false +highlevel_oauth-add-contact-to-campaign,Add Contact to Campaign,Adds an existing contact to a campaign. [See the documentation](https://highlevel.stoplight.io/docs/integrations/ecf9b5b45deaf-add-contact-to-campaign),true,true,false +highlevel_oauth-upsert-contact,Upsert Contact,Creates or updates a contact on HighLevel. [See the documentation](https://highlevel.stoplight.io/docs/integrations/f71bbdd88f028-upsert-contact),true,true,false +highlevel_oauth-create-contact,Create Contact,Creates a new contact on HighLevel. [See the documentation](https://highlevel.stoplight.io/docs/integrations/4c8362223c17b-create-contact),true,true,false +highlevel_oauth-update-contact,Update Contact,Updates a selected contact on HighLevel. [See the documentation](https://highlevel.stoplight.io/docs/integrations/9ce5a739d4fb9-update-contact),true,true,false +issue_badge-create-issue,Create Issue,Create a new issue [See the documentation](https://documenter.getpostman.com/view/19911979/2sA2r9X4Aj#b5b9801a-432d-4d2e-96ef-a9fb2d2d2a94),false,true,false +issue_badge-create-badge,Create Badge,Create a new badge [See the documentation](https://documenter.getpostman.com/view/19911979/2sA2r9X4Aj#2d909087-86e3-4e78-82ce-7b1691285a20),false,true,false +issue_badge-create-organization,Create Organization,Create a new organization [See the documentation](https://documenter.getpostman.com/view/19911979/2sA2r9X4Aj#9f046aa2-e975-420f-a9ec-3274ea74c6bd),false,true,false +issue_badge-get-all-badges,Get All Badges,Retrieve all badges [See the documentation](https://documenter.getpostman.com/view/19911979/2sA2r9X4Aj#5d30c8a9-f16a-4dfb-a3e0-c241e60935c4),false,true,true +issue_badge-get-all-organizations,Get All Organizations,Retrieve all organizations [See the documentation](https://documenter.getpostman.com/view/19911979/2sA2r9X4Aj#64e5ee48-8e20-463b-addd-e697452e8e5a),false,true,true +cliniko-get-patient,Get Patient,Get the details of a patient by patient ID.,false,true,true +motion-delete-task,Delete Task,Delete a specific task by Id. [See the documentation](https://docs.usemotion.com/docs/motion-rest-api/963b35f93846f-delete-a-task),true,true,false +motion-get-task,Retrieve Task,Retrieve a specific task by Id. [See the documentation](https://docs.usemotion.com/docs/motion-rest-api/3e8c65ed58693-retrieve-a-task),false,true,true +motion-move-workspace,Move Workspace,"Move a specific task to another workspace. When moving tasks from one workspace to another, the tasks project, status, and label(s) and assignee will all be reset. [See the documentation](https://docs.usemotion.com/docs/motion-rest-api/0440c0ba81f10-move-workspace)",true,true,false +motion-get-schedules,Retrieve Schedules,Get a list of schedules for your user. [See the documentation](https://docs.usemotion.com/docs/motion-rest-api/f9fec7bb61c6f-get-schedules),false,true,true +motion-create-task,Create Task,Create a new task. [See the documentation](https://docs.usemotion.com/docs/motion-rest-api/0846d1205f9b3-create-task),false,true,false +motion-update-task,Update Task,Update a specific task. [See the documentation](https://docs.usemotion.com/docs/motion-rest-api/a2b2ce881ce26-update-a-task),true,true,false +google_docs-insert-table,Insert Table,Insert a table into a document. [See the documentation](https://developers.google.com/workspace/docs/api/reference/rest/v1/documents/request#inserttablerequest),false,true,false +google_docs-get-tab-content,Get Tab Content,Get the content of a tab in a document. [See the documentation](https://developers.google.com/docs/api/reference/rest/v1/documents/get),false,true,true +google_docs-create-document,Create a New Document,Create a new document. [See the documentation](https://developers.google.com/docs/api/reference/rest/v1/documents/create),false,true,false +google_docs-append-image,Append Image to Document,Appends an image to the end of a document. [See the documentation](https://developers.google.com/docs/api/reference/rest/v1/documents/request#InsertInlineImageRequest),false,true,false +google_docs-insert-page-break,Insert Page Break,Insert a page break into a document. [See the documentation](https://developers.google.com/workspace/docs/api/reference/rest/v1/documents/request#insertpagebreakrequest),false,true,false +google_docs-insert-text,Insert Text,Insert text into a document. [See the documentation](https://developers.google.com/workspace/docs/api/reference/rest/v1/documents/request#inserttextrequest),false,true,false +google_docs-get-document,Get Document,Get the contents of the latest version of a document. [See the documentation](https://developers.google.com/docs/api/reference/rest/v1/documents/get),false,true,true +google_docs-replace-text,Replace Text,Replace all instances of matched text in an existing document. [See the documentation](https://developers.google.com/docs/api/reference/rest/v1/documents/request#ReplaceAllTextRequest),true,true,false +google_docs-replace-image,Replace Image,Replace image in a existing document. [See the documentation](https://developers.google.com/docs/api/reference/rest/v1/documents/request#ReplaceImageRequest),true,true,false +google_docs-append-text,Append Text,Append text to an existing document. [See the documentation](https://developers.google.com/docs/api/reference/rest/v1/documents/request#InsertTextRequest),false,true,false +snowflake-insert-row,Insert Single Row,Insert a row into a table,false,true,false +snowflake-insert-multiple-rows,Insert Multiple Rows,Insert multiple rows into a table,false,true,false +snowflake-execute-sql-query,Execute SQL Query,Execute a custom Snowflake query. See [our docs](https://pipedream.com/docs/databases/working-with-sql) to learn more about working with SQL in Pipedream.,false,true,false +jira_service_desk-create-comment-on-request,Create Comment on Request,Create a comment on a customer request. [See the documentation](https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-request/#api-rest-servicedeskapi-request-issueidorkey-comment-post),false,true,false +jira_service_desk-create-request,Create Request,Creates a new customer request. [See the documentation](https://docs.atlassian.com/jira-servicedesk/REST/3.6.2/#servicedeskapi/request-createCustomerRequest),false,true,false +amplitude-send-event-data,Send Event Data,Sends user event data to Amplitude for analytics. [See the documentation](https://www.docs.developers.amplitude.com/analytics/apis/http-v2-api/#keys-for-the-event-argument),false,true,false +docsbot_ai-ask-question,Ask Question,Ask a question to a specific bot in a specific team. [See the documentation](https://docsbot.ai/documentation/developer/chat-api),false,true,false +docsbot_ai-create-source,Create Source,Create a new source for a bot. [See the documentation](https://docsbot.ai/documentation/developer/source-api#create-source),false,true,false +docsbot_ai-upload-source-file,Upload Source File,Upload a file to be used as a source. [See the documentation](https://docsbot.ai/documentation/developer/source-api#source-file-uploads),false,true,false +knorish-create-user,Create User,Creates a new user on your Knorish site. [See the documentation](https://knowledge.knorish.com/api-endpoints-and-postman-dump-publisher-api),false,true,false +knorish-add-user-in-course,Add User In Course,Add a specific user to a specific course on your Knorish site. [See the documentation](https://knowledge.knorish.com/api-endpoints-and-postman-dump-publisher-api),false,true,false +waiverforever-create-waiver-request,Create Waiver Request,Create waiver request. [See the docs here](https://docs.waiverforever.com/?javascript--nodejs#create-waiver-request),false,true,false +similarweb_digitalrank_api-get-subscription-status,Get Subscription Status,Returns the number of monthly data points remaining in your Similarweb account. [See the documentation](https://developers.similarweb.com/docs/digital-rank-api),false,true,true +similarweb_digitalrank_api-get-website-rank,Get Website Rank,Retrieves the global rank of a specific website using Similarweb,false,true,true +similarweb_digitalrank_api-get-ranked-sites,Get Ranked Sites,List the top-ranking websites globally. [See the documentation](https://developers.similarweb.com/docs/digital-rank-api),false,true,true +nudgify-create-purchase-nudge,Create Purchase Nudge,Creates a purchase nudge. [See docs here](https://www.nudgify.com/docs/knowledge-base/api-purchase-nudges/),false,true,false +nudgify-create-sign-up-nudge,Create Sign-up Nudge,Creates a sign-up nudge for a user in Nudgify. [See docs here](https://www.nudgify.com/docs/knowledge-base/rest-api-for-sign-ups),false,true,false +kizeo_forms-export-form-data-to-csv-or-excel,Export Form Data to CSV or Excel,Exports data from a form to CSV or Excel format. [See the documentation](https://kizeo.github.io/kizeo-forms-documentations/docs/en/exports),false,true,false +kizeo_forms-create-user,Create User,Creates a new user in the Kizeo Forms platform. [See the documentation](https://kizeo.github.io/kizeo-forms-documentations/docs/en/users#2---add-a-user),false,true,false +kizeo_forms-export-to-pdf,Export to PDF,Exports data from a chosen export (Word or Excel) to PDF format. [See the documentation](https://kizeo.github.io/kizeo-forms-documentations/docs/en/restv3),false,true,true +kizeo_forms-list-unread-form-data,List Unread Form Data,Retrieves a list of unread form entries/data from Kizeo Forms. [See the documentation](https://kizeo.github.io/kizeo-forms-documentations/docs/en/restv3),false,true,true +vbout-add-custom-event-to-contact,Add Custom Event To Contact,This action add a custom activity to the contact. [See the docs here](https://developers.vbout.com/docs#emailmarketing_addactivity),false,true,false +vbout-add-contact-to-list-by-email,Add Contact To List By Email,This action add a specific list to a contact. All emails having the same email text available in the provided list will be updated if exists [See the docs here](https://developers.vbout.com/docs#emailmarketing_synccontact),true,true,false +vbout-create-email-marketing-campaign,Create Email Marketing Campaign,This action creates a new email marketing campaign. [See the docs here](https://developers.vbout.com/docs#emailmarketing_addcampaign),false,true,false +vbout-update-contact,Update Contact,This action updates a specific contact. [See the docs here](https://developers.vbout.com/docs#emailmarketing_editcontact),true,true,false +vbout-create-social-media-message,Create Social Media Message,This action creates a new post on social media. [See the docs here](https://developers.vbout.com/docs#socialmedia_addpost),false,true,false +vbout-add-contact-to-list,Add Contact To List,This action move a contact to a specific list. [See the docs here](https://developers.vbout.com/docs#emailmarketing_movecontact),false,true,false +vbout-unsubscribe-contact,Unsubscribe Contact,This action unsubscribes a specific contact from a list. [See the docs here](https://developers.vbout.com/docs#emailmarketing_editcontact),true,true,false +vbout-create-email-list,Create Email List,This action creates a new list. [See the docs here](https://developers.vbout.com/docs/1_0/#emailmarketing_addlist),false,true,false +bingx-trade-oneclick-close-all-positions,BingX Trade One Click Close All Positions,One-Click Close All Positions [See the documentation](https://bingx-api.github.io/docs/#/swapV2/trade-api.html#One-Click%20Close%20All%20Positions).,true,true,false +bingx-generic-api-call,BingX Generic API Call,Make any API call for Bingx Futures as per the documentation. [See the documentation](https://bingx-api.github.io/docs/#/swapV2/account-api.html),false,true,false +bingx-market-get-all-contracts,BingX Market Get All Contracts,Contract Information [See the documentation](https://bingx-api.github.io/docs/#/swapV2/market-api.html#Contract%20Information).,false,true,true +bingx-market-get-kline-history,BingX Market Get History Klines,K-Line Data History [See the documentation](https://bingx-api.github.io/docs/#/swapV2/market-api.html#%20K-Line%20Data).,false,true,true +bingx-market-get-latest-price,BingX Market Get Latest Price,Get Latest Price of a Trading Pair [See the documentation](https://bingx-api.github.io/docs/#/swapV2/market-api.html#The%20latest%20Trade%20of%20a%20Trading%20Pair).,false,true,true +bingx-trade-cancel-all-orders,BingX Trade Cancel All Orders,Cancel All Orders [See the documentation](https://bingx-api.github.io/docs/#/swapV2/trade-api.html#Cancel%20All%20Orders).,true,true,false +bingx-market-get-kline,BingX Market Get Latest Kline,Get K-Line Data [See the documentation](https://bingx-api.github.io/docs/#/swapV2/market-api.html#%20K-Line%20Data).,false,true,true +bingx-market-get-market-trades,BingX Market Get Market Trades,The latest Trade of a Trading Pair [See the documentation](https://bingx-api.github.io/docs/#/swapV2/market-api.html#Get%20Latest%20Price%20of%20a%20Trading%20Pair).,false,true,true +bingx-trade-cancel-order,BingX Trade Cancel Order,Cancel an Order [See the documentation](https://bingx-api.github.io/docs/#/swapV2/trade-api.html#Cancel%20an%20Order).,true,true,false +bingx-account-get-positions,BingX Account Get Positions,Perpetual Swap Positions [See the documentation](https://bingx-api.github.io/docs/#/swapV2/account-api.html#Perpetual%20Swap%20Positions).,false,true,true +bingx-trade-new-order,BingX Trade New Order,Place a New Order. [See the documentation](https://bingx-api.github.io/docs/#/swapV2/trade-api.html#Trade%20order),false,true,false +bingx-market-get-market-depth,BingX Market Get Market Depth,Get Market Depth [See the documentation](https://bingx-api.github.io/docs/#/swapV2/market-api.html#Get%20Market%20Depth).,false,true,true +bingx-trade-batch-cancel-orders,BingX Trade Batch Cancel Orders,Cancel a Batch of Orders [See the documentation](https://bingx-api.github.io/docs/#/swapV2/trade-api.html#Cancel%20a%20Batch%20of%20Orders).,true,true,false +bingx-market-get-open-positions,BingX Market Get Open Positions,Get Swap Open Positions [See the documentation](https://bingx-api.github.io/docs/#/swapV2/market-api.html#Get%20Swap%20Open%20Positions).,false,true,true +bingx-market-get-historical-funding,BingX Market Get History Funding,Funding Rate History [See the documentation](https://bingx-api.github.io/docs/#/swapV2/market-api.html#Current%20Funding%20Rate).,false,true,true +bingx-trade-pending-orders,BingX Trade Pending Orders,Unfilled Order Acquisition [See the documentation](https://bingx-api.github.io/docs/#/swapV2/trade-api.html#Query%20all%20current%20pending%20orders).,false,true,false +bingx-trade-set-leverage,BingX Trade Set Leverage,Switch Leverage [See the documentation](https://bingx-api.github.io/docs/#/swapV2/trade-api.html#Switch%20Leverage).,true,true,false +bingx-trade-query-order,BingX Trade Query Order,Query Order Details [See the documentation](https://bingx-api.github.io/docs/#/swapV2/trade-api.html#Query%20Order).,false,true,false +bingx-market-get-ticker,BingX Market Get Ticker,Get Ticker [See the documentation](https://bingx-api.github.io/docs/#/swapV2/market-api.html#Get%20Ticker).,false,true,true +bingx-trade-set-margin-mode,BingX Trade Set Margin Mode,Switch Margin Mode [See the documentation](https://bingx-api.github.io/docs/#/swapV2/trade-api.html#Switch%20Margin%20Mode).,true,true,false +bingx-account-get-balance,BingX Account Get Balance,Get Perpetual Swap Account Asset Information [See the documentation](https://bingx-api.github.io/docs/#/swapV2/account-api.html).,false,true,true +bingx-custom-calculate-leveraged-position,BingX Custom Calculate Leveraged Position,"Calculate leveraged position based on entry, stop price and account balance",true,true,false +bingx-market-get-latest-funding,BingX Market Get Latest Funding,Current Funding Rate [See the documentation](https://bingx-api.github.io/docs/#/swapV2/market-api.html#Current%20Funding%20Rate).,false,true,true +bingx-custom-bracket-order,BingX Custom Bracket Order,Place bracket order. [See the documentation](https://bingx-api.github.io/docs/#/swapV2/trade-api.html#Trade%20order),false,true,false +v7_go-update-entity,Update Entity,Executes an update on an existing entity. [See the documentation](https://docs.go.v7labs.com/reference/entity-update-values),true,true,false +v7_go-create-entity,Create Entity,Triggers the creation of a new entity. [See the documentation](https://docs.go.v7labs.com/reference/create-entities-programmatically),false,true,false +v7_go-create-project,Create Project,Initiates the creation of a new project with a unique project identifier. [See the documentation](https://docs.go.v7labs.com/reference/project-create),false,true,false +nioleads-find-email,Find Email,Finds a business email address using a full name and a website domain. [See the documentation](https://apidoc.nioleads.com/?_gl=1*1288vdg*_ga*MTY1NzE1MjMzOC4xNzI1OTM5Njk1*_ga_ZVT2YHDDZG*MTcyNTk0Mzk5NC4yLjAuMTcyNTk0NDAyMy4wLjAuMA..#email-finder),false,true,true +nioleads-verify-email,Verify Email,Checks the deliverability of a specified email address. [See the documentation](https://apidoc.nioleads.com/?_gl=1*1288vdg*_ga*MTY1NzE1MjMzOC4xNzI1OTM5Njk1*_ga_ZVT2YHDDZG*MTcyNTk0Mzk5NC4yLjAuMTcyNTk0NDAyMy4wLjAuMA..#email-verifier),false,true,true +kanban_tool-move-task,Move Task,Moves a task [See the docs here](https://kanbantool.com/developer/api-v3#updating-tasks),true,true,false +kanban_tool-archive-task,Archive Task,Archives a task [See the docs here](https://kanbantool.com/developer/api-v3#archiving-tasks),true,true,false +kanban_tool-delete-subtask,Delete Subtask(Checklist Item),Soft deletes a subtask [See the docs here](https://kanbantool.com/developer/api-v3#deleting-subtasks),true,true,false +kanban_tool-delete-task,Delete Task,Soft deletes a task [See the docs here](https://kanbantool.com/developer/api-v3#deleting-tasks),true,true,false +kanban_tool-create-comment,Create Comment,Creates a comment [See the docs here](https://kanbantool.com/developer/api-v3#creating-comments),false,true,false +kanban_tool-find-task,Find Task,Finds task with given parameters [See the docs here](https://kanbantool.com/developer/api-v3#searching-tasks),false,true,true +kanban_tool-update-subtask,Update Subtask(Checklist Item),Updates a subtask with the given parameters [See the docs here](https://kanbantool.com/developer/api-v3#updating-subtasks),true,true,false +kanban_tool-create-subtask,Create Subtask(Checklist Item),Creates a subtask [See the docs here](https://kanbantool.com/developer/api-v3#creating-subtasks),false,true,false +kanban_tool-create-task,Create Task,Creates a task [See the docs here](https://kanbantool.com/developer/api-v3#creating-tasks),false,true,false +kanban_tool-update-task,Update Task,Updates a task with the given parameters [See the docs here](https://kanbantool.com/developer/api-v3#updating-tasks),true,true,false +kanban_tool-complete-subtask,Complete Subtask(Checklist Item),Marks a subtask as completed [See the docs here](https://kanbantool.com/developer/api-v3#updating-subtasks),true,true,false +kanban_tool-get-task-details,Get Task Details,Gets details of a selected task [See the docs here](https://kanbantool.com/developer/api-v3#fetching-tasks),false,true,false +modelry-create-product,Create Product,Create a new product. [See the documentation](https://files.cgtarsenal.com/api/doc/index.html#api-Products-CreateProduct),false,true,false +modelry-delete-product,Delete Product,Delete the product with the specified ID. [See the documentation](https://files.cgtarsenal.com/api/doc/index.html#api-Products-DeleteProduct),true,true,false +modelry-get-product,Get Product,Get details of the product with the specified ID. [See the documentation](https://files.cgtarsenal.com/api/doc/index.html#api-Products-GetProduct),true,true,false +openphone-list-phone-numbers,List Phone Numbers,Retrieve the list of phone numbers and users associated with your OpenPhone workspace. [See the documentation](https://www.openphone.com/docs/mdx/api-reference/phone-numbers/list-phone-numbers),false,true,true +openphone-send-message,Send a Text Message,Send a text message from your OpenPhone number to a recipient. [See the documentation](https://www.openphone.com/docs/api-reference/messages/send-a-text-message),false,true,false +openphone-create-contact,Create Contact,Create a new contact in OpenPhone. [See the documentation](https://www.openphone.com/docs/api-reference/contacts/create-a-contact),false,true,false +openphone-update-contact,Update Contact,Update an existing contact on OpenPhone. [See the documentation](https://www.openphone.com/docs/api-reference/contacts/update-a-contact-by-id),true,true,false +helper_functions-send-email-with-nodemailer,Send email with Nodemailer,Sends an email using the nodemailer package,false,true,false +helper_functions-trigger-workflow,Trigger Workflow,Trigger another Pipedream workflow in your workspace.,false,true,false +helper_functions-get-iso-string-n-days-ago,Get ISO String N Days Ago,Returns an ISO string (UTC TZ) N days ago,false,true,true +helper_functions-convert-currency,Convert Currency,Convert an amount between currencies. [See the documentation](https://www.frankfurter.app/docs/),false,true,true +helper_functions-get-current-time-in-specific-timezone,Get Current Time in Timezone,"Returns the current time, tied to this workflow invocation, in the target timezone",false,true,true +helper_functions-random-item-from-list,Random Item(s) from List,Returns a randomly selected value(s) from a user-defined list of options.,false,true,true +helper_functions-get-time-in-specific-timezone,Get Time in Timezone,"Given an ISO 8601 timestamp, and a timezone, convert the time to the target timezone.",false,true,true +helper_functions-base64-decode-string,Base64 Decode String,"Accepts a base64-encoded string, returns a decoded UTF-8 string",false,true,false +helper_functions-convert-html-to-slack-mrkdwn,Convert HTML to Slack mrkdwn format,Converts an HTML string to the Slack mrkdwn format using,false,true,true +helper_functions-get-coutry-name-by-code-iso,"Country name, given code (2-letter)",Return the country name (in English) when given the 2-letter country code,false,true,true +helper_functions-retrieve-new-rss-stories,Retrieve New RSS Stories,Gets new stories from a specified RSS feed that have not already been processed.,false,true,true +helper_functions-csv-file-to-objects,CSV File To Objects,Convert a CSV file to an array of objects.,false,true,true +helper_functions-xml-to-json,XML to JSON,See [xml-js](https://github.com/nashwaan/xml-js),false,true,false +helper_functions-html-to-markdown,HTML to Markdown,Convert via turndown,false,true,true +helper_functions-convert-object-to-json-string,Convert JavaScript Object to JSON String,"Accepts a JavaScript object, returns that object converted to a JSON string",false,true,true +helper_functions-compare-arrays,Compare Arrays,"Get the difference, intersection, union, or symetric difference of two arrays/sets.",false,true,true +helper_functions-prettify-json,Pretty Print JSON,Pretty print a JavaScript object or value,false,true,false +helper_functions-send-to-s3,Send to Amazon S3,Send data to Amazon S3 using Pipedream,false,true,false +helper_functions-random-integer,Random Integer,Generate a random integer (whole number). Useful for random delays.,false,true,false +helper_functions-format-iso8601-datetime,Format ISO8601 Date/Time for Google Sheets,"Use the moment.js npm package to format an ISO8601 date/time as Google Sheets friendly formats. This action exports an object with compound date/time, date-only, and time-only values.",false,true,false +helper_functions-retrieve-all-rss-stories,Retrieve all RSS Stories,Retrieve all stories from one or more RSS feeds.,false,true,true +helper_functions-send-http-request,Send Webhook,Send Webhook and Payload,false,true,false +helper_functions-schedule-task-in-future,Pipedream Task Scheduler - Schedule Task,Schedule a task with an existing task scheduler source. See [here](https://pipedream.com/apps/pipedream/triggers/new-scheduled-tasks) for more details.,false,true,false +helper_functions-delay,Delay by N milliseconds,Delays the execution of your workflow for the specified number of milliseconds,false,true,false +helper_functions-download-file-to-tmp,Download File To /tmp,Downloads a file to [your workflow,false,true,false +helper_functions-export-variables,Export Variables,Export variables for use in your workflow,false,true,false +adobe_pdf_services-extract-text-from-pdf,Extract Text From PDF,Extracts text element information from a PDF document and returns a JSON file within a .zip file saved to the `/tmp` directory. [See the documentation](https://developer.adobe.com/document-services/docs/overview/pdf-extract-api/howtos/extract-api/#extract-text-from-a-pdf),false,true,false +adobe_pdf_services-extract-text-and-tables,Extract Text and Tables From PDF,Extracts text and table element information from a PDF document and returns a JSON file along with table data in XLSX format within a .zip file saved to the `/tmp` directory. [See the documentation](https://developer.adobe.com/document-services/docs/overview/pdf-extract-api/howtos/extract-api/#extract-text-and-tables),false,true,true +ghost_org_admin_api-create-post,Create post,Create a post. [See the documentation](https://ghost.org/docs/admin-api/#creating-a-post).,false,true,false +ghost_org_admin_api-create-member,Create Member,Create a new member in Ghost. [See the documentation](https://ghost.org/docs/admin-api/#creating-a-member),false,true,false +ghost_org_admin_api-update-member,Update Member,Update a member in Ghost. [See the documentation](https://ghost.org/docs/admin-api/#updating-a-member),true,true,false +megaventory-insert-or-update-sales-order,Insert Or Update Sales Order,Insert or update a sales order in the database. [See the docs](https://api.megaventory.com/v2017a/documentation/index.html#!/SalesOrder/postSalesOrderSalesOrderUpdate_post_3).,true,true,false +megaventory-insert-or-update-product,Insert Or Update Product,Insert or update a product in the database. [See the docs](https://api.megaventory.com/v2017a/documentation/index.html#!/Product/postProductProductUpdate_post_11).,true,true,false +megaventory-insert-or-update-purchase-order,Insert Or Update Purchase Order,Insert or update a purchase order in the database. [See the docs](https://api.megaventory.com/v2017a/documentation/index.html#!/PurchaseOrder/postPurchaseOrderPurchaseOrderUpdate_post_3).,true,true,false +signerx-send-template-signatures,Send Template Signatures,Add a recipient to a template and invite to sign. [See the documentation](https://documenter.getpostman.com/view/13877745/2sa3xv9kni),false,true,false +signerx-upload-package,Upload Package,Quickly create a draft for a new package/document by uploading a file or providing a file_url to a PDF document. [See the documentation](https://documenter.getpostman.com/view/13877745/2sa3xv9kni),false,true,false +sendinblue-send-transactional-email,Send Transactional Email,Send transactional email. [See the docs](https://developers.sendinblue.com/reference/sendtransacemail) for more information.,false,true,false +sendinblue-add-or-update-contact,Add or Update a contact,Add or Update a contact,true,true,false +leadzen_ai-unlock-email-details,Unlock Email Details,Fetches the work email of a LinkedIn profile based on the specified URL. [See the documentation](https://api.leadzen.ai/docs#/People/people_search_work_email_api_people_linkedin_url_work_email_post),false,true,false +leadzen_ai-simple-search,Simple Search,Fetches detailed LinkedIn profile information based on the provided URL. [See the documentation](https://api.leadzen.ai/docs#/People/people_search_detailed_api_people_linkedin_url_profile_post),false,true,true +enrichley-validate-email,Validate Email,Checks the validity of a single email address using Enrichley. [See the documentation](https://enrichley.readme.io/reference/validatesingleemail),false,true,true +philips_hue-set-light-color,Set Light Color,Sets the light color of a Philips Hue light. [See the documentation](https://developers.meethue.com/develop/hue-api-v2/api-reference/#resource_light__id__put),true,true,false +philips_hue-activate-scene,Activate Scene,Activates a Philips Hue light scene. [See the documentation](https://developers.meethue.com/develop/hue-api-v2/api-reference/#resource_light__id__put),true,true,false +philips_hue-turn-light-on,Turn Light On,Turns on or off a Philips Hue light or group of lights. [See the documentation](https://developers.meethue.com/develop/hue-api-v2/api-reference/#resource_light__id__put),false,true,false +deftship-create-freight-order,Create Freight Order,Initializes a new parcel order within Deftship. [See the documentation](https://developer.deftship.com/freight/create-order),false,true,false +deftship-get-insurance-rate,Get Insurance Rate,Checks pricing for Insurance based on the supplied information. Also automatically creates an insurance and returns the pricing. [See the documentation](https://developer.deftship.com/insurance/get-rates),false,true,true +deftship-create-parcel-order,Create Parcel Order,Initializes a new parcel order within Deftship. [See the documentation](https://developer.deftship.com/parcel/create-parcel),false,true,false +webscraper_io-create-sitemap,Create Sitemap,Creates a sitemap for the selected website. [See the docs here](https://webscraper.io/documentation/web-scraper-cloud/api),false,true,false +webscraper_io-get-scraping-jobs,Get Scraping Jobs,Retrieves a list of scraping jobs for a sitemap. [See the docs here](https://webscraper.io/documentation/web-scraper-cloud/api),false,true,true +webscraper_io-create-scraping-job,Create Scraping Job,Creates a scraping job (scrapes a sitemap). [See the docs here](https://webscraper.io/documentation/web-scraper-cloud/api),false,true,false +remote_retrieval-get-orders,Get Orders,Get a list of all orders. [See the documentation](https://www.remoteretrieval.com/api-integration/#all-orders),false,true,true +remote_retrieval-get-order-details,Get Order Details,Get the details of the specified order. [See the documentation](https://www.remoteretrieval.com/api-integration/#order-detail),false,true,true +remote_retrieval-create-order,Create Order,Create order in Remote Retrieval. [See the documentation](https://www.remoteretrieval.com/api-integration/#create-order),false,true,false +engage-add-customer,Add Customer,Adds Customer to Accounts. [See the documentation](https://docs.engage.so/en-us/a/62bbdd015bfea4dca4834042-users#add-customer-to-accounts),false,true,false +engage-create-user,Create User,Adds a new user to your Engage account. Use this to sync customer data with Engage. [See the documentation](https://docs.engage.so/en-us/a/62bbdd015bfea4dca4834042-users#create-a-user),true,true,false +engage-add-event,Add Event,Adds user events to Engage. [See the documentation](https://docs.engage.so/en-us/a/62bbdd015bfea4dca4834042-users#track-user-event),false,true,false +albus-ask-question,Ask Question,Ask a question to Albus and receive a response.,false,true,false +sendfox_oauth-add-new-contact-to-list,Add new contact into a specific list,,false,true,false +neon_postgres-insert-row,Insert Row,Adds a new row. [See the documentation](https://node-postgres.com/features/queries),false,true,false +neon_postgres-delete-rows,Delete Row(s),Deletes a row or rows from a table. [See the documentation](https://node-postgres.com/features/queries),true,true,false +neon_postgres-update-row,Update Row,Updates an existing row. [See the documentation](https://node-postgres.com/features/queries),true,true,false +neon_postgres-find-row-custom-query,Find Row With Custom Query,Finds a row in a table via a custom query. [See the documentation](https://node-postgres.com/features/queries),false,true,true +neon_postgres-find-row,Find Row,Finds a row in a table via a lookup column. [See the documentation](https://node-postgres.com/features/queries),false,true,true +neon_postgres-execute-custom-query,Execute SQL Query,Execute a custom PostgreSQL query. See [our docs](https://pipedream.com/docs/databases/working-with-sql) to learn more about working with SQL in Pipedream.,false,true,false +neon_postgres-upsert-row,Upsert Row,Adds a new row or updates an existing row. [See the documentation](https://node-postgres.com/features/queries),true,true,false +php_point_of_sale-delete-register,Delete a Register,Deletes a register from PHP Point of Sale. [See the documentation](https://phppointofsale.com/api.php#/registers/deleteregister),true,true,false +php_point_of_sale-create-register,Create Register,Creates a new register in the store. [See the documentation](https://phppointofsale.com/api.php#/registers/addregister),false,true,false +php_point_of_sale-get-registers,Get Registers,Search for registers in PHP Point Of Sale. [See the documentation](https://phppointofsale.com/api.php#/registers/searchregisters),false,true,true +stormboard-new-idea,New Idea,Creates a new idea. [See the docs here](https://api.stormboard.com/docs),false,true,false +stormboard-new-storm,New Storm,Creates a new storm. [See the docs here](https://api.stormboard.com/docs),false,true,false +retailed-get-usage,Get API Usage,Gets the API usage information for the Retailed API. [See the documentation](https://docs.retailed.io/v1/usage),false,true,true +playwright-get-page-title,Get Page Title,Returns the page,false,true,true +playwright-page-pdf,Page PDF,Generates a pdf of the page and store it on /tmp directory. [See the documentation](https://playwright.dev/docs/api/class-page#page-pdf),false,true,false +playwright-take-screenshot,Take Screenshot,Store a new screenshot file on /tmp directory. [See the documentation](https://playwright.dev/docs/screenshots),false,true,false +playwright-get-page-html,Get Page HTML,Returns the page,false,true,true +_360nrs-send-sms,Send SMS,Send an SMS message to one or more recipients. [See the documentation](https://apidocs.360nrs.com/?shell#sms),false,true,false +whatsable-send-message,Send Message,Sends a message to a verified WhatsApp number. [See the documentation](https://www.whatsable.app/api),false,true,false +html_2_pdf-generate-pdf,Generate PDF,Creates a PDF from a URL or HTML string. [See the documentation](https://www.html2pdf.co.uk/api-documentation),false,true,false +segmetrics-create-or-update-order,Create Or Update Order,Creates a client. [See documentation here](https://developers.segmetrics.io/#orders),true,true,false +segmetrics-create-or-update-subscription,Create Or Update Subscription,Create or update a subscription. [See documentation here](https://developers.segmetrics.io/#subscriptions),true,true,false +segmetrics-create-or-update-contact,Create Or Update Contact,Create or update a contact. [See documentation here](https://developers.segmetrics.io/#contacts),true,true,false +etsy-delete-listing,Delete Listing,"Open API V3 endpoint to delete a ShopListing. A ShopListing can be deleted only if the state is one of the following: `SOLD_OUT`, `DRAFT`, `EXPIRED`, `INACTIVE`, `ACTIVE` and `is_available` or `ACTIVE` and has seller flags: `SUPRESSED` (frozen), `VACATION`, `CUSTOM_SHOPS` (pattern), `SELL_ON_FACEBOOK`. [See the Documentation](https://developers.etsy.com/documentation/reference#operation/deleteListing)",true,true,false +etsy-get-listing,Get Listing,Retrieves a listing record by listing ID. [See the Documentation](https://developers.etsy.com/documentation/reference#operation/getListing),false,true,true +etsy-get-listing-inventory,Get Listing Inventory,Retrieves the inventory record for a listing by listing ID. [See the Documentation](https://developer.etsy.com/documentation/reference/#operation/getListingInventory),false,true,true +etsy-create-draft-listing-product,Create Draft Listing Product,Creates a physical draft listing product in a shop on the Etsy channel. [See the Documentation](https://developers.etsy.com/documentation/reference#operation/createDraftListing),false,true,false +etsy-update-listing-property,Update Listing Property,Updates or populates the properties list defining product offerings for a listing. Each offering requires both a `value` and a `value_id` that are valid for a `scale_id` assigned to the listing or that you assign to the listing with this request. [See the Documentation](https://developers.etsy.com/documentation/reference#operation/updateListingProperty),true,true,false +etsy-update-listing-inventory,Update Listing Inventory,Updates the inventory for a listing identified by a listing ID. [See the Documentation](https://developer.etsy.com/documentation/reference/#operation/getListingInventory),true,true,false +memberstack-list-members,List Members,Retrieve a list of all members connected to your application. [See the docs](https://memberstack.notion.site/Admin-API-5b9233507d734091bd6ed604fb893bb8),false,true,true +memberstack-create-member,Create Member,Creates a member connected to a free plan. [See the docs](https://memberstack.notion.site/Admin-API-5b9233507d734091bd6ed604fb893bb8),false,true,false +memberstack-update-member,Update Member,Updates a member. [See the docs](https://memberstack.notion.site/Admin-API-5b9233507d734091bd6ed604fb893bb8),true,true,false +memberstack-delete-member,Delete Member,Deletes a member by ID. [See the docs](https://memberstack.notion.site/Admin-API-5b9233507d734091bd6ed604fb893bb8),true,true,false +memberstack-find-member,Find Member,Retrieves a member by ID. [See the docs](https://memberstack.notion.site/Admin-API-5b9233507d734091bd6ed604fb893bb8),false,true,true +paytrace-list-batches,List Batches by Date Range,This method can be used to export a set of batch summary details with a provided date range. This method will return one or more batch summary records. [See docs here](https://developers.paytrace.com/support/home#14000045545),true,true,false +paytrace-batch-summary,Batch Summary,"This method can be used to export a summary of specific batch details or currently pending settlement details by card and transaction type. If no optional parameter is provided, the latest batch details will be returned. [See docs here](https://developers.paytrace.com/support/home#14000045456)",false,true,false +paytrace-list-transactions,List Transactions,This method can be used to export a set of credit card transaction details with a provided date range. You can optimize your search by providing optional parameters. [See docs here](https://developers.paytrace.com/support/home#14000045877),true,true,false +paytrace-list-batch-transactions,List Batch Transactions,This method can be used to export settled transaction details within a specific batch. This method will return one or more transaction records. [See docs here](https://developers.paytrace.com/support/home#14000045558),false,true,true +intellihr-update-person,Update Person,Modifies an existing person,true,true,false +intellihr-create-person,Create Person,Creates a new individual record in intellihr. [See the documentation](https://developers.intellihr.io/docs/v1/#tag/People/paths/~1people/post),false,true,false +intellihr-find-person,Find Person,Searches for a person in intellihr using. [See the documentation](https://developers.intellihr.io/docs/v1/#tag/People/paths/~1people/get),false,true,true +alttextlab-generate-alt-text,Generate Alt Text,Generates alt text for images using AI. [See the documentation](https://www.alttextlab.com/docs/api),false,true,false +proxycurl-lookup-email-from-linkedin-profile,Look Up Email from LinkedIn Profile,"Lookup work email address of a LinkedIn Person Profile. If you provided a webhook in your request parameter, our application will call your webhook with the result once. Cost: 3 credit/successful request [See the documentation](https://nubela.co/proxycurl/docs#contact-api-work-email-lookup-endpoint).",false,true,true +proxycurl-retrieve-company-metadata-from-linkedin,Retrieve Company Metadata from LinkedIn,Retrieve Company Metadata from LinkedIn URL. Cost: 1 credit/successful request [See the documentation](https://nubela.co/proxycurl/docs#company-api-company-profile-endpoint).,false,true,true +proxycurl-find-social-media-profiles-from-email,Find Social Media Profiles from Email,Find Social Media Profiles from Email. Cost: 3 credit/successful request [See the documentation](https://nubela.co/proxycurl/docs#contact-api).,false,true,true +omnivore-save-url,Save URL,Save a URL to Omnivore. [See the documentation](https://github.com/omnivore-app/omnivore/blob/main/packages/api/src/schema.ts#L2590),false,true,false +omnivore-get-article,Get Article,Get a single article and its content. [See the documentation](https://github.com/omnivore-app/omnivore/blob/main/packages/api/src/schema.ts#L2659),false,true,true +omnivore-search-for-pages,Search For Pages,Search for pages in Omnivore. [See the documentation](https://github.com/omnivore-app/omnivore/blob/main/packages/api/src/schema.ts#L2680),false,true,true +omnivore-save-page,Save Page,Save a page with supplied HTML content. [See the documentation](https://docs.omnivore.app/integrations/api.html#commonly-used-methods),false,true,false +shipday-create-order,Create Shipping Order,Creates a new shipping order. [See the documentation](https://docs.shipday.com/reference/insert-delivery-order),false,true,false +tookan-create-appointment-task,Create Appointment Task,Create an appointment task [See docs here](https://tookanapi.docs.apiary.io/#reference/task/create-task/create-an-appointment-task),false,true,false +tookan-create-pickup-and-delivery-task,Create Pickup And Delivery Task,Create a pickup and delivery task [See docs here](https://tookanapi.docs.apiary.io/#reference/task/create-task/create-a-pickup-and-delivery-task),false,true,false +tookan-create-pickup-task,Create Pickup Task,Create a pickup task [See docs here](https://tookanapi.docs.apiary.io/#reference/task/create-task/create-a-pickup-task),false,true,false +tookan-create-delivery-task,Create Delivery Task,Create a delivery task [See docs here](https://tookanapi.docs.apiary.io/#reference/task/create-task/create-a-delivery-task),false,true,false +tookan-create-field-workforce-task,Create Field Workforce Task,Create a field workforce task [See docs here](https://tookanapi.docs.apiary.io/#reference/task/create-task/create-a-field-workforce-task),false,true,false +clearbit-find-companies,Find Companies,Find companies via specific criteria. [See the docs here](https://dashboard.clearbit.com/docs#discovery-api-attributes),false,true,true +clearbit-email-lookup,Email lookup,This endpoint retrieves a person by email address. [See the docs here](https://dashboard.clearbit.com/docs#enrichment-api-person-api-email-lookup),false,true,true +clearbit-find-contacts,Find Contacts,Find people who work at a specific company. [See the docs here](https://dashboard.clearbit.com/docs#prospector-api),false,true,true +clearbit-domain-lookup,Domain lookup,The Company API allows you to look up a company by their domain. [See the docs here](https://dashboard.clearbit.com/docs?javascript#enrichment-api-company-api-domain-lookup).,false,true,true +clearbit-company-name-to-domain,Company Name to Domain,"The Company Name to Domain action lets you convert the exact name of a company to a website domain, and a logo. [See the docs here](https://dashboard.clearbit.com/docs?javascript#name-to-domain-api).",false,true,true +demio-create-join-link,Create Join Link,Create Join Link. [See docs here](https://publicdemioapi.docs.apiary.io/#reference/events/event-session-info/register),false,true,false +demio-get-events,Get Events,Get all events by type. [See docs here](https://publicdemioapi.docs.apiary.io/#reference/events/events-list/events-list),false,true,true +demio-get-event,Get Event,Get a specific event. [See docs here](https://publicdemioapi.docs.apiary.io/#reference/events/event-info/event-info),false,true,true +google_palm_api-chat,Chat,Chat using Google PaLM. [See the docs here](https://developers.generativeai.google/api/python/google/generativeai/chat),false,true,false +google_palm_api-generate-embeddings,Generate Embeddings,Generate embeddings using Google PaLM. [See the docs here](https://developers.generativeai.google/api/python/google/generativeai/generate_embeddings),false,true,false +google_palm_api-generate-text,Generate Text,Generate text using Google PaLM. [See the docs here](https://developers.generativeai.google/api/python/google/generativeai/generate_text),false,true,false +thoughtly-trigger-call,Trigger a Call,Triggers a call to a designated contact. [See the documentation](https://api.thought.ly/docs/#/contact/post_contact_call),false,true,false +thoughtly-create-contact,Create Contact,Generates a new contact within your Thoughtly team. [See the documentation](https://api.thought.ly/docs/#/contact/post_contact_create),false,true,false +pdf4me-compress-pdf,Compress PDF,Compress a PDF file to reduce its size. [See the documentation](https://dev.pdf4me.com/apiv2/documentation/actions/compress-pdf/),false,true,false +pdf4me-merge-pdfs,Merge PDF Files,Merge multiple PDF files into a single PDF. [See the documentation](https://dev.pdf4me.com/apiv2/documentation/actions/merge/),false,true,false +pdf4me-convert-to-pdf,Convert to PDF,"Convert a document (e.g., DOCX, XLSX, PPTX) to PDF. [See the documentation](https://dev.pdf4me.com/apiv2/documentation/actions/convert-to-pdf/)",false,true,true +stripo-get-raw-html,Get Raw HTML & CSS,Retrieves the HTML and CSS code of the selected email message in Stripo. [See the documentation](https://api.stripo.email/reference/getrawemail),false,true,true +stripo-search-emails,Search Emails,Searches existing emails by search query in Stripo. [See the documentation](https://api.stripo.email/reference/findemails),false,true,true +stripo-remove-email,Remove Email,Removes an existing message from the user,true,true,false +clearly_defined-get-definitions,Get Definitions,Gets the coordinates for all definitions that match the given pattern in the specified part of the definition. [See the documentation](https://api.clearlydefined.io/api-docs/#/definitions/get_definitions).,false,true,true +clearly_defined-create-definition,Create Definition,Request the creation of a resource. [See the documentation](https://api.clearlydefined.io/api-docs/#/definitions/post_definitions).,false,true,false +clearly_defined-get-harvests,Get Harvests,Get all the harvested data for a component revision. [See the documentation](https://api.clearlydefined.io/api-docs/#/harvest/get_harvest__type___provider___namespace___name___revision_).,false,true,true +the_odds_api-get-upcoming-events,Get Upcoming Events,Get a list of upcoming sports events available on The Odds API. [See the documentation](https://the-odds-api.com/liveapi/guides/v4/#endpoint-2),false,true,true +the_odds_api-fetch-current-odds,Fetch Current Odds,Retrieve the current odds for a specific sport or match. [See the documentation](https://the-odds-api.com/liveapi/guides/v4/#get-event-odds),false,true,true +krispcall-new-sms,Send New SMS,Send a new SMS to a number. [See the documentation](https://documenter.getpostman.com/view/38507826/2sB2xEA8V5#be2f5790-43b5-482e-9f4e-c9e8cb9fd633),false,true,false +krispcall-add-contact,Add Contact,Creates a new contact. [See the documentation](https://documenter.getpostman.com/view/38507826/2sB2xEA8V5#12ee9977-7639-479c-8931-d92f7d7f9dfe),false,true,false +krispcall-new-mms,Send New MMS,Send a new MMS to a contact. [See the documentation](https://documenter.getpostman.com/view/38507826/2sB2xEA8V5#a5e31a96-ff7a-48cf-9f12-e1215e90970a),false,true,false +krispcall-delete-contact,Delete Contact,Deletes a list of contacts. [See the documentation](https://documenter.getpostman.com/view/38507826/2sB2xEA8V5#fa88b9ed-84fe-49f7-acc1-a37169fc6cb0),true,true,false +serply-search-google,Search Google,Performs a Google search using the Serply API. [See the documentation](https://serply.io/docs/operations/v1/search),false,true,true +serply-search-for-website-in-serp,Search for Website in SERP (Search Engine Results Pages),Performs a Google Search and searches for a website in Search Engine Results Pages (SERP). [See the documentation](https://serply.io/docs/operations/v1/serp),false,true,true +serply-search-bing,Search Bing,Performs a Bing search using the Serply API. [See the documentation](https://serply.io/docs/operations/v1/b/search),false,true,true +onelogin-update-user,Update User,Update an existing user,true,true,false +onelogin-create-user,Create User,Create a new user in OneLogin with details. [See the documentation](https://developers.onelogin.com/api-docs/2/users/create-user),false,true,false +onelogin-revoke-user-sessions,Revoke User Sessions,Revoke all active sessions for a specified user in OneLogin. [See the documentation](https://developers.onelogin.com/api-docs/2/users/update-user),true,true,false +freshlearn-create-member,Create Member,Creates a new member within FreshLearn. [See the documentation](https://freshlearn.com/support/api#createMember),false,true,false +freshlearn-update-member,Update Member,Updates the details of an existing member. [See the documentation](https://freshlearn.com/support/api#updateMember),true,true,false +freshlearn-create-course-enrollment,Create Course Enrollment,Enrolls an existing member in a new course. [See the documentation](https://freshlearn.com/support/api),false,true,false +deepseek-create-chat-completion,Create Chat Completion,Creates a chat completion using the DeepSeek API. [See the documentation](https://api-docs.deepseek.com/api/create-chat-completion),false,true,false +deepseek-get-balance,Get User Balance,Retrieves the user,false,true,true +deepseek-list-models,List Models,"Lists the currently available models, and provides basic information about each one such as the owner and availability. [See the documentation](https://api-docs.deepseek.com/api/list-models)",false,true,true +zoho_campaigns-create-campaign,Create Campaign,"You can create a campaign using this API. Using this API, you can set the campaign name, subject line, sender address; choose the intended mailing list.. [See the documentation](https://www.zoho.com/campaigns/help/developers/create-campaign.html)",true,true,false +zoho_campaigns-add-contact-to-mailing-list,Add Contact to Mailing List,You can use this API to add contacts to your mailing lists. [See the documentation](https://www.zoho.com/campaigns/help/developers/contact-subscribe.html),false,true,false +retriever-create-device-return,Create Device Return,Creates a device return order. [See the documentation](https://app.helloretriever.com/api/v1/docs/#tag/Device-Return-Orders/operation/Submit%20Order),false,true,false +retriever-get-order,Get Order,Fetches a single device return order. [See the documentation](https://app.helloretriever.com/api/v1/docs/#tag/Device-Return-Orders/operation/Get%20Order%20Details),false,true,true +productlane-upvote-project,Upvote Project,Upvotes a project by ID. [See the documentation](https://productlane.com/docs/api-reference/portal/upvote-project),false,true,false +productlane-create-contact,Create Contact,"Creates a new contact with email, name, and an array of segments in Productlane. [See the documentation](https://productlane.com/docs/api-reference/contacts/create-contact)",false,true,false +productlane-create-feedback,Create Feedback,Create new feedback in Productlane. [See the documentation](https://productlane.com/docs/api-reference/portal/create-feedback),false,true,false +rockset-add-documents,Add Documents,Add documents to a collection in Rockset. Learn more at https://docs.rockset.com/rest/#adddocuments.,false,true,false +rockset-create-api-key,Create API Key,Create a new API key for the authenticated user.,false,true,false +rockset-create-integration,Create Integration,Create a new integration with Rockset. Learn more at https://docs.rockset.com/rest/#createintegration,false,true,false +supportbee-create-ticket,Create Ticket,Creates a client. [See docs here](https://supportbee.com/api#create_ticket),false,true,false +vercel_token_auth-cancel-deployment,Cancel Deployment,Cancel a deployment which is currently building. [See the documentation](https://vercel.com/docs/rest-api/endpoints/deployments#cancel-a-deployment),true,true,false +vercel_token_auth-list-deployments,List Deployments,List deployments under the account corresponding to the API token. [See the documentation](https://vercel.com/docs/rest-api/endpoints/deployments#list-deployments),false,true,true +vercel_token_auth-create-deployment,Create Deployment,Create a new deployment from a GitHub repository. [See the documentation](https://vercel.com/docs/rest-api/endpoints/deployments#create-a-new-deployment),false,true,false +autodesk-create-folder,Create Folder,Creates a new folder in a project in Autodesk. [See the documentation](https://aps.autodesk.com/en/docs/data/v2/reference/http/projects-project_id-folders-POST/),false,true,false +autodesk-upload-file,Upload File,Uploads a new file to a specified folder in Autodesk. [See the documentation](https://aps.autodesk.com/en/docs/data/v2/tutorials/upload-file/).,false,true,false +klenty-update-prospect,Update Prospect,Updates an existing prospect,true,true,false +klenty-start-cadence,Start Cadence,Starts a cadence in Klenty for a specific prospect. [See the documentation](https://support.klenty.com/en/articles/8193937-klenty-s-post-apis),false,true,false +klenty-add-prospect,Add Prospect to List,Adds a new prospect to a list in Klenty. [See the documentation](https://support.klenty.com/en/articles/8193937-klenty-s-post-apis#h_8848b48485),false,true,false +stannp-get-campaign,Get a Single Campaign,Get a single campaign based on the provided campaign ID. [See the documentation](https://www.stannp.com/us/direct-mail-api/campaigns),false,true,true +stannp-create-campaign,Create a New Campaign,Create a new campaign in Stannp. [See the documentation](https://www.stannp.com/us/direct-mail-api/campaigns),false,true,false +stannp-create-recipient,Create a New Recipient,Creates a new recipient in a specified group. [See the Stannp documentation](https://www.stannp.com/us/direct-mail-api/recipients),false,true,false +spoonacular-search-recipes,Search Recipes,Search for a recipe. [See docs here](https://spoonacular.com/food-api/docs#Search-Recipes-Complex),false,true,true +spoonacular-create-meal-plan,Create Meal Plan,Creates a meal plan. [See docs here](https://spoonacular.com/food-api/docs#Generate-Meal-Plan),false,true,false +spoonacular-convert-measurements,Convert Measurements,Converts a measurements. [See docs here](https://spoonacular.com/food-api/docs#Convert-Amounts),false,true,true +pumble-send-message,Send Message,Send a message to a channel in Pumble. [See the documentation](https://pumble.com/help/integrations/add-pumble-apps/api-keys-integration/#send-messages),false,true,false +pumble-list-messages,List Messages,List messages in a channel. [See the documentation](https://pumble.com/help/integrations/add-pumble-apps/api-keys-integration/#list-messages-in-a-channel),false,true,true +pumble-create-channel,Create Channel,Create a new channel in Pumble. [See the documentation](https://pumble.com/help/integrations/add-pumble-apps/api-keys-integration/#create-channel),false,true,false +starloop-send-invite,Send Invite,Creates a new recipient and sends a Starloop invite (Email | SMS | both) to your customer to leave a review. [See the documentation](https://help.starloop.com/article/46-api-documentation),false,true,false +starloop-list-ids,List IDs,Returns your business id and a list of all profile id’s and names. [See the documentation](https://help.starloop.com/article/46-api-documentation),false,true,true +mews-get-rate-prices,Get Rate Prices,Get rate pricing information for a specific rate and time period. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/rates#get-rate-pricing),false,true,true +mews-fetch-products,Fetch Products,Retrieve products using Mews Connector API. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/products#get-all-products),false,true,true +mews-fetch-age-categories,Fetch Age Categories,Retrieve all age categories filtered by service. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/agecategories#get-all-age-categories),false,true,true +mews-add-customer,Add Customer,Adds a new customer to the system. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/customers#add-customer),false,true,false +mews-fetch-order-items,Fetch Order Items,Retrieve order items using Mews Connector API. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/orderitems#get-all-order-items),false,true,true +mews-fetch-reservations,Fetch Reservations,Retrieve reservations using Mews Connector API. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/reservations#get-all-reservations-ver-2023-06-06),false,true,true +mews-update-customer,Update Customer,Update an existing customer in Mews. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/customers#update-customer),true,true,false +mews-add-reservation-companion,Add Reservation Companion,Add a customer as a companion to a reservation. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/reservations#add-reservation-companion),false,true,false +mews-add-customer-file,Add Customer File,Add a customer file to the Mews system. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/customers#add-customer-file),false,true,false +mews-create-order,Create Order,Create an order in Mews. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/orders#add-order),false,true,false +mews-get-bill-pdf,Get Bill PDF,Get a bill PDF by bill ID. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/bills#get-bill-pdf),false,true,true +mews-cancel-reservation,Cancel Reservation,Cancel a reservation in Mews.,true,true,false +mews-create-task,Create New Task,Create a new task in Mews. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/tasks#add-task),false,true,false +mews-update-reservation,Update Reservation,Update an existing reservation in Mews. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/reservations#update-reservations),true,true,false +mews-add-reservation-product,Add Reservation Product,Add a product to a reservation. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/reservations#add-reservation-product),false,true,false +mews-create-reservation,Create Reservation,Create a reservation in Mews. See reservation parameters in the docs. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/reservations#add-reservations),false,true,false +mews-create-availability-block,Create Availability Block,Create an availability block in Mews. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/availabilityblocks#add-availability-blocks),false,true,false +mews-fetch-customers,Fetch Customers,Retrieve customers using Mews Connector API. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/customers#get-all-customers),false,true,true +google_slides-create-page-element,Create Page Element,Create a new page element in a slide. [See the documentation](https://developers.google.com/workspace/slides/api/reference/rest/v1/presentations/request#CreateShapeRequest),false,true,false +google_slides-delete-slide,Delete Slide,Deletes a slide from a presentation. [See the documentation](https://developers.google.com/workspace/slides/api/reference/rest/v1/presentations/request#DeleteObjectRequest),true,true,false +google_slides-create-presentation,Create Presentation,Create a blank presentation or duplicate an existing presentation. [See the docs here](https://developers.google.com/slides/api/guides/presentations#copy_an_existing_presentation),false,true,false +google_slides-refresh-chart,Refresh a chart,Refresh a chart from Sheets. [See the docs here](https://developers.google.com/slides/api/samples/elements#refresh_a_chart_from_sheets),false,true,false +google_slides-create-table,Create Table,Create a new table in a slide. [See the documentation](https://developers.google.com/workspace/slides/api/reference/rest/v1/presentations/request#CreateTableRequest),false,true,false +google_slides-insert-table-rows,Insert Table Rows,Insert new rows into a table. [See the documentation](https://developers.google.com/workspace/slides/api/reference/rest/v1/presentations/request#InsertTableRowsRequest),false,true,false +google_slides-replace-all-text,Replace All Text,Replace all text in a presentation. [See the documentation](https://developers.google.com/workspace/slides/api/reference/rest/v1/presentations/request#ReplaceAllTextRequest),true,true,false +google_slides-merge-data,Merge Data,Merge data into a presentation. [See the docs here](https://developers.google.com/slides/api/guides/merge),false,true,false +google_slides-delete-page-element,Delete Page Element,Deletes a page element from a slide. [See the documentation](https://developers.google.com/workspace/slides/api/reference/rest/v1/presentations/request#DeleteObjectRequest),true,true,false +google_slides-create-slide,Create Slide,Create a new slide in a presentation. [See the documentation](https://developers.google.com/workspace/slides/api/reference/rest/v1/presentations/request#CreateSlideRequest),false,true,false +google_slides-insert-table-columns,Insert Table Columns,Insert new columns into a table. [See the documentation](https://developers.google.com/workspace/slides/api/reference/rest/v1/presentations/request#InsertTableColumnsRequest),false,true,false +google_slides-delete-table-column,Delete Table Column,Delete column from a table. [See the documentation](https://developers.google.com/workspace/slides/api/reference/rest/v1/presentations/request#DeleteTableColumnRequest),true,true,false +google_slides-insert-text,Insert Text,Insert text into a shape. [See the documentation](https://developers.google.com/workspace/slides/api/reference/rest/v1/presentations/request#InsertTextRequest),false,true,false +google_slides-insert-text-into-table,Insert Text into Table,Insert text into a table cell. [See the documentation](https://developers.google.com/workspace/slides/api/reference/rest/v1/presentations/request#InsertTextRequest),false,true,false +google_slides-find-presentation,Find a Presentation,Find a presentation on Google Drive. [See the docs here](https://developers.google.com/slides/api/samples/presentation#list_existing_presentation_files),false,true,true +google_slides-create-image,Create Image,Creates an image in a slide. [See the documentation](https://developers.google.com/workspace/slides/api/reference/rest/v1/presentations/request#CreateImageRequest),false,true,false +google_slides-delete-table-row,Delete Table Row,Delete row from a table. [See the documentation](https://developers.google.com/workspace/slides/api/reference/rest/v1/presentations/request#DeleteTableRowRequest),true,true,false +hotmart-get-sales-history,Get Sales History,Retrieve sales history from the Hotmart account. [See the documentation](https://developers.hotmart.com/docs/pt-BR/v1/sales/sales-history/),false,true,true +hotmart-get-comissions,Get Comissions,Get sales commission information for sale participants. [See the documentation](https://developers.hotmart.com/docs/pt-BR/v1/sales/sales-commissions/),false,true,true +hotmart-get-subscriptions,Get Subscriptions,Get subscribers from hotmart profile. [See the documentation](https://developers.hotmart.com/docs/pt-BR/v1/subscription/get-subscribers/),false,true,true +modeck-create-render,Create Render,Create a new edit with the data supplied. [See the documentation](https://modeck.io/docs#modeckapi),true,true,false +seatable-update-row,Update Row,Updates an existing row in a specified table. [See the documentation](https://api.seatable.io/reference/update-row),true,true,false +seatable-create-row,Create Row,Creates a new row in the specified table. [See the documentation](https://api.seatable.io/reference/add-row),false,true,false +seatable-delete-row,Delete Row,Deletes a specific row from a specified table. [See the documentation](https://api.seatable.io/reference/delete-row),true,true,false +envoy-create-an-invite,Create an Invite,Create an Invite to a person to visit a location. [See the docs](https://developers.envoy.com/hub/reference/createinvite).,false,true,false +interseller-set-contact-replied,Set Contact Replied,Update an existing contact to indicate as contacted. [See the documentation](https://interseller.readme.io/reference/set-contact-replied),true,true,false +interseller-update-contact,Update Contact,Update an existing contact. [See the documentation](https://interseller.readme.io/reference/update-contact),true,true,false +adobe_photoshop-remove-background-from-image,Remove Background from Image,Removes the background from an image using Adobe Photoshop API. [See the documentation](https://developer.adobe.com/firefly-services/docs/photoshop/api/photoshop_removeBackground/),true,true,false +omise-create-customer,Create Customer,Registers a new customer in the OPN platform. [See the documentation](https://docs.opn.ooo/customers-api#create),false,true,false +omise-create-charge,Create a New Charge,Create a new charge for a specific customer and amount through the OPN platform. [See the documentation](https://docs.opn.ooo/charges-api#create),false,true,false +omise-update-customer,Update Customer,Update a customer,true,true,false +qualetics-send-data,Send Data,Send an event with data to the system. [See the documentation](https://docs.qualetics.com/rest-api-integration-to-send-data),false,true,false +qualetics-run-data-machine,Run Data Machine,"Initiates a previously designed data machine within Qualetics, executing the specific analytical tasks it was built for. [See the documentation](https://docs.qualetics.com/data-machines)",false,true,false +mx_technologies-create-user,Create User,Creates a new user in the MX Technologies platform. [See the documentation](https://docs.mx.com/api-reference/platform-api/reference/create-user),false,true,false +mx_technologies-create-account,Create Account,Creates a new account for a specific user. [See the documentation](https://docs.mx.com/api-reference/platform-api/reference/create-manual-account),false,true,false +zoho_survey-send-email-invitation,Send Email Invitation,Sends an email invitation with Zoho Survey.,false,true,false +linkup-search,Linkup Search,Search and retrieve insights using the Linkup API. [See the documentation](https://docs.linkup.so/pages/api-reference/endpoint/post-search),false,true,false +faraday-predict,Predict,Returns a prediction about a single person. [See the documentation](https://faraday.ai/developers/reference/lookupontarget),false,true,false +shift4-create-customer,Create Customer,Creates a new customer object. [See the documentation](https://dev.shift4.com/docs/api#customers-create-a-customer),false,true,false +shift4-create-charge,Create Charge,Creates a new charge object. [See the documentation](https://dev.shift4.com/docs/api#charges-create-a-new-charge),false,true,false +shift4-create-plan,Create Plan,Creates a new plan object. [See the documentation](https://dev.shift4.com/docs/api#plan-create),false,true,false +shift4-create-token,Create Token,Creates a new token object. [See the documentation](https://dev.shift4.com/docs/api#token-create),false,true,false +herobot_chatbot_marketing-send-message,Send Message,Sends a message to a user through the chatbot. [See the documentation](https://my.herobot.app/api/swagger/#/Users/sendTextMessage),false,true,false +herobot_chatbot_marketing-create-user,Create User,Saves pertinent information about a new user. [See the documentation](https://my.herobot.app/api/swagger/#/Users/createNewContact),false,true,false +herobot_chatbot_marketing-create-custom-field,Create Custom Field,Create a new custom field in the HeroBot account. [See the documentation](https://my.herobot.app/api/swagger/#/Accounts/createCustomField),false,true,false +firebase_admin_sdk-list-documents,List Documents,Lists documents in a collection. [See the docs here](https://googleapis.dev/nodejs/firestore/latest/CollectionReference.html#listDocuments),false,true,true +firebase_admin_sdk-replicate-event-firestore,Save Event to Firestore,Replicate event in Firestore,false,true,false +firebase_admin_sdk-create-document,Create Document,Creates a New Document. [See the documentation](https://googleapis.dev/nodejs/firestore/latest/CollectionReference.html#add),false,true,false +firebase_admin_sdk-create-realtime-db-record,Create Firebase Realtime Database Record,Creates or replaces a child object within your Firebase Realtime Database. [See the docs here](https://firebase.google.com/docs/reference/js/database#update),true,true,false +firebase_admin_sdk-get-document,Get Document,Retrieves a document from a Firestore collection. [See the documentation](https://firebase.google.com/docs/firestore/query-data/get-data#get_a_document),false,true,true +firebase_admin_sdk-update-document,Update Document,Updates a Document. [See the documentation](https://googleapis.dev/nodejs/firestore/latest/DocumentReference.html#update),true,true,false +zoho_books-list-contacts,List Contacts,Lists all contacts given the organization_id. [See the documentation](https://www.zoho.com/books/api/v3/contacts/#list-contacts),false,true,true +zoho_books-create-customer,Create Customer,Creates a new customer. [See the documentation](https://www.zoho.com/books/api/v3/items/#create-an-item),false,true,false +zoho_books-get-invoice,Get Invoice,Gets the details of an invoice. [See the documentation](https://www.zoho.com/books/api/v3/invoices/#get-an-invoice),false,true,true +zoho_books-make-api-call,Make API Call,Makes an aribitrary call to Zoho Books API,false,true,false +zoho_books-list-expenses,List Expenses,List all the Expenses. [See the documentation](https://www.zoho.com/books/api/v3/expenses/#list-expenses),false,true,true +zoho_books-create-employee,Create Employee,Creates an employee for an expense. [See the documentation](https://www.zoho.com/books/api/v3/expenses/#create-an-employee),false,true,false +zoho_books-get-item,Get Item,Gets the details of an existing item. [See the documentation](https://www.zoho.com/books/api/v3/items/#get-an-item),false,true,true +zoho_books-create-estimate,Create Estimate,Creates a new estimate. [See the documentation](https://www.zoho.com/books/api/v3/estimates/#create-an-estimate),false,true,false +zoho_books-update-salesorder,Update Sales Order,Updates an existing sales order. [See the documentation](https://www.zoho.com/books/api/v3/sales-order/#update-a-sales-order),true,true,false +zoho_books-list-invoices,List Invoices,Lists all invoices. [See the documentation](https://www.zoho.com/books/api/v3/contacts/#list-contacts),false,true,true +zoho_books-create-customer-payment,Create Customer Payment,Creates a new payment. [See the documentation](https://www.zoho.com/books/api/v3/customer-payments/#create-a-payment),false,true,false +zoho_books-create-salesorder,Create Sales Order,Creates a sales order. [See the documentation](https://www.zoho.com/books/api/v3/sales-order/#create-a-sales-order),false,true,false +zoho_books-create-invoice,Create Invoice,Creates an invoice for your customer. [See the documentation](https://www.zoho.com/books/api/v3/invoices/#create-an-invoice),false,true,false +zoho_books-create-item,Create Item,Creates a new item. [See the documentation](https://www.zoho.com/books/api/v3/items/#create-an-item),false,true,false +zoho_books-delete-contact,Delete Contact,Deletes an existing contact. [See the documentation](https://www.zoho.com/books/api/v3/contacts/#delete-a-contact),true,true,false +fidel_api-link-card,Link Card,Links a new card to the Fidel API for monitoring transactions. [See the documentation](https://reference.fidel.uk/reference#create-a-card),false,true,false +fidel_api-delete-card,Delete Card,Allows for the removal of a previously linked card from the Fidel API. [See the documentation](https://reference.fidel.uk/reference/delete-card),true,true,false +fidel_api-create-program,Create Program,Creates a new card-linked program in the Fidel API. [See the documentation](https://reference.fidel.uk/reference/create-program),false,true,false +cisco_webex-create-message,Create Message,"Post a plain text or [rich text](https://developer.webex.com/docs/basics#formatting-messages) message, and optionally, a [file attachment](https://developer.webex.com/docs/basics#message-attachments), to a room. [See the docs here](https://developer.webex.com/docs/api/v1/messages/create-a-message)",false,true,false +cisco_webex-create-room,Create a Room,Creates a room. The authenticated user is automatically added as a member of the room. [See the docs here](https://developer.webex.com/docs/api/v1/rooms/create-a-room),false,true,false +cisco_webex-list-messages,List Messages,Retrieve messages in a specific room. [See the docs here](https://developer.webex.com/docs/api/v1/messages/list-messages),false,true,true +transifex-upload-file,Upload File to Transifex,Uploads a given file to the Transifex platform. [See the documentation](https://developers.transifex.com/reference/post_resource-strings-async-uploads),false,true,false +transifex-download-file,Download File,Downloads a user-specified file from the Transifex platform. [See the documentation](https://developers.transifex.com/reference/get_resource-strings-async-downloads-resource-strings-async-download-id),false,true,false +sendspark-create-dynamic-video,Create Dynamic Video,Creates a new dynamic video campaign. [See the documentation](https://help.sendspark.com/en/articles/9051823-api-automatically-create-dynamic-videos-via-api-integration),false,true,false +onesignal_rest_api-get-devices,Get Devices,Get all devices. [See docs here](https://documentation.onesignal.com/reference/view-devices),false,true,true +onesignal_rest_api-add-device,Add Device,Register a new device to your app. [See docs here](https://documentation.onesignal.com/reference/add-a-device),false,true,false +onesignal_rest_api-get-device,Get Device,Get a specific device. [See docs here](https://documentation.onesignal.com/reference/view-device),false,true,true +onesignal_rest_api-create-notification,Create Notification,Create a notification. [See docs here](https://documentation.onesignal.com/reference/create-notification),false,true,false +splitwise-create-expense,Create Expense,Creates a new expense. [See docs here](https://dev.splitwise.com/#tag/expenses/paths/~1create_expense/post),false,true,false +splitwise-get-expense-information,Get Expense Information,Gets an expense,false,true,true +splitwise-get-expenses,Get Expenses,"Gets expenses involving the current user, in reverse chronological order. [See docs here](https://dev.splitwise.com/#tag/expenses/paths/~1get_expenses/get)",false,true,true +x_ai-post-chat-completion,Post Chat Completion,Create a language model response for a chat conversation. [See the documentation](https://docs.x.ai/api/endpoints#chat-completions),false,true,false +x_ai-get-model,Get Model,List all language and embedding models available. [See the documentation](https://docs.x.ai/api/endpoints#get-model),false,true,true +x_ai-post-completion,Post Completion,Create a language model response for a given prompt. [See the documentation](https://docs.x.ai/api/endpoints#completions),false,true,false +x_ai-create-embeddings,Create Embedding,Create an embedding vector representation corresponding to the input text. [See the documentation](https://docs.x.ai/api/endpoints#create-embeddings),false,true,false +mongodb-search-documents,Search Documents,Search for specific documents or return all documents. [See the docs here](https://docs.mongodb.com/manual/reference/method/db.collection.find/),false,true,true +mongodb-create-new-document,Create New Document,Create a new document in a collection of your choice. [See the docs here](https://docs.mongodb.com/manual/tutorial/insert-documents/),false,true,false +mongodb-find-document,Find Document,Finds a document by a query filter. [See the documentation](https://docs.mongodb.com/manual/reference/method/db.collection.find/),false,true,true +mongodb-execute-aggregation,Execute Aggregation,Execute an aggregation pipeline on a MongoDB collection. [See the documentation](https://www.mongodb.com/docs/drivers/node/current/fundamentals/aggregation/),false,true,false +mongodb-update-documents,Update Documents,Updates many documents by query filter. [See the documentation](https://www.mongodb.com/docs/drivers/node/current/usage-examples/updateMany/),true,true,false +mongodb-delete-document,Delete a Document,Delete a single document by ID. [See the docs here](https://docs.mongodb.com/manual/tutorial/remove-documents/),true,true,false +mongodb-update-document,Update a Document,Updates a single document by ID. [See the docs here](https://docs.mongodb.com/manual/reference/method/db.collection.findOneAndUpdate/),true,true,false +mongodb-find-document-by-id,Find Document by Id,Retrieves a single document by ID. [See the docs here](https://docs.mongodb.com/manual/reference/method/db.collection.find/),false,true,true +hostaway-send-message-to-guest,Send Message To Guest,Send a conversation message to a guest in Hostaway. [See the documentation](https://api.hostaway.com/documentation#send-conversation-message),false,true,false +hostaway-create-task,Create Task,Creates a new task in Hostaway. [See the documentation](https://api.hostaway.com/documentation#create-task),false,true,false +hostaway-create-reservation,Create Reservation,Creates a new reservation in Hostaway. [See the documentation](https://api.hostaway.com/documentation#create-a-reservation),false,true,false +hostaway-update-task,Update Task,Updates an existing task in Hostaway. [See the documentation](https://api.hostaway.com/documentation#update-task),true,true,false +_0codekit-compress-pdf,Compress PDF,Compresses a PDF using the specified URL. [See the documentation](https://documenter.getpostman.com/view/18297710/UVkntwBv#fdcb09dc-c316-4b80-b523-5a1f3afac1e6),false,true,true +_0codekit-read-barcode,Read Barcode,Reads a QR code from an image. [See the documentation](https://documenter.getpostman.com/view/18297710/UVkntwBv#84ecd80e-af50-406b-abd7-698826773500),false,true,true +nationbuilder-update-person,Update Person,Update a specific person with the provided data. [See the documentation](https://nationbuilder.com/people_api),true,true,false +nationbuilder-create-person,Create Person,Create a new person with the provided data. [See the documentation](https://nationbuilder.com/people_api),false,true,false +nationbuilder-push-person,Push Person,"This endpoint attempts to match the input person resource to a person already in the nation. If a match is found, the matched person is updated and a 200 status code is returned. If a match is not found, a new person is created and a 201 status code is returned. Matches are found by including one of the following IDs in the request: `civicrm_id`, `county_file_id`, `dw_id`, `external_id`, `email`, `facebook_username`, `ngp_id`, `salesforce_id`, `twitter_login`, `van_id`. [See the documentation](https://nationbuilder.com/people_api)",false,true,true +nationbuilder-update-donation,Update Donation,Update a specific donation with the provided data. [See the documentation](https://nationbuilder.com/donations_api),true,true,false +nationbuilder-search-person,Search Person,Create a new person with the provided data. [See the documentation](https://nationbuilder.com/people_api),false,true,false +nationbuilder-remove-tags,Remove Tags,Rmove tags from a specific person. [See the documentation](https://nationbuilder.com/people_api),true,true,false +nationbuilder-add-tags,Add Tags,Add tags to a specific person. [See the documentation](https://nationbuilder.com/people_api),false,true,false +nationbuilder-delete-donation,Delete Donation,Delete a specific donation with the provided Id. [See the documentation](https://nationbuilder.com/donations_api),true,true,false +nationbuilder-create-membership,Create Membership,Create a new membership with the provided data. [See the documentation](https://nationbuilder.com/memberships_api),false,true,false +nationbuilder-create-donation,Create Donation,Create a new donation with the provided data. [See the documentation](https://nationbuilder.com/donations_api),false,true,false +parma-create-note,Create Note,Adds a new note in Parma. [See the documentation](https://developers.parma.ai/api-docs/index.html),false,true,false +parma-create-relationship,Create Relationship,Creates a new relationship in Parma. [See the documentation](https://developers.parma.ai/api-docs/index.html),false,true,false +parma-find-relationship,Find Relationship,Searches for an existing relationship in Parma. [See the documentation](https://developers.parma.ai/api-docs/index.html),false,true,true +mixpanel-emit-event-to,mixpanel.track,Send an event to mixpanel,false,true,false +cloud_convert-get-task,Get Task,Retrieves a task by ID. [See the documentation](https://cloudconvert.com/api/v2/tasks#tasks-show),false,true,true +cloud_convert-create-archive,Create Archive,Creates an archive in a specified format. [See the documentation](https://cloudconvert.com/api/v2/archive#archive-tasks),true,true,false +cloud_convert-create-import-url-task,Create Import URL Task,Creates a task to import a file from a URL. [See the documentation](https://cloudconvert.com/api/v2/import#import-url-tasks),false,true,false +cloud_convert-convert-file,Convert File,Converts an input file to a specified output format using CloudConvert. [See the documentation](https://cloudconvert.com/api/v2/convert#convert-tasks),false,true,true +cloud_convert-create-merge-files-to-pdf-job,Create Merge Files To PDF Job,Combines multiple input files into a single PDF file and create an export URL with a job. [See the documentation](https://cloudconvert.com/api/v2/merge#merge-tasks),false,true,false +gptzero_detect_ai-scan-file,Scan File for AI Detection,This endpoint takes in file(s) input and returns the model,false,true,false +gptzero_detect_ai-scan-text,Scan Text for AI Detection,"This endpoint takes in a single text input and runs AI detection. The document will be truncated to 50,000 characters. [See the documentation](https://gptzero.stoplight.io/docs/gptzero-api/d2144a785776b-ai-detection-on-single-string)",true,true,false +recreation_gov-search-campsites,Search Campsites,"Searchs campsites with the given query. If no query given, returns campsites from the beginning. Returning campsite number is limited to `1000`. [See the documentation](https://ridb.recreation.gov/docs#/Campsites/getCampsites)",false,true,true +recreation_gov-search-recreation-areas,Search Recreation Areas,"Searchs recreation areas with the given properties. If no parameters given, returns all. [See the documentation](https://ridb.recreation.gov/docs#/Recreation%20Areas/getRecAreas)",false,true,true +recreation_gov-get-recreation-area,Get Recreation Area,Retrieves details of a specific campsite. [See the documentation](https://ridb.recreation.gov/docs#/Campsites/getCampsites),false,true,true +howuku-get-survey-responses,Get Survey Responses,Retrieves a list of survey responses from Howuku. [See the documentation](https://rest.howuku.com/#survey),false,true,true +hyros-create-lead,Create Lead,Create a new lead. [See the documentation](https://hyros.docs.apiary.io/#reference/0/leads/create-lead),false,true,false +hyros-create-call,Create Call,Create a new call. [See the documentation](https://hyros.docs.apiary.io/#reference/0/calls/create),false,true,false +channable-list-stock-updates,List Stock Updates,List stock updates for a company and project. [See the documentation](https://api.channable.com/v1/docs#tag/stock_updates/operation/get_stock_updates_companies__company_id__projects__project_id__offers_get),false,true,true +channable-update-stock-update,Update Stock Update,Update a stock update for a company and project. [See the documentation](https://api.channable.com/v1/docs#tag/stock_updates/operation/stock_updates_update_companies__company_id__projects__project_id__stock_updates_post),true,true,false +bash-run-bash-code,Run Bash Code,Run any Bash in a Pipedream step within your workflow. Refer to the [Pipedream Bash docs](https://pipedream.com/docs/code/bash) to learn more.,false,true,false +dub-delete-link,Delete Link,Deletes a link. [See the documentation](https://dub.co/docs/api-reference/endpoint/delete-a-link),true,true,false +dub-create-link,Create Link,Creates a link. [See the documentation](https://dub.co/docs/api-reference/endpoint/create-a-new-link),false,true,false +dub-update-link,Update Link,Updates a link. [See the documentation](https://dub.co/docs/api-reference/endpoint/edit-a-link),true,true,false +plecto-create-registration,Create Registration,"Creates a new registration in Plecto. [See the documentation](https://docs.plecto.com/kb/guide/en/overview-of-plecto-api-endpoints-Qvm3c3ucy1/Steps/3879885,3896454)",false,true,false +enedis-get-address,Get Address,Returns the address of a client. [See the docs here](https://datahub-enedis.fr/data-connect/documentation/customers-v5-adresse/),false,true,true +enedis-get-daily-production,Get Daily Production,Returns the daily production in Wh. [See the docs here](https://datahub-enedis.fr/data-connect/documentation/metering-v5-production-quotidienne/),false,true,true +enedis-get-daily-consumption,Get Daily Consumption,Returns the daily consumption in Wh. [See the docs here](https://datahub-enedis.fr/data-connect/documentation/metering-v5-consommation-quotidienne/),false,true,true +enedis-get-identity,Get Identity,Returns the identity of a client. [See the docs here](https://datahub-enedis.fr/data-connect/documentation/customers-v5-identite/),false,true,true +enedis-get-contracts,Get Contracts,Returns the contract informations of a client. [See the docs here](https://datahub-enedis.fr/data-connect/documentation/customers-v5-contrats/),false,true,true +enedis-get-consumption-load-curve,Get Consumption Load Curve,"Returns the daily average power consumed in W, on a given interval (by default 30 minutes). [See the docs here](https://datahub-enedis.fr/data-connect/documentation/metering-v5-consommation-30-minutes/)",false,true,true +enedis-get-daily-consumption-max-power,Get Daily Consumption Max Power,Returns the daily maximal power consumed in VA. [See the docs here](https://datahub-enedis.fr/data-connect/documentation/metering-v5-puissance-maximum-de-consommation/),false,true,true +enedis-get-production-load-curve,Get Production Load Curve,"Returns the daily average power produced in W, on a given interval (by default 30 minutes). [See the docs here](https://datahub-enedis.fr/data-connect/documentation/metering-v5-production-30-minutes/)",false,true,true +enedis-get-contact,Get Contact,Returns the contact informations of a client. [See the docs here](https://datahub-enedis.fr/data-connect/documentation/customers-v5-contact/),false,true,true +nocrm_io-get-lead,Get Lead,Get a lead. [See docs here](https://www.nocrm.io/api#leads),false,true,true +nocrm_io-create-lead,Create Lead,Creates a new lead. [See docs here](https://www.nocrm.io/api#leads),false,true,false +nocrm_io-update-lead-status,Update Lead Status,Updates a lead status. [See docs here](https://www.nocrm.io/api#leads),true,true,false +nile_database-execute-query,Execute Query,Execute a custom PostgreSQL query.,false,true,false +nile_database-create-user,Create User,Create a new database user by providing an email address and password. [See the documentation](https://www.thenile.dev/docs/reference/api-reference/users/create-user),false,true,false +kanbanflow-create-task,Create Task,Create a task (docs available on board settings),false,true,false +aivoov-convert-text-to-speech,Convert Text to Speech,Converts text to audio using the Aivoov API. [See the documentation](https://github.com/aivoov/aivoov-api),false,true,true +notion-create-page,Create Page,Create a page from a parent page. [See the documentation](https://developers.notion.com/reference/post-page),false,true,false +notion-create-file-upload,Create File Upload,Create a file upload. [See the documentation](https://developers.notion.com/reference/create-a-file-upload),false,true,false +notion-append-block,Append Block to Parent,Append new and/or existing blocks to the specified parent. [See the documentation](https://developers.notion.com/reference/patch-block-children),false,true,false +notion-retrieve-block,Retrieve Page Content,"Get page content as block objects or markdown. Blocks can be text, lists, media, a page, among others. [See the documentation](https://developers.notion.com/reference/retrieve-a-block)",false,true,true +notion-retrieve-page-property-item,Retrieve Page Property Item,Get a Property Item object for a selected page and property. [See the documentation](https://developers.notion.com/reference/retrieve-a-page-property),false,true,true +notion-create-comment,Create Comment,Create a comment in a page or existing discussion thread. [See the documentation](https://developers.notion.com/reference/create-a-comment),false,true,false +notion-update-page,Update Page,Update a page,true,true,false +notion-retrieve-file-upload,Retrieve File Upload,Use this action to retrieve a file upload. [See the documentation](https://developers.notion.com/reference/retrieve-a-file-upload),false,true,false +notion-create-page-from-database,Create Page from Data Source,Create a page from a data source. [See the documentation](https://developers.notion.com/reference/post-page),false,true,false +notion-duplicate-page,Duplicate Page,Create a new page copied from an existing page block. [See the documentation](https://developers.notion.com/reference/post-page),false,true,false +notion-complete-file-upload,Complete File Upload,Use this action to finalize a `mode=multi_part` file upload after all of the parts have been sent successfully. [See the documentation](https://developers.notion.com/reference/complete-a-file-upload),false,true,false +notion-search,Find Pages or Data Sources,Searches for a page or data source. [See the documentation](https://developers.notion.com/reference/post-search),false,true,true +notion-retrieve-page,Retrieve Page Metadata,Get details of a page. [See the documentation](https://developers.notion.com/reference/retrieve-a-page),false,true,true +notion-update-database,Update Data Source,Update a data source. [See the documentation](https://developers.notion.com/reference/update-a-data-source),true,true,false +notion-list-all-users,List All Users,Returns all users in the workspace. [See the documentation](https://developers.notion.com/reference/get-users),false,true,true +notion-send-file-upload,Send File Upload,Send a file upload. [See the documentation](https://developers.notion.com/reference/send-a-file-upload),false,true,false +notion-delete-block,Delete Block,"Sets a Block object, including page blocks, to archived: true using the ID specified. [See the documentation](https://developers.notion.com/reference/delete-a-block)",true,true,false +notion-list-file-uploads,List File Uploads,Use this action to list file uploads. [See the documentation](https://developers.notion.com/reference/list-file-uploads),false,true,true +notion-query-database,Query Data Source,Query a data source with a specified filter. [See the documentation](https://developers.notion.com/reference/query-a-data-source),false,true,false +notion-retrieve-database-schema,Retrieve Data Source Schema,Get the property schema of a data source in Notion. [See the documentation](https://developers.notion.com/reference/retrieve-a-data-source),false,true,true +notion-update-block,Update Child Block,Updates a child block object. [See the documentation](https://developers.notion.com/reference/update-a-block),true,true,false +notion-retrieve-database-content,Retrieve Data Source Content,Get all content of a data source. [See the documentation](https://developers.notion.com/reference/query-a-data-source),false,true,true +notion-create-database,Create Database,Create a database and its initial data source. [See the documentation](https://developers.notion.com/reference/database-create),false,true,false +notion-retrieve-user,Retrieve User,Returns a user using the ID specified. [See the documentation](https://developers.notion.com/reference/get-user),false,true,true +message_bird-send-sms,Send SMS,Sends an SMS message. [See the documentation](https://developers.messagebird.com/api/sms-messaging/#send-outbound-sms),false,true,false +message_bird-create-contact,Create Contact,Creates a new contact. [See the documentation](https://developers.messagebird.com/api/contacts/#create-a-contact),false,true,false +message_bird-send-voice-message,Send Voice Message,Sends a voice message. [See the documentation](https://developers.messagebird.com/api/voice-messaging/#send-a-voice-message),false,true,false +happy_scribe-get-transcription,Get Transcription,Retrieve a transcription. [See the documentation](https://dev.happyscribe.com/sections/product/#transcriptions-list-all-transcriptions),false,true,true +happy_scribe-submit-file,Submit File,Submit a file. [See the documentation](https://dev.happyscribe.com/sections/product/#uploads-2-upload-your-file-with-the-signed-url),false,true,false +happy_scribe-delete-transcription,Delete Transcription,Delete a transcription. [See the documentation](https://dev.happyscribe.com/sections/product/#transcriptions-delete-a-transcription),true,true,false +drift-create-contact,Create Contact,Creates a contact in Drift. [See the documentation](https://devdocs.drift.com/docs/creating-a-contact).,false,true,false +drift-update-contact,Update Contact,Updates a contact in Drift using ID or email. Only changed attributes will be updated. [See Drift API documentation](https://devdocs.drift.com/docs/updating-a-contact),true,true,false +drift-delete-contact,Delete Contact,Deletes a contact in Drift by ID or email. [See the documentation](https://devdocs.drift.com/docs/removing-a-contact).,true,true,false +drift-get-contact,Get Contact,Retrieves a contact in Drift by ID or email. [See the documentation](https://devdocs.drift.com/docs/retrieving-contact),false,true,true +identitycheck-create-verification,Create Verification,Create a identity check. [See the documentation](https://stackgo.notion.site/How-to-Generate-an-IdentityCheck-API-Key-38a12805b43249a480a96b346c491740),false,true,false +elevenlabs-make-outbound-call,Make Outbound Call,Handle an outbound call via Twilio with Elevenlabs. [See the documentation](https://elevenlabs.io/docs/api-reference/conversations/twilio-outbound-call),false,true,false +elevenlabs-get-audio-from-history-item,Get Audio From History Item,Returns the audio of an history item and converts it to a file. [See the documentation](https://docs.elevenlabs.io/api-reference/history-audio),false,true,true +elevenlabs-text-to-speech,Text To Speech,Retrieve an audio file. [See the documentation](https://docs.elevenlabs.io/api-reference/text-to-speech),false,true,true +elevenlabs-add-voice,Add Voice,Add a voice from one or more audio files. [See the documentation](https://elevenlabs.io/docs/api-reference/add-voice),false,true,false +elevenlabs-download-history-items,Download History Items,Download one or more history items to your workflow,false,true,true +elevenlabs-get-voices-with-descriptions,Get Voices with Descriptions,"Fetches all available voices from ElevenLabs, including metadata like name, gender, accent, and category. [See the documentation](https://elevenlabs.io/docs/api-reference/voices/search)",false,true,true +elevenlabs-create-agent,Create Agent,Create an agent in Eleventlabs. [See the documentation](https://elevenlabs.io/docs/api-reference/agents/create-agent),false,true,false +elevenlabs-list-models,Get Models,Gets a list of available models. [See the documentation](https://docs.elevenlabs.io/api-reference/models-get),false,true,true +supabase-insert-row,Insert Row,Inserts a new row into a database. [See the docs here](https://supabase.com/docs/reference/javascript/insert),false,true,false +supabase-update-row,Update Row,Updates row(s) in a database. [See the docs here](https://supabase.com/docs/reference/javascript/update),true,true,false +supabase-delete-row,Delete Row,Deletes row(s) in a database. [See the docs here](https://supabase.com/docs/reference/javascript/delete),true,true,false +supabase-batch-insert-rows,Batch Insert Rows,Inserts new rows into a database. [See the documentation](https://supabase.com/docs/reference/javascript/insert),false,true,false +supabase-select-row,Select Row,Selects row(s) in a database. [See the docs here](https://supabase.com/docs/reference/javascript/select),false,true,false +supabase-upsert-row,Upsert Row,Updates a row in a database or inserts new row if not found. [See the docs here](https://supabase.com/docs/reference/javascript/upsert),true,true,false +supabase-remote-procedure-call,Remote Procedure Call,Call a Postgres function in a database. [See the docs here](https://supabase.com/docs/reference/javascript/rpc),false,true,false +are_na-update-channel,Update Channel,Update a Channel with the specified slug. [See the documentation](https://dev.are.na/documentation/channels#Block45048),true,true,false +are_na-get-authenticated-user,Get Authenticated User,Returns the currently authenticated user,false,true,true +are_na-delete-channel,Delete Channel,Delete a Channel with the specified slug. [See the documentation](https://dev.are.na/documentation/channels#Block45049),true,true,false +are_na-search,Perform a Search,"Search across all of Are.na (returns channels, blocks and users that match the query)",false,true,true +are_na-create-channel,Create Channel,Create a new channel in Are.na. [See the documentation](https://dev.are.na/documentation/channels#Block45041),false,true,false +digital_ocean-create-droplet,Create Droplet,Creates a droplet. [See the docs here](https://docs.digitalocean.com/reference/api/api-reference/#operation/create_droplet),false,true,false +digital_ocean-add-ssh-key,Add SSH Key,Adds a new SSH to your account. [See the docs here](https://docs.digitalocean.com/reference/api/api-reference/#operation/create_ssh_key),false,true,false +digital_ocean-turnonoff-droplet,Turn on/off Droplet,Turns a droplet power status either on or off. [See the docs here](https://docs.digitalocean.com/reference/api/api-reference/#operation/post_droplet_action),false,true,false +digital_ocean-create-snapshot,Create Snapshot,Creates a snapshot from a droplet. [See the docs here](https://docs.digitalocean.com/reference/api/api-reference/#operation/post_droplet_action),false,true,false +digital_ocean-list-all-droplets,List all Droplets,List all Droplets. [See the docs here](https://docs.digitalocean.com/reference/api/api-reference/#operation/list_all_droplets),false,true,true +digital_ocean-create-domain,Create a new domain,Create a new domain. [See the docs here](https://docs.digitalocean.com/reference/api/api-reference/#operation/create_domain),false,true,false +bland_ai-end-call,End Call,Terminates a currently ongoing call using Bland AI. [See the documentation](https://docs.bland.ai/api-v1/post/calls-id-stop),true,true,false +bland_ai-analyze-call,Analyze Call,"Analyzes an input call, extracting structured data and providing insights. [See the documentation](https://docs.bland.ai/api-v1/post/calls-id-analyze)",false,true,false +bland_ai-get-transcript,Get Transcript,Retrieves the transcript of a specified call post-completion. [See the documentation](https://docs.bland.ai/api-v1/get/calls-id),false,true,true +aitable_ai-create-datasheet,Create Datasheet,Create a datasheet in the specified space. [See the documentation](https://developers.aitable.ai/api/reference#tag/Datasheet/operation/create-datasheets),false,true,false +aitable_ai-delete-field,Delete Field,Delete a field in the specified datasheet. [See the documentation](https://developers.aitable.ai/api/reference/#tag/Field/operation/delete-fields),true,true,false +aitable_ai-create-field,Create Field,Create a new field in the specified datasheet. [See the documentation](https://developers.aitable.ai/api/reference#tag/Field/operation/create-fields),false,true,false +anymail_finder-search-all-emails-on-company,Search All Emails on Company,Searches for most popular emails based on company information. [See the documentation](https://anymailfinder.com/email-finder-api/docs#email_search_domain),false,true,true +anymail_finder-search-email,Search Email,"Searches for emails based on company information and, optionally, a person",false,true,true +jobber-create-request,Create Service Request,Creates a new service request for a client,false,true,false +jobber-filter-quotes,Filter Quotes,"Filter quotes by status, quote number, or cost in Jobber. [See the documentation](https://developer.getjobber.com/docs)",false,true,false +jobber-create-quote,Create Quote,Generates a new quote for a client,false,true,false +jobber-search-quotes,Search Quotes,Search for quotes using a search termin Jobber. [See the documentation](https://developer.getjobber.com/docs),false,true,true +jobber-create-client,Create Client,Generates a new client within Jobber. [See the documentation](https://developer.getjobber.com/docs),false,true,false +_twocaptcha-retrieve-solution,Retrieve Captcha Solution,Fetch the solution of a previously submitted captcha from the 2Captcha service.,false,true,true +_twocaptcha-submit-captcha,Submit Captcha for Solving,Send a new captcha to the 2Captcha service for solving. Required props are clientKey and task object.,false,true,false +_twocaptcha-check-account-balance,Check 2Captcha Account Balance,Get the current account balance from the 2Captcha API. [See the documentation](https://2captcha.com/api-docs/get-balance),false,true,true +columns_ai-build-graph-from-scratch,Build Graph From Scratch,Builds a graph object from scratch and publishes it. [See the documentation](https://github.com/varchar-io/vaas?tab=readme-ov-file#basic-usage),false,true,true +columns_ai-build-graph-from-template,Build Graph From Template,Builds a graph object from a template and publishes it. [See the documentation](https://github.com/varchar-io/vaas?tab=readme-ov-file#basic-usage).,false,true,true +northflank-get-domains,Get Domains,List all domains with pagination. [See the documentation](https://northflank.com/docs/v1/api/domains/list-domains),false,true,true +northflank-get-projects,Get Projects,Lists all projects with pagination. [See the documentation](https://northflank.com/docs/v1/api/projects/list-projects),false,true,true +northflank-create-domain,Create Domain,Creates a new domain on Northflank. [See the documentation](https://northflank.com/docs/v1/api/domains/create-new-domain),false,true,false +northflank-create-project,Create Project,Creates a new project on Northflank. [See the documentation](https://northflank.com/docs/v1/api/projects/create-project),false,true,false +ecwid-get-order,Ecwid Get Order,Get Ecwid Order by Order ID. Details of the structure are present [here](https://api-docs.ecwid.com/reference/get-order).,false,true,true +ecwid-update-order-status,Ecwid Update Order Status,Update the Status of an Ecwid Order. Makes use of the [Update Order API](https://api-docs.ecwid.com/reference/update-order).,true,true,false +astica_ai-speech-to-text,Speech To Text,Transcribe an audio file to text with Astica AI [See the documentation](https://astica.ai/hearing/documentation/),false,true,false +astica_ai-text-to-speech,Text To Speech,Convert text to voice audio with Astica AI [See the documentation](https://astica.ai/voice/documentation/),false,true,true +astica_ai-describe-image,Describe Image,Analyze an image with Astica AI [See the documentation](https://astica.ai/vision/documentation/),false,true,true +llama_ai-create-chat,Create Chat,Creates a new chat. [See the documentation](https://docs.llama-api.com/api-reference/endpoint/create),false,true,false +sendoso-send-physical-gift-with-address-confirmation,Send A Physical Gift With Address Confirmation,Send a physical gift. [See the docs here](https://sendoso.docs.apiary.io/#reference/send-management/send-a-gift/sending-a-gift),false,true,false +sendoso-generate-egift-link,Generate eGift Link,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),false,true,false +sendoso-get-send-status,Get Send Status,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),false,true,true +google_safebrowsing-get-threat-list-updates,Get Threat List Updates,Get the latest threat list update information from Google Safe Browsing API. [See the documentation](https://developers.google.com/safe-browsing/v4/reference/rest/v4/threatListUpdates/fetch#ListUpdateRequest),true,true,false +google_safebrowsing-check-url-safety,Check URL Safety,Scan a given URL or URLs for potential security threats. [See the documentation](https://developers.google.com/safe-browsing/v4/reference/rest/v4/threatMatches/find),false,true,true +akkio-make-prediction,Make Prediction,Makes a prediction based on the input props. [See the documentation](https://docs.akkio.com/akkio-docs/rest-api/api-options/curl-commands),false,true,false +zoho_bugtracker-get-bug-details,Get Bug Details,Get details from a specific bug. [See the documentation](https://www.zoho.com/projects/help/rest-api/bugtracker-bugs-api.html#alink2),false,true,true +zoho_bugtracker-create-bug,Create Bug,Create a new bug [See the documentation](https://www.zoho.com/projects/help/rest-api/bugtracker-bugs-api.html#alink3),false,true,false +zoho_bugtracker-update-bug,Update Bug,Update a specific bug [See the documentation](https://www.zoho.com/projects/help/rest-api/bugtracker-bugs-api.html#alink4),true,true,false +ignisign-get-signature-proof,Get Signature Proof,Retrieves a proof file for a specific signature. [See the documentation](https://ignisign.io/docs/category/ignisign-api),false,true,true +ignisign-create-signer,Create Signer,Creates a new signer entity in IgniSign. [See the documentation](https://ignisign.io/docs/ignisign-api/create-signer),false,true,false +ignisign-create-signature-request,Create Signature Request,Creates a document signature request through IgniSign. [See the documentation](https://ignisign.io/docs/ignisign-api/init-signature-request),false,true,false +supabase_management_api-generate-typescript-types,Generate TypeScript Types,Generates TypeScript types based on the current database schema for a specified Supabase project. [See the documentation](https://supabase.com/docs/reference/api/v1-generate-typescript-types),false,true,false +supabase_management_api-create-project,Create Project,Creates a new Supabase project within a specified organization. [See the documentation](https://supabase.com/docs/reference/api/v1-create-a-project),false,true,false +productive_io-create-booking,Create Booking,Creates a new booking in Productive. [See the documentation](https://developer.productive.io/bookings.html#bookings-bookings-post),false,true,false +productive_io-create-contact,Create Contact,Creates a new contact entry in Productive.io. [See the documentation](https://developer.productive.io/contact_entries.html#contact-entries-contact-entries-post),false,true,false +productive_io-create-task,Create Task,Creates a new task in Productive. [See the documentation](https://developer.productive.io/tasks.html),false,true,false +phaxio-send-fax,Send Fax,Sends a fax. [See docs here](https://www.phaxio.com/docs/api/v2.1/faxes/create_and_send_fax),false,true,false +retable-update-record,Update Record,Update an existing record in Retable. [See the documentation](https://docs.retable.io/retable-user-guide/retable-api/api#update-row),true,true,false +retable-add-record,Add Record,Add a new record in Retable. [See the documentation](https://docs.retable.io/retable-user-guide/retable-api/api#insert-row),false,true,false +hubspot-create-form,Create Form,Create a form in HubSpot. [See the documentation](https://developers.hubspot.com/docs/reference/api/marketing/forms#post-%2Fmarketing%2Fv3%2Fforms%2F),false,true,false +hubspot-create-page,Create Page,Create a page in HubSpot. [See the documentation](https://developers.hubspot.com/docs/reference/api/cms/pages#post-%2Fcms%2Fv3%2Fpages%2Fsite-pages),false,true,false +hubspot-create-deal,Create Deal,Create a deal in Hubspot. [See the documentation](https://developers.hubspot.com/docs/api/crm/deals#endpoint?spec=POST-/crm/v3/objects/deals),false,true,false +hubspot-create-contact-workflow,Create Contact Workflow,Create a contact workflow in Hubspot. [See the documentation](https://developers.hubspot.com/docs/reference/api/automation/create-manage-workflows#post-%2Fautomation%2Fv4%2Fflows),false,true,false +hubspot-get-company,Get Company,Gets a company. [See the documentation](https://developers.hubspot.com/docs/api/crm/companies#endpoint?spec=GET-/crm/v3/objects/companies/{companyId}),false,true,true +hubspot-create-note,Create Note,Create a new note. [See the documentation](https://developers.hubspot.com/docs/api/crm/engagements),false,true,false +hubspot-get-associated-meetings,Get Associated Meetings,"Retrieves meetings associated with a specific object (contact, company, or deal) with optional time filtering. [See the documentation](https://developers.hubspot.com/docs/reference/api/crm/associations/association-details#get-%2Fcrm%2Fv4%2Fobjects%2F%7Bobjecttype%7D%2F%7Bobjectid%7D%2Fassociations%2F%7Btoobjecttype%7D)",false,true,true +hubspot-list-pages,List Pages,Retrieves a list of site pages. [See the documentation](https://developers.hubspot.com/docs/reference/api/cms/pages),false,true,true +hubspot-list-templates,List Templates,Retrieves a list of templates. [See the documentation](https://developers.hubspot.com/docs/reference/api/cms/templates),false,true,true +hubspot-retrieve-migrated-workflow-mappings,Retrieve Migrated Workflow Mappings,Retrieve the IDs of v3 workflows that have been migrated to the v4 API. [See the documentation](https://developers.hubspot.com/docs/api-reference/automation-automation-v4-v4/workflow-id-mappings/post-automation-v4-workflow-id-mappings-batch-read),false,true,false +hubspot-update-fields-on-the-form,Update Fields on the Form,Update some of the form definition components. [See the documentation](https://developers.hubspot.com/docs/reference/api/marketing/forms#patch-%2Fmarketing%2Fv3%2Fforms%2F%7Bformid%7D),true,true,false +hubspot-update-company,Update Company,Update a company in Hubspot. [See the documentation](https://developers.hubspot.com/docs/api/crm/companies),true,true,false +hubspot-list-marketing-events,List Marketing Events,Retrieves a list of marketing events. [See the documentation](https://developers.hubspot.com/docs/reference/api/marketing/marketing-events#get-%2Fmarketing%2Fv3%2Fmarketing-events%2F),false,true,true +hubspot-update-deal,Update Deal,Update a deal in Hubspot. [See the documentation](https://developers.hubspot.com/beta-docs/guides/api/crm/objects/deals#update-deals),true,true,false +hubspot-update-page,Update Page,Update a page in Hubspot. [See the documentation](https://developers.hubspot.com/docs/reference/api/cms/pages#patch-%2Fcms%2Fv3%2Fpages%2Fsite-pages%2F%7Bobjectid%7D),true,true,false +hubspot-create-email,Create Marketing Email,Create a marketing email in Hubspot. [See the documentation](https://developers.hubspot.com/docs/reference/api/marketing/emails/marketing-emails#post-%2Fmarketing%2Fv3%2Femails%2F),false,true,false +hubspot-batch-create-or-update-contact,Batch Create or Update Contact,Create or update a batch of contacts by its ID or email. [See the documentation](https://developers.hubspot.com/docs/api/crm/contacts),true,true,false +hubspot-create-communication,Create Communication,"Create a WhatsApp, LinkedIn, or SMS message. [See the documentation](https://developers.hubspot.com/beta-docs/reference/api/crm/engagements/communications/v3#post-%2Fcrm%2Fv3%2Fobjects%2Fcommunications)",false,true,false +hubspot-list-blog-posts,List Blog Posts,Retrieves a list of blog posts. [See the documentation](https://developers.hubspot.com/docs/reference/api/cms/blogs/blog-posts),false,true,true +hubspot-update-landing-page,Update Landing Page,Update a landing page in HubSpot. [See the documentation](https://developers.hubspot.com/docs/reference/api/cms/pages#patch-%2Fcms%2Fv3%2Fpages%2Flanding-pages%2F%7Bobjectid%7D),true,true,false +hubspot-create-workflow,Create a New Workflow,Create a new workflow. [See the documentation](https://developers.hubspot.com/docs/api-reference/legacy/create-manage-workflows-v3/post-automation-v3-workflows),false,true,false +hubspot-list-campaigns,List Campaigns,Retrieves a list of campaigns. [See the documentation](https://developers.hubspot.com/docs/reference/api/marketing/campaigns#get-%2Fmarketing%2Fv3%2Fcampaigns%2F),false,true,true +hubspot-create-custom-object,Create Custom Object,Create a new custom object in Hubspot. [See the documentation](https://developers.hubspot.com/beta-docs/guides/api/crm/objects/custom-objects#create-a-custom-object),false,true,false +hubspot-delete-workflow,Delete a Workflow,Delete a workflow by ID. [See the documentation](https://developers.hubspot.com/docs/api-reference/legacy/create-manage-workflows-v3/delete-automation-v3-workflows-workflowId),true,true,false +hubspot-get-meeting,Get Meeting,Retrieves a specific meeting by its ID. [See the documentation](https://developers.hubspot.com/docs/reference/api/crm/engagements/meetings#get-%2Fcrm%2Fv3%2Fobjects%2Fmeetings%2F%7Bmeetingid%7D),false,true,true +hubspot-retrieve-workflows,Retrieve Workflows,Retrieve a list of all workflows. [See the documentation](https://developers.hubspot.com/docs/api-reference/legacy/create-manage-workflows-v3/get-automation-v3-workflows),false,true,true +hubspot-create-landing-page,Create Landing Page,Create a landing page in Hubspot. [See the documentation](https://developers.hubspot.com/docs/reference/api/cms/pages#post-%2Fcms%2Fv3%2Fpages%2Flanding-pages),false,true,false +hubspot-create-company,Create Company,Create a company in Hubspot. [See the documentation](https://developers.hubspot.com/docs/api/crm/companies#endpoint?spec=POST-/crm/v3/objects/companies),false,true,false +hubspot-get-deal,Get Deal,Gets a deal. [See the documentation](https://developers.hubspot.com/docs/api/crm/deals#endpoint?spec=GET-/crm/v3/objects/deals/{dealId}),false,true,true +hubspot-create-lead,Create Lead,Create a lead in Hubspot. [See the documentation](https://developers.hubspot.com/beta-docs/guides/api/crm/objects/leads#create-leads),false,true,false +hubspot-batch-create-companies,Batch Create Companies,Create a batch of companies in Hubspot. [See the documentation](https://developers.hubspot.com/docs/reference/api/crm/objects/companies#post-%2Fcrm%2Fv3%2Fobjects%2Fcompanies%2Fbatch%2Fcreate),false,true,false +hubspot-update-custom-object,Update Custom Object,Update a custom object in Hubspot. [See the documentation](https://developers.hubspot.com/beta-docs/guides/api/crm/objects/custom-objects#update-existing-custom-objects),true,true,false +hubspot-get-associated-emails,Get Associated Emails,"Retrieves emails associated with a specific object (contact, company, or deal). [See the documentation](https://developers.hubspot.com/docs/reference/api/crm/search)",false,true,true +hubspot-batch-upsert-companies,Batch Upsert Companies,Upsert a batch of companies in Hubspot. [See the documentation](https://developers.hubspot.com/docs/reference/api/crm/objects/companies#post-%2Fcrm%2Fv3%2Fobjects%2Fcompanies%2Fbatch%2Fupsert),true,true,false +hubspot-create-engagement,Create Engagement,Create a new engagement for a contact. [See the documentation](https://developers.hubspot.com/docs/api/crm/engagements),false,true,false +hubspot-create-ticket,Create Ticket,Create a ticket in Hubspot. [See the documentation](https://developers.hubspot.com/docs/api/crm/tickets),false,true,false +hubspot-update-contact,Update Contact,Update a contact in Hubspot. [See the documentation](https://developers.hubspot.com/docs/api/crm/contacts#endpoint?spec=POST-/crm/v3/objects/contacts),true,true,false +hubspot-clone-site-page,Clone Site Page,Clone a site page in Hubspot. [See the documentation](https://developers.hubspot.com/docs/reference/api/cms/pages#post-%2Fcms%2Fv3%2Fpages%2Fsite-pages%2Fclone),false,true,false +hubspot-enroll-contact-into-workflow,Enroll Contact Into Workflow,Add a contact to a workflow. Note: The Workflows API currently only supports contact-based workflows and is only available for Marketing Hub Enterprise accounts. [See the documentation](https://legacydocs.hubspot.com/docs/methods/workflows/add_contact),false,true,false +hubspot-create-or-update-contact,Create or Update Contact,Create or update a contact in Hubspot. [See the documentation](https://developers.hubspot.com/docs/api/crm/contacts#endpoint?spec=POST-/crm/v3/objects/contacts),true,true,false +hubspot-create-task,Create Task,Create a new task. [See the documentation](https://developers.hubspot.com/docs/api/crm/engagements),false,true,false +hubspot-add-contact-to-list,Add Contact to List,Adds a contact to a specific static list. [See the documentation](https://legacydocs.hubspot.com/docs/methods/lists/add_contact_to_list),false,true,false +hubspot-retrieve-workflow-details,Retrieve Workflow Details,Retrieve detailed information about a specific workflow. [See the documentation](https://developers.hubspot.com/docs/api-reference/legacy/create-manage-workflows-v3/get-automation-v3-workflows-workflowId),false,true,true +hubspot-get-file-public-url,Get File Public URL,Get a publicly available URL for a file that was uploaded using a Hubspot form. [See the documentation](https://developers.hubspot.com/docs/api/files/files#endpoint?spec=GET-/files/v3/files/{fileId}/signed-url),false,true,true +hubspot-search-crm,Search CRM,"Search companies, contacts, deals, feedback submissions, products, tickets, line-items, quotes, leads, or custom objects. [See the documentation](https://developers.hubspot.com/docs/api/crm/search)",false,true,true +hubspot-list-marketing-emails,List Marketing Emails,Retrieves a list of marketing emails. [See the documentation](https://developers.hubspot.com/docs/reference/api/marketing/emails/marketing-emails#get-%2Fmarketing%2Fv3%2Femails%2F),false,true,true +hubspot-clone-email,Clone Marketing Email,Clone a marketing email in HubSpot. [See the documentation](https://developers.hubspot.com/docs/reference/api/marketing/emails/marketing-emails#post-%2Fmarketing%2Fv3%2Femails%2Fclone),false,true,false +hubspot-update-lead,Update Lead,Update a lead in Hubspot. [See the documentation](https://developers.hubspot.com/beta-docs/guides/api/crm/objects/leads#update-leads),true,true,false +hubspot-create-associations,Create Associations,Create associations between objects. [See the documentation](https://developers.hubspot.com/docs/api/crm/associations#endpoint?spec=POST-/crm/v3/associations/{fromObjectType}/{toObjectType}/batch/create),false,true,false +hubspot-retrieve-workflow-emails,Retrieve Workflow Emails,Retrieve emails sent by a workflow by ID. [See the documentation](https://developers.hubspot.com/docs/api-reference/automation-automation-v4-v4/email-campaigns/get-automation-v4-flows-email-campaigns),false,true,true +hubspot-create-meeting,Create Meeting,Creates a new meeting with optional associations to other objects. [See the documentation](https://developers.hubspot.com/docs/reference/api/crm/engagements/meetings#post-%2Fcrm%2Fv3%2Fobjects%2Fmeetings),false,true,false +hubspot-get-subscription-preferences,Get Subscription Preferences,Retrieves the subscription preferences for a contact. [See the documentation](https://developers.hubspot.com/docs/reference/api/marketing/subscriptions#get-%2Fcommunication-preferences%2Fv4%2Fstatuses%2F%7Bsubscriberidstring%7D),false,true,true +hubspot-list-forms,List Forms,Retrieves a list of forms. [See the documentation](https://developers.hubspot.com/docs/reference/api/marketing/forms#get-%2Fmarketing%2Fv3%2Fforms%2F),false,true,true +hubspot-get-contact,Get Contact,Gets a contact. [See the documentation](https://developers.hubspot.com/docs/api/crm/contacts#endpoint?spec=GET-/crm/v3/objects/contacts/{contactId}),false,true,true +hubspot-batch-update-companies,Batch Update Companies,Update a batch of companies in Hubspot. [See the documentation](https://developers.hubspot.com/docs/reference/api/crm/objects/companies#post-%2Fcrm%2Fv3%2Fobjects%2Fcompanies%2Fbatch%2Fupdate),true,true,false +utopian_labs-initiate-copywriting-run,Initiate Copywriting Run,Initiate a copywriting run of the R1-Copywriting agent. [See the documentation](https://docs.utopianlabs.ai/copywriting#initiate-a-copywriting-run),false,true,false +utopian_labs-initiate-research-run,Initiate Research Run,Initiate a research run of the R1 agent. [See the documentation](https://docs.utopianlabs.ai/research#initiate-a-research-run),false,true,false +utopian_labs-initiate-classification-run,Initiate Classification Run,Initiate a classification run of the R1-Classification agent. [See the documentation](https://docs.utopianlabs.ai/classification#initiate-a-classification-run),false,true,false +utopian_labs-initiate-timing-run,Initiate Timing Run,Initiate a timing run of the R1-Timing agent. [See the documentation](https://docs.utopianlabs.ai/timing#initiate-a-timing-run),false,true,false +utopian_labs-get-run-status,Get Run Status,Retrieve the status of an initiated run. [See the documentation](https://docs.utopianlabs.ai/research#retrieve-research-run-status),false,true,true +utopian_labs-initiate-qualification-run,Initiate Qualification Run,Initiate a qualification run of the R1-Qualification agent. [See the documentation](https://docs.utopianlabs.ai/qualification#initiate-a-qualification-run),false,true,false +deputy-create-employee,Create Employee,Adds a new employee or staff member to the organization in Deputy. [See the documentation](https://developer.deputy.com/deputy-docs/reference/addanemployee),false,true,false +deputy-create-location,Create Location,Creates a new location in Deputy. [See the documentation](https://developer.deputy.com/deputy-docs/reference/addalocation),false,true,false +deputy-start-shift,Start Shift,Starts a work shift for a specified employee in Deputy. [See the documentation](https://developer.deputy.com/deputy-docs/reference/startanemployeestimesheetclockon),false,true,false +picdefense-check-image-risk,Check Image Risk,Check the risk of the image on the provided URL. [See the documentation](https://app.picdefense.io/apidocs/),false,true,true +picdefense-check-credits,Check Credits,Check how many credits the associated account have. [See the documentation](https://app.picdefense.io/apidocs/),false,true,true +dnsfilter-block-category-policy,Block Category From Policy,Blocks a selected category from a policy applied to your DNSFilter account,false,true,false +dnsfilter-assign-policy-site,Assign Policy to Site,Assigns a pre-existing policy to a specific site within your DNSFilter account. [See the documentation](https://app.swaggerhub.com/apis-docs/DNSFilter/dns-filter_api/1.0.15#/Networks/Networks-update),true,true,false +pushover-emergency-push-notification,Emergency Push Notification,A publicly-accessible URL that Pushover will send a request to when the user has acknowledged the notification,false,true,false +pushover-push-notification,Push Notification,Sends a Push Notification to devices with Pushover. More information at [Pushing Messages](https://pushover.net/api#messages),false,true,false +firefish-unsubscribe-email,Unsubscribe Email,Removes a particular contact or candidate from all existing firefish email subscriptions. [See the documentatio](https://developer.firefishsoftware.com/#002bb8c0-0b41-4016-b33c-026a46b499b2),true,true,false +emailoctopus-add-subscribers-to-list,Add Subscribers To List,"Add subscribers to a list, [See the docs here](https://emailoctopus.com/api-documentation/lists/create-contact)",false,true,false +emailoctopus-create-list,Create List,"Create a list, [See the docs here](https://emailoctopus.com/api-documentation/lists/create)",false,true,false +nango-list-connections,List Connections,Returns a list of Connections. [See the Documentation](https://docs.nango.dev/api-reference/connection/list),false,true,true +nango-delete-connection,Delete Connection,Deletes a Connection. [See the Documentation](https://docs.nango.dev/api-reference/connection/delete),true,true,false +nango-proxy-get,Proxy Get Request,Make a post request with the Proxy. [See the Documentation](https://docs.nango.dev/api-reference/proxy/get),false,true,false +nango-list-integrations,List Integrations,Returns a list of Integrations. [See the Documentation](https://docs.nango.dev/api-reference/integration/list),false,true,true +nango-get-connection,Get Connection,Returns a Connection. [See the Documentation](https://docs.nango.dev/api-reference/connection/get),false,true,true +nango-proxy-post,Proxy Post Request,Make a post request with the Proxy. [See the Documentation](https://docs.nango.dev/api-reference/proxy/post),false,true,false +nango-create-integration,Create Integration,Create a new Integration. [See the Documentation](https://docs.nango.dev/api-reference/integration/create),false,true,false +harvest-create-timesheet-entry,Create Timesheet Entry,The ISO 8601 formatted date on which the time entry was spent. Example: 2019-07-26,false,true,false +harvest-stop-timer,Stop Time Entry,Stop a timer entry. [See docs here](https://help.getharvest.com/api-v2/timesheets-api/timesheets/time-entries/#stop-a-running-time-entry),true,true,false +harvest-start-timer,Start Time Entry,Restart a stopped timer entry. [See docs here](https://help.getharvest.com/api-v2/timesheets-api/timesheets/time-entries/#restart-a-stopped-time-entry),true,true,false +harvest-get-projects,Get Projects,Retrieve data for a project or projects. [See docs here](https://help.getharvest.com/api-v2/projects-api/projects/projects/#list-all-projects),false,true,true +convertapi-convert-base64-encoded-file,Convert Base64 Encoded File,This action converts a base64-string-encoded file into the user-specified format. [See the documentation](https://v2.convertapi.com/info/openapi),false,true,true +convertapi-convert-web-url,Convert Web URL to Specified Format,Converts a website page to a specified format. [See the documentation](https://v2.convertapi.com/info/openapi),false,true,true +convertapi-convert-file,Convert File,Use this action to convert files to the chosen format. [See the documentation](https://v2.convertapi.com/info/openapi),false,true,true +humor_api-search-jokes,Search Jokes,Searches for jokes based on user-defined criteria. [See the docs here](https://humorapi.com/docs/#Search-Jokes).,false,true,true +humor_api-search-memes,Search Memes,Searches for memes based on user-defined criteria. [See the docs here](https://humorapi.com/docs/#Search-Memes).,false,true,true +humor_api-random-joke,Random Joke,Searches for a random joke every time. [See the docs here](https://humorapi.com/docs/#Random-Joke).,false,true,true +humor_api-random-meme,Random Meme,Searches for a random meme every time. [See the docs here](https://humorapi.com/docs/#Random-Meme).,false,true,true +humor_api-rate-joke-or-meme,Rate Joke or Meme,Rate a joke or a meme with your upvote or downvote. [See the docs here](https://humorapi.com/docs/#Upvote-Joke).,false,true,false +google_cloud_vision_api-detect-logos-in-image,Detect Logos in Image,Detects logos within a local or remote image file. [See the documentation](https://cloud.google.com/vision/docs/detecting-logos).,false,true,false +google_cloud_vision_api-detect-text-in-image,Detect Text in Image,Detects text in a local image or remote image. [See the documentation](https://cloud.google.com/vision/docs/ocr#vision_text_detection_gcs-drest).,false,true,true +google_cloud_vision_api-detect-labels-in-image,Detect Labels in Image,Performs feature detection on a local or remote image file. [See the documentation](https://cloud.google.com/vision/docs/labels).,false,true,false +asters-list-posts-analytics,List Posts Analytics,Retrieve the list of posts,false,true,true +asters-list-social-accounts,List Social Accounts,Retrieve the list of all social accounts of a specific workspace. [See the documentation](https://docs.asters.ai/api/endpoints/social-accounts),false,true,true +asters-list-posts,List Posts,Retrieve a list of posts of a social profile. [See the documentation](https://docs.asters.ai/api/endpoints/posts),false,true,true +asters-list-labels,List Labels,Retrieve the list of all labels of a specific workspace. [See the documentation](https://docs.asters.ai/api/endpoints/labels),false,true,true +aidbase-start-training,Start Training,Kick off a training job for a specific piece of knowledge. [See the documentation](https://docs.aidbase.ai/apis/knowledge-api/reference/#put-knowledgeidtrain),true,true,false +aidbase-add-video,Add Video,Add a video as a piece of knowledge to your Aidbase account. [See the documentation](https://docs.aidbase.ai/apis/knowledge-api/reference/#post-knowledgevideo),false,true,false +aidbase-add-question-to-faq,Add Question to FAQ,Add a new question to a FAQ in Airbase. [See the documentation](https://docs.aidbase.ai/apis/knowledge-api/reference/#post-knowledgeidfaq-item),false,true,false +aidbase-create-faq,Create FAQ,Create a new frequently asked questions (FAQ) list on your Aidbase account. [See the documentation](https://docs.aidbase.ai/apis/knowledge-api/reference/#post-knowledgefaq),false,true,false +freshmarketer-remove-contact-from-list,Remove Contact From List,Removes a contact from a specific list by email or contact ID. [See the documentation](https://developers.freshworks.com/crm/api/#remove_contact_from_list),true,true,false +freshmarketer-add-update-contact,Add or Update Contact,Create a new contact or updates an existing one.,true,true,false +freshmarketer-find-contact,Find Contact,Searches for a contact by email and returns contact details if found. [See the documentation](https://developers.freshworks.com/crm/api/#search),false,true,true +realgeeks-create-lead,Create Lead,Creates a new lead in Real Geeks. [See the documentation](https://developers.realgeeks.com/leads/),false,true,false +wufoo-submit-form-entry,Submit Form Entry,Submit a new entry to a specific form. [See the documentation](https://wufoo.github.io/docs/#submit-entry),false,true,false +fireflies-upload-audio,Upload Audio,"Creates and stores a new meeting in Fireflies, allowing it to be transcribed and shared. [See the documentation](https://docs.fireflies.ai/graphql-api/mutation/upload-audio)",false,true,false +fireflies-find-meeting-by-id,Find Meeting by ID,Locates a specific user meeting by its unique ID. [See the documentation](https://docs.fireflies.ai/graphql-api/query/transcript),false,true,true +fireflies-find-recent-meeting,Find Recent Meeting,Retrieves the most recent meeting for a user. [See the documentation](https://docs.fireflies.ai/graphql-api/query/user),false,true,true +navigatr-issue-badge,Issue Badge,Issue a badge to a recipient. [See the documentation](https://api.navigatr.app/docs#/Badge/issue_badge_v1_badge__badge_id__issue_put),false,true,false +tricentis_qtest-create-requirement,Create Requirement,Create a new requirement. [See the documentation](https://documentation.tricentis.com/qtest/od/en/content/apis/apis/requirement_apis.htm#CreateARequirement),false,true,false +tricentis_qtest-update-defect,Update Defect,Update a defect. [See the documentation](https://documentation.tricentis.com/qtest/od/en/content/apis/apis/defect_apis.htm#UpdateADefect),true,true,false +tricentis_qtest-update-requirement,Update Requirement,Update a requirement. [See the documentation](https://documentation.tricentis.com/qtest/od/en/content/apis/apis/requirement_apis.htm#UpdateARequirement),true,true,false +tricentis_qtest-get-defect,Get Defect,Get details of a defect. [See the documentation](https://documentation.tricentis.com/qtest/od/en/content/apis/apis/defect_apis.htm#GetRecentlyUpdatedDefects),false,true,true +tricentis_qtest-submit-defect,Submit Defect,Submit a new defect. [See the documentation](https://documentation.tricentis.com/qtest/od/en/content/apis/apis/defect_apis.htm#SubmitaDefect),false,true,false +tricentis_qtest-get-requirement,Get Requirement,Get details of a requirement. [See the documentation](https://documentation.tricentis.com/qtest/od/en/content/apis/apis/requirement_apis.htm#GetARequirementByItsID),false,true,true +netlify-list-site-deploys,List Site Deploys,Returns a list of all deploys for a specific site. [See docs](https://docs.netlify.com/api/get-started/#get-deploys),false,true,true +netlify-get-site,Get Site,Get a specified site. [See docs](https://docs.netlify.com/api/get-started/#get-sites),false,true,true +netlify-list-files,List Files,Returns a list of all the files in the current deploy. [See docs](https://docs.netlify.com/api/get-started/#get-files),false,true,true +netlify-rollback-deploy,Rollback Deploy,Restores an old deploy and makes it the live version of the site. [See docs](https://docs.netlify.com/api/get-started/#restore-deploy-rollback),false,true,true +timing-create-time-entry,Create Time Entry,Generates a new time entry in Timing app. [See the documentation](https://web.timingapp.com/docs/#time-entries-POSTapi-v1-time-entries),false,true,false +timing-stop-timer,Stop Timer,Stop the currently running timer. [See the documentation](https://web.timingapp.com/docs/#time-entries-PUTapi-v1-time-entries-stop),true,true,false +timing-start-timer,Start Timer,Starts a new ongoing timer as per the current timestamp or specified start date. [See the documentation](https://web.timingapp.com/docs/#time-entries-POSTapi-v1-time-entries-start),false,true,false +sigma-create-workbook,Create Workbook,Creates a new blank workbook. [See the documentation](https://docs.sigmacomputing.com/#post-/v2/workbooks),false,true,false +sigma-list-datasets,List Datasets,Returns a list of available datasets. [See the documentation](https://docs.sigmacomputing.com/#get-/v2/datasets),false,true,true +sigma-create-team,Create Team,Create a team. [See the documentation](https://docs.sigmacomputing.com/#post-/v2/teams),false,true,false +senta-update-client,Update Client,Updates an existing client. [See the documentation](https://app.swaggerhub.com/apis-docs/senta/Senta/1.6#/Client/put_api_clients__clientId_),true,true,false +senta-create-client,Create Client,Creates a new client. [See the documentation](https://app.swaggerhub.com/apis-docs/senta/Senta/1.6#/Client/post_api_clients),false,true,false +bigdatacorp-get-person-data,Get Person Data,Returns the available data for a CPF number according to the selected dataset. [See the documentation](https://docs.bigdatacorp.com.br/plataforma/reference/pessoas_registration_data),false,true,true +bigdatacorp-get-company-data,Get Company Data,Returns the available data for a CNPJ number according to the selected dataset. [See the documentation](https://docs.bigdatacorp.com.br/plataforma/reference/empresas_emails_extended),false,true,true +bigdatacorp-get-address-data,Get Address Data,Returns the available data for a Zipcode number according to the selected dataset. [See the documentation](https://docs.bigdatacorp.com.br/plataforma/reference/enderecos_legal_amazon),false,true,true +open_exchange_rates-convert-currency,Convert Currency,Convert any money value from one currency to another. [See the documentation](https://docs.openexchangerates.org/reference/convert),false,true,true +open_exchange_rates-retrieve-current-rates,Retrieve Current Rates,Get the latest exchange rates available. [See the documentation](https://docs.openexchangerates.org/reference/latest-json),false,true,true +pinecone-fetch-vectors,Fetch Vectors,"Looks up and returns vectors by ID, from a single namespace.. [See the documentation](https://docs.pinecone.io/reference/api/data-plane/fetch).",false,true,false +pinecone-delete-vectors,Delete Vectors,"Deletes one or more vectors by ID, from a single namespace. [See the documentation](https://docs.pinecone.io/reference/api/data-plane/delete).",true,true,false +pinecone-query-ids,Query IDs,"Searches a namespace, using a query vector. It retrieves the ids of the most similar items in a namespace, along with their similarity scores. [See the documentation](https://docs.pinecone.io/reference/api/data-plane/query).",false,true,false +pinecone-upsert-vector,Upsert Vector,"Writes vectors into a namespace. If a new value is upserted for an existing vector ID, it will overwrite the previous value. [See the documentation](https://docs.pinecone.io/reference/api/data-plane/upsert).",true,true,false +pinecone-update-vector,Update Vector,"Updates vector in a namespace. If a value is included, it will overwrite the previous value. [See the documentation](https://docs.pinecone.io/reference/api/data-plane/update).",true,true,false +frontapp-list-conversations,List Conversations,List conversations in the company. [See the documentation](https://dev.frontapp.com/reference/list-conversations),false,true,true +frontapp-assign-conversation,Assign Conversation,Assign or unassign a conversation. [See the documentation](https://dev.frontapp.com/reference/update-conversation-assignee),true,true,false +frontapp-list-message-templates,List Message Templates,List the message templates. [See the documentation](https://dev.frontapp.com/reference/list-message-templates).,false,true,true +frontapp-create-message,Create Message,Send a new message from a channel. [See the documentation](https://dev.frontapp.com/reference/create-message).,false,true,false +frontapp-update-conversation,Update Conversation,Updates a conversation. [See the documentation](https://dev.frontapp.com/reference/patch_conversations-conversation-id).,true,true,false +frontapp-get-teammate,Get Teammate,Retrieve a teammate by ID. [See the documentation](https://dev.frontapp.com/reference/get-teammate),false,true,true +frontapp-update-teammate,Update Teammate,Update a teammate. [See the documentation](https://dev.frontapp.com/reference/update-teammate).,true,true,false +frontapp-receive-custom-messages,Receive Custom Messages,Receive a custom message in Front. [See the documentation](https://dev.frontapp.com/reference/post_channels-channel-id-incoming-messages).,false,true,false +frontapp-delete-message-template,Delete Message Template,Delete a message template. [See the documentation](https://dev.frontapp.com/reference/delete-message-template).,true,true,false +frontapp-list-teammates,List Teammate,List teammates in the company. [See the documentation](https://dev.frontapp.com/reference/list-teammates),false,true,true +frontapp-list-comments,List Conversation Comments,List the comments in a conversation. [See the documentation](https://dev.frontapp.com/reference/list-conversation-comments),false,true,true +frontapp-create-draft-reply,Create Draft Reply,Create a new draft as a reply to the last message in the conversation. [See the documentation](https://dev.frontapp.com/reference/create-draft-reply),false,true,false +frontapp-tag-conversation,Tag Conversation,Add tags to a conversation. [See the documentation](https://dev.frontapp.com/reference/patch_conversations-conversation-id),false,true,false +frontapp-send-new-message,Send New Message,Sends a new message from a channel. It will create a new conversation. [See the documentation](https://dev.frontapp.com/reference/post_channels-channel-id-messages).,false,true,false +frontapp-add-comment,Add Comment,Add a comment to a conversation. [See the documentation](https://dev.frontapp.com/reference/add-comment),false,true,false +frontapp-create-inbox,Create Inbox,Create an inbox in the default team (workspace). [See the documentation](https://dev.frontapp.com/reference/create-inbox).,false,true,false +frontapp-get-message,Get Message,Retrieve a message by its ID. [See the documentation](https://dev.frontapp.com/reference/get-message),false,true,true +frontapp-archive-conversation,Archive Conversation,Archives a conversation. [See the documentation](https://dev.frontapp.com/reference/patch_conversations-conversation-id),true,true,false +frontapp-list-comment-mentions,List Comment Mentions,List the teammates mentioned in a comment. [See the documentation](https://dev.frontapp.com/reference/list-comment-mentions),false,true,true +frontapp-get-comment,Get Comment,Retrieve a comment from a conversation. [See the documentation](https://dev.frontapp.com/reference/get-comment),false,true,true +frontapp-create-draft,Create Draft,Create a draft message which is the first message of a new conversation. [See the documentation](https://dev.frontapp.com/reference/create-draft),false,true,false +frontapp-import-message,Import Message,Appends a new message into an inbox. [See the documentation](https://dev.frontapp.com/reference/import-inbox-message).,false,true,false +frontapp-get-conversation,Get Conversation,Retrieve a conversation by its ID from Front. [See the documentation](https://dev.frontapp.com/reference/get-conversation-by-id),false,true,true +frontapp-reply-to-conversation,Reply To Conversation,Reply to a conversation by sending a message and appending it to the conversation. [See the documentation](https://dev.frontapp.com/reference/post_conversations-conversation-id-messages).,false,true,false +frontapp-create-message-template,Create Message Template,Create a new message template. [See the documentation](https://dev.frontapp.com/reference/create-message-template).,false,true,false +webinarkit-list-webinars,List Webinars,Returns a list of webinars. [See the documentation](https://documenter.getpostman.com/view/22597176/Uzs435mo#31a536ea-5a5a-4b22-8523-4b69b79afce7),false,true,true +webinarkit-register-attendee,Register Attendee,Registers a new attendee for a specific webinar. [See the documentation](https://documenter.getpostman.com/view/22597176/Uzs435mo#4eb04d17-042d-4026-8b2d-bc972f442ae0),false,true,false +webinarkit-list-scheduled-sessions,List Scheduled Sessions,Lists all scheduled sessions for a specific webinar. [See the documentation](https://documenter.getpostman.com/view/22597176/Uzs435mo#033f7d11-dcd3-4130-b41b-7eee4d4f28d1),false,true,true +wappalyzer-get-technologies,Get Technologies,Returns the details of technologies used on a specific URL. [See the documentation](https://www.wappalyzer.com/docs/api/v2/lookup/),false,true,true +rev-create-caption-order-external-link,Create Caption Order Using External Link,Submit a new caption order using a external link that contains the media. [See docs here.](https://www.rev.com/api/orderspostcaption),false,true,false +rev-create-transcription-order-external-link,Create Transcription Order Using External Link,Submit a new transcription order using a external link that contains the media. [See docs here.](https://www.rev.com/api/ordersposttranscription),false,true,false +rev-create-automated-transcription-order-external-link,Create Automated Transcription Order Using External Link,Submit a new automated transcription order using a external link that contains the media. [See docs here.](https://www.rev.com/api/orderspostautomatedtranscription),false,true,false +scraptio-scrape-url,Scrape URL,Scrape the provided URL. [See the documentation](https://scraptio.notion.site/how-to-use-scraptio-with-rest-api-caf0b6d5c6e342cd9a3ac9062ab1ae6d),false,true,false +salesforce_rest_api-update-opportunities-batch,Update Opportunities (Batch),Update multiple Opportunities in Salesforce using Bulk API 2.0. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/datafiles_understanding_bulk2_ingest.htm),true,true,false +salesforce_rest_api-sosl-search,SOSL Search (Object Search),,false,true,true +salesforce_rest_api-get-knowledge-articles,Get Knowledge Articles,Get a page of online articles for the given language and category through either search or query. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.knowledge_dev.meta/knowledge_dev/sforce_api_rest_retrieve_article_list.htm),false,true,true +salesforce_rest_api-add-lead-to-campaign,Add Lead to Campaign,Adds an existing lead to an existing campaign. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.228.0.object_reference.meta/object_reference/sforce_api_objects_campaignmember.htm),false,true,false +salesforce_rest_api-search-string,Search Object Records,Searches for records in an object using a parameterized search. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_search_parameterized_get.htm),false,true,true +salesforce_rest_api-create-note,Create Note,,false,true,false +salesforce_rest_api-add-contact-to-campaign,Add Contact to Campaign,Adds an existing contact to an existing campaign. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.228.0.object_reference.meta/object_reference/sforce_api_objects_campaignmember.htm),false,true,false +salesforce_rest_api-update-record,Update Record,Update fields of a record. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_update_fields.htm),true,true,false +salesforce_rest_api-list-email-templates,List Email Templates,Lists all email templates. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_emailtemplate.htm),false,true,true +salesforce_rest_api-upsert-record,Upsert Record,Create or update a record of a given object. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_upsert.htm),true,true,false +salesforce_rest_api-delete-record,Delete Record,Deletes an existing record in an object. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_sobject_retrieve_delete.htm),true,true,false +salesforce_rest_api-convert-soap-xml-to-json,Convert SOAP XML Object to JSON,Converts a SOAP XML Object received from Salesforce to JSON,false,true,true +salesforce_rest_api-create-record,Create Record,Create a record of a given object. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_sobject_create.htm),false,true,false +salesforce_rest_api-create-content-note,Create Content Note,,false,true,false +salesforce_rest_api-create-opportunities-batch,Create Opportunities (Batch),Create multiple Opportunities in Salesforce using Bulk API 2.0. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/datafiles_understanding_bulk2_ingest.htm),false,true,false +salesforce_rest_api-create-event,Create Event,,false,true,false +salesforce_rest_api-list-email-messages,List Email Messages,Lists all email messages for a case. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_get_field_values.htm),false,true,true +salesforce_rest_api-update-accounts-batch,Update Accounts (Batch),Update multiple Accounts in Salesforce using Bulk API 2.0. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/datafiles_understanding_bulk2_ingest.htm),true,true,false +salesforce_rest_api-update-email-template,Update Email Template,Updates an email template. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_update_fields.htm),true,true,false +salesforce_rest_api-create-attachment,Create Attachment,,false,true,false +salesforce_rest_api-get-knowledge-data-category-groups,Get Knowledge Data Category Groups,Fetch data category groups visible to the current user. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.knowledge_dev.meta/knowledge_dev/resources_knowledge_support_dcgroups.htm),false,true,true +salesforce_rest_api-get-case,Get Case,Retrieves a case by its ID. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_get_field_values.htm),false,true,true +salesforce_rest_api-create-campaign,Create Campaign,,false,true,false +salesforce_rest_api-create-contact,Create Contact,,false,true,false +salesforce_rest_api-soql-search,SOQL Query (Object Query),,false,true,true +salesforce_rest_api-update-account,Update Account,The Account to update.,true,true,false +salesforce_rest_api-list-knowledge-articles,List Knowledge Articles,Lists all knowledge articles. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_knowledgearticle.htm),false,true,true +salesforce_rest_api-list-case-comments,List Case Comments,Lists all comments for a case. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_get_field_values.htm),false,true,true +salesforce_rest_api-create-user,Create User,,false,true,false +salesforce_rest_api-create-accounts-batch,Create Accounts (Batch),Create multiple Accounts in Salesforce using Bulk API 2.0. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/datafiles_understanding_bulk2_ingest.htm),false,true,false +salesforce_rest_api-create-lead,Create Lead,,false,true,false +salesforce_rest_api-insert-blob-data,Insert Blob Data,Inserts blob data in Salesforce standard objects. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.228.0.api_rest.meta/api_rest/dome_sobject_insert_update_blob.htm),false,true,false +salesforce_rest_api-send-email,Send Email,Sends an email. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.api_action.meta/api_action/actions_obj_email_simple.htm),false,true,false +salesforce_rest_api-update-contact,Update Contact,The Contact to update.,true,true,false +salesforce_rest_api-post-feed-to-chatter,Post a Message to Chatter Feed,Post a feed item in Chatter. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/quickreference_post_feed_item.htm),false,true,false +salesforce_rest_api-delete-opportunity,Delete Opportunity,Deletes an opportunity. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.228.0.api_rest.meta/api_rest/dome_delete_record.htm),true,true,false +salesforce_rest_api-create-account,Create Account,,false,true,false +salesforce_rest_api-create-task,Create Task,,false,true,false +salesforce_rest_api-create-opportunity,Create Opportunity,,false,true,false +salesforce_rest_api-update-opportunity,Update Opportunity,The Opportunity to update.,true,true,false +salesforce_rest_api-find-records,Find Records,Retrieves selected fields for some or all records of a selected object. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_get_field_values.htm),false,true,true +salesforce_rest_api-create-casecomment,Create Case Comment,,false,true,false +salesforce_rest_api-create-case,Create Case,,false,true,false +salesforce_rest_api-get-user,Get User,Retrieves a user by their ID. [See the documentation](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_get_field_values.htm),false,true,true +wolfram_alpha-perform-computation,Perform Computation,Executes a computation query using the Wolfram Alpha API. [See the documentation](https://products.wolframalpha.com/api/documentation),false,true,false +_46elks-make-phone-call,Make Phone Call,Dials and connects two phone numbers using the 46elks service. [See the documentation](https://46elks.com/docs/make-call),false,true,false +_46elks-send-sms,Send SMS,Composes and sends an SMS message to a specified phone number. [See the documentation](https://46elks.com/docs/send-sms),false,true,false +hr_cloud-create-employee,Create Employee,Create a new employee record in the system. [See the documentation](https://help.hrcloud.com/api/#/employee#POST_employee),false,true,false +hr_cloud-update-employee,Update Employee,Update an existing employee. [See the documentation](https://help.hrcloud.com/api/#/employee#PUT_employee),true,true,false +hr_cloud-create-task,Create Task,Creates a new task. [See the documentation](https://help.hrcloud.com/api/#/task#POST_tasks),false,true,false +ip2location-query-ip-info,Query IP address,Query IP address using IP2Location API. [See the docs here](https://www.ip2location.com/web-service/ip2location) for how to use this API.,false,true,false +end-end-workflow,End Workflow,Terminate workflow execution,true,true,false +noticeable-create-email-subscription,Create Email Subscription,"Creates an email subscription, [See the docs](https://graphdoc.noticeable.io/emailsubscription.doc.html)",false,true,false +noticeable-delete-email-subscription,Delete Email Subscription,"Deletes an email subscription, [See the docs](https://graphdoc.noticeable.io/emailsubscription.doc.html)",true,true,false +noticeable-create-publication,Create Publication,"Creates a publication, [See the docs](https://graphdoc.noticeable.io/publication.doc.html)",false,true,false +noticeable-update-email-subscription,Update Email Subscription,"Updates an email subscription, [See the docs](https://graphdoc.noticeable.io/emailsubscription.doc.html)",true,true,false +noticeable-search-email-subscription,Search Email Subscriptions,"Searches email subscriptions for the given options. If no options given, retrieves all subscriptions, [See the docs](https://graphdoc.noticeable.io/emailsubscription.doc.html)",false,true,true +facebook_pages-create-post,Create Post,Create a new post on a Facebook Page. [See the documentation](https://developers.facebook.com/docs/graph-api/reference/page/feed#publish),false,true,false +facebook_pages-create-comment,Create Comment,Create a new comment on a post on a Facebook Page. [See the documentation](https://developers.facebook.com/docs/graph-api/reference/object/comments/#publish),false,true,false +facebook_pages-list-comments,List Comments,Retrieves a list of comments on a post on a Facebook Page. [See the documentation](https://developers.facebook.com/docs/graph-api/reference/comment/#read),false,true,true +facebook_pages-update-post,Update Post,Update an existing post on a Facebook Page. [See the documentation](https://developers.facebook.com/docs/graph-api/reference/post#updating),true,true,false +facebook_pages-get-page,Get Page,Retrieves a Facebook Page. [See the documentation](https://developers.facebook.com/docs/graph-api/reference/page),false,true,true +facebook_pages-get-comment,Get Comment,Retrieves a comment on a post on a Facebook Page. [See the documentation](https://developers.facebook.com/docs/graph-api/reference/comment/#read),false,true,true +facebook_pages-get-post,Get Post,Retrieves a post on a Facebook Page. [See the documentation](https://developers.facebook.com/docs/graph-api/reference/pagepost),false,true,true +facebook_pages-list-posts,List Posts,Retrieves a list of posts on a Facebook Page. [See the documentation](https://developers.facebook.com/docs/graph-api/reference/v17.0/page/feed),false,true,true +facebook_pages-update-comment,Update Comment,Updates an existing comment on a post on a Facebook Page. [See the documentation](https://developers.facebook.com/docs/graph-api/reference/comment/#updating),true,true,false +samsara-create-contact,Create Contact,Adds a new contact to the organization. [See the documentation](https://developers.samsara.com/reference/createcontact),false,true,false +samsara-create-route,Create Route,"Generates a new route to an existing address. As a prerequisite, the user must create an address using the ",false,true,false +samsara-create-address,Create Address,"Adds a new address to the organization. The user must provide the necessary props such as formatted address, geofence, and name. [See the documentation](https://developers.samsara.com/reference/createaddress)",false,true,false +procore-create-incident,Create Incident,Create a new incident. [See the documentation](https://developers.procore.com/reference/rest/incidents?version=latest#create-incident).,false,true,false +procore-create-timesheet,Create Timesheet,Create a new timesheet. [See the documentation](https://developers.procore.com/reference/rest/timesheets?version=latest#create-timesheet).,false,true,false +procore-create-manpower-log,Create Manpower Log,Create a new manpower log. [See the documentation](https://developers.procore.com/reference/rest/manpower-logs?version=latest#create-manpower-log).,false,true,false +procore-create-submittal,Create Submittal,Create a new submittal. [See the documentation](https://developers.procore.com/reference/rest/submittals?version=latest#create-submittal).,false,true,false +procore-create-rfi,Create RFI,Create a new RFI. [See the documentation](https://developers.procore.com/reference/rest/rfis?version=latest#create-rfi).,false,true,false +currencyscoop-convert-currency,Convert Currency,Convert a specified amount from one currency to another [See the documentation](https://currencybeacon.com/api-documentation),false,true,true +currencyscoop-get-historical-rates,Get Historical Rates,Get historical rates for a currency [See the documentation](https://currencybeacon.com/api-documentation),false,true,true +currencyscoop-get-latest-exchange-rates,Get Latest Exchanges Rates,Get the latest exchange rates for a currency [See the documentation](https://currencybeacon.com/api-documentation),false,true,true +grain-get-recording,Get Recording,"Fetches a specific recording by its ID from Grain, optionally including the transcript and intelligence notes. [See the documentation](https://grainhq.notion.site/grain-public-api-877184aa82b54c77a875083c1b560de9)",false,true,true +buysellads-get-creatives,Get Creatives,Returns the creative stats for line items. [See the documentation](https://docs.buysellads.com/advertiser-api/endpoints#creatives),false,true,true +buysellads-get-daily-stats,Get Daily Stats,Returns the daily stats for active line items. [See the documentation](https://docs.buysellads.com/advertiser-api/endpoints#daily-stats),false,true,true +buysellads-get-line-items,Get Line Items,Returns the details of active line items. [See the documentation](https://docs.buysellads.com/advertiser-api/endpoints#lineitems),false,true,true +buysellads-get-creatives-daily-stats,Get Creatives Daily Stats,Returns the creative stats by day for line items. [See the documentation](https://docs.buysellads.com/advertiser-api/endpoints#creatives-daily-stats),false,true,true +swaggerhub-delete-api-version,Delete API Version,Deletes a version of an API. [See the docs here](https://app.swaggerhub.com/apis/swagger-hub/registry-api/1.0.66#/APIs/deleteApiVersion),true,true,false +swaggerhub-clone-api-version,Clone API Version,Clones a version for an API. [See the docs here](https://app.swaggerhub.com/apis/swagger-hub/registry-api/1.0.66#/APIs/cloneApi),false,true,false +tally-get-responses,Get Responses,Get a list of responses. [See docs here](https://tallyso.notion.site/Tally-OAuth-2-reference-d0442c679a464664823628f675f43454),false,true,true +tally-get-forms,Get Forms,Get a list of forms. [See docs here](https://tallyso.notion.site/Tally-OAuth-2-reference-d0442c679a464664823628f675f43454),false,true,true +tally-get-form-fields,Get Form Fields,Get the fields of a form. [See docs here](https://tallyso.notion.site/Tally-OAuth-2-reference-d0442c679a464664823628f675f43454),false,true,true +prisma_management_api-list-projects-in-prisma-workspace,List Projects in Prisma Workspace,List Projects in a Prisma Workspace via Prisma Management API. [See docs here](https://www.prisma.io/docs/postgres/introduction/management-api),false,true,true +prisma_management_api-create-new-database-in-existing-project,Create New Database in Existing Project,Create a new database in an existing Prisma project. Requires Project ID. [See docs here](https://www.prisma.io/docs/postgres/introduction/management-api),false,true,false +prisma_management_api-get-postgres-regions,Get Prisma Postgres Regions,Retrieves a list of all available regions where Prisma Postgres databases can be deployed. [See docs here](https://www.prisma.io/docs/postgres/introduction/management-api),false,true,true +prisma_management_api-list-database-connection-strings,List Database Connection Strings,Retrieves a list of all connection strings for a specific database via Prisma Management API. [See docs here](https://www.prisma.io/docs/postgres/introduction/management-api),false,true,true +prisma_management_api-delete-database-connection-string,Delete Database Connection String,Deletes a specific database connection string via Prisma Management API. This action is irreversible. [See docs here](https://www.prisma.io/docs/postgres/introduction/management-api),true,true,false +prisma_management_api-get-database-details,Get Database details,Get database details of a particular Prisma Postgres database via Prisma Management API. [See docs here](https://www.prisma.io/docs/postgres/introduction/management-api),false,true,true +prisma_management_api-create-database-connection-string,Create Database Connection String,Creates a new connection string for an existing database via Prisma Management API. [See docs here](https://www.prisma.io/docs/postgres/introduction/management-api),false,true,false +prisma_management_api-get-project-details,Get Project details,Get project details of a particular project in Prisma Workspace via Prisma Management API. [See docs here](https://www.prisma.io/docs/postgres/introduction/management-api),false,true,true +prisma_management_api-list-databases-from-project,List Databases from Project,Retrieves a list of all databases within a specific Prisma project. [See docs here](https://www.prisma.io/docs/postgres/introduction/management-api),false,true,true +prisma_management_api-delete-database,Delete Database,Deletes a Postgres database project via Prisma Management API. [See docs here](https://www.prisma.io/docs/postgres/introduction/management-api),true,true,false +prisma_management_api-delete-database-by-database-id,Delete Database by Database ID,Delete a specific database by Database ID via Prisma Management API. This action is irreversible. [See docs here](https://www.prisma.io/docs/postgres/introduction/management-api),true,true,false +prisma_management_api-create-database,Create Database,Creates a new Postgres database project via Prisma Management API. [See docs here](https://www.prisma.io/docs/postgres/introduction/management-api),false,true,false +teachable-search-users,Search Users,Searches for a user by email address. [See the documentation](https://docs.teachable.com/reference/listusers),false,true,true +teachable-create-student,Create Student,Creates a new student. [See the documentation](https://docs.teachable.com/reference/createuser),false,true,false +teachable-update-student,Update Student,Updates an existing student. [See the documentation](https://docs.teachable.com/reference/updateuser),true,true,false +salesmate-add-contact,Add Contact,This API is used to add a contact. [See docs here](https://apidocs.salesmate.io/#b768facc-930f-4f93-b9a7-a26a0875b6b0),false,true,false +salesmate-add-deal,Add Deal,This API is used to add a deal. [See docs here](https://apidocs.salesmate.io/#fc738a12-8757-46aa-8625-3379fa205377),false,true,false +salesmate-update-contact,Update Contact,This API is used to update a contact,true,true,false +rex-create-contact,Create Contact,Creates a new contact in Rex. [See the documentation](https://api-docs.rexsoftware.com/service/contacts#operation/create),false,true,false +rex-create-lead,Create Lead,Creates a new lead in Rex. [See the documentation](https://api-docs.rexsoftware.com/service/leads#operation/create),false,true,false +rex-create-reminder,Create Reminder,Creates a new reminder in Rex. [See the documentation](https://api-docs.rexsoftware.com/service/reminders#operation/create),false,true,false +notiff-create-notification,Create Notification,Send a new notification to a user or system via notiff.io. [See the documentation](https://notiff.io/articles/welcome-to-notiff-getting-started-with-your-notification-center),true,true,false +todoist-list-projects,List Projects,Returns a list of all projects. [See the docs here](https://developer.todoist.com/rest/v2/#get-all-projects),false,true,true +todoist-list-task-comments,List Task Comments,Returns a list of comments for a task. [See the docs here](https://developer.todoist.com/rest/v2/#get-all-comments),false,true,true +todoist-list-uncompleted-tasks,List Uncompleted Tasks,"Returns a list of uncompleted tasks by project, section, and/or label. [See the docs here](https://developer.todoist.com/rest/v2/#get-active-tasks)",false,true,true +todoist-move-task-to-section,Move Task To Section,Move a Task to a different section within the same project. [See the docs here](https://developer.todoist.com/sync/v9/#move-an-item),true,true,false +todoist-mark-task-completed,Mark Task as Completed,Marks a task as being completed. [See the docs here](https://developer.todoist.com/rest/v2/#close-a-task),true,true,false +todoist-create-task-comment,Create Task Comment,Adds a comment to a task. [See the docs here](https://developer.todoist.com/rest/v2/#create-a-new-comment),false,true,false +todoist-delete-task,Delete Task,Deletes a task. [See the docs here](https://developer.todoist.com/rest/v2/#delete-a-task),true,true,false +todoist-get-task,Get Task,Returns info about a task. [See the docs here](https://developer.todoist.com/rest/v2/#get-an-active-task),false,true,true +todoist-export-tasks,Export Tasks,Export project task names as comma separated file. Returns path to new file. [See Docs](https://developer.todoist.com/rest/v2/#get-active-tasks),false,true,true +todoist-update-project,Update Project,Updates a project. [See the docs here](https://developer.todoist.com/rest/v2/#update-a-project),true,true,false +todoist-uncomplete-task,Uncomplete Task,Uncompletes a task. [See the docs here](https://developer.todoist.com/rest/v2/#reopen-a-task),false,true,false +todoist-list-sections,List Sections,Returns a list of all sections. [See the docs here](https://developer.todoist.com/rest/v2/#get-all-sections),false,true,true +todoist-find-project,Find Project,"Finds a project (by name/title). [See Docs](https://developer.todoist.com/rest/v2/#get-all-projects) Optionally, create one if none are found. [See Docs](https://developer.todoist.com/rest/v2/#create-a-new-project)",false,true,true +todoist-delete-label,Delete Label,Deletes a label. [See the docs here](https://developer.todoist.com/rest/v2/#delete-a-personal-label),true,true,false +todoist-find-task,Find Task,"Finds a task by name. [See Docs](https://developer.todoist.com/rest/v2/#get-active-tasks) Optionally, create one if none are found. [See Docs](https://developer.todoist.com/rest/v2/#create-a-new-task)",false,true,true +todoist-create-section,Create Section,Creates a section. [See the docs here](https://developer.todoist.com/rest/v2/#create-a-new-section),false,true,false +todoist-update-label,Update Label,Updates a label. [See the docs here](https://developer.todoist.com/rest/v2/#update-a-personal-label),true,true,false +todoist-invite-user-to-project,Invite User To Project,"Sends email to a person, inviting them to use one of your projects. [See the docs here](https://developer.todoist.com/sync/v9/#share-a-project)",true,true,false +todoist-get-project,Get Project,Returns info about a project. [See the docs here](https://developer.todoist.com/rest/v2/#get-a-project),false,true,true +todoist-delete-project,Delete Project,Deletes a project. [See the docs here](https://developer.todoist.com/rest/v2/#delete-a-project),true,true,false +todoist-import-tasks,Import Tasks,Import tasks into a selected project. [See Docs](https://developer.todoist.com/sync/v9/#add-an-item),true,true,false +todoist-find-user,Find User,Searches by email for a user who is connected/shared with your account. [See the docs here](https://developer.todoist.com/sync/v9/#read-resources),true,true,false +todoist-update-section,Update Section,Updates a section. [See the docs here](https://developer.todoist.com/rest/v2/#update-a-section),true,true,false +todoist-list-project-comments,List Project Comments,Returns a list of comments for a project. [See the docs here](https://developer.todoist.com/rest/v2/#get-all-comments),false,true,true +todoist-create-project-comment,Create Project Comment,Adds a comment to a project. [See the docs here](https://developer.todoist.com/rest/v2/#create-a-new-comment),false,true,false +todoist-create-task,Create Task,Creates a task. [See the docs here](https://developer.todoist.com/rest/v2/#create-a-new-task),false,true,false +todoist-search-tasks,Search Tasks,"Search tasks by name, label, project and/or section. [See Docs](https://developer.todoist.com/rest/v2/#get-active-tasks)",false,true,true +todoist-get-project-comment,Get Project Comment,Returns info about a project comment. [See the docs here](https://developer.todoist.com/rest/v2/#get-a-comment),false,true,false +todoist-delete-comment,Delete Comment,Deletes a comment. [See the docs here](https://developer.todoist.com/rest/v2/#delete-a-comment),true,true,false +todoist-create-label,Create Label,Creates a label. [See the docs here](https://developer.todoist.com/rest/v2/#create-a-new-personal-label),false,true,false +todoist-get-section,Get Section,Returns info about a section. [See the docs here](https://developer.todoist.com/rest/v2/#get-a-single-section),false,true,true +todoist-create-filter,Create Filter,Creates a filter. [See the docs here](https://developer.todoist.com/sync/v9/#add-a-filter),true,true,false +todoist-get-task-comment,Get Task Comment,Returns info about a task comment. [See the docs here](https://developer.todoist.com/rest/v2/#get-a-comment),false,true,false +todoist-delete-filter,Delete Filter,Deletes a filter. [See the docs here](https://developer.todoist.com/sync/v9/#delete-a-filter),true,true,false +todoist-list-filters,List Filters,Returns a list of all filters. [See the docs here](https://developer.todoist.com/sync/v9/#read-resources),true,true,false +todoist-update-filter,Update Filter,Updates a filter. [See the docs here](https://developer.todoist.com/sync/v9/#update-a-filter),true,true,false +todoist-delete-section,Delete Section,Deletes a section. [See the docs here](https://developer.todoist.com/rest/v2/#delete-a-section),true,true,false +todoist-get-label,Get Label,Returns info about a label. [See the docs here](https://developer.todoist.com/rest/v2/#get-a-personal-label),false,true,true +todoist-update-task,Update Task,Updates a task. [See the docs here](https://developer.todoist.com/rest/v2/#update-a-task),true,true,false +todoist-list-labels,List Labels,Returns a list of all labels. [See the docs here](https://developer.todoist.com/rest/v2/#get-all-personal-labels),false,true,true +todoist-update-comment,Update Comment,Updates a comment. [See the docs here](https://developer.todoist.com/rest/v2/#update-a-comment),true,true,false +todoist-create-project,Create Project,Creates a project. [See the docs here](https://developer.todoist.com/rest/v2/#create-a-new-project),false,true,false +mailcheck-create-batch-operation,Create Batch Operation,Create a batch check operation. [See the documentation](https://app.mailcheck.co/docs?from=docs#post-/v1/emails-check),false,true,false +mailcheck-validate-single-email,Process Single Email,Process a single email synchronously. [See the documentation](https://app.mailcheck.co/docs?from=docs#post-/v1/singleEmail-check),true,true,false +mailcheck-get-batch-operation-status,Get Batch Operation Status,Get batch check operation status. [See the documentation](https://app.mailcheck.co/docs?from=docs#get-/v1/emails/-operation_name-),false,true,true +survey_monkey-list-collectors,List Survey Collectors,Retrieve a survey,false,true,true +survey_monkey-list-surveys,List Surveys,List all your Surveys. [See the docs here](https://developer.surveymonkey.com/api/v3/#api-endpoints-get-surveys),false,true,true +survey_monkey-find-survey,Get Survey Details,Get details for a Survey. [See the docs here](https://developer.surveymonkey.com/api/v3/#api-endpoints-get-surveys-id-details),false,true,true +survey_monkey-get-my-info,Get My Info,Retrieve your account details. [See the docs here](https://api.surveymonkey.net/v3/docs?javascript#api-endpoints-get-users-me),false,true,true +survey_monkey-get-response,Get Response Details,Get details for a Response. [See the docs here](https://api.surveymonkey.net/v3/docs?javascript#api-endpoints-get-collectors-collector_id-responses-response_id-),false,true,true +survey_monkey-get-collector,Get Collector Details,Get details for a Collector. [See the docs here](https://api.surveymonkey.net/v3/docs?javascript#api-endpoints-get-collectors-id-),false,true,true +survey_monkey-list-responses,List Survey Responses,Retrieve a survey,false,true,true +leap-create-model,Create Model,"Creates a new custom model entity, which serves as a container that can be trained on custom images. [See the documentation](https://docs.tryleap.ai/reference/createmodel)",false,true,false +leap-create-image-generation-job,Create Image Generation Job,Queues an image generation job and returns the job details. [See the documentation](https://docs.tryleap.ai/reference/inferencescontroller_create-1),false,true,false +leap-upload-image-samples,Upload Image Samples,Uploads image samples to a custom model. [See the documentation](https://docs.tryleap.ai/reference/samplescontroller_createurl),false,true,false +h_supertools_analytics_tool-retrieve-report-data,Retrieve Report Data,Fetch the analytics report data for a specified website. [See the documentation](https://analytics.h-supertools.com/developers/stats),false,true,true +h_supertools_analytics_tool-create-report,Create Report,Create a new analytics report for a specified website. [See the documentation](https://analytics.h-supertools.com/developers/websites),false,true,false +all_images_ai-generate-images-advanced,Generate Advanced Customized Images,Generates advanced customized images using a prompt from the user. [See the documentation](https://developer.all-images.ai/all-images.ai-api/api-reference/images-generation#create-image-generation),false,true,false +all_images_ai-buy-image,Buy Image,Allows user to purchase an image and receive a direct public link. User must have sufficient credit balance. [See the documentation](https://developer.all-images.ai/all-images.ai-api/api-reference/images#buy-image-return-direct-url),false,true,false +all_images_ai-get-image-generation,Get Image Generation,Retrieves a previously generated image using its unique ID. [See the documentation](https://developer.all-images.ai/all-images.ai-api/api-reference/images-generation#get-image-generation),false,true,true +temi-submit-transcription-job,Submit Transcription Job,Submits a job passing a media URL. [See the docs](https://www.temi.com/api/reference/v1#submit-job).,false,true,false +plivo-make-call,Make A Call,Makes a call. [See the docs](https://www.plivo.com/docs/voice/api/call#make-a-call).,false,true,false +plivo-send-sms,Send SMS,Sends an SMS message to a phone number. [See the docs](https://www.plivo.com/docs/sms/api/message#send-a-message).,false,true,false +plivo-play-audio,Plays An Audio,Plays audio on a call. [See the docs](https://www.plivo.com/docs/voice/api/call/play-audio-on-calls#play-audio-on-a-call).,false,true,false +plivo-speak-text,Speak Text,Speaks a text to the caller. [See the docs](https://www.plivo.com/docs/voice/api/call/speak-text-on-calls#speak-text-on-a-call).,false,true,false +plivo-send-mms,Send MMS,Sends an MMS message to a phone number. [See the docs](https://www.plivo.com/docs/sms/api/message#send-a-message).,false,true,false +meistertask-add-label-to-task,Add Label To Task,Adds a project label to a task. [See the docs](https://developers.meistertask.com/reference/post-task-label),false,true,false +meistertask-get-task,Get Task,Retrieves information about a task. [See the docs](https://developers.meistertask.com/reference/get-task),false,true,true +meistertask-create-attachment,Create Attachment,Create a new attachment. [See the docs](https://developers.meistertask.com/reference/post-attachment),false,true,false +meistertask-get-person,Get Person,Retrieves information about a person. [See the docs](https://developers.meistertask.com/reference/get-person),false,true,true +meistertask-create-task,Create Task,Create a new task in a project section. [See the docs](https://developers.meistertask.com/reference/post-task),false,true,false +meistertask-create-label,Create Label,Create a new label in a project. [See the docs](https://developers.meistertask.com/reference/post-label),false,true,false +meistertask-get-attachment,Get Attachment,Retrieves information about an attachment. [See the docs](https://developers.meistertask.com/reference/get-attachment),false,true,true +meistertask-get-label,Get Label,Retrieves information about a label. [See the docs](https://developers.meistertask.com/reference/get-label),false,true,true +meistertask-update-task,Update Task,Updaets an existing task in a project section. [See the docs](https://developers.meistertask.com/reference/put-task),true,true,false +algolia-browse-records,Browse Records,Browse for records in the given index. [See the documentation](https://www.algolia.com/doc/libraries/javascript/v5/methods/search/browse/?client=javascript).,false,true,false +algolia-save-records,Save Records,Adds records to an index. [See the documentation](https://www.algolia.com/doc/libraries/javascript/v5/helpers/#save-records).,false,true,false +algolia-delete-records,Delete Records,Delete records from the given index. [See the documentation](https://www.algolia.com/doc/libraries/javascript/v5/helpers/#delete-records),true,true,false +kiwihr-create-employee,Create Employee,Add a new employee to kiwiHR. [See the documentation](https://api.kiwihr.com/api/docs/mutation.doc.html),false,true,false +kiwihr-update-employee-record,Update Employee Record,Update an existing employee,true,true,false +geodb_cities-find-cities,Find Cities,"Find cities, filtering by optional criteria. If no criteria are set, you will get back all known cities with a population of at least 1000. [See the docs](https://rapidapi.com/wirefreethought/api/geodb-cities).",false,true,true +geodb_cities-get-region-details,Get Region Details,"Get the details of a specific country region, including number of cities. [See the docs](https://rapidapi.com/wirefreethought/api/geodb-cities).",false,true,true +geodb_cities-get-country-details,Get Country Details,"Get the details for a specific country, including number of regions. [See the docs](https://rapidapi.com/wirefreethought/api/geodb-cities).",false,true,true +griptape-delete-assistant,Delete Assistant,Deletes an existing assistant. [See the documentation](https://docs.griptape.ai/stable/griptape-cloud/api/api-reference/#/Assistants/DeleteAssistant).,true,true,false +griptape-update-assistant,Update Assistant,Updates an existing assistant. [See the documentation](https://docs.griptape.ai/stable/griptape-cloud/api/api-reference/#/Assistants/UpdateAssistant).,true,true,false +griptape-create-assistant,Create Assistant,Creates a new assistant in Griptape. [See the documentation](https://docs.griptape.ai/stable/griptape-cloud/api/api-reference/#/Assistants/CreateAssistant),false,true,false +vybit-send-vybit,Send Vybit,"Triggers a vybit, with optional customizations available. [See the documentation](https://www.vybit.net/#trigger)",false,true,false +bunnydoc-send-signature-request-from-template,Send Signature Request from Template,Sends a signature request using a pre-designed bunnydoc template. [See the documentation](https://support.bunnydoc.com/doc/api/#create-signature-request),false,true,false +google_cloud-upload-object,Upload An Object,"Upload an object to a Google Cloud Storage bucket, [See the docs](https://googleapis.dev/nodejs/storage/latest/Bucket.html#upload)",false,true,false +google_cloud-switch-instance-boot-status,Switch Instance Boot Status,Switch a virtual machine instance boot status to start or stop it. [See the documentation](https://cloud.google.com/compute/docs/instances/stop-start-instance),true,true,false +google_cloud-bigquery-insert-rows,Bigquery Insert Rows,Inserts rows into a BigQuery table. [See the docs](https://github.com/googleapis/nodejs-bigquery) and for an example [here](https://github.com/googleapis/nodejs-bigquery/blob/main/samples/insertRowsAsStream.js).,false,true,false +google_cloud-run-query,Run Query,Runs a query in BigQuery. [See the documentation](https://cloud.google.com/bigquery/docs/running-queries#node.js) for more information.,false,true,false +google_cloud-get-object,Get Object,"Downloads an object from a Google Cloud Storage bucket, [See the docs](https://googleapis.dev/nodejs/storage/latest/File.html#get)",false,true,true +google_cloud-get-bucket,Get Bucket Metadata,Gets Google Cloud Storage bucket metadata. [See the docs](https://googleapis.dev/nodejs/storage/latest/Bucket.html#getMetadata).,false,true,true +google_cloud-create-bucket,Create Bucket,Creates a bucket on Google Cloud Storage [See the docs](https://googleapis.dev/nodejs/storage/latest/Bucket.html#create),false,true,false +google_cloud-search-objects,Search Objects,"Search objects by a prefix, [See the docs](https://googleapis.dev/nodejs/storage/latest/Bucket.html#getFiles)",false,true,true +google_cloud-logging-write-log,Logging - Write Log,"Writes log data to the Logging service, [See the docs](https://cloud.google.com/nodejs/docs/reference/logging/latest/logging/log#_google_cloud_logging_Log_write_member_1_)",false,true,false +google_cloud-list-buckets,List Buckets,"List Google Cloud Storage buckets, [See the docs](https://googleapis.dev/nodejs/storage/latest/Storage.html#getBuckets)",false,true,true +google_cloud-create-scheduled-query,Create Scheduled Query,Creates a scheduled query in Google Cloud. [See the documentation](https://cloud.google.com/bigquery/docs/scheduling-queries),false,true,false +campaign_cleaner-send-campaign,Send Campaign,Send in a campaign to be processed and analyzed. [See the documentation](https://api-docs.campaigncleaner.com/#540a9e44-bd17-4bb4-ac8f-150ecbc8066a),false,true,false +campaign_cleaner-get-campaign-status,Get Campaign Status,Check the status of your campaign. [See the documentation](https://api-docs.campaigncleaner.com/#6f4578f7-60f9-4fb6-9b61-08b176f66d82),false,true,true +detrack-create-job,Create Job,Create a job [See docs here](https://detrackapiv2.docs.apiary.io/#reference/jobs/list-create/create),false,true,false +api4ai-alcohol-label-recognition,Alcohol Label Recognition,Accurately identifies alcohol labels using advanced intelligent technologies. Powered by API4AI.,false,true,false +api4ai-car-image-background-removal,Car Image Background Removal,Remove Background for car images. Powered by API4AI.,true,true,false +api4ai-brand-recognition,Brand Recognition,The service processes input image and responds with a list of found brand logos. Powered by API4AI.,false,true,true +api4ai-furniture-and-household-item-recognition,Furniture & Household Item Recognition,"This API provides identification of furniture & household items with advanced intelligent detection, categorization, and counting technologies. Powered by API4AI.",false,true,false +api4ai-nsfw-image-recognition,NSFW Image Recognition,Content moderation solution for NSFW (Not Safe For Work) sexual images identification. Powered by API4AI.,false,true,false +api4ai-image-anonymization,Image Anonymization,Performs actual image anonymization. Powered by API4AI.,false,true,false +api4ai-background-removal,Background Removal,Automatically and quickly remove image background with high accuracy. Powered by API4AI.,true,true,false +discord_bot-list-guild-members,List Guild Members,Return a list of guild members. [See the docs here](https://discord.com/developers/docs/resources/guild#list-guild-members),false,true,true +discord_bot-add-role,Add Role,Assign a role to a user. Remember that your bot requires the `MANAGE_ROLES` permission. [See the docs here](https://discord.com/developers/docs/resources/guild#add-guild-member-role),true,true,false +discord_bot-send-message,Send message,Send message to a user or a channel. [See the docs here](https://discord.com/developers/docs/resources/user#create-dm) and [here](https://discord.com/developers/docs/resources/channel#create-message),false,true,false +discord_bot-find-channel,Find Channel,Find an existing channel by name. [See the docs here](https://discord.com/developers/docs/resources/guild#get-guild-channels),false,true,true +discord_bot-change-nickname,Change Nickname,Modifies the nickname of the current user in a guild.,false,true,false +discord_bot-list-channel-messages,List Channel Messages,Return the messages for a channel. [See the docs here](https://discord.com/developers/docs/resources/channel#get-channel-messages),false,true,true +discord_bot-create-channel-invite,Create Channel Invite,Create a new invite for the channel. [See the docs here](https://discord.com/developers/docs/resources/channel#create-channel-invite),false,true,false +discord_bot-rename-channel,Rename Channel,Rename a channel to a specified name you choose,true,true,false +discord_bot-create-guild-channel,Create Guild Channel,Create a new channel for the guild. [See the docs here](https://discord.com/developers/docs/resources/guild#create-guild-channel),false,true,false +discord_bot-delete-channel,Delete Channel,Delete a Channel.,true,true,false +discord_bot-modify-guild-member,Modify Guild Member,Update attributes of a guild member. [See the docs here](https://discord.com/developers/docs/resources/guild#modify-guild-member),true,true,false +discord_bot-get-message,Get message,Return a specific message in a channel. [See the docs here](https://discord.com/developers/docs/resources/channel#get-channel-message),true,true,false +discord_bot-modify-channel,Modify Channel,Update a channel,true,true,false +discord_bot-delete-message,Delete message,Delete a message. [See the docs here](https://discord.com/developers/docs/resources/channel#delete-message),true,true,false +discord_bot-list-users-with-emoji-reactions,List Users that Reacted with Emoji,Return a list of users that reacted with a specified emoji.,false,true,true +discord_bot-find-user,Find User,Find an existing user by name. [See the docs here](https://discord.com/developers/docs/resources/guild#search-guild-members),false,true,true +discord_bot-send-message-to-forum-post,Send Message to Forum Post,Send a message to a Discord forum. [See the documentation](https://discord.com/developers/docs/resources/channel#create-message),false,true,false +discord_bot-list-channels,List Channels,Return a list of channels. [See the docs here](https://discord.com/developers/docs/resources/guild#get-guild-channels),false,true,true +discord_bot-remove-user-role,Remove User Role,Remove a selected role from the specified user. [See the docs here](https://discord.com/developers/docs/resources/guild#remove-guild-member-role),true,true,false +discord_bot-list-channel-invites,List Channel Invites,Return a list of invitees for the channel. Only usable for guild channels.,false,true,true +discord_bot-post-reaction-with-emoji,Post Reaction with Emoji,Post a reaction for a message with an emoji. [See the docs here](https://discord.com/developers/docs/resources/channel#create-reaction),false,true,false +discord_bot-send-message-with-file,Send Message With File,Post a message with an attached file. [See the docs here](https://discord.com/developers/docs/reference#uploading-files),false,true,false +picqer-update-order,Update Picqer Order,Update an order in Picqer. [See the documentation](https://picqer.com/en/api/orders#update),true,true,false +picqer-search-orders,Search Picqer Orders,Search for orders in Picqer. [See the documentation](https://picqer.com/en/api/orders#get-all-orders),false,true,true +picqer-get-picklist,Get Picklist,Get a picklist in Picqer. [See the documentation](https://picqer.com/en/api/picklists#h-get-single-picklist),false,true,true +picqer-get-customer,Get Customer,Get a customer in Picqer. [See the documentation](https://picqer.com/en/api/customers#get-single-customer),false,true,true +picqer-get-status-per-order-line,Get Status Per Order Line,Get the status per order line in Picqer. [See the documentation](https://picqer.com/en/api/orders#get-status-per-order-line),false,true,true +picqer-get-order,Get Picqer Order,Get an order in Picqer. [See the documentation](https://picqer.com/en/api/orders#get-single-order),false,true,true +picqer-create-order,Create Picqer Order,Create a new order in Picqer. [See the documentation](https://picqer.com/en/api/orders),false,true,false +picqer-add-order-comment,Add Comment To Order,Add a comment to an order in Picqer. [See the documentation](https://picqer.com/en/api/comments#adding-comments-to-an-order),false,true,false +picqer-add-return-comment,Add Comment To Return,Add a comment to a return in Picqer. [See the documentation](https://picqer.com/en/api/comments#add-a-comment-to-an-return),false,true,false +writer-send-prompt,Send Prompt,Generate a chat completion based on the provided messages. [See the documentation](https://dev.writer.com/api-guides/api-reference/completion-api/chat-completion),false,true,false +google_workspace-list-activities-by-admin,List Activities By Admin,Retrieves a report of all Admin console activities done by a specific administrator. [See the docs](https://developers.google.com/admin-sdk/reports/v1/guides/manage-audit-admin#get_admin_events) for more information,false,true,true +google_workspace-list-activities-by-event-name,List Activities By Event Name,Retrieves a report of all activities for a specific event name. [See the docs](https://developers.google.com/admin-sdk/reports/v1/guides/manage-audit-admin#get_all_events) for more information,false,true,true +google_workspace-list-all-activities,List All Activities,Retrieves a report of all administrative activities done for an account. [See the docs](https://developers.google.com/admin-sdk/reports/v1/guides/manage-audit-admin#get_account_events) for more information,false,true,true +google_workspace-list-activities-by-event-and-admin,List Activities By Event Name and Admin,Retrieves a report of all activities for a specific event name and admin. [See the docs](https://developers.google.com/admin-sdk/reports/v1/guides/manage-audit-admin#get_admin_event) for more information,false,true,true +textlocal-send-sms,Send SMS,"Note: While both numbers and group_id are optional parameters, one or the other must be included in the request for the message to be sent.",false,true,false +textlocal-create-contact,Create Contact,Create a new contact. [See the docs here](https://api.txtlocal.com/docs/contactmanagement/createcontacts),false,true,false +_1crm-create-contact,Create Contact,Creates a new contact in the 1CRM system. [See the documentation](https://demo.1crmcloud.com/api.php#endpoint_dataList_post),false,true,false +_1crm-create-lead,Create Lead,Crafts a new lead in 1CRM. [See the documentation](https://demo.1crmcloud.com/api.php#endpoint_dataList_post),false,true,false +_1crm-update-contact,Update Contact,Modifies an existing contact within the 1CRM system. [See the documentation](https://demo.1crmcloud.com/api.php#endpoint_dataRecord_patch),true,true,false +_1crm-update-lead,Update Lead,Updates an existing lead in 1CRM. [See the documentation](https://demo.1crmcloud.com/api.php#endpoint_dataRecord_patch),true,true,false +pdf_co-pdf-to-anything-converter,PDF to Anything Converter,"Convert PDF to CSV, JSON, Text, XLS, XLSX [See docs here](https://apidocs.pdf.co/12-pdf-to-csv)",false,true,true +pdf_co-pdf-find-table,PDF Find Table,AI powered document analysis can scan your document for tables and return the array of tables on pages with coordinates and information about columns detected in these tables. [See docs here](https://apidocs.pdf.co/07-1-pdf-find-table),false,true,true +pdf_co-pdf-remove-security,Remove PDF security,Remove PDF security. [See docs here](https://apidocs.pdf.co/32-pdf-password-and-security),true,true,false +pdf_co-custom-api-call,Custom API Call,Custom API Call. [See docs here](https://apidocs.pdf.co/),false,true,false +pdf_co-pdf-search-text,Search Text in PDF,Search text in PDF and get coordinates. Supports regular expressions. [See docs here](https://apidocs.pdf.co/07-pdf-search-text),false,true,true +pdf_co-pdf-split-by-pages,PDF Split by Page Index,Split PDF by page index. [See docs here](https://apidocs.pdf.co/30-pdf-split),false,true,false +pdf_co-barcode-generator,Barcode Generator,"Generate high quality barcode images. Supports QR Code, DataMatrix, Code 39, Code 128, PDF417 and many other barcode types. [See docs here](https://apidocs.pdf.co/40-barcode-generator)",false,true,false +pdf_co-document-toggle-searchable,Document Toggle Searchable,"Turn PDF and scanned JPG, PNG images into text-searchable PDF or text-unsearchable. [See docs here](https://apidocs.pdf.co/11-pdf-make-text-searchable-or-unsearchable)",false,true,false +pdf_co-pdf-info-reader,PDF Info Reader,"Get detailed information about the PDF document, properties and security permissions. [See docs here](https://apidocs.pdf.co/02-pdf-info-reader)",false,true,true +pdf_co-document-parser,Document Parser,"Document Parser can automatically parse PDF, JPG, PNG document to extract fields, tables, values, barcodes from invoices, statements, orders and other PDF and scanned documents. [See docs here](https://apidocs.pdf.co/01-document-parser)",false,true,true +pdf_co-document-classifier,Document Classifier,Auto classification of incoming documents. [See docs here](https://apidocs.pdf.co/01-1-document-classifier),false,true,false +pdf_co-pdf-merge,PDF Merge,Merge PDF from two or more PDF files into a new one. [See docs here](https://apidocs.pdf.co/31-pdf-merge),false,true,false +pdf_co-anything-to-pdf-converter,Anything to PDF Converter,"Convert CSV, XLS, XLSX, DOC, DOCX, RTF, TXT, XPS, JPG, PNG, TIFF, URL, EMAIL to PDF. [See docs here](https://apidocs.pdf.co/22-pdf-from-csv-csv-to-pdf)",false,true,true +pdf_co-pdf-split-by-text-search,PDF Split Text Search,Split PDF by text search. [See docs here](https://apidocs.pdf.co/30-pdf-split),false,true,true +pdf_co-html-to-pdf-converter,HTML to PDF Converter,Convert HTML code snippet into full featured PDF. [See docs here](https://apidocs.pdf.co/25-pdf-from-html-html-to-pdf),false,true,true +pdf_co-pdf-add-security,Add PDF security,Add PDF security. [See docs here](https://apidocs.pdf.co/32-pdf-password-and-security),false,true,false +pdf_co-barcode-reader,Barcode Reader,"Read barcodes from images and PDF. Can read all popular barcode types from QR Code and Code 128, EAN to DataMatrix, PDF417, GS1 and many other barcodes. [See docs here](https://apidocs.pdf.co/41-barcode-reader)",false,true,true +renderform-list-templates,List Templates,"Retrieve a list of your personal templates, optionally filtered by name. [See the documentation](https://renderform.io/docs/api/get-started/)",false,true,true +renderform-take-screenshot,Take Screenshot,Capture an image of the current screen. [See the documentation](https://renderform.io/docs/api/take-screenshots),false,true,false +renderform-create-image,Create Image with Template,Generates an image using a supplied template. [See the documentation](https://renderform.io/docs/api/render-image-v1/),false,true,false +neverbounce-verify-email-address,Verify Email Address,Verify an email address [See docs here](https://developers.neverbounce.com/docs/verifying-an-email),false,true,true +chargify-create-customer,Create Customer,Creates a new customer in Chargify. [See the documentation](https://developers.maxio.com/http/advanced-billing-api/api-endpoints/customers/create-customer),false,true,false +chargify-create-subscription,Create Subscription,Establishes a new subscription for a given customer in Chargify. [See the documentation](https://developers.maxio.com/http/advanced-billing-api/api-endpoints/subscriptions/create-subscription),false,true,false +chargify-update-subscription,Update Subscription,Modifies an existing subscription in Chargify. [See the documentation](https://developers.maxio.com/http/advanced-billing-api/api-endpoints/subscriptions/update-subscription),true,true,false +kingsumo-list-contestants,List Contestants,List contestants for specified giveaway. [See the documentation](https://kingsumo.com/account/oauth),false,true,true +kingsumo-get-giveaway,Get Giveaway,Gets specified giveaway. [See the documentation](https://kingsumo.com/account/oauth),false,true,true +onfleet-create-task-template,Create Task (Template Use),Creates a single task. Used for simple templates only. [See the docs here](https://docs.onfleet.com/reference/create-task),false,true,false +onfleet-create-task,Create New Task,Create a new task. [See the docs here](https://docs.onfleet.com/reference/create-task),false,true,false +onfleet-create-pickup-dropoff-task,Create Linked Pickup & Dropoff Tasks,Create a pickup task and dropoff task linked with each other. [See the docs here](https://docs.onfleet.com/reference/create-task),false,true,false +oracle_cloud_infrastructure-create-update-object,Create Or Update Object,Create or update an object in a specified Oracle Cloud Infrastructure Object Storage bucket. [See the documentation](https://docs.oracle.com/en-us/iaas/api/#/en/objectstorage/20160918/Object/PutObject).,true,true,false +oracle_cloud_infrastructure-delete-object,Delete Object,Delete an object from a specified Oracle Cloud Infrastructure Object Storage bucket. [See the documentation](https://docs.oracle.com/en-us/iaas/api/#/en/objectstorage/20160918/Object/DeleteObject).,true,true,false +perplexity-chat-completions,Chat Completions,Generates a model,false,true,false +homerun-add-candidate-note,Add Candidate Note,Adds a note to a candidate,false,true,false +homerun-create-job-application,Create Job Application,Creates a new job application. [See the documentation](https://developers.homerun.co/#tag/Job-Applications/operation/job-applications.post).,false,true,false +teamgantt-create-task,Create Task,Creates a new task within a specific project. [See the documentation](https://api.teamgantt.com),false,true,false +teamgantt-update-task,Update Task,Updates a specific task. [See the documentation](https://api.teamgantt.com),true,true,false +zoho_salesiq-get-visitor-feedback,Get Visitor Feedback,Retrieve visitor feedback by conversation ID. [See the documentation](https://www.zoho.com/salesiq/help/developer-section/get-a-visitor-feedback-v2.html),false,true,true +zoho_salesiq-list-feedback,List Feedback,Retrieve a list of feedback from website visitors. [See the documentation](https://www.zoho.com/salesiq/help/developer-section/visitor-feedback-v2.html),false,true,true +zoho_salesiq-create-article,Create Article,Create a new article. [See the documentation](https://www.zoho.com/salesiq/help/developer-section/create-articles-v2.html),false,true,false +local_reviews-send-review-request-via-email,Send Review Request Via Email,Send a review invitation to a customer via email. [See the documentation](https://app.localreviews.com/review-tools/api-documentation).,false,true,false +local_reviews-get-survey-url,Get Survey URL,Retrieve the survey link associated with the connected license. [See the documentation](https://app.localreviews.com/review-tools/api-documentation).,false,true,true +local_reviews-send-review-request-via-sms,Send Review Request Via SMS,Send a review invitation to a customer via SMS. [See the documentation](https://app.localreviews.com/review-tools/api-documentation).,false,true,false +verifalia-get-balance,Get Credits Balance,Get the number of credit packs and free daily credits available to the account. [See the docs](https://verifalia.com/developers#credits-get-balance) for more information,false,true,true +verifalia-verify-email,Verify Email Address,"Verify an email address and check if it is properly formatted, really exists and can accept mails, ",true,true,false +verifalia-delete-job,Delete Email Verification Job,Delete a previously submitted email verification job. [See the docs](https://verifalia.com/developers#email-validations-deleting) for more information,true,true,false +verifalia-verify-list-emails,Verify List of Email Address,"Verify a list of email address and check if it is properly formatted, really exists and can accept mails, ",true,true,false +rkvst-create-event,Create Event,Create a new event based on an asset. [See the documentation](https://docs.datatrails.ai/developers/api-reference/events-api/),false,true,false +rkvst-create-asset,Create Asset,Allows for the addition of a new asset into the RKVST system. [See the documentation](https://docs.datatrails.ai/developers/api-reference/assets-api/),false,true,false +ssh-execute-command,Execute a Command,Executes a command on a remote device. [See SSH lib docs here](https://www.npmjs.com/package/node-ssh),false,true,false +pushshift_reddit_search-search-reddit-posts,Search Reddit Posts,Search Reddit posts using the Pushshift.io API. [See the docs here](https://github.com/pushshift/api),false,true,true +shopify_developer_app-create-customer,Create Customer,Create a new customer. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/customercreate),false,true,false +shopify_developer_app-search-fulfillment-orders,Search for Fulfillment Orders,Search for a fulfillment order or a list of fulfillment orders. [See the documentation](https://shopify.dev/docs/api/admin-graphql/unstable/queries/fulfillmentorders),false,true,true +shopify_developer_app-search-orders,Search for Orders,Search for an order or a list of orders. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/queries/orders),false,true,true +shopify_developer_app-update-customer,Update Customer,Update a existing customer. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/customerupdate),true,true,false +shopify_developer_app-get-order,Get Order,Retrieve an order by specifying the order ID. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/queries/order),false,true,true +shopify_developer_app-update-fulfillment-tracking-info,Update Fulfillment Tracking Info,Update the tracking info for a fulfillment. [See the documentation](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/fulfillmenttrackinginfoupdate),true,true,false +shopify_developer_app-refund-order,Refund Order,Refund an order. [See the documentation](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/refundcreate),false,true,false +shopify_developer_app-create-order,Create Order,Creates a new order. For full order object details [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/ordercreate),false,true,false +shopify_developer_app-update-product,Update Product,Update an existing product. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/productupdate),true,true,false +shopify_developer_app-create-fulfillment,Create Fulfillment,Create a fulfillment. [See the documentation](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/fulfillmentcreate),false,true,false +shopify_developer_app-search-customers,Search for Customers,Search for a customer or a list of customers. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/queries/customers),false,true,true +unisender-subscribe-contact,Subscribe Contact,"This method adds contacts (email address and/or mobile phone numbers) of the contact to one or several lists, and also allows you to add/change values of additional fields and tags. [See the docs here](https://www.unisender.com/ru/support/api/contacts/subscribe/)",false,true,false +unisender-unsubscribe-contact,Unsubscribe Contact,This method unsubscribes the contact email or phone number from one or several lists. [See the docs here](https://www.unisender.com/ru/support/api/contacts/unsubscribe/),true,true,false +botpress-list-conversations,List Conversations,List conversations. [See the documentation](https://botpress.com/docs/api-documentation/#list-conversations),false,true,true +botpress-add-participant,Add Participant To Conversation,Adds a participant to a conversation. [See the documentation](https://botpress.com/docs/api-documentation/#add-participant),false,true,false +imagior-generate-image,Generate Image,Generates a unique and robust image using a provided template. [See the documentation](https://docs.imagior.com/api-reference/image-generate),false,true,false +retently-create-customer,Create Customer,Creates a new customer. [See the documentation](https://www.retently.com/api/#api-create-or-update-customers-post),true,true,false +retently-add-tags-to-response,Add Tags to Response,Adds tags to a response. [See the documentation](https://www.retently.com/api/#api-add-response-tags-post),false,true,false +inksprout-list-summaries,List Summaries,List all summaries created. [See the docs](https://inksprout.co/docs/index.html#item-2-2).,false,true,true +inksprout-create-summary,Create Summary,Create summary by either url or raw text. [See the docs](https://inksprout.co/docs/index.html#item-2-2).,false,true,false +upstash_redis-post-command,Post Command,Post a command to a Redis database. [See the documentation](https://upstash.com/docs/redis/features/restapi#post-command-in-body),false,true,false +upstash_redis-list-databases,List Redis Databases,Lists all Redis databases. [See the documentation](https://upstash.com/docs/devops/developer-api/redis/list_databases),false,true,true +booking_experts-list-bookings,List Bookings,Returns a list of bookings for an administration. [See the documentation](https://developers.bookingexperts.com/reference/administration-bookings-index),false,true,false +booking_experts-get-complex-prices,Get Complex Prices,Returns all complex prices of a master price list. [See the documentation](https://developers.bookingexperts.com/reference/administration-masterpricelist-complexprices-index),false,true,false +booking_experts-search-contacts,Search Contacts,Search for contacts by email or phone. [See the documentation](https://developers.bookingexperts.com/reference/contact-search-first),false,true,true +booking_experts-create-agenda-period,Create Agenda Period,Creates a new agenda period. [See the documentation](https://developers.bookingexperts.com/reference/administration-maintenance-agenda-periods-create),false,true,false +booking_experts-list-inventory-objects,List Inventory Objects,Returns inventory objects of the administration. [See the documentation](https://developers.bookingexperts.com/reference/administration-inventoryobjects-index),false,true,false +booking_experts-add-guest-to-reservation,Add Guest to Reservation,Add a guest to a reservation.. [See the documentation](https://developers.bookingexperts.com/reference/administration-reservation-guests-create),false,true,false +tuya-list-devices,List Devices,Get a list of devices associated with a home. [See the documentation](https://developer.tuya.com/en/docs/cloud/d7ee73aadb?id=Kawfjer0wkt2a),false,true,true +tuya-send-instructions-to-device,Send Instructions to Device,Send an instruction to the specified device. [See the documentation](https://developer.tuya.com/en/docs/cloud/device-control?id=K95zu01ksols7#title-35-Send%20instructions%20to%20the%20device),false,true,false +tuya-list-homes,List Homes,"Based on the user ID, query the list of homes where the specified user belongs. [See the documentation](https://developer.tuya.com/en/docs/cloud/f5dd40ed14?id=Kawfjh9hpov1n)",false,true,true +getaccept-create-contact,Create Contact,Create a new contact in the database for the current entity [See the documentation](https://app.getaccept.com/api/#createcontact),false,true,false +getaccept-create-document,Create Document,Create a document to be able to send it to a recipient. [See the documentation](https://app.getaccept.com/api/#createdocument),false,true,false +getaccept-send-reminder,Send Reminder,Send a manual reminder for a document. [See the documentation](https://app.getaccept.com/api/#sendreminder).,false,true,false +topmessage-send-message,Send Message,Send messages via Whatsapp or SMS. [See the documentation](https://topmessage.com/documentation-api/send-message),false,true,false +gistly-get-transcript,Get Transcript,Fetches transcript/subtitles from a YouTube video using Gistly API.,false,true,true +jira-create-issue,Create Issue,"Creates an issue or, where the option to create subtasks is enabled in Jira, a subtask, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-rest-api-3-issue-post)",false,true,false +jira-add-attachment-to-issue,Add Attachment To Issue,"Adds an attachment to an issue, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments/#api-rest-api-3-issue-issueidorkey-attachments-post)",false,true,false +jira-create-custom-field-options-context,Create Custom Field Options (Context),Create a context for custom field options. [See the documentation here](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options/#api-rest-api-3-field-fieldid-context-contextid-option-post).,false,true,false +jira-get-users,Get Users,Gets details of a list of users. [See docs here](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-search/#api-rest-api-3-user-search-get),false,true,true +jira-list-issue-comments,List Issue Comments,"Lists all comments for an issue, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comments/#api-rest-api-3-issue-issueidorkey-comment-get)",false,true,true +jira-get-issue,Get Issue,Gets the details for an issue. [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-get),false,true,true +jira-search-issues-with-jql,Search Issues with JQL,Search for issues using JQL (Jira Query Language). [See the documentation](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api-rest-api-3-search-jql-get),false,true,true +jira-transition-issue,Transition Issue,"Performs an issue transition and, if the transition has a screen, updates the fields from the transition screen, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-transitions-post)",true,true,false +jira-get-task,Get Task,"Gets the status of a long-running asynchronous task, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-tasks/#api-rest-api-3-task-taskid-get)",false,true,true +jira-add-watcher-to-issue,Add Watcher To Issue,"Adds a user as a watcher of an issue by passing the account ID of the user, For example, `5b10ac8d82e05b22cc7d4ef5`, If no user is specified the calling user is added. [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-watchers/#api-rest-api-3-issue-issueidorkey-watchers-post)",false,true,false +jira-add-comment-to-issue,Add Comment To Issue,"Adds a new comment to an issue, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comments/#api-rest-api-3-issue-issueidorkey-comment-post)",false,true,false +jira-delete-project,Delete Project,"Deletes a project, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects/#api-rest-api-3-project-projectidorkey-delete)",true,true,false +jira-update-issue,Update Issue,"Updates an issue. A transition may be applied and issue properties updated as part of the edit, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-put)",true,true,false +jira-get-transitions,Get Transitions,"Gets either all transitions or a transition that can be performed by the user on an issue, based on the issue",false,true,true +jira-add-multiple-attachments-to-issue,Add Multiple Attachments To Issue,"Adds multiple attachments to an issue, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments/#api-rest-api-3-issue-issueidorkey-attachments-post)",false,true,false +jira-create-version,Create Jira Version in project,"Creates a project version., [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-versions/#api-rest-api-3-version-post)",false,true,false +jira-get-all-projects,Get All Projects,"Gets metadata on all projects, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-rest-api-3-project-get)",false,true,true +jira-assign-issue,Assign Issue,Assigns an issue to a user. [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-assignee-put),true,true,false +jira-get-user,Get User,"Gets details of user, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users/#api-rest-api-3-user-get)",false,true,true +jira-update-comment,Update Comment,"Updates a comment, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comments/#api-rest-api-3-issue-issueidorkey-comment-id-put)",true,true,false +loopmessage-send-text-message,Send Text Message,Action to send a text in iMessage to an individual recipient. [See the documentation](https://docs.loopmessage.com/imessage-conversation-api/messaging/send-message#send-single-message),false,true,false +loopmessage-send-reaction,Send Reaction,"Action to submit your request to the sending queue. When a request in the queue will be ready to send a reaction in iMessage, an attempt will be made to deliver it to the recipient. [See the documentation](https://docs.loopmessage.com/imessage-conversation-api/messaging/send-message#send-reaction)",false,true,false +lemon_squeezy-retrieve-customer,Retrieve A Customer,Retrive an existent customer. [See docs here](https://docs.lemonsqueezy.com/api/customers#retrieve-a-customer),false,true,true +lemon_squeezy-retrieve-product,Retrieve A Product,Retrive an existent product. [See docs here](https://docs.lemonsqueezy.com/api/products#retrieve-a-product),false,true,true +lemon_squeezy-retrieve-order,Retrieve An Order,Retrive an existent order. [See docs here](https://docs.lemonsqueezy.com/api/orders#retrieve-an-order),false,true,true +goformz-create-form,Create Form,Create a new form in GoFormz. [See the documentation](https://developers.goformz.com/reference/create-a-form),false,true,false +xperiencify-remove-student-from-course,Remove Student from Course,Remove a student from a course. [See docs](https://howto.xperiencify.com/article.php?article=123#3),true,true,false +xperiencify-add-student-to-course,Add Student to Course,Adds a student to a course. [See docs](https://howto.xperiencify.com/article.php?article=123#1),false,true,false +xperiencify-remove-tag-from-student,Remove Tag From Student,Remove a tag from a student. [See docs](https://howto.xperiencify.com/article.php?article=123#7),true,true,false +xperiencify-remove-student-from-all-courses,Remove Student from all Courses,Remove a student from all courses. [See docs](https://howto.xperiencify.com/article.php?article=123#4),true,true,false +xperiencify-add-tag-to-student,Add Tag To Student,Add a tag to a student. [See docs](https://howto.xperiencify.com/article.php?article=123#6),false,true,false +tidy-update-job,Update Job,Updaets a job in Tidy. [See the documentation](https://help.tidy.com/update-a-job),true,true,false +tidy-create-address,Create Address,Creates a new address in Tidy. See the documentation(https://help.tidy.com/create-an-address),false,true,false +userlist-create-event,Create Event,Generates a new event in Userlist. [See the documentation](https://userlist.com/docs/getting-started/integration-guide/),true,true,false +userlist-create-update-relationship,Create or Update Relationship,Establishes or modifies a relationship with the given user and company identifiers. [See the documentation](https://userlist.com/docs/getting-started/integration-guide/),true,true,false +userlist-create-update-company,Create or Update Company,Creates a new company or replaces an existing one using a given identifier. [See the documentation](https://userlist.com/docs/getting-started/integration-guide/),true,true,false +letterdrop-add-subscriber,Add Subscriber,Adds a new subscriber to your Letterdrop publication. [See the documentation](https://docs.letterdrop.com/api#add-subscriber),false,true,false +letterdrop-remove-subscriber,Remove Subscriber,Removes a subscriber from your publication if the email matches an existing one. [See the documentation](https://docs.letterdrop.com/api#remove-subscriber),true,true,false +letterdrop-draft-post,Draft Blog Post,"Drafts a new blog post in your workspace with the required title and content, and optional images and tags. [See the documentation](https://docs.letterdrop.com/api#draft-post)",false,true,false +veedea-list-product-purchases,List Product Purchases,Retrieves a list of leads who purchased products through the specified campaign. [See the documentation](https://veedea.com/api/doc),false,true,true +veedea-list-campaigns,List Campaigns,Get the list of campaigns created in the Veedea Dashboard. [See the documentation](https://veedea.com/api/doc),false,true,true +veedea-list-leads,List Leads,Get a list of leads in a campaign. [See the documentation](https://veedea.com/api/doc),false,true,true +pdforge-generate-pdf-from-html,Generate PDF from HTML,Generate a PDF document from HTML content. [See the documentation](https://docs.pdforge.com/html-to-pdf-conversion/synchronous-request),true,true,false +pdforge-generate-pdf-from-template,Generate PDF from Template,Generate a document from a selected template. [See the documentation](https://docs.pdforge.com/pdfs-from-templates/synchronous-request),true,true,false +github-create-issue,Create Issue,Create a new issue in a Gihub repo. [See the documentation](https://docs.github.com/en/rest/issues/issues#create-an-issue),false,true,false +github-get-repository-content,Get Repository Content,Get the content of a file or directory in a specific repository. [See the documentation](https://docs.github.com/en/rest/repos/contents#get-repository-content),false,true,true +github-create-repository,Create Repository,Creates a new repository for the authenticated user. [See the documentation](https://docs.github.com/en/rest/repos/repos#create-a-repository-for-the-authenticated-user),false,true,false +github-get-issue-assignees,Get Issue Assignees,Get assignees for an issue in a Gihub repo. [See the documentation](https://docs.github.com/en/rest/issues/issues#get-an-issue),false,true,true +github-create-or-update-file-contents,Create or Update File Contents,Create or update a file in a repository. [See the documentation](https://docs.github.com/en/rest/repos/contents#create-or-update-file-contents),true,true,false +github-list-gists-for-a-user,List Gists for a User,Lists public gists for the specified user. [See the documentation](https://docs.github.com/en/rest/gists/gists?apiVersion=2022-11-28#list-gists-for-a-user),false,true,true +github-enable-workflow,Enable Workflow,Enables a workflow and sets the **state** of the workflow to **active**. [See the documentation](https://docs.github.com/en/rest/actions/workflows?apiVersion=2022-11-28#enable-a-workflow),true,true,false +github-create-branch,Create Branch,Create a new branch in a Github repo. [See the documentation](https://docs.github.com/en/rest/git/refs?apiVersion=2022-11-28#create-a-reference),false,true,false +github-list-releases,List Releases,List releases for a repository [See the documentation](https://docs.github.com/en/rest/releases/releases?apiVersion=2022-11-28#list-releases),false,true,true +github-create-issue-comment,Create Issue Comment,Create a new comment in a issue. [See the documentation](https://docs.github.com/en/rest/issues/comments#create-an-issue-comment),false,true,false +github-disable-workflow,Disable Workflow,Disables a workflow and sets the **state** of the workflow to **disabled_manually**. [See the documentation](https://docs.github.com/en/rest/actions/workflows?apiVersion=2022-11-28#disable-a-workflow),true,true,false +github-update-project-v2-item-status,Update Project (V2) Item Status,Update the status of an item in the selected Project (V2). [See the documentation](https://docs.github.com/en/graphql/reference/mutations#updateprojectv2itemfieldvalue),true,true,false +github-update-gist,Update Gist,Allows you to update a gist,true,true,false +github-get-workflow-run,Get Workflow Run,Gets a specific workflow run. [See the documentation](https://docs.github.com/en/rest/actions/workflow-runs?apiVersion=2022-11-28#get-a-workflow-run),false,true,true +github-get-reviewers,Get Reviewers,Get reviewers for a PR ([see documentation](https://docs.github.com/en/rest/pulls/reviews#list-reviews-for-a-pull-request)) or Commit SHA ([see documentation](https://docs.github.com/en/rest/commits/commits#list-pull-requests-associated-with-a-commit)).,false,true,true +github-update-issue,Update Issue,Update a new issue in a Gihub repo. [See the documentation](https://docs.github.com/en/rest/issues/issues#update-an-issue),true,true,false +github-star-repo,Star Repo,Star a repository. [See the docs](https://docs.github.com/en/rest/activity/starring?apiVersion=2022-11-28#star-a-repository-for-the-authenticated-user) for more info.,false,true,false +github-get-repository,Get Repository Info,Get information for a specific repository. [See the documentation](https://docs.github.com/en/rest/repos/repos#get-a-repository),false,true,true +github-create-pull-request,Create Pull Request,Creates a new pull request for a specified repository. [See the documentation](https://docs.github.com/en/rest/pulls/pulls#create-a-pull-request),false,true,false +github-search-issues-and-pull-requests,Search Issues and Pull Requests,Find issues and pull requests by state and keyword. [See the documentation](https://docs.github.com/en/search-github/searching-on-github/searching-issues-and-pull-requests),false,true,true +github-create-gist,Create Gist,Allows you to add a new gist with one or more files. [See the documentation](https://docs.github.com/en/rest/gists/gists?apiVersion=2022-11-28#create-a-gist),false,true,false +github-list-workflow-runs,List Workflow Runs,List workflowRuns for a repository [See the documentation](https://docs.github.com/en/rest/actions/workflow-runs?apiVersion=2022-11-28#list-workflow-runs-for-a-repository),false,true,true +github-list-commits,List Commits,List commits in a Github repo. [See the documentation](https://docs.github.com/en/rest/commits/commits?apiVersion=2022-11-28#list-commits),false,true,true +github-get-commit,Get Commit,Get a commit in a Github repo. [See the documentation](https://docs.github.com/en/rest/commits/commits?apiVersion=2022-11-28#get-a-commit),false,true,true +github-create-workflow-dispatch,Create Workflow Dispatch,Creates a new workflow dispatch event. [See the documentation](https://docs.github.com/en/rest/actions/workflows?apiVersion=2022-11-28#create-a-workflow-dispatch-event),false,true,false +full_contact-enrich-person,Enrich Person,Enrich a person. [See documentation here](https://docs.fullcontact.com/docs/multi-field-request),false,true,false +zoho_crm-convert-lead,Convert Lead,Converts a Lead into a Contact or an Account. [See the documentation](https://www.zoho.com/crm/developer/docs/api/v2/convert-lead.html),false,true,true +zoho_crm-list-modules,List Modules,Retrieves a list of all the modules available in your CRM account.,false,true,true +zoho_crm-list-fields,List Fields,Gets the field metadata for the specified module,false,true,true +zoho_crm-get-object,Get Object,Gets record data given its id.,false,true,true +zoho_crm-create-object,Create Object,Create a new object/module entry. [See the documentation](https://www.zoho.com/crm/developer/docs/api/v2/insert-records.html),false,true,false +zoho_crm-update-object,Update Object,Updates existing entities in the module. [See the documentation](https://www.zoho.com/crm/developer/docs/api/v2/update-records.html),true,true,false +zoho_crm-list-objects,List Objects,Gets the list of available records from a module.,false,true,true +zoho_crm-upload-attachment,Upload Attachment,Uploads an attachment file to Zoho CRM from a URL or file path. [See the documentation](https://www.zoho.com/crm/developer/docs/api/v3/upload-attachment.html),false,true,false +zoho_crm-download-attachment,Download Attachment,"Downloads an attachment file from Zoho CRM, saves it in the temporary file system and exports the file path for use in a future step.",false,true,false +zoho_crm-search-objects,Search Objects,Retrieves the records that match your search criteria.,false,true,true +weatherbit_io-fetch-historical-weather-data,Fetch Historical Weather Data,Fetch historical wheater data from a location. [See docs here](https://www.weatherbit.io/api/weather-history-daily),false,true,true +weatherbit_io-fetch-current-weather,Fetch Current Weather,Fetch current weather from a location. [See docs here](https://www.weatherbit.io/api/weather-current),false,true,true +weatherbit_io-fetch-daily-forecast-weather,Fetch Daily Forecast Weather,Fetch daily forecast weather from a location. [See docs here](https://www.weatherbit.io/api/weather-forecast-16-day),false,true,true +zoho_sprints-delete-item,Delete Item,"Removes a specified task, story, or bug from a project in Zoho Sprints. [See the documentation](https://sprints.zoho.com/apidoc.html#Deleteitem)",true,true,false +zoho_sprints-create-item,Create Item,"Creates a new task, story, or bug in an existing Zoho Sprints project. [See the documentation](https://sprints.zoho.com/apidoc.html#Createitem)",false,true,false +zoho_sprints-update-project-status,Update Project Status,Changes the status of an existing project in Zoho Sprints. [See the documentation](https://sprints.zoho.com/apidoc.html#Updateproject),true,true,false +figma-post-a-comment,Post a Comment,Posts a comment to a file. [See the docs here](https://www.figma.com/developers/api#post-comments-endpoint),false,true,false +figma-list-comments,List Comments,Lists all comments left on a file. [See the docs here](https://www.figma.com/developers/api#get-comments-endpoint),false,true,true +figma-delete-comment,Delete a Comment,Delete a comment to a file. [See the docs here](https://www.figma.com/developers/api#delete-comments-endpoint),true,true,false +espocrm-create-contact,Create Contact,Creates a new contact in Espo CRM. [See the documentation](https://docs.espocrm.com/development/api/crud/#create),false,true,false +espocrm-create-task,Create Task,This component creates a new task in Espo CRM. [See the documentation](https://docs.espocrm.com/development/api/crud/#create),false,true,false +espocrm-list-accounts,List Accounts,Retrieves a list of accounts from Espo CRM. [See the documentation](https://docs.espocrm.com/development/api/account/#list),false,true,true +salesflare-find-account,Find Account,"Finds accounts according to props configured, if no prop configured returns all accounts, [See the docs](https://api.salesflare.com/docs#operation/getAccounts)",false,true,true +salesflare-create-contact,Create Contact,Create a contact [See the docs here](https://api.salesflare.com/docs#operation/postContacts),false,true,false +salesflare-update-account,Update Account,Update an account [See the docs here](https://api.salesflare.com/docs#operation/putAccountsAccount_id),true,true,false +salesflare-find-opportunity,Find Opportunity,"Finds opportunities according to props configured, if no prop configured returns all opportunities [See the docs here](https://api.salesflare.com/docs#operation/getOpportunities)",false,true,true +salesflare-create-call,Create Call,Create a call. [See the docs here](https://api.salesflare.com/docs#operation/postCalls),false,true,false +salesflare-find-user,Find Users,"Finds users according to props configured, if no prop configured returns all users [See the docs here](https://api.salesflare.com/docs#operation/getUsers)",false,true,true +salesflare-find-workflow,Find Workflow,"Finds workflows according to props configured, if no prop configured returns all workflows, [See the docs here](https://api.salesflare.com/docs#operation/getWorkflows)",false,true,true +salesflare-add-contact-to-account,Add Contact To Account,Adds a contact to an account [See the docs here](https://api.salesflare.com/docs#operation/postAccountsAccount_idContacts),false,true,false +salesflare-update-contact,Update Contact,Updates a contact. [See the docs here](https://api.salesflare.com/docs#operation/putContactsContact_id),true,true,false +salesflare-create-account,Create Account,Create an account. [See the docs here](https://api.salesflare.com/docs#operation/postAccounts),false,true,false +salesflare-create-task,Create Task,Create a task [See the docs here](https://api.salesflare.com/docs#operation/postTasks),false,true,false +salesflare-create-opportunity,Create Opprtunity,Create opportunity. [See the docs here](https://api.salesflare.com/docs#operation/postOpportunities),false,true,false +salesflare-find-pipeline-stage,Find Pipeline Stage,"Finds pipeline stages according to props configured, if no prop configured returns all stages [See the docs here](https://api.salesflare.com/docs#operation/getStages)",false,true,true +salesflare-add-user-to-account,Add User To Account,Adds a user to an account [See the docs here](https://api.salesflare.com/docs#operation/postAccountsAccount_idUsers),false,true,false +salesflare-find-contact,Find Contact,"Finds contacts according to props configured, if no prop configured returns all contacts [See the docs here](https://api.salesflare.com/docs#operation/getContacts)",false,true,true +salesflare-update-opportunity,Update Opportunity,Update an Opportunity [See the docs here](https://api.salesflare.com/docs#operation/putOpportunitiesId),true,true,false +salesflare-create-internal-note,Create Internal Note,Create an internal note. [See the docs here](https://api.salesflare.com/docs#tag/Internal-Notes),false,true,false +salesflare-find-person,Find Person,"Finds people according to props configured, if no prop configured returns all people [See the docs here](https://api.salesflare.com/docs#operation/getPersons)",false,true,true +salesflare-create-meeting,Create Meeting,Create a meeting [See the docs here](https://api.salesflare.com/docs#operation/postMeetings),false,true,false +salesflare-remove-contact-from-workflow,Remove Contact From Workflow,Remove a contact from a workflow [See the docs here](https://api.salesflare.com/docs#operation/putWorkflowsIdAudienceRecord_id),true,true,false +overloop-enroll-deal,Enroll Deal,Enroll a deal in a workflow. [See the docs](https://apidoc.overloop.com/#enrollments),false,true,false +overloop-exclude-contact,Exclude Contact,Add a contact to the exclusion list. [See the docs](https://apidoc.overloop.com/#create-an-exclusion-list-item),false,true,false +overloop-create-deal,Create Deal,Creates a new deal. [See the docs](https://apidoc.overloop.com/#create-a-deal),false,true,false +overloop-add-contact-to-campaign,Add Contact to Campaign,Adds a contact to a campaign. [See the docs](https://apidoc.overloop.com/#enrollments),false,true,false +overloop-get-organization,Get Organization,Retrieves an organization by id. [See the docs](https://apidoc.overloop.com/#retrieve-an-organization),false,true,true +overloop-enroll-contact,Enroll Contact,Enroll a contact in a workflow. [See the docs](https://apidoc.overloop.com/#enrollments),false,true,false +overloop-update-deal,Update Deal,Updates a deal. [See the docs](https://apidoc.overloop.com/#update-a-deal),true,true,false +overloop-mark-deal-lost,Mark Deal as Lost,Marks a deal as lost. [See the docs](https://apidoc.overloop.com/#mark-as-lost),false,true,false +overloop-create-contact,Create Contact,Creates a new contact. [See the docs](https://apidoc.overloop.com/#create-a-contact),false,true,false +overloop-enroll-organization,Enroll Organization,Enroll an organization in a workflow. [See the docs](https://apidoc.overloop.com/#enrollments),false,true,false +overloop-get-deal,Get Deal,Retrieves a deal by id. [See the docs](https://apidoc.overloop.com/#retrieve-a-deal),false,true,true +overloop-mark-deal-won,Mark Deal as Won,Marks a deal as won. [See the docs](https://apidoc.overloop.com/#mark-as-won),false,true,false +overloop-update-contact,Update Contact,Creates a new contact. [See the docs](https://apidoc.overloop.com/#update-a-contact),true,true,false +overloop-move-deal,Move Deal,Moves a deal. [See the docs](https://apidoc.overloop.com/#update-a-deal),true,true,false +overloop-create-organization,Create Organization,Creates a new organization. [See the docs](https://apidoc.overloop.com/#create-an-organization),false,true,false +overloop-update-organization,Update Organization,Updates an organization. [See the docs](https://apidoc.overloop.com/#update-an-organization),true,true,false +overloop-get-contact,Get Contact,Retrieves a contact by id. [See the docs](https://apidoc.overloop.com/#retrieve-a-contact),false,true,true +acelle_mail-create-customer,Create Customer,Creates a customer. [See the documentation](https://api.acellemail.com/#backend_customers),false,true,false +acelle_mail-subscribe-customer-to-plan,Subscribe Customer To Plan,Subscribe customer to a plan. [See the documentation](https://api.acellemail.com/#backend_subscriptions_subscribe),false,true,false +dropcontact-enrich-contact,Enrich Contact,Enrich a list of contacts in Dropcontact. [See the documentation](https://developer.dropcontact.com/#post-request),false,true,false +dropcontact-get-enrichment-request,Get Enrichment Request,Retrieve the enriched contacts of a request in Dropcontact. [See the documentation](https://developer.dropcontact.com/#get-request),false,true,true +supernotes-create-simple-card,Create a simple card,Create a single card with the minimum amount of data required. [See docs here](https://api.supernotes.app/docs/swagger#/cards/_simple_create_card_v1_cards_simple_post).,false,true,false +chatpdf-add-pdf-via-url,Add PDF Via URL,"Adds a PDF from a publicly accessible URL to ChatPDF, returning a source ID for interactions. [See the documentation](https://www.chatpdf.com/docs/api/backend)",false,true,false +chatpdf-delete-pdf,Delete PDF,Deletes one or more PDFs from ChatPDF using their source IDs. [See the documentation](https://www.chatpdf.com/docs/api/backend),true,true,false +chatpdf-chat-with-pdf,Chat With PDF,Sends messages to interact with a specific PDF using its source ID. Can handle single or multiple messages for complex queries. [See the documentation](https://www.chatpdf.com/docs/api/backend),false,true,false +postnl-get-status-by-reference,Get Status By Reference,Retrieve the status of a shipment using a reference number. [See the documentation](https://developer.postnl.nl/docs/#/http/api-endpoints/send-track/shippingstatus/get-status-by-reference),false,true,true +postnl-get-status-by-barcode,Get Status By Barcode,Retrieve the status of a shipment using its barcode. [See the documentation](https://developer.postnl.nl/docs/#/http/api-endpoints/send-track/shippingstatus/get-status-by-barcode),false,true,true +veriphone-get-phone-example,Get Dummy Phone Number,"Returns a dummy phone number for a specific country and phone type. [See the documentation](https://veriphone.io/docs/v2#:~:text=T%2DMobile%22%0A%7D-,EXAMPLE,-Veriphone%27s%20/v2/example)",false,true,true +veriphone-verify-phone-number,Verify Phone Number,"Validates the given phone number using Veriphone. [See the documentation](https://veriphone.io/docs/v2#:~:text=support%40veriphone.io-,VERIFY,-Veriphone%27s%20/v2/verify)",false,true,true +basecamp-create-message,Create Message,Creates a message in a selected message board. [See the documentation](https://github.com/basecamp/bc3-api/blob/master/sections/messages.md#create-a-message),false,true,false +basecamp-create-card,Create a Card,Creates a card in a selected column. [See the documentation](https://github.com/basecamp/bc3-api/blob/master/sections/card_table_cards.md#create-a-card),false,true,false +basecamp-create-comment,Create a Comment,Creates a comment in a selected recording. [See the documentation](https://github.com/basecamp/bc3-api/blob/master/sections/comments.md#create-a-comment),false,true,false +basecamp-create-campfire-message,Create Campfire Message,Creates a message in a selected Campfire. [See the documentation](https://github.com/basecamp/bc3-api/blob/master/sections/campfires.md#create-a-campfire-line),false,true,false +basecamp-create-todo-item,Create To-do Item,Creates a to-do item in a selected to-do list. [See the documentation](https://github.com/basecamp/bc3-api/blob/master/sections/todos.md#create-a-to-do),false,true,false +basecamp-create-campfire-chatbot-message,Create Campfire Chatbot Message,Creates a message in a Campfire for a Basecamp Chatbot. [See the documentation](https://github.com/basecamp/bc3-api/blob/master/sections/chatbots.md#create-a-line),false,true,false +gagelist-find-gage-by-id,Find Gage by ID,Finds and retrieves a gage based on its ID in GageList. [See the documentation](https://gagelist.com/developer-resources/get-a-single-gage-record/),false,true,true +gagelist-update-gage,Update Gage,Updates a specific gage using its ID on GageList. [See the documentation](https://gagelist.com/developer-resources/update-gage-record/),true,true,false +gagelist-create-gage,Create Gage,Creates a new gage on GageList. [See the documentation](https://gagelist.com/developer-resources/add-gage-record/),false,true,false +repuso-add-invite-request,Add Invite Request,Add an invite request [See docs here](https://documenter.getpostman.com/view/4975691/TzzGFYg3#f417c9ce-2376-495c-85c3-bdcfc204eee2),false,true,false +llmwhisperer-highlight-locations,Highlight Locations,Generate highlight locations for a search term in the document. [See the documentation](https://docs.unstract.com/llm_whisperer/apis/llm_whisperer_text_extraction_highlight_api),false,true,true +llmwhisperer-retrieve-text,Retrieve Extracted Text,Retrieve the extracted text executed through the whisper API. This can be used to retrieve the text of the conversion process when the conversion is done in async mode. [See the documentation](https://docs.unstract.com/llm_whisperer/apis/llm_whisperer_text_extraction_retrieve_api),false,true,true +llmwhisperer-get-status,Get Status,Get the status of the whisper process. This can be used to check the status of the conversion process when the conversion is done in async mode. [See the documentation](https://docs.unstract.com/llm_whisperer/apis/llm_whisperer_text_extraction_status_api),false,true,true +llmwhisperer-extract-text,Extract Text,Convert your PDF/scanned documents to text format which can be used by LLMs. [See the documentation](https://docs.unstract.com/llm_whisperer/apis/llm_whisperer_text_extraction_api),false,true,true +membado-add-remove-tags,Add or Remove Tags from User,Assign tags to or remove them from a user. [See the documentation](https://membado.zendesk.com/hc/de/articles/18155937106204-API-Documentation),true,true,false +eventbrite-create-event,Create Event,Create a new Eventbrite event. [See the documentation](https://www.eventbrite.com/platform/api#/reference/event/create/create-an-event),false,true,false +eventbrite-get-event-details,Get Event Details,Get details for a specified event. [See the documentation](https://www.eventbrite.com/platform/api#/reference/event/retrieve/retrieve-an-event),false,true,true +eventbrite-get-my-orders,Get My Orders,Get a list of event orders placed by the authenticated user. [See the documentation](https://www.eventbrite.com/platform/docs/order-lookup),false,true,true +eventbrite-get-event-summary,Get Event Summary,Get event summary for a specified event. [See the documentation](https://www.eventbrite.com/platform/api#/reference/event/retrieve/retrieve-an-event),false,true,true +eventbrite-get-event-attendees,Get Event Attendees,Get event attendees for a specified event. [See the documentation](https://www.eventbrite.com/platform/api#/reference/attendee/list/list-attendees-by-event),false,true,true +ortto-create-custom-activity,Create Custom Activity,Creates a unique activity for a person. Can optionally initialize a new record beforehand. [See the documentation](https://help.ortto.com/a-271-create-a-custom-activity-event-create),false,true,false +ortto-create-person,Create or Update a Person,Create or update a preexisting person in the Ortto account. [See the documentation](https://help.ortto.com/a-250-api-reference),true,true,false +ortto-opt-out-sms,Opt Out of SMS,Allows a user to opt-out from all SMS communications. [See the documentation](https://help.ortto.com/a-250-api-reference),false,true,false +widgetform-get-recent-submissions,Get Recent Submissions,Retrieves the 10 most recent submissions. [See the documentation](https://usewidgetform.notion.site/Zapier-API-185312164ccf808eb902f411608aa35d),false,true,true +planyo_online_booking-create-vacation,Create Vacation,Adds a new one-time vacation for given resource or entire Planyo site. [See Docs](https://www.planyo.com/api.php?topic=add_vacation),false,true,false +planyo_online_booking-create-user,Create User,Inserts a new user associated with your Planyo site. [See Docs](https://www.planyo.com/api.php?topic=add_user),false,true,false +planyo_online_booking-create-reservation,Create Reservation,Enters a new reservation into the system. [See Docs](https://www.planyo.com/api.php?topic=make_reservation),false,true,false +postgrid-create-contact,Create Contact,Create a new contact in PostGrid. [See the documentation](https://docs.postgrid.com/#3ac81e66-c5be-4bb6-93c1-fd8a6f0a24b3),false,true,false +postgrid-create-letter,Create Letter,Creates a new letter in PostGrid. [See the documentation](https://docs.postgrid.com/#3359155b-f225-4f6a-b08a-eafe7a52b54d),false,true,false +postgrid-create-postcard,Create Postcard,Creates a new postcard in PostGrid. [See the documentation](https://docs.postgrid.com/#fe8c4cd6-7617-4023-9437-669fa847ccc1),false,true,false +undetectable_ai-retrieve-document,Retrieve Document,Retrieve the document object for a submitted piece of content. [See the documentation](https://docs.undetectable.ai/#retrieve-document),false,true,true +undetectable_ai-submit-document,Submit Document,Submit document for humanization. [See the documentation](https://docs.undetectable.ai/#submit-document),false,true,false +undetectable_ai-list-documents,List Documents,Retrieve the IDs of documents associated with your account. [See the documentation](https://docs.undetectable.ai/#list-documents),false,true,true +geokeo-forward-geocoding,Forward Geocoding,Convert address data into geographic coordinates. [See the documentation](https://geokeo.com/documentation.php#request-forward-geocoding),false,true,true +geokeo-reverse-geocoding,Reverse geocoding,Convert geographic coordinates to address data. [See the documentation](https://geokeo.com/documentation.php#request-reverse-geocoding),false,true,true +content_snare-create-request,Create Request,Initiates a novel request on Content Snare. [See the documentation](https://api.contentsnare.com/partner_api/v1/documentation#post-/partner_api/v1/requests),false,true,false +content_snare-create-client,Create Client,Creates a new client on Content Snare. [See the documentation](https://api.contentsnare.com/partner_api/v1/documentation#post-/partner_api/v1/clients),false,true,false +snappy-create-wall-post,Create Wall Post,Creates a wall post. [See docs here](https://github.com/BeSnappy/api-docs#posting-to-team-wall),false,true,false +textcortex-translate-text,Translate Text,Translate given text into another language. [See the documentation](https://docs.textcortex.com/api/paths/texts-translations/post),false,true,false +textcortex-summarize-text,Summarize Text,Summarize given text. The text can be provided as a string or as a file ID. [See the documentation](https://docs.textcortex.com/api/paths/texts-summarizations/post),false,true,false +textcortex-create-social-media-post,Create Social Media Post,Create a social media post. [See the documentation](https://docs.textcortex.com/api/paths/texts-social-media-posts/post),false,true,false +mailersend-send-email,Send an Email,This action sends a personalized e-mail to the specified recipient. [See the documentation](https://developers.mailersend.com/api/v1/email.html#send-an-email),false,true,false +mailersend-send-email-from-template,Send Email From Template,This action sends a personalized e-mail to the specified recipient using templates. [See the documentation](https://developers.mailersend.com/api/v1/email.html#send-an-email),false,true,false +everhour-create-task,Create Task,Creates a new task in Everhour. [See the documentation](https://everhour.docs.apiary.io/),false,true,false +everhour-stop-timer,Stop Timer,Halts the current running timer. [See the documentation](https://everhour.docs.apiary.io/#reference/timers/stop-timer),true,true,false +everhour-start-timer,Start Timer,Begins a new timer for a task. [See the documentation](https://everhour.docs.apiary.io/#reference/0/timers/start-timer),false,true,false +kwtsms-send-sms,Send SMS,Sends an SMS to a specified number. [See the documentation](https://www.kwtsms.com/doc/KwtSMS.com_API_Documentation_v37.pdf),false,true,false +sapling_ai-reject-edit,Reject Edit,Have Sapling not recommend the same edit anymore. Each suggested edit has an edit UUID. You can pass this information back to Sapling to indicate the edit suggestion was not helpful. [See the documentation here](https://sapling.ai/docs/api/edits-overview#reject-edit-post).,true,true,false +sapling_ai-request-edits,Request Edits,"Provides grammar, spelling, and stylistic edits for text. It is customizable through a dictionary and custom mappings; for custom language models, please contact [sapling.ai](https://sapling.ai/). Sapling has prebuilt models for applications such as healthcare/medicine. [See the documentation here](https://sapling.ai/docs/api/edits-overview#request-edits-post).",false,true,false +sapling_ai-accept-edit,Accept Edit,Have Sapling adapt its system over time. Each suggested edit has an edit UUID. You can pass this information back to Sapling to indicate the edit suggestion was helpful. [See the documentation here](https://sapling.ai/docs/api/edits-overview#accept-edit-post).,true,true,false +sapling_ai-request-completion,Request Completion,Provides predictions of the next few characters or words given the current context in a particular editable. The predictions are based on the previous text. [See the documentation here](https://sapling.ai/docs/api/autocomplete#request-completion-post).,false,true,false +sapling_ai-accept-completion,Accept Completion,Have Sapling adapt its system over time. Each suggested completion has a completion UUID. You can pass this information back to Sapling to indicate the completion suggestion was helpful. [See the documentation here](https://sapling.ai/docs/api/autocomplete#accept-completion-post).,false,true,false +pidj-send-message,Send Message,Sends a text message to a specified phone number from your pidj account. [See the documentation](https://pidj.co/wp-content/uploads/2023/06/Pidj-API-Technical-Document-v3-1.pdf).,false,true,false +pidj-create-contact,Create Contact,Initiates a process to add a new contact to your Pidj account. [See the documentation](https://pidj.co/wp-content/uploads/2023/06/Pidj-API-Technical-Document-v3-1.pdf).,false,true,false +pidj-initiate-survey,Initiate Survey,Triggers a pre-configured text survey to a specific contact. Requires the contact,false,true,false +solve_crm-create-contact,Create Contact,Create a new contact. [See the docs here](https://solve360.com/api/contacts/),false,true,false +sms_fusion-send-sms,Send SMS,Send an SMS using SMS Fusion. [See the documentation](https://docs.smsfusion.com.au/),false,true,false +sms_fusion-perform-hlr-lookup,Perform HLR Lookup,Perform HLR on a number with SMS Fusion. [See the documentation](https://docs.smsfusion.com.au/),false,true,true +sms_fusion-get-balance,Get Balance,Get current account balance including credit limits in SMS Fusion. [See the documentation](https://docs.smsfusion.com.au/),false,true,true +xverify-verify-address,Verify Address,Sends an address verification request. [See the documentation](https://apidocs.xverify.com/#address-verification-api-endpoint).,false,true,true +xverify-verify-email,Verify Email,Sends an email verification request. [See the documentation](https://apidocs.xverify.com/#email-verification-api-endpoint).,false,true,true +xverify-verify-phone,Verify Phone,Sends a phone verification request. [See the documentation](https://apidocs.xverify.com/#phone-verification-api-endpoint).,false,true,true +oanda-get-historical-prices,Get Historical Prices,Retrieve historical price data for a specified currency pair or instrument within a given time range. [See the documentation](https://developer.oanda.com/rest-live-v20/pricing-ep/),false,true,true +oanda-create-order,Create Order,Create a new trading order. [See the documentation](https://developer.oanda.com/rest-live-v20/order-ep/),false,true,false +oanda-list-trades,List Trades,Retrieve a list of trades for an account. [See the documentation](https://developer.oanda.com/rest-live-v20/trade-ep/),false,true,true +chaser-create-customer,Create Customer,Creates a new customer in Chaser. [See the documentation](https://openapi.chaserhq.com/docs/static/index.html),false,true,false +chaser-create-invoice,Create Invoice,Creates a new invoice in Chaser. [See the documentation](https://openapi.chaserhq.com/docs/static/index.html),false,true,false +autobound-write-personalized-content,Write Personalized Content,Write personalized content using Autobound. [See the documentation](https://autobound-api.readme.io/docs/generate-personalized-content-copy),false,true,true +sproutgigs-post-job,Post Job,Post a new job to Sproutgigs. [See the documentation](https://sproutgigs.com/api/documentation.php#jobs-post),false,true,false +sproutgigs-get-categories,Get Categories,Get a list of categories from Sproutgigs. [See the documentation](https://sproutgigs.com/api/documentation.php#gigs-categories),false,true,true +sproutgigs-get-zones,Get Zones,Get the available zones. [See the documentation](https://sproutgigs.com/api/documentation.php#jobs-zones),false,true,true +threads-post-chat-message,Post a Chat Message,"Post a message to a chat. First, make sure you add your Bot user to the chat. [See the Documentation](https://github.com/ThreadsHQ/api-documentation#post-chat-message)",false,true,false +threads-post-thread,Post a Thread,Post a new thread to a specific channel. [See the Documentation](https://github.com/ThreadsHQ/api-documentation#post-thread).,false,true,false +threads-delete-thread,Delete a Thread,Delete a thread. [See the Documentation](https://github.com/ThreadsHQ/api-documentation#delete-thread),true,true,false +gotowebinar-create-registrant,Create Registrant,Register an attendee for a scheduled webinar. [See the documentation](https://developer.goto.com/GoToWebinarV2/#operation/createRegistrant),false,true,false +gotowebinar-create-webinar,Create Webinar,"Creates a single session webinar, a sequence of webinars or a series of webinars depending on the type field in the body. [See the documentation](https://developer.goto.com/GoToWebinarV2/#operation/createWebinar)",false,true,false +triggercmd-trigger-command,Trigger a command,Runs a command on a computer. Refer to the [TRIGGERcmd Forum](https://triggercmd.com/forum) to learn more.,false,true,false +microsoft_outlook-list-contacts,List Contacts,"Get a contact collection from the default contacts folder, [See the documentation](https://docs.microsoft.com/en-us/graph/api/user-list-contacts)",false,true,true +microsoft_outlook-add-label-to-email,Add Label to Email,Adds a label/category to an email in Microsoft Outlook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/message-update),true,true,false +microsoft_outlook-list-folders,List Folders,Retrieves a list of all folders in Microsoft Outlook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/user-list-mailfolders),false,true,true +microsoft_outlook-create-draft-email,Create Draft Email,"Create a draft email, [See the documentation](https://docs.microsoft.com/en-us/graph/api/user-post-messages)",false,true,false +microsoft_outlook-reply-to-email,Reply to Email,Reply to an email in Microsoft Outlook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/message-reply),false,true,false +microsoft_outlook-find-email,Find Email,Search for an email in Microsoft Outlook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/user-list-messages),false,true,true +microsoft_outlook-create-contact,Create Contact,"Add a contact to the root Contacts folder, [See the documentation](https://docs.microsoft.com/en-us/graph/api/user-post-contacts)",false,true,false +microsoft_outlook-find-contacts,Find Contacts,Finds contacts with the given search string. [See the documentation](https://docs.microsoft.com/en-us/graph/api/user-list-contacts),false,true,true +microsoft_outlook-remove-label-from-email,Remove Label from Email,Removes a label/category from an email in Microsoft Outlook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/message-update),true,true,false +microsoft_outlook-send-email,Send Email,"Send an email to one or multiple recipients, [See the docs](https://docs.microsoft.com/en-us/graph/api/user-sendmail)",false,true,false +microsoft_outlook-update-contact,Update Contact,"Update an existing contact, [See the docs](https://docs.microsoft.com/en-us/graph/api/user-post-contacts)",true,true,false +microsoft_outlook-download-attachment,Download Attachment,Downloads an attachment to the /tmp directory. [See the documentation](https://learn.microsoft.com/en-us/graph/api/attachment-get?view=graph-rest-1.0&tabs=http),false,true,true +microsoft_outlook-approve-workflow,Approve Workflow,Suspend the workflow until approved by email. [See the documentation](https://pipedream.com/docs/code/nodejs/rerun#flowsuspend),false,true,false +microsoft_outlook-find-shared-folder-email,Find Shared Folder Email,Search for an email in a shared folder in Microsoft Outlook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/user-list-messages),false,true,true +microsoft_outlook-move-email-to-folder,Move Email to Folder,Moves an email to the specified folder in Microsoft Outlook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/message-move),false,true,false +microsoft_outlook-list-labels,List Labels,Get all the labels/categories that have been defined for a user. [See the documentation](https://learn.microsoft.com/en-us/graph/api/outlookuser-list-mastercategories),false,true,true +kustomer-create-customer,Create Customer,Creates a new customer in Kustomer. [See the documentation](https://developer.kustomer.com/kustomer-api-docs/reference/createacustomer),false,true,false +kustomer-update-conversation,Update Conversation,Updates an existing conversation in Kustomer. [See the documentation](https://developer.kustomer.com/kustomer-api-docs/reference/updateconversation).,true,true,false +kustomer-get-custom-object-by-external-id,Get Custom Object by External ID,Gets a custom object by external ID in Kustomer. [See the documentation](https://developer.kustomer.com/kustomer-api-docs/reference/get-klasses-name-externalid-externalid),false,true,true +kustomer-create-conversation,Create Conversation,Creates a new conversation in Kustomer. [See the documentation](https://developer.kustomer.com/kustomer-api-docs/reference/createaconversation),false,true,false +kustomer-update-customer,Update Customer,Updates an existing customer in Kustomer. [See the documentation](https://developer.kustomer.com/kustomer-api-docs/reference/updatecustomer),true,true,false +kustomer-get-custom-objects,Get Custom Objects,Gets custom objects in Kustomer. [See the documentation](https://developer.kustomer.com/kustomer-api-docs/reference/getkobjects),false,true,true +kustomer-update-custom-object-by-id,Update Custom Object by ID,Updates a custom object identified by ID in Kustomer. [See the documentation](https://developer.kustomer.com/kustomer-api-docs/reference/updatekobject),true,true,false +kustomer-get-custom-object-by-id,Get Custom Object by ID,Gets a custom object by ID in Kustomer. [See the documentation](https://developer.kustomer.com/kustomer-api-docs/reference/getkobject),false,true,true +seven-lookup-hlr,Lookup HLR,Look up home location register information via Seven. [See the documentation](https://docs.seven.io/en/rest-api/endpoints/lookup#hlr),false,true,false +seven-send-sms,Send SMS,Send SMS via Seven. [See the documentation](https://docs.seven.io/en/rest-api/endpoints/sms#send-sms),false,true,false +seven-make-tts-call,Make TTS Call,Make a text-to-speech call via Seven. [See the documentation](https://docs.seven.io/en/rest-api/endpoints/voice#send-voice-call),false,true,false +seven-lookup-cnam,Lookup CNAM,Look up caller name information via Seven. [See the documentation](https://docs.seven.io/en/rest-api/endpoints/lookup#cnam),false,true,true +seven-lookup-format,Lookup Format,Look up phone number formatting via Seven. [See the documentation](https://docs.seven.io/en/rest-api/endpoints/lookup#format),false,true,true +ip2proxy-query-ip-info,Query IP address,Query IP address using IP2Proxy API. [See the docs here](https://www.ip2location.com/web-service/ip2proxy) for how to use this API.,false,true,false +line-send-notification-message,Send Notification Message,Sends notifications to users or groups from LINE Notify. [See docs](https://notify-bot.line.me/doc/en/),false,true,false +line-send-broadcast-message,Send Broadcast Message,Sends a broadcast message to multiple users at any time. [See docs](https://developers.line.biz/en/reference/messaging-api/#send-broadcast-message),false,true,false +line-send-push-message,Send Push Message,"Sends a push message to a user, group, or room at any time. [See docs](https://developers.line.biz/en/reference/messaging-api/#send-push-message)",false,true,false +line-send-reply-message,Send Reply Message,"Sends a reply message in response to an event from a user, group, or room. [See docs](https://developers.line.biz/en/reference/messaging-api/#send-reply-message)",false,true,false +justcall-send-text-message,Send Text Message,Send a text from your JustCall SMS capabled number. [See the documentation](https://justcall.io/developer-docs/#send_text),false,true,false +justcall-create-contact,Create Contact,Add a contact to your existing JustCall Sales Dialer campaign. [See the documentation](https://justcall.io/developer-docs/#add_contacts),false,true,false +jotform-get-user-submissions,Get User Submissions,Gets a list of all submissions for all forms on the account [See the docs here](https://api.jotform.com/docs/#user-submissions),false,true,true +jotform-get-form-submissions,Get Form Submissions,Gets a list of form responses [See the docs here](https://api.jotform.com/docs/#form-id-submissions),false,true,true +jotform-get-monthly-user-usage,Get Monthly User Usage,"Gets number of form submissions received this month. Also, get number of SSL form submissions, payment form submissions and upload space used by user [See the docs here](https://api.jotform.com/docs/#user-usage)",false,true,true +linguapop-create-test-invitation,Create Test Invitation,Creates a new placement test invitation. [See the documentation](https://docs.linguapop.eu/api/#sendcreate-an-invitation-to-a-placement-test),false,true,false +belco-create-conversation,Create Conversation,Create a conversation from Belco. [See the documentation](https://developers.belco.io/reference/post_conversations),false,true,false +belco-send-message,Send Message,Send a message to a conversation specified by ID. [See the documentation](https://developers.belco.io/reference/post_conversations-sendmessage),false,true,false +belco-list-all-conversations,List All Conversations,Get a list of conversations from Belco. [See the documentation](https://developers.belco.io/reference/get_conversations),false,true,true +belco-reopen-conversation,Reopen Conversation,Reopen a conversation specified by ID. [See the documentation](https://developers.belco.io/reference/put_conversations-conversationid-open),false,true,false +belco-add-note-to-conversation,Add Note to Conversation,Add a note to a conversation specified by ID. [See the documentation](https://developers.belco.io/reference/put_conversations-conversationid-addnote),false,true,false +belco-close-conversation,Close Conversation,Close a conversation specified by ID. [See the documentation](https://developers.belco.io/reference/put_conversations-conversationid-close),true,true,false +belco-retrieve-conversation,Retrieve Conversation,Retrieve a conversation specified by ID. [See the documentation](https://developers.belco.io/reference/get_conversations-conversationid),false,true,true +belco-reply-to-conversation,Reply to Conversation,Reply to a conversation specified by ID. [See the documentation](https://developers.belco.io/reference/put_conversations-conversationid-reply),false,true,false +expensify-list-policies,List Policies,Retrieves a list of policies. [See the documentation](https://integrations.expensify.com/Integration-Server/doc/#policy-list-getter),false,true,true +expensify-export-report,Export Report,"Export Expensify reports to a file (csv, xls, xlsx, txt, pdf, json, xml). [See the documentation](https://integrations.expensify.com/Integration-Server/doc/#report-exporter)",false,true,false +expensify-create-expense,Create Expense,Creates a new expense. [See docs here](https://integrations.expensify.com/Integration-Server/doc/#expense-creator),false,true,false +expensify-export-report-to-pdf,Export Report To PDF,Export a report to PDF. [See docs here](https://integrations.expensify.com/Integration-Server/doc/#report-exporter),false,true,true +expensify-create-report,Create Report,Creates a new report with transactions in a user,false,true,false +zendesk-list-macros,List Macros,Retrieves all macros. [See the documentation](https://developer.zendesk.com/api-reference/ticketing/business-rules/macros/#list-macros).,false,true,true +zendesk-get-ticket-info,Get Ticket Info,Retrieves information about a specific ticket. [See the documentation](https://developer.zendesk.com/api-reference/ticketing/tickets/tickets/#show-ticket).,false,true,true +zendesk-get-user-info,Get User Info,Retrieves information about a specific user. [See the documentation](https://developer.zendesk.com/api-reference/ticketing/users/users/#show-user).,false,true,true +zendesk-add-ticket-tags,Add Ticket Tags,Add tags to a ticket (appends to existing tags). [See the documentation](https://developer.zendesk.com/api-reference/ticketing/ticket-management/tags/#add-tags).,false,true,false +zendesk-create-ticket,Create Ticket,Creates a ticket. [See the documentation](https://developer.zendesk.com/api-reference/ticketing/tickets/tickets/#create-ticket).,false,true,false +zendesk-search-tickets,Search Tickets,Searches for tickets using Zendesk,false,true,true +zendesk-update-ticket,Update Ticket,Updates a ticket. [See the documentation](https://developer.zendesk.com/api-reference/ticketing/tickets/tickets/#update-ticket).,true,true,false +zendesk-delete-ticket,Delete Ticket,Deletes a ticket. [See the documentation](https://developer.zendesk.com/api-reference/ticketing/tickets/tickets/#delete-ticket).,true,true,false +zendesk-list-tickets,List Tickets,Retrieves a list of tickets. [See the documentation](https://developer.zendesk.com/api-reference/ticketing/tickets/tickets/#list-tickets).,false,true,true +zendesk-set-ticket-tags,Set Ticket Tags,Set tags on a ticket (replaces all existing tags). [See the documentation](https://developer.zendesk.com/api-reference/ticketing/ticket-management/tags/#set-tags).,true,true,false +zendesk-remove-ticket-tags,Remove Ticket Tags,Remove specific tags from a ticket. [See the documentation](https://developer.zendesk.com/api-reference/ticketing/ticket-management/tags/#remove-tags).,true,true,false +zendesk-list-ticket-comments,List Ticket Comments,Retrieves all comments for a specific ticket. [See the documentation](https://developer.zendesk.com/api-reference/ticketing/tickets/ticket_comments/#list-comments).,false,true,true +zendesk-list-locales,List Locales,Retrieves all locales. [See the documentation](https://developer.zendesk.com/api-reference/ticketing/account-configuration/locales/).,false,true,true +capturekit-scrape-content,Scrape Content,"Extract structured data from any webpage, including metadata, links, and raw HTML. [See the documentation](https://docs.capturekit.dev/api-reference/content-api)",false,true,false +capturekit-capture-screenshot,Capture Screenshot,Capture a high-quality image of any webpage. [See the documentation](https://docs.capturekit.dev/api-reference/screenshot-api),false,true,false +rhombus-create-shared-live-video-stream,Create Shared Live Video Stream,Create a shared live video stream and get the URL to access it. [See the documentation](https://apidocs.rhombus.com/reference/createcamerasharedlivevideostream)),false,true,false +rhombus-create-camera-clip,Create Camera Clip,Create a camera clip from video footage. [See the documentation](https://apidocs.rhombus.com/reference/splicev3),false,true,false +rhombus-toggle-audio-gateway-recording,Toggle Audio Gateway Recording,Update audio gateway settings to enable or disable audio recording. [See the documentation](https://apidocs.rhombus.com/reference/updateaudiogatewayconfig),true,true,false +rhombus-create-custom-footage-seekpoints,Create Custom Footage Seekpoints,Create custom activity seekpoints for a specified camera. [See the documentation](https://apidocs.rhombus.com/reference/createcustomfootageseekpoints),false,true,false +rhombus-play-audio-upload,Play Audio Upload,Play an uploaded audio clip through an audio device. [See the documentation](https://apidocs.rhombus.com/reference/playaudioupload),false,true,false +rhombus-unlock-access-controlled-door,Unlock Access Controlled Door,Unlock an access controlled door. [See the documentation](https://apidocs.rhombus.com/reference/unlockaccesscontrolleddoor),false,true,false +rhombus-reboot-camera,Reboot Camera,Reboot a camera. [See the documentation](https://apidocs.rhombus.com/reference/rebootcamera),false,true,false +bybit-generic-api-call,ByBit Generic API Call,Make any API call as per the documentation.,false,true,false +bybit-linear-stop-order-list,ByBit Linear Stop Order List,List of conditional orders.,true,true,false +bybit-linear-position-tpsl-switch,ByBit Linear Position TP/SL Switch Mode,Switch mode between Full or Partial. ,true,true,false +bybit-linear-position-set-leverage,ByBit Linear Position Set Leverage,Set Leverage [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-setleverage),true,true,false +bybit-linear-order-cancel-all,ByBit Linear Order Cancel All,Cancel All Active Orders.,true,true,false +bybit-generic-market-symbols,ByBit Generic Market Symbols,Get symbol info.[reference](https://bybit-exchange.github.io/docs/futuresV2/inverse/#t-querysymbol),false,true,true +bybit-generic-market-tickers,ByBit Generic Market Tickers,Get the latest information for symbol. [reference](https://bybit-exchange.github.io/docs/futuresV2/inverse/#t-latestsymbolinfo),false,true,true +bybit-linear-position-set-auto-margin,ByBit Linear Position Set Auto Margin,Auto Update Margin.,true,true,false +bybit-linear-position-update-margin,ByBit Linear Position Update Margin,Add Reduce Margin.,true,true,false +bybit-linear-position-switch-isolated,ByBit Linear Position Switch Isolated,Switch Cross/Isolated; must set leverage value when switching from Cross to Isolated.,true,true,false +bybit-linear-order-replace,ByBit Linear Order Replace,Replace active order.,true,true,false +bybit-generic-wallet-balance,ByBit Generic Wallet Balance,Get Wallet Balance.[reference](https://bybit-exchange.github.io/docs/futuresV2/inverse/#t-balance),false,true,true +bybit-linear-stop-order-cancel,ByBit Linear Stop Order Cancel,Cancel Conditional Order.,true,true,false +bybit-linear-order-cancel,ByBit Linear Order Cancel,Cancel Active Order.,true,true,false +bybit-linear-market-previous-funding-rate,ByBit Linear Market Previous Funding Rate,"The funding rate is generated every 8 hours at 00:00 UTC, 08:00 UTC and 16:00 UTC. For example,",false,true,false +bybit-linear-position-switch-mode,ByBit Linear Position Switch Mode,"If you are in One-Way Mode, you can only open one position on Buy or Sell side. ",false,true,false +bybit-linear-market-query-kline,ByBit Linear Market Query Kline,Get kline.[reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-querykline),false,true,true +bybit-linear-order-create,ByBit Linear Order Create,Place active order.,false,true,false +bybit-linear-position-list,ByBit Linear Position List,Get Positions List,false,true,true +bybit-linear-order-list,ByBit Linear Order List,List of active orders.,false,true,true +bybit-generic-market-account-ratio,ByBit Generic Market Account Ratio,Gets the Bybit user accounts,false,true,true +bybit-linear-stop-order-cancel-all,ByBit Linear Stop Order Cancel All,Cancel All Conditional Orders. ,true,true,false +bybit-generic-market-big-deal,ByBit Generic Market Big Deal,"Obtain filled orders worth more than 500,000 USD within the last 24h. ",false,true,false +bybit-linear-stop-order-create,ByBit Linear Stop Order Create,Place Conditional Order.,true,true,false +bybit-linear-position-set-trading-stop,ByBit Linear Position Set Trading stop,"Set take profit, stop loss, and trailing stop for your open position. ",true,true,false +bybit-linear-stop-order-search,ByBit Linear Stop Order Search,Query Conditional Order.,true,true,false +bybit-linear-market-recent-trading-records,ByBit Linear Market Recent Trading Records,Get recent trades.[reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-latestsymbolinfo),false,true,true +bybit-linear-order-search,ByBit Linear Order Search,Query Active Order.,false,true,true +bybit-linear-stop-order-replace,ByBit Linear Stop Order Replace,Replace conditional order.,true,true,false +bybit-generic-market-order-book,ByBit Generic Market Order Book,Get Order Book.[reference](https://bybit-exchange.github.io/docs/futuresV2/inverse/#t-orderbook),false,true,true +bybit-generic-market-open-interest,ByBit Generic Market Open Interest,"Gets the total amount of unsettled contracts. In other words, the total number of contracts held ",false,true,true +paystack-export-transactions,Export Transactions,Export transactions from Paystack. See the documentation (https://paystack.com/docs/api/transaction/#export),false,true,false +paystack-verify-transaction,Verify Transaction,Confirm the status of a transaction. [See the documentation](https://paystack.com/docs/api/transaction/#verify),false,true,true +paystack-list-transactions,List Transactions,List transactions carried out on your integration. [See the documentation](https://paystack.com/docs/api/transaction/#list),false,true,true +paystack-fetch-transaction,Fetch Transaction,Fetch a single transaction. [See the documentation](https://paystack.com/docs/api/transaction/#fetch),false,true,true +paystack-charge-authorization,Charge Authorization,Charge a reusable authorization. [See the documentation](https://paystack.com/docs/api/transaction/#charge-authorization),false,true,false +paystack-initialize-transaction,Initialize Transaction,Initializes a new transaction on Paystack. [See the documentation](https://paystack.com/docs/api/transaction/#initialize),false,true,false +firmao-create-customer,Create Customer,Create a new company customer. [See the documentation](https://firmao.net/API-Documentation_EN.pdf),false,true,false +firmao-create-offer,Create Offer,Create a new quote/offer. [See the documentation](https://firmao.net/API-Documentation_EN.pdf),false,true,false +firmao-create-task,Create Task,Create a new task for the organization. [See the documentation](https://firmao.net/API-Documentation_EN.pdf),false,true,false +firmao-list-tasks,List Tasks,List tasks from the organization. [See the documentation](https://firmao.net/API-Documentation_EN.pdf),false,true,true +splunk-create-event,Create Event,Sends a new event to a specified Splunk index. [See the documentation](https://docs.splunk.com/Documentation/Splunk/9.4.1/RESTREF/RESTinput#receivers.2Fsimple),false,true,false +splunk-run-search,Run Search,Executes a Splunk search query and returns the results. [See the documentation](https://docs.splunk.com/Documentation/Splunk/9.4.1/RESTREF/RESTsearch#search.2Fjobs),false,true,false +splunk-get-search-job-status,Get Search Job Status,Retrieve the status of a previously executed Splunk search job. [See the documentation](https://docs.splunk.com/Documentation/Splunk/9.4.1/RESTREF/RESTsearch#search.2Fjobs),false,true,true +autoblogger-validate-api-key,Validate API Key,Validates the provided API key. [See the documentation](https://u.pcloud.link/publink/show?code=XZdjuv0ZtabS8BN58thUiE8FGjznajoMc6Qy),false,true,true +autoblogger-get-blogposts,Get Blogposts,Retrieves blogposts using the API key. [See the documentation](https://u.pcloud.link/publink/show?code=XZdjuv0ZtabS8BN58thUiE8FGjznajoMc6Qy),false,true,true +instantly-add-lead-campaign,Add Leads to Campaign,Adds a lead or leads to a campaign for tracking or further actions. [See the documentation](https://developer.instantly.ai/api/v2/lead/moveleads),false,true,false +instantly-update-lead-status,Update Lead Status,Updates the interest status of a lead in a campaign. [See the documentation](https://developer.instantly.ai/api/v2/customtag/toggletagresource),true,true,false +instantly-add-tags-campaign,Add Tags to Campaign,Adds tags to a specific campaign. [See the documentation](https://developer.instantly.ai/api/v2/customtag/toggletagresource),false,true,false +google_vertex_ai-generate-video-from-text,Generate Video from Text,Generate a video from a text prompt using Google Vertex AI Veo models. [See the documentation](https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/veo-video-generation),false,true,false +google_vertex_ai-analyze-image-video,Analyze Image/Video,Examines an image or video following given instructions. Results will contain the analysis findings. [See the documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1/projects.locations.publishers.models/generateContent),false,true,true +google_vertex_ai-classify-text,Classify Text,Groups a provided text into predefined categories. [See the documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1/projects.locations.publishers.models/generateContent),false,true,false +google_vertex_ai-analyze-text-sentiment,Analyze Text Sentiment,Analyzes a specified text for its underlying sentiment. [See the documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1/projects.locations.publishers.models/generateContent),false,true,true +google_vertex_ai-generate-video-from-image,Generate Video from Image,Generate a video from an image with optional text prompt using Google Vertex AI Veo models. [See the documentation](https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/veo-video-generation),false,true,false +chat_api_for_whatsapp-send-message,Send Message,Send a message to a new or existing chat.,false,true,false +google_tag_manager-create-tag,Create Tag,Create a tag in a workspace. [See the documentation](https://developers.google.com/tag-platform/tag-manager/api/v2/reference/accounts/containers/workspaces/tags/create),false,true,false +google_tag_manager-get-tags,Get Tags,Get all tags of an workspace. [See the documentation](https://developers.google.com/tag-platform/tag-manager/api/v2/reference/accounts/containers/workspaces/tags/list),false,true,true +google_tag_manager-get-tag,Get Tag,Get a specific tag of a workspace. [See the documentation](https://developers.google.com/tag-platform/tag-manager/api/v2/reference/accounts/containers/workspaces/tags/get),false,true,true +google_tag_manager-update-tag,Update Tag,Update a tag in a workspace. [See the documentation](https://developers.google.com/tag-platform/tag-manager/api/v2/reference/accounts/containers/workspaces/tags/update),true,true,false +google_tag_manager-update-variable,Update Tag,Update a variable in a workspace. [See the documentation](https://developers.google.com/tag-platform/tag-manager/api/v2/reference/accounts/containers/workspaces/variables/update),true,true,false +streamtime-create-job,Create Job,Create a new job in Streamtime. [See the documentation](https://documenter.getpostman.com/view/802974/RWgtSwbn?version=latest#3c29e1b5-7890-4d03-bc6c-fd3a12c45e84).,false,true,false +streamtime-create-contact,Create Contact,Create a new contact in Streamtime. [See the documentation](https://documenter.getpostman.com/view/802974/RWgtSwbn?version=latest#5df35cec-ec19-4721-a683-df1e391d6bf0).,false,true,false +streamtime-update-to-do,Update To-Do,Update an existing To Do in Streamtime. [See the documentation](https://documenter.getpostman.com/view/802974/RWgtSwbn?version=latest#5fb593b9-a83c-4e01-8206-5a56f005825a).,true,true,false +http-post-request,Send POST Request,"Send an HTTP POST request to any URL. Optionally configure query string parameters, headers and basic auth.",false,true,false +http-return-http-response,Return HTTP Response,Use with an HTTP trigger that uses \,false,true,false +http-put-request,Send PUT Request,"Send an HTTP PUT request to any URL. Optionally configure query string parameters, headers and basic auth.",true,true,false +http-validate-webhook-auth,Validate Webhook Auth,Require authorization for incoming HTTP webhook requests. Make sure to configure the HTTP trigger to \,false,true,false +http-get-request,Send GET Request,"Send an HTTP GET request to any URL. Optionally configure query string parameters, headers and basic auth.",false,true,false +http-custom-request,Send any HTTP Request,"Send an HTTP request using any method and URL. Optionally configure query string parameters, headers, and basic auth.",false,true,false +http-verify-hmac-signature,Verify HMAC Signature,Validate HMAC signature for incoming HTTP webhook requests. Make sure to configure the HTTP trigger to \,false,true,false +loops_so-send-transactional-email,Send Transactional Email,Send a transactional email. [See the Documentation](https://loops.so/docs/transactional/guide#send-your-email),false,true,false +loops_so-create-contact,Create Contact,Creates a new contact. [See the Documentation](https://loops.so/docs/add-users/api-reference#add),false,true,false +loops_so-list-mailing-lists,List Mailing Lists,List your account,false,true,true +loops_so-list-custom-fields,List Custom Fields,List your account,false,true,true +loops_so-send-event,Send Event,Send an event to an email address. [See the Documentation](https://loops.so/docs/add-users/api-reference#send),false,true,false +loops_so-update-contact,Update Contact,"Updates an existing contact by email. If email not found, a new contact will be created. [See the Documentation](https://loops.so/docs/add-users/api-reference#update)",true,true,false +loops_so-find-contact,Find Contact,Search for a contact by email address. [See the Documentation](https://loops.so/docs/add-users/api-reference#find),false,true,false +loops_so-delete-contact,Delete Contact,Delete an existing contact. [See the documentation](https://loops.so/docs/api-reference/delete-contact),true,true,false +serveravatar-create-application-domain,Create Application Domain,Add a new application domain for the application. [See the docs here](https://serveravatar.com/api-docs/endpoint/application-domain/create.html),false,true,false +generated_photos-generate-faces,Generate Faces,Generates faces using the Generated Photos API. [See the documentation](https://generated.photos/account#apikey),false,true,true +generated_photos-generate-similar-faces-by-url,Generate Similar Faces by Image URL,Generates faces similar to an image URL with the Generated Photos API. [See the documentation](https://generated.photos/account#apikey),false,true,true +generated_photos-generate-similar-faces-by-upload,Generate Similar Faces to Uploaded Image,Generates faces similar to an uploaded image with the Generated Photos API. [See the documentation](https://generated.photos/account#apikey),false,true,false +heygen-create-talking-photo,Create Talking Photo,Creates a talking photo from a provided image. [See the documentation](https://docs.heygen.com/reference/create-an-avatar-video-v2),false,true,false +heygen-retrieve-video-link,Retrieve Video Link,Fetches a link for a specific heygen video. [See the documentation](https://docs.heygen.com/reference/video-status),false,true,true +heygen-create-video-from-template,Create Video From Template,Generates a video from a selected template. [See the documentation](https://docs.heygen.com/reference/generate-template),false,true,false +crove_app-complete-document,Complete Document,Mark the document as completed,false,true,false +crove_app-generate-template-pdf,Generate Document PDF From Template,Generate PDF of a document created from the template,false,true,false +crove_app-submit-document,Submit Document,Submit the document like you do it via Crove form.,false,true,false +crove_app-create-document,Create Document,Create a new document.,false,true,false +crove_app-create-invitation-link,Create Invitation Link,Create invitation link to fill or sign the document. ,false,true,false +crove_app-send-document,Send Document,Send email invitation link to fill & sign the document. ,false,true,false +crove_app-update-document-details,Update Document Details,"Update details of a document. Example: Name, Current Status, etc.",true,true,false +crove_app-generate-pdf-from-document,Generate PDF from Document,Generate PDF of a document and return PDF URL.,false,true,false +crove_app-update-document,Update Document,Update values of variables of a document.,true,true,false +crove_app-get-document-details,Get Document Details,"Get details of a document. Example: Name, Current Status, etc.",false,true,true +scrapfly-scrape-page,Scrape Page,Extract data from a specified web page. [See the documentation](https://scrapfly.io/docs/scrape-api/getting-started),false,true,true +scrapfly-ai-data-extraction,AI Data Extraction,"Automate content extraction from any text-based source using AI, LLM, and custom parsing. [See the documentation](https://scrapfly.io/docs/extraction-api/getting-started)",false,true,true +scrapfly-account-info,Retrieve Scrapfly Account Info,Retrieve current subscription and account usage details from Scrapfly. [See the documentation](https://scrapfly.io/docs/account#api),false,true,true +invidious-search-suggestions,Get Search Suggestions,Get search suggestions for a given query. [See the documentation](https://docs.invidious.io/api/#get-apiv1searchsuggestions),false,true,true +invidious-search,Search Videos,Search for videos on Invidious. [See the documentation](https://docs.invidious.io/api/#get-apiv1search),false,true,true +flutterwave-verify-transaction,Verify Transaction,Confirms a given transaction. [See the documentation](https://developer.flutterwave.com/reference/endpoints/transactions#verify-a-transaction),false,true,true +flutterwave-create-transfer,Create Transfer,This action initiates a new transfer. [See the documentation](https://developer.flutterwave.com/reference/endpoints/transfers),false,true,false +telegram_bot_api-list-chats,List Chats,List available Telegram chats. [See the docs](https://core.telegram.org/bots/api#getupdates) for more information,false,true,true +telegram_bot_api-send-video-note,Send a Video Note,"As of v.4.0, Telegram clients support rounded square mp4 videos of up to 1 minute long. Use this method to send video messages. [See the docs](https://core.telegram.org/bots/api#sendvideonote) for more information",false,true,false +telegram_bot_api-create-chat-invite-link,Create Chat Invite Link,"Create an additional invite link for a chat, [See the docs](https://core.telegram.org/bots/api#createchatinvitelink) for more information",false,true,false +telegram_bot_api-promote-chat-member,Promote a Chat Member,Use this method to promote or demote a user in a supergroup or a channel. [See the docs](https://core.telegram.org/bots/api#promotechatmember) for more information,false,true,false +telegram_bot_api-send-media-by-url-or-id,Send Media by URL or ID,"Sends a file (document, photo, video, audio, ...) by HTTP URL or by ID that exists on the Telegram servers. [See the docs](https://core.telegram.org/bots/api#inputmedia) for more information",false,true,false +telegram_bot_api-list-administrators-in-chat,List Administrators In Chat,Use this module to get a list of administrators in a chat. [See the docs](https://core.telegram.org/bots/api#getchatadministrators) for more information,false,true,true +telegram_bot_api-export-chat-invite-link,Export Chat Invite Link,"Generate a new primary invite link for a chat, [See the docs](https://core.telegram.org/bots/api#createchatinvitelink) for more information",false,true,false +telegram_bot_api-send-audio-file,Send an Audio File,Sends an audio file to your Telegram Desktop application. [See the docs](https://core.telegram.org/bots/api#sendaudio) for more information,false,true,false +telegram_bot_api-unpin-message,Unpin a Message,Unpins a message. [See the docs](https://core.telegram.org/bots/api#unpinchatmessage) for more information,false,true,false +telegram_bot_api-send-document-or-image,Send a Document/Image,Sends a document or an image to your Telegram Desktop application. [See the docs](https://core.telegram.org/bots/api#senddocument) for more information,false,true,false +telegram_bot_api-send-video,Send a Video,Sends a video file to your Telegram Desktop application. [See the docs](https://core.telegram.org/bots/api#sendvideo) for more information,false,true,false +telegram_bot_api-restrict-chat-member,Restrict a Chat Member,Use this method to restrict a user in a supergroup. [See the docs](https://core.telegram.org/bots/api#restrictchatmember) for more information,false,true,false +telegram_bot_api-edit-text-message,Edit a Text Message,Edits text or game messages. [See the docs](https://core.telegram.org/bots/api#editmessagetext) for more information,true,true,false +telegram_bot_api-send-album,Send an Album (Media Group),Sends a group of photos or videos as an album. [See the docs](https://core.telegram.org/bots/api#sendmediagroup) for more information,false,true,false +telegram_bot_api-edit-media-message,Edit a Media Message,Edits photo or video messages. [See the docs](https://core.telegram.org/bots/api#editmessagemedia) for more information,true,true,false +telegram_bot_api-send-photo,Send a Photo,Sends a photo to your Telegram Desktop application. [See the docs](https://core.telegram.org/bots/api#sendphoto) for more information,false,true,false +telegram_bot_api-delete-message,Delete a Message,Deletes a message. [See the docs](https://core.telegram.org/bots/api#deletemessage) for more information,true,true,false +telegram_bot_api-get-num-members-in-chat,Get the Number of Members in a Chat,Use this module to get the number of members in a chat. [See the docs](https://core.telegram.org/bots/api#getchatmembercount) for more information,false,true,true +telegram_bot_api-list-updates,List Updates,Retrieves a list of updates from the Telegram server. [See the docs](https://core.telegram.org/bots/api#getupdates) for more information,false,true,true +telegram_bot_api-send-voice-message,Send a Voice Message,Sends a voice message. [See the docs](https://core.telegram.org/bots/api#sendvoice) for more information,false,true,false +telegram_bot_api-send-text-message-or-reply,Send a Text Message or Reply,Sends a text message or a reply to your Telegram Desktop application. [See the docs](https://core.telegram.org/bots/api#sendmessage) for more information,false,true,false +telegram_bot_api-pin-message,Pin a Message,Pins a message. [See the docs](https://core.telegram.org/bots/api#pinchatmessage) for more information,false,true,false +telegram_bot_api-set-chat-permissions,Set Chat Permissions,Set default chat permissions for all members. [See the docs](https://core.telegram.org/bots/api#setchatpermissions) for more information,true,true,false +telegram_bot_api-send-sticker,Send a Sticker,Sends a .webp sticker to you Telegram Desktop application. [See the docs](https://core.telegram.org/bots/api#sendsticker) for more information,false,true,false +telegram_bot_api-forward-message,Forward a Message,Forwards messages of any kind. [See the docs](https://core.telegram.org/bots/api#forwardmessage) for more information,false,true,false +telegram_bot_api-kick-chat-member,Kick a Chat Member,"Use this method to kick a user from a group, a supergroup or channel. [See the docs](https://core.telegram.org/bots/api#banchatmember) for more information",false,true,false +trackingtime-start-tracking-time,Start Tracking Time,"Start tracking time of a task. [See the documentation](https://api.trackingtime.co/doc/time_tracking.html#sync:~:text=Sync%20tracking%20event-,Start%20Tracking%20Time,-Starts%20a%20timer)",true,true,false +trackingtime-stop-tracking-time,Stop Tracking Time,"Stop tracking time of a task. [See the documentation](https://api.trackingtime.co/doc/time_tracking.html#sync:~:text=Sync%20tracking%20event-,Start%20Tracking%20Time,-Starts%20a%20timer)",true,true,false +typeflo-create-post,Create Post,Creates and publish posts in yout blog. [See the documentation](https://typeflo.io/knowledge-base/headless-cms-admin-api-documentation#1-posts),false,true,false +attractwell-create-update-contact,Create or Update Contact,Creates or updates a contact with the provided identification and contact details.,true,true,false +attractwell-lesson-approval,Lesson Approval,"Approves, rejects, or unapproves a lesson in the AttractWell system based on the selected status.",false,true,false +helpcrunch-create-customer,Create Customer,Creates a new customer record within the Helpcrunch platform. [See the documentation](https://docs.helpcrunch.com/en/rest-api-v1/create-customer-v1),false,true,false +helpcrunch-find-create-customer,Find or Create Customer,"Search for an existing customer within Helpcrunch platform, if no match is found it creates a new customer record. [See the documentation](https://docs.helpcrunch.com/en/rest-api-v1/search-customers-v1)",false,true,true +revolt-add-group-member,Add Group Member,Adds another user to the group. [See the documentation](https://developers.revolt.chat/developers/api/reference.html#tag/groups/put/channels/{group_id}/recipients/{member_id}),false,true,false +revolt-send-friend-request,Send Friend Request,Send a friend request to another user. [See the documentation](https://developers.revolt.chat/developers/api/reference.html#tag/relationships/post/users/friend),false,true,false +revolt-create-group,Create Group,Create a new group channel. [See the documentation](https://developers.revolt.chat/developers/api/reference.html#tag/groups/post/channels/create),false,true,false +pdfless-generate-pdf,Create a PDF document,Create a PDF document based on selected template identifier and defined payload. [See the documentation](https://github.com/Pdfless/pdfless-js),false,true,false +paazl-get-order-labels,Get Order Shipping Labels,Retrieves an order,false,true,true +paazl-get-shipment-labels,Get Specific Shipment Label,Retrieves a specific shipment,false,true,true +paazl-get-order-shipments,Get Order Shipment Details,Retrieves an order,false,true,true +paazl-save-checkout-session,Save Checkout Session Data,Saves the most important information of a specific checkout session to the Paazl database. The information will be kept for 30 days. [See the documentation](https://support.paazl.com/hc/en-us/articles/360008633973-REST-API-reference#/Checkout/saveCheckoutUsingPOST),false,true,false +paazl-create-shipment,Create Shipment For Order,Generates a shipment at the carrier for the shipping option specified in POST order. [See the documentation](https://support.paazl.com/hc/en-us/articles/360008633973-REST-API-reference#/Shipments/createShipmentUsingPOST),false,true,false +paazl-get-checkout-session,Get Checkout Session Data,Gets your reference for a checkout session. [See the documentation](https://support.paazl.com/hc/en-us/articles/360008633973-REST-API-reference#/Checkout/getCheckoutUsingGET),false,true,true +paazl-delete-order,Delete Order,Deletes an order. [See the documentation](https://support.paazl.com/hc/en-us/articles/360008633973-REST-API-reference#/Order/saveOrderUsingPOST),true,true,false +paazl-get-parcel-label,Get Specific Parcel Label,Retrieves a specific parcel,false,true,true +paazl-get-shipping-options,Get Home Delivery Shipping Options,Contains shipping options for your checkout page. [See the documentation](https://support.paazl.com/hc/en-us/articles/360008633973-REST-API-reference#/Shipping%20options/shippingOptionsUsingPOST),false,true,true +paazl-get-pickup-location-options,Get Pickup Location Shipping Options,Contains pickup locations for your checkout page. [See the documentation](https://support.paazl.com/hc/en-us/articles/360008633973-REST-API-reference#/Shipping%20options/getPickupLocationsUsingPOST),false,true,true +paazl-get-shipment-tracking,Get Specific Shipment Tracking,Retrieves a specific shipment,false,true,true +paazl-create-checkout-token,Create Checkout Access Token,Returns an access token for a checkout session. This enables the Paazl checkout widget to access Paazl resources. [See the documentation](https://support.paazl.com/hc/en-us/articles/360008633973-REST-API-reference#/Checkout/createTokenUsingPOST),true,true,false +paazl-get-return-shipments,Get Return Shipment Details,Retrieves an order,false,true,true +paazl-modify-order,Modify Order,Modifies the information of an order with a specific reference in the Paazl database. The method overwrites the order. [See the documentation](https://support.paazl.com/hc/en-us/articles/360008633973-REST-API-reference#/Order/editOrderUsingPUT),false,true,false +paazl-save-order,Save Order,Saves an order,false,true,false +launchnotes-create-announcement,Create Announcement,Generates a draft announcement for the LaunchNotes project. [See the documentation](https://developer.launchnotes.com/index.html),false,true,false +launchnotes-create-subscription,Create Subscription,Adds a new subscriber to the current LaunchNotes project. [See the documentation](https://developer.launchnotes.com/index.html),false,true,false +ringover-create-contact,Create Contact,Creates a new contact in Ringover. [See the documentation](https://developer.ringover.com/?_ga=2.63646317.316145444.1695076986-652152469.1694643800#tag/contacts/paths/~1contacts/post),false,true,false +ditlead-list-campaigns,List Campaigns,List campaigns in Ditlead. [See the documentation](https://ditlead.com/developer/api#tag/Campaign/paths/~1v1~1campaign/get),false,true,true +ideal_postcodes-phone-number-validation,Phone Number Validation,Validates a phone number and returns information about it. [See the documentation](https://docs.ideal-postcodes.co.uk/docs/api/phone-number-validation).,false,true,false +ideal_postcodes-email-validation,Email Validation,Validate email addresses using Ideal Postcodes. [See the documentation](https://docs.ideal-postcodes.co.uk/docs/api/email-validation).,false,true,true +ideal_postcodes-find-place,Find Place,"Query for geographical places across countries. Each query will return a list of place suggestions, which consists of a place name, descriptive name, and id. [See the documentation](https://docs.ideal-postcodes.co.uk/docs/api/find-place)",false,true,true +uscreen-grant-user-access,Grant User Access,Grant access to an user. [See the documentation](https://uscreen.io/api/publisher.html#/default/post_customers__customer_id__accesses),false,true,false +uscreen-create-user,Create User,Creates an user. [See the documentation](https://uscreen.io/api/publisher.html#/default/post_customers),false,true,false +addevent-create-event,Create Event,Creates a new instance of an event. [See the documentation](https://docs.addevent.com/reference/create-event),false,true,false +addevent-create-rsvp-for-attendee,Create RSVP For Attendee,Creates an RSVP for an attendee for a specific event. [See the documentation](https://docs.addevent.com/reference/create-rsvp-attendee),false,true,false +findymail-list-contact-lists,List Contact Lists,Get a list of all contact lists in Findymail. [See the documentation](https://app.findymail.com/docs/#contacts-getapi-lists),false,true,true +findymail-delete-list,Delete a List,Deletes a specified list in Findymail. [See the documentation](https://app.findymail.com/docs/#contacts-deleteapi-lists--id-),true,true,false +findymail-find-email,Find Email,Finds an email address using a given full name and a website domain. [See the documentation](https://app.findymail.com/docs/#finder-POSTapi-search-name),false,true,true +findymail-verify-email,Verify Email,Verifies the deliverability of a specified email. [See the documentation](https://app.findymail.com/docs/#verifier-POSTapi-verify),false,true,true +findymail-create-list,Create List,Creates a new list of contacts in Findymail. [See the documentation](https://app.findymail.com/docs/#contacts-postapi-lists),false,true,false +findymail-find-email-name-domain,Find Email by company domain,Locates an email using a company,false,true,true +lemlist-get-lead,Get Lead,This action retrieves all the information of a specific lead using its email. [See the docs here](https://developer.lemlist.com/#get-a-specific-lead-by-email),false,true,true +lemlist-add-lead-to-campaign,Add Lead To A Campaign,This action adds a lead in a specific campaign. If the lead doesn,false,true,false +lemlist-delete-email-from-unsubscribes,Delete An Email From Unsubscribes,This action deletes a lead in the unsubscribed list. [See the docs here](https://developer.lemlist.com/#delete-an-email-address-from-the-unsubscribes),true,true,false +lemlist-mark-lead-from-all-campaigns-as-notinterested,Mark Lead From All Campaigns As Not Interested,This action marks a specific lead as not interested using its email in all campaigns. [See the docs here](https://developer.lemlist.com/#mark-as-not-interested-a-specific-lead-by-email),false,true,false +lemlist-pause-lead-from-all-campaigns,Pause Lead From All Campaigns,This action pauses a specific lead using its email in all campaigns. [See the docs here](https://developer.lemlist.com/#pause-a-specific-lead-by-email),true,true,false +lemlist-resume-lead-from-all-campaigns,Resume Lead From All Campaigns,This action starts a specific lead using its email in all campaigns. [See the docs here](https://developer.lemlist.com/#resume-a-specific-lead-by-email),true,true,false +lemlist-mark-lead-from-one-campaigns-as-notinterested,Mark Lead From One Campaigns As Not Interested,This action marks a specific lead as not interested using its email in a specific campaign. [See the docs here](https://developer.lemlist.com/#mark-as-not-interested-a-lead-in-a-specific-campaign),false,true,false +lemlist-mark-lead-from-one-campaigns-as-interested,Mark Lead From One Campaigns As Interested,This action marks a specific lead as interested using its email in a specific campaign. [See the docs here](https://developer.lemlist.com/#mark-as-interested-a-lead-in-a-specific-campaign),false,true,false +lemlist-mark-lead-from-all-campaigns-as-interested,Mark Lead From All Campaigns As Interested,This action marks a specific lead as interested using its email in all campaigns. [See the docs here](https://developer.lemlist.com/#mark-as-interested-a-specific-lead-by-email),false,true,false +lemlist-delete-lead-from-a-campaign,Delete Lead From Campaign,"This action deletes a lead from a specific campaign. All information, including statistics, will be deleted. [See the docs here](https://developer.lemlist.com/#delete-a-lead-from-a-campaign)",true,true,false +lemlist-update-lead-in-a-campaign,Update Lead In Campaign,This action updates a lead in a specific campaign. If the lead doesn,true,true,false +lemlist-add-email-in-unsubscribes,Add Email In Unsubscribes,This action adds a lead in the unsubscribed list. [See the docs here](https://developer.lemlist.com/#add-an-email-address-in-the-unsubscribes),true,true,false +lemlist-unsubscribe-lead-from-a-campaign,Unsubscribe Lead From Campaign,This action will unsubscribe a lead from all campaigns if he belongs to the specified campaign. [See the docs here](https://developer.lemlist.com/#unsubscribe-a-lead-from-a-campaign),true,true,false +zoho_desk-send-email-reply,Send E-Mail Reply,Sends an email reply. [See the docs here](https://desk.zoho.com/DeskAPIDocument#Threads#Threads_SendEmailReply),false,true,false +zoho_desk-create-contact,Create Contact,Creates a contact in your help desk portal. [See the docs here](https://desk.zoho.com/DeskAPIDocument#Contacts#Contacts_CreateContact),false,true,false +zoho_desk-search-ticket,Search Ticket,Searches for tickets in your help desk. [See the docs here](https://desk.zoho.com/DeskAPIDocument#Search_TicketsSearchAPI),false,true,true +zoho_desk-add-ticket-comment,Add Ticket Comment,Adds a comment to a ticket. [See the docs here](https://desk.zoho.com/DeskAPIDocument#TicketsComments#TicketsComments_Createticketcomment),false,true,false +zoho_desk-add-ticket-attachment,Add Ticket Attachment,Attaches a file to a ticket. [See the docs here](https://desk.zoho.com/DeskAPIDocument#TicketAttachments#TicketAttachments_CreateTicketattachment),false,true,false +zoho_desk-create-ticket,Create Ticket,Creates a ticket in your helpdesk. [See the docs here](https://desk.zoho.com/DeskAPIDocument#Tickets#Tickets_Createaticket),false,true,false +zoho_desk-update-contact,Update Contact,Updates details of an existing contact. [See the docs here](https://desk.zoho.com/DeskAPIDocument#Contacts#Contacts_Updateacontact),true,true,false +zoho_desk-create-account,Create Account,Creates an account in your help desk portal. [See the docs here](https://desk.zoho.com/DeskAPIDocument#Accounts#Accounts_CreateAccount),false,true,false +zoho_desk-find-or-create-contact,Find or Create Contact,Finds or create a contact. [See the docs here](https://desk.zoho.com/DeskAPIDocument#Contacts#Contacts_CreateContact),false,true,true +zoho_desk-update-ticket,Update Ticket,Updates an existing ticket. [See the docs here](https://desk.zoho.com/DeskAPIDocument#Tickets#Tickets_Updateaticket),true,true,false +zoho_desk-find-contact,Find Contact,Searches for contacts in your help desk portal. [See the docs here](https://desk.zoho.com/DeskAPIDocument#Search#Search_SearchContacts),false,true,true +offorte-search-contact-organisation,Search Contact Organisation,Search for a contact organisation in Offorte. [See the documentation](https://www.offorte.com/api-docs/api#tag/Contacts/operation/contactsOrganisationsList),false,true,true +offorte-create-proposal,Create Proposal,Create a new proposal in Offorte. [See the documentation](https://www.offorte.com/api-docs/api#tag/Proposals/operation/createProposal),false,true,false +offorte-search-contact-people,Search Contact People,Search for a contact person in Offorte. [See the documentation](https://www.offorte.com/api-docs/api#tag/Contacts/operation/contactsPeopleList),false,true,true +offorte-list-proposals,List Proposals,List all proposals in Offorte. [See the documentation](https://www.offorte.com/api-docs/api#tag/Proposals/operation/proposalsList),false,true,true +offorte-list-users,List Users,List all users in Offorte. [See the documentation](https://www.offorte.com/api-docs/api#tag/Account/operation/usersList),false,true,true +offorte-list-proposal-templates,List Proposal Templates,List all proposal templates in Offorte. [See the documentation](https://www.offorte.com/api-docs/api#tag/Proposals/operation/favoriteTemplatesList),false,true,true +offorte-send-proposal,Send Proposal,Send a proposal in Offorte. [See the documentation](https://www.offorte.com/api-docs/api#tag/Proposals/operation/sendProposal),false,true,false +offorte-create-contact-organisation,Create Contact Organisation,Create a new contact organisation in Offorte. [See the documentation](https://www.offorte.com/api-docs/api#tag/Contacts/operation/createContactOrganisation),false,true,false +offorte-get-contact-details,Get Contact Details,Get the details of a contact in Offorte. [See the documentation](https://www.offorte.com/api-docs/api#tag/Contacts/operation/contactDetails),false,true,true +offorte-create-contact-person,Create Contact Person,Create a new contact person in Offorte. [See the documentation](https://www.offorte.com/api-docs/api#tag/Contacts/operation/createContactPerson),false,true,false +kucoin_futures-generic-api-call,Kucoin Futures Generic API Call,Make any API call for Kucoin Futures as per the documentation.,false,true,false +documenso-create-document-from-template,Create Document From Template,Create a new document in Documenso from a pre-existing template. [See the documentation](https://app.documenso.com/api/v1/openapi),false,true,false +documenso-send-document,Send Document,Send a document within Documenso for signing. [See the documentation](https://app.documenso.com/api/v1/openapi),false,true,false +documenso-add-recipient-to-document,Add Recipient To Document,Add a recipient to an existing Documenso document. [See the documentation]([See the documentation](https://app.documenso.com/api/v1/openapi)),false,true,false +formatting-set-default-value,[Text] Set Default Value,Return a default value if the text is empty,false,true,false +formatting-extract-phone-number,[Text] Extract Phone Number,Find a complete phone number out of a text field. Finds the first number only.,false,true,true +formatting-parse-json,[Data] Parse JSON,Parse a JSON string,false,true,false +formatting-format-number,[Numbers] Format Number,Format a number to a new style. Does not perform any rounding or padding of the number.,false,true,false +formatting-url-decode,[Text] Decode URL,Decode a URL string,false,true,false +formatting-trim-whitespace,[Text] Trim Whitespace,Removes leading and trailing whitespace,true,true,false +formatting-date-time-format,[Date/Time] Format,"Format a date string to another date string. For more examples on formatting, see the [Sugar Date Format](https://sugarjs.com/dates/#/Formatting) documentation.",false,true,false +formatting-convert-markdown-to-html,[Text] Convert Markdown to HTML,Convert Markdown text to HTML,false,true,true +formatting-extract-email-address,[Text] Extract Email Address,Find an email address out of a text field. Finds the first email address only.,false,true,true +formatting-compare-dates,[Date/Time] Compare Dates,"Get the duration between two dates in days, hours, minutes, and seconds along with checking if they are the same.",false,true,true +formatting-split-text,[Text] Split Text,Split the text on a character or word and return one or all segments,false,true,false +formatting-transform-case,[Text] Transform Case,Transform case for a text input,false,true,false +formatting-url-encode,[Text] Encode URL,Encode a string as a URL,false,true,false +formatting-extract-by-regular-expression,[Text] Extract by Regular Expression,Find a match for a regular expression pattern. Returns all matched groups with start and end position.,false,true,true +formatting-add-subtract-time,[Date/Time] Add/Subtract Time,Add or subtract time from a given input,false,true,false +formatting-convert-html-to-text,[Text] Convert HTML to text,Convert valid HTML to text,false,true,true +formatting-convert-json-to-string,[Data] Convert JSON to String,Convert an object to a JSON format string,false,false,true +formatting-extract-url,[Text] Extract URL,Find a web URL out of a text field. Finds the first URL only.,false,true,true +formatting-replace-text,[Text] Replace Text,"Replace all instances of any character, word or phrase in the text with another character, word or phrase.",true,true,false +formatting-convert-html-to-markdown,[Text] Convert HTML to Markdown,Convert valid HTML to Markdown text,false,true,true +formatting-extract-number,[Text] Extract Number,Find a number out of a text field. Finds the first number only.,false,true,true +formatting-format-currency,[Numbers] Format Currency,Format a number as a currency,false,true,false +contactout-get-contact-info-by-member-id,Get Contact Info by LinkedIn Member ID,Get contact information (email and phone) for a LinkedIn profile using a LinkedIn Member ID. [See the documentation](https://api.contactout.com/#from-linkedin-memberid).,false,true,true +contactout-email-to-linkedin,Email To LinkedIn,Find LinkedIn profile from email address. [See the documentation](https://api.contactout.com/#email-to-linkedin-api).,false,true,true +contactout-get-company-info,Get Company Information,Get company information from domain names. [See the documentation](https://api.contactout.com/#company-information-from-domains).,false,true,true +contactout-decision-makers-search,Decision Makers Search,Get profiles of key decision makers within a specified company. [See the documentation](https://api.contactout.com/#decision-makers-api).,false,true,true +contactout-people-search,People Search,"Search for people based on various criteria like name, company, title, location, skills, and more. [See the documentation](https://api.contactout.com/#people-search-api).",false,true,true +contactout-linkedin-profile-enrich,Enrich LinkedIn Profile,Get profile details for a LinkedIn profile using either a LinkedIn URL or email address. [See the documentation](https://api.contactout.com/#from-linkedin-url).,false,true,true +contactout-verify-email-bulk,Verify Email Bulk,Verify the deliverability for a batch of up to 1000 email addresses in bulk. [See the documentation](https://api.contactout.com/#bulk).,false,true,true +contactout-verify-email,Verify Email,Verify the deliverability of a single email address. [See the documentation](https://api.contactout.com/#single).,false,true,true +contactout-company-search,Company Search,Get company profiles matching the search criteria. [See the documentation](https://api.contactout.com/#company-search-api).,false,true,true +contactout-get-contact-info,Get Contact Info from LinkedIn Profile,Get contact information (email and phone) for a LinkedIn profile using a LinkedIn URL. [See the documentation](https://api.contactout.com/#from-linkedin-profile).,false,true,true +paypal-get-user-info,Get User Info,Shows user profile information. [See docs here](https://developer.paypal.com/docs/api/identity/v1),false,true,true +white_swan-create-pre-fill-info,Create Pre-fill Info,Imports client data for pre-filling applications to enrich the user experience. [See the documentation](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/action-calls/create-pre-fill-information),false,true,false +white_swan-submit-complete-plan-request,Submit Complete Plan Request,Creates a new comprehensive quote request based on the information provided and generates the final quotation without further data requirements. [See the documentation](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/action-calls/submit-complete-plan-request),false,true,false +white_swan-get-referred-clients-info,Get Referred Clients Info,Retrieves information about clients referred from the user,false,true,true +bluesky_by_unshape-create-post,Create Post,Creates a new post in Bluesky. [See the documentation](https://unshape.readme.io/reference/post_bluesky-create-post),false,true,false +bluesky_by_unshape-reply-post,Reply to a Post,Allows you to reply to a post in Bluesky. [See the documentation](https://unshape.readme.io/reference/post_bluesky-reply),false,true,false +bluesky_by_unshape-get-post,Get Post,Fetches a post from Bluesky using its URL. [See the documentation](https://unshape.readme.io/reference/get_bluesky-post),false,true,true +little_green_light-update-constituent,Update Constituent,Updates a constituent along with related objects in Little Green Light. [See the documentation](https://api.littlegreenlight.com/api-docs/static.html#update_constituent),true,true,false +little_green_light-create-constituent,Create Constituent,Adds a constituent to an account along with related objects. [See the documentation](https://api.littlegreenlight.com/api-docs/static.html#create_new_constituent),false,true,false +little_green_light-add-gift,Add Gift,Adds a new gift to a constituent in Little Green Light. [See the documentation](https://api.littlegreenlight.com/api-docs/static.html#create_new_gift),false,true,false +judge_me-private-reply,Private Reply,"Create a private reply for a review, on behalf of the shop. Private replies are not shown on the widgets, but can be emailed to the reviewers. [See the documentation](https://judge.me/api/docs#tag/Private-Replies)",false,true,false +judge_me-reply,Reply,Create a public reply for a review on behalf of the shop. Public replies are shown publicly on the widgets. [See the documentation](https://judge.me/api/docs#tag/Replies),false,true,false +opsgenie-add-note-alert,Add Note to Alert,Adds a note to an existing alert in Opsgenie. [See the documentation](https://docs.opsgenie.com/docs/alert-api#add-note-to-alert),false,true,false +opsgenie-delete-alert,Delete Alert,Removes an existing alert from Opsgenie. [See the documentation](https://docs.opsgenie.com/docs/alert-api#delete-alert),true,true,false +opsgenie-create-alert,Create Alert,Send a new Alert for processing. [See the documentation](https://www.postman.com/api-evangelist/opsgenie/request/zuj17nj/create-alert),false,true,false +opsgenie-get-alert-status,Get Alert Status,Get the status of the alert with the specified ID. [See the documentation](https://www.postman.com/api-evangelist/opsgenie/request/03tcghu/get-request-status-of-alert),false,true,true +control_d-delete-device,Delete Device,Delete a device with the specified ID. [See the documentation](https://docs.controld.com/reference/delete_devices-device-id),true,true,false +control_d-create-device,Create Device,Create a new device. [See the documentation](https://docs.controld.com/reference/post_devices),false,true,false +control_d-create-profile,Create Profile,Create a profile. [See the documentation](https://docs.controld.com/reference/post_profiles),false,true,false +browserless-scrape-url-list,Scrape URL List,Scrape content from a list of pages. [See the documentation](https://www.browserless.io/docs/scrape).,false,true,true +browserless-take-screenshot,Take a Screenshot,Take a screenshot of a page. [See the documentation](https://www.browserless.io/docs/screenshot),false,true,false +browserless-convert-html-to-pdf,Generate PDF from HTML String,See https://docs.browserless.io/docs/pdf.html,false,true,false +browserless-scrape-url,Scrape URL,Scrape content from a page. [See the documentation](https://www.browserless.io/docs/scrape).,false,true,false +businesslogic-describe-endpoint,Describe Endpoint,Returns json schemas for input and output parameters of a webservice.,false,true,false +businesslogic-execute-endpoint,Execute Endpoint,Executes provided input parameters in the uploaded Excel document to retrieve the calculated output.,false,true,false +nasdaq_data_link_time_series_and_table_data_-get-table-metadata,Get Table Metadata,"Retrieves metadata for a specific Nasdaq Data Link table, including column names, types, filterable columns, and primary keys. [See the documentation](https://docs.data.nasdaq.com/docs/tables-1)",false,true,true +nasdaq_data_link_time_series_and_table_data_-get-table-data,Get Table Data,Retrieves data from a specific Nasdaq Data Link table with automatic pagination. Supports filtering by columns and rows. [See the documentation](https://docs.data.nasdaq.com/docs/tables-1),false,true,true +nasdaq_data_link_time_series_and_table_data_-export-table,Export Table (Bulk Download),Exports an entire table or a filtered subset as a zipped CSV file. Returns a download link for the data. Premium subscribers can use this feature up to 60 times per hour. [See the documentation](https://docs.data.nasdaq.com/docs/large-table-download),false,true,false +keysender-create-transaction,Create Transaction,Creates a new transaction within Keysender. [See the documentation](https://panel.keysender.co.uk/api#tag/Transaction/paths/~1transaction~1addcustom/post),false,true,false +new_relic-new-deployment,New Deployment,Create a new deployment mark. [See the docs here](https://docs.newrelic.com/docs/apm/new-relic-apm/maintenance/record-monitor-deployments/),false,true,false +mysql-update-row,Update Row,Updates an existing row. [See the docs here](https://dev.mysql.com/doc/refman/8.0/en/update.html),true,true,false +mysql-execute-query,Execute Query,Find row(s) via a custom query. [See the docs here](https://dev.mysql.com/doc/refman/8.0/en/select.html),false,true,true +mysql-create-row,Create Row,Adds a new row. [See the docs here](https://dev.mysql.com/doc/refman/8.0/en/insert.html),false,true,false +mysql-find-row,Find Row,Finds a row in a table via a lookup column. [See the docs here](https://dev.mysql.com/doc/refman/8.0/en/select.html),false,true,true +mysql-delete-row,Delete Row,Delete an existing row. [See the docs here](https://dev.mysql.com/doc/refman/8.0/en/delete.html),true,true,false +mysql-execute-stored-procedure,Execute Stored Procedure,Execute Stored Procedure. [See the docs here](https://dev.mysql.com/doc/refman/8.0/en/stored-programs-defining.html),false,true,false +mysql-execute-raw-query,Execute SQL Query,Execute a custom MySQL query. See [our docs](https://pipedream.com/docs/databases/working-with-sql) to learn more about working with SQL in Pipedream.,false,true,false +recharge-create-customer,Create Customer,Creates a customer. [See the documentation](https://developer.rechargepayments.com/2021-11/customers/customers_create),false,true,false +recharge-create-subscription,Create Subscription,Creates a new subscription allowing a customer to subscribe to a product. [See the documentation](https://developer.rechargepayments.com/2021-11/subscriptions/subscriptions_create),false,true,false +recharge-update-customer,Update Customer,Updates an existing customer,true,true,false +recharge-cancel-subscription,Cancel Subscription,Cancels an existing subscription. [See the documentation](https://developer.rechargepayments.com/2021-11/subscriptions/subscriptions_cancel),true,true,false +companyhub-create-deal,Create Deal,Creates a new deal. [See the documentation](https://companyhub.com/docs/api-documentation),false,true,false +companyhub-create-contact,Create Contact,Creates a new contact. [See the documentation](https://companyhub.com/docs/api-documentation),false,true,false +companyhub-create-company,Create Company,Creates a new company. [See the documentation](https://companyhub.com/docs/api-documentation),false,true,false +bluesky-retrieve-thread,Retrieve Thread,Retrieve a full thread of posts. [See the documentation](https://docs.bsky.app/docs/api/app-bsky-feed-get-post-thread).,false,true,true +bluesky-create-post,Create Post,Creates a new post on Bluesky. [See the documentation](https://docs.bsky.app/docs/api/com-atproto-repo-create-record).,false,true,false +bluesky-like-post,Like Post,Like a specific post on Bluesky. [See the documentation](https://docs.bsky.app/docs/api/com-atproto-repo-create-record).,false,true,false +castmagic-submit-transcription-request,Submit Transcription Request,Submits a request to transcribe from a URL. [See the documentation](https://docs.castmagic.io/endpoints/transcripts),false,true,false +castmagic-get-transcription,Get Transcription,Retrieves details for a transcript given an identifier. [See the documentation](https://docs.castmagic.io/endpoints/transcripts),false,true,true +dropmark-get-items-in-collection,Get Items in Collection,Retrieves a list of items in a specific collection. [See the documentation](https://support.dropmark.com/article/96-api),false,true,true +dropmark-get-activity,Get Activity,"Retrieves a blended feed of newly created collections, items, comments, and reactions. [See the documentation](https://support.dropmark.com/article/96-api)",false,true,true +sare-remove-from-group,Remove Email from Groups,Remove email from specified groups in SARE. [See the documentation](https://dev.sare.pl/rest-api/other/index.html#post-/group/remove_emails),true,true,false +sare-send-email,Send Transactional Email,Send a transactional email. [See the documentation](https://dev.sare.pl/rest-api/other/index.html#post-/send/mail/transactional),false,true,false +sare-add-email,Add Email,"Add an email to SARE. Optionally, assign the subscriber to a group. [See the documentation](https://dev.sare.pl/rest-api/other/index.html#post-/email/add)",true,true,false +airplane-submit-prompt,Submit Prompt,Submit a prompt with a set of parameter values. [See the documentation](https://docs.airplane.dev/reference/api#prompts-submit),true,true,false +airplane-execute-runbook,Execute Runbook,Execute a runbook and receive a session ID to track the runbook,false,true,false +airplane-execute-task,Execute Task,Execute a task with a set of parameter values and receive a run ID to track the task,true,true,false +siteleaf-create-document,Create Document,Create a new document. [See the docs here](https://learn.siteleaf.com/api/documents/#create-a-document),false,true,false +daffy-create-donation,Create Donation,Create a new donation. [See the documentation](https://docs.daffy.org/ref/donations#create-donation),false,true,false +upwave-create-card,Create Card,Create a new card. [See the documentation](https://upwavehq.github.io/api/#creating-a-new-card),false,true,false +whatsapp_business-list-message-templates,List Message Templates,,false,true,false +whatsapp_business-send-text-message,Send Text Message,The text content of the message.,false,true,false +whatsapp_business-send-text-using-template,Send Text Using Template,,false,true,false +whatsapp_business-send-voice-message,Send Voice Message,Sends a voice message. [See the documentation](https://developers.facebook.com/docs/whatsapp/cloud-api/messages/audio-messages),false,true,false +pivotal_tracker-create-story,Create Story,Create a new story in a project. [See the docs here](https://www.pivotaltracker.com/help/api/rest/v5#projects_project_id_stories_post),false,true,false +pivotal_tracker-create-project,Create Project,Create a new project. [See the docs here](https://www.pivotaltracker.com/help/api/rest/v5#projects_post),false,true,false +testmonitor-find-issue,Find an Issue,Retrieve a list of issues. [See the docs here](https://docs.testmonitor.com/#tag/Issues/operation/GetIssueCollection),false,true,true +testmonitor-find-project,Find a Project,Retrieve a list of projects. [See the docs here](https://docs.testmonitor.com/#tag/Projects/operation/GetProjectCollection),false,true,true +testmonitor-create-test-result,Create Test Result,Create a new test result. [See the documentation](https://docs.testmonitor.com/#tag/Test-Results/operation/PostTestResult),false,true,false +testmonitor-find-test-result,Find a Test Result,Retrieve a list of test results. [See the docs here](https://docs.testmonitor.com/#tag/Test-Results/operation/GetTestResultCollection),false,true,true +breathe-create-employee,Create Employee,Creates a new employee in Breathe. [See the documentation](https://developer.breathehr.com/examples#!/employees/POST_version_employees_json),false,true,false +breathe-create-leave-request,Create Leave Request,Creates a new leave request for an employee in Breathe. [See the documentation](https://developer.breathehr.com/examples#!/employees/POST_version_employees_id_leave_requests_json),false,true,false +breathe-approve-or-reject-leave-request,Approve or Reject Leave Request,Approve or reject an employee leave request in Breathe. [See the documentation](https://developer.breathehr.com/examples#!/leave_requests),false,true,false +cloudmersive-validate-email-address,Validate Email Address,The email address to validate.,false,true,true +cloudmersive-screenshot-website,Screenshot Website,"URL address of the website to screenshot. HTTP and HTTPS are both supported, as are custom ports.",false,true,false +cloudmersive-convert-to-pdf,Convert to PDF,"Provide either a file URL or a path to a file in the `/tmp` directory (for example, `/tmp/file.docx`)",false,true,false +langbase-delete-memory,Delete Memory,Delete an existing memory on Langbase. [See the documentation](https://langbase.com/docs/api-reference/memory/delete),true,true,false +langbase-create-memory,Create Memory,Create a new organization memory by sending the memory data. [See the documentation](https://langbase.com/docs/api-reference/memory/create),false,true,false +langbase-list-memories,List Memories,Get a list of memory sets on Langbase. [See the documentation](https://langbase.com/docs/api-reference/memory/list),false,true,true +xendit-create-invoice,Create Invoice,Create a new invoice on Xendit platform [See the documentation](https://developers.xendit.co/api-reference/#create-invoice),false,true,false +xendit-get-payment-status,Get Payment Status,Get the status of a payment request. [See the documentation](https://developers.xendit.co/api-reference/payments-api/#get-payment-request-by-id),false,true,true +xendit-create-payout,Create Payout,Create a new payout on Xendit platform [See the documentation](https://developers.xendit.co/api-reference/#create-payout),false,true,false +commpeak-get-single-number-lookup,Get Single Number Lookup,Perform validation or lookup for a single phone number. [See the documentation](https://lookup.api-docs.commpeak.com/?_gl=1*50xs02*_gcl_au*MTMxMzgzMzA3Ny4xNjk3NTY0NDE3#46bd7a69-dc33-4014-a8de-54c54bdc57d7),false,true,true +commpeak-get-bulk-lookup-results,Get Bulk Lookup Results,Get results for a bulk lookup operation. [See the documentation](https://lookup.api-docs.commpeak.com/?_gl=1*50xs02*_gcl_au*MTMxMzgzMzA3Ny4xNjk3NTY0NDE3#a447e1e8-f0c3-4068-83d7-e761d89c4a38),false,true,true +commpeak-request-bulk-number-lookup,Request Bulk Number Lookup,"Perform a bulk number lookup, to later fetch the results when the operation is finished. [See the documentation](https://lookup.api-docs.commpeak.com/?_gl=1*50xs02*_gcl_au*MTMxMzgzMzA3Ny4xNjk3NTY0NDE3#cda1e4c3-963e-4d9e-b9a7-16b6616bdda5)",false,true,true +commpeak-get-account-info,Get Account Info,Get account information such as balance and tariffs. [See the documentation](https://lookup.api-docs.commpeak.com/?_gl=1*50xs02*_gcl_au*MTMxMzgzMzA3Ny4xNjk3NTY0NDE3#84b40f09-cf1e-4729-a556-4da44c6f6ade),false,true,true +docsumo-upload-document,Upload Document,Upload file using URL or base64 [See the documentation](https://support.docsumo.com/reference/post_api-v1-eevee-apikey-upload-custom).,false,true,false +timetonic-update-row,Update Row,Updates the values within a specified row in a table. [See the documentation](https://timetonic.com/live/apidoc/#api-Smart_table_operations-createOrUpdateTableRow),true,true,false +timetonic-search-rows,Search Rows,Perform a search across table rows based on given criteria. [See the documentation](https://timetonic.com/live/apidoc/#api-Smart_table_operations-listTableRowsById),false,true,true +timetonic-create-row,Create Row,Create a new row within an existing table in TimeTonic. [See the documentation](https://timetonic.com/live/apidoc/#api-Smart_table_operations-createOrUpdateTableRow),false,true,false +timetonic-delete-row,Delete Row,Deletes a row within an existing table in TimeTonic. [See the documentation](https://timetonic.com/live/apidoc/#api-Smart_table_operations-deleteTableRow),true,true,false +heyy-create-contact,Create Contact,Creates a new contact for the business. [See the documentation](https://documenter.getpostman.com/view/27408936/2sA2r3a6DW#a1249b8d-10cf-446a-be35-eb8793ffa967).,false,true,false +heyy-send-whatsapp-message,Send WhatsApp Message,Sends a WhatsApp message to a contact. [See the documentation](https://documenter.getpostman.com/view/27408936/2sa2r3a6dw),false,true,false +heyy-update-contact,Update Contact,Updates the details of a contact under your business. [See the documentation](https://documenter.getpostman.com/view/27408936/2sA2r3a6DW#5a5ee22b-c16e-4d46-ae5d-3844b6501a34).,true,true,false +heyy-upload-file,Upload File,Uploads a file. [See the documentation](https://documenter.getpostman.com/view/27408936/2sA2r3a6DW#67e41b81-318c-4ed0-be78-e92fd39f3530).,false,true,false +vies_api-retrieve-vat-data,Retrieve VAT Data,Get firm data from VIES registry. [See the documentation](https://viesapi.eu/public/rest/index.html#/API/getVIESData),false,true,true +project_broadcast-add-keyword-to-contact,Add Keyword To Contact,Add a keyword to a contact. [See the documentation](https://www.projectbroadcast.com/apidoc/#api-Contacts-Apply_Keyword),false,true,false +project_broadcast-create-contact,Create Contact,Create a new contact. [See the documentation](https://www.projectbroadcast.com/apidoc/#api-Contacts-CreateContact),false,true,false +project_broadcast-broadcast-message,Broadcast Message,Sends a broadcast message to a list of contacts. [See the documentation](https://www.projectbroadcast.com/apidoc/#api-Broadcast_Messages-CreateBroadcastMessage),false,true,false +elorus-delete-tasks,Delete Tasks,Delete a task from Elorus. [See the documentation](https://developer.elorus.com/#operation/tasks_delete),true,true,false +elorus-get-tasks,Get Tasks,Get a list of tasks from Elorus. [See the documentation](https://developer.elorus.com/#operation/tasks_list),false,true,true +elorus-create-task,Create Task,Create a new task in Elorus. [See the documentation](https://developer.elorus.com/#operation/tasks_create),false,true,false +outseta-add-deal,Add Deal,Add a new deal record to CRM. [See the documentation](https://documenter.getpostman.com/view/3613332/outseta-rest-api-v1/7TNfr6k#115dec74-85a4-f825-ff76-f12adddb652c),false,true,false +outseta-add-person,Add Person,Add a person record to CRM. [See the documentation](https://documenter.getpostman.com/view/3613332/outseta-rest-api-v1/7TNfr6k#26b724e6-9a76-2156-c4dd-b40f3d53fc70),false,true,false +outseta-add-account,Add Account,Add account with existing person. [See the documentation](https://documenter.getpostman.com/view/3613332/outseta-rest-api-v1/7TNfr6k#cf32f02d-896c-1835-f4a1-a9c13b3fbd72),false,true,false +google_classroom-list-assignments,List Assignments,Retrieve a list of assignments for a course. [See the documentation](https://developers.google.com/classroom/reference/rest/v1/courses.courseWork/list),false,true,true +google_classroom-get-assignment,Get Assignment,Retrieve information about an assignment. [See the docs here](https://developers.google.com/classroom/reference/rest/v1/courses.courseWork/get),false,true,true +zonka_feedback-list-surveys,List Surveys,List surveys from Zonka Feedback. You can filter surveys based on their status.,false,true,true +zonka_feedback-send-email-survey,Send Email Survey,Send a survey by email. [See docs](https://apidocs.zonkafeedback.com/?version=latest#97c28279-79ce-47e8-ac73-a3077f37631e),false,true,false +zonka_feedback-send-sms-survey,Send SMS Survey,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),false,true,false +adhook-create-calendar-event,Create Calendar Event,Generates a personalized calendar event in AdHook. [See the documentation](https://app.adhook.io/api-doc/),false,true,false +adhook-create-update-post,Create or Update Post,Adds a new post or modifies an existing post in Adhook. [See the documentation](https://app.adhook.io/api-doc/),true,true,false +opensrs-register-domain,Register Domain,Register a new domain. [See the documentation](https://domains.opensrs.guide/docs/sw_register-domain-or-trust_service-).,false,true,false +opensrs-initiate-domain-transfer,Initiate Domain Transfer,Initiate a domain transfer to OpenSRS. [See the documentation](https://domains.opensrs.guide/docs/trade_domain).,false,true,false +opensrs-update-dns-records,Update DNS Records,Update DNS records for a specified domain. [See the documentation](https://domains.opensrs.guide/docs/set_dns_zone-).,true,true,false +youtube_analytics_api-get-video-metrics,Get Video Metrics,Retrieve detailed analytics for a specific video. [See the documentation](https://developers.google.com/youtube/analytics/reference/reports/query),false,true,true +youtube_analytics_api-query-custom-analytics,Query Custom Analytics,"Execute a custom analytics query using specified metrics, dimensions, filters, and date ranges. Requires query parameters to configure. [See the documentation](https://developers.google.com/youtube/analytics/reference/reports/query).",false,true,true +youtube_analytics_api-list-channel-reports,List Channel Reports,Fetch summary analytics reports for a specified youtube channel. Optional filters include date range and report type. [See the documentation](https://developers.google.com/youtube/analytics/reference/reports/query),false,true,true +page_x-add-new-lead,Add New Lead,Create a new lead on PageX CRM. [See the documentation](https://rapidapi.com/thunderhurt/api/pagexcrm),false,true,false +imagga-process-batch,Process Batch of Images,"Analyzes a batch of images for categorization, tagging, or color extraction. [See the documentation](https://docs.imagga.com/)",false,true,false +imagga-analyze-image,Analyze Image,Assign a category to a single image based on its visual content. [See the documentation](https://docs.imagga.com/?shell#categories-categorizer_id),true,true,false +urlbae-shorten-url,Shorten URL,Creates a shorten URL. [See the documentation](https://urlbae.com/developers#shorten-a-link),false,true,false +urlbae-create-qrcode,Create QRCode,Creates a qrcode. [See the documentation](https://urlbae.com/developers#create-a-qr-code),false,true,false +flippingbook-find-flipbook-by-title,Find Flipbook by Title,Locates a specific flipbook using the provided title. [See the documentation](https://apidocs.flippingbook.com/#list-filtered-and-or-paged-publications-in-the-account),false,true,true +flippingbook-create-flipbook,Create Flipbook,Generates a new flipbook from an input PDF file. [See the documentation](https://apidocs.flippingbook.com/#create-a-new-publication-possibly-attaching-a-new-source-file),false,true,false +flippingbook-update-flipbook,Update Flipbook,Edits an existing flipbook by replacing it with a new input PDF file. [See the documentation](https://apidocs.flippingbook.com/#update-the-metadata-for-one-publication-possibly-attaching-a-new-source-file),true,true,false +aftership-get-tracking,Get Tracking,Obtains an existing tracking system,false,true,true +aftership-update-tracking,Update Tracking,Updates an existing tracking. [See the documentation](https://www.aftership.com/docs/api/4/trackings/put-trackings-slug-tracking_number),true,true,false +aftership-create-tracking,Create Tracking,Creates a tracking. [See the documentation](https://www.aftership.com/docs/api/4/trackings/post-trackings),false,true,false +data_axle_platform-search-companies,Search Companies,Find relevant listings in the database. [See the docs here](https://platform.data-axle.com/places/docs/search_api#getting-started),false,true,true +data_axle_platform-get-person-by-id,Get Person,Retrive a specific person by id. [See the docs here](https://platform.data-axle.com/people/docs/search_api#ids-query),false,true,true +reddit-submit-a-comment,Submit a Comment,Submit a new comment or reply to a message. [See the docs here](https://www.reddit.com/dev/api/#POST_api_comment),false,true,false +reddit-submit-a-post,Submit a Post,Create a post to a subreddit. [See the docs here](https://www.reddit.com/dev/api/#POST_api_submit),false,true,false +reddit-search-post,Search Post,Search posts by title. [See the docs here](https://www.reddit.com/dev/api/#GET_search),false,true,false +reddit-list-comments-in-a-post,List Comments in a Post,List comments for a specific post. [See the docs here](https://www.reddit.com/dev/api/#GET_comments_{article}),false,true,true +reddit-list-subreddits-by-query,List Subreddits by Query,List subreddits based on a search criteria. [See the docs here](https://www.reddit.com/dev/api/#GET_subreddits_search),false,true,true +rosette_text_analytics-match-names,Match Names,Compare two names using Rosette. [See the documentation](https://documentation.babelstreet.com/analytics/match-names/name-similarity/match-names),false,true,false +rosette_text_analytics-translate-name,Translate Name,Translate name using Rosette. [See the documentation](https://documentation.babelstreet.com/analytics/match-names/name-translation/translate-names),false,true,false +rosette_text_analytics-extract-entities,Extract Entities,Extract entities from content using Rosette. [See the documentation](https://documentation.babelstreet.com/analytics/text-analytics/entity-extractor/extract-entities),false,true,false +okta-update-user,Update User,Updates the profile of a specific user in the Okta system. [See the documentation](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/User/#tag/User/operation/updateUser),true,true,false +okta-create-user,Create User,Creates a new user in the Okta system. [See the documentation](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/User/#tag/User/operation/createUser),false,true,false +okta-get-user,Get User,Fetches the information of a specific user from the Okta system. [See the documentation](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/User/#tag/User/operation/getUser),false,true,true +lnk_bio-delete-link,Delete Link,Deletes an existing link in lnk.bio. [See the documentation](https://app.swaggerhub.com/apis/lnkbio/Lnk.Bio/0.0.2),true,true,false +lnk_bio-create-link,Create Link,Creates a new link on your lnk.bio profile which will immediately publish and appear on top of your existing links. [See the documentation](https://app.swaggerhub.com/apis/lnkbio/Lnk.Bio/0.0.2),false,true,false +datadog-post-metric-data,Post Metric Data,The metrics end-point allows you to post time-series data that can be graphed on Datadog,false,true,false +universal_summarizer_by_kagi-summarize-document,Summarize Document,Summarizes the content of a URL. [See the documentation](https://help.kagi.com/kagi/api/summarizer.html#summarize-document),false,true,true +sitespeakai-send-query,Send Query,Queries your chatbot and returns the answer and URLs used to find the answer. [See the documentation](https://api-docs.sitespeak.ai/reference/api-reference/query),false,true,false +bugsnag-update-error-severity,Update Error Severity,Update an the severity status of an error in Bugsnag. [See the documentation](https://bugsnagapiv2.docs.apiary.io/#reference/errors/errors/update-an-error),true,true,false +bugsnag-create-project,Create Project,Create a new project for a specific organization in Bugsnag. [See the documentation](https://bugsnagapiv2.docs.apiary.io/#reference/projects/projects/create-a-project-in-an-organization),false,true,false +confluence-create-page,Create Page,Creates a new page in the space. [See the documentation](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page/#api-pages-post),false,true,false +confluence-get-pages-in-space,Get Pages in Space,Retrieve a list of pages in a space. [See the documentation](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page/#api-spaces-id-pages-get),false,true,true +confluence-create-post,Create Post,Creates a new page or blog post on Confluence. [See the documentation](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-blog-post/#api-blogposts-post),false,true,false +confluence-get-page-by-id,Get Page by ID,Retrieve a page by its ID. [See the documentation](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page/#api-pages-id-get),false,true,true +confluence-get-pages,Get Pages,Retrieve a list of pages. [See the documentation](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page/#api-pages-get),false,true,true +confluence-update-post,Update a Post,Updates a page or blog post on Confluence by its ID. [See the documentation](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-blog-post/#api-blogposts-id-put),true,true,false +confluence-delete-post,Delete Post,"Removes a blog post from Confluence by its ID. Use with caution, the action is irreversible. [See the documentation](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-blog-post/#api-blogposts-id-delete)",true,true,false +confluence-search-content,Search Content,Searches for content using the Confluence Query Language (CQL). [See the documentation](https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-search#api-wiki-rest-api-search-get),false,true,true +data_police_uk-obtain-crime-outcomes,Obtain Crime Outcomes,Access the specific outcomes of reported crimes within a given location and date range. [See the docs here](https://data.police.uk/docs/method/outcomes-at-location/),false,true,false +data_police_uk-retrieve-crime-data,Retrieve Crime Data,Obtain crime data for a specific location and date range. [See the docs here](https://data.police.uk/docs/method/crime-street/),false,true,true +data_police_uk-fetch-forces,Fetch Forces,Get a list of police forces and contact information within a particular area. [See the docs here](https://data.police.uk/docs/method/force),false,true,true +decision_journal-create-decision,Create Decision,Creates a new decision in the Decision Journal. [See the documentation](https://openpm.ai/apis/decision-journal#/decisions),false,true,false +decision_journal-update-decision,Update Decision,Updates an existing decision. [See the documentation](https://openpm.ai/apis/decision-journal#/decisions/{decisionId}),true,true,false +decision_journal-create-review-decision,Create Review Decision,Creates a review for a decision in Decision Journal. [See the documentation](https://openpm.ai/apis/decision-journal#/decisions/{decisionId}/reviews),false,true,false +leaddyno-retrieve-lead,Retrieve Lead,Retrieves information about a lead from LeadDyno. [See the documentation](https://app.theneo.io/leaddyno/leaddyno-rest-api/leads/retrieve-a-lead-by-id),false,true,true +leaddyno-create-affiliate,Create Affiliate,Creates a new affiliate in LeadDyno. [See the documentation](https://app.theneo.io/leaddyno/leaddyno-rest-api/affiliates/post-affiliates),false,true,false +leaddyno-create-purchase,Create Purchase,Creates a new purchase in LeadDyno. [See the documentation](https://app.theneo.io/leaddyno/leaddyno-rest-api/purchases/post-purchases),false,true,false +leaddyno-create-lead,Create Lead,Creates a new lead in LeadDyno. [See the documentation](https://app.theneo.io/leaddyno/leaddyno-rest-api/leaddyno-api#POSTCreate-a-lead),false,true,false +sharepoint-create-list,Create List,Create a new list in Microsoft Sharepoint. [See the documentation](https://learn.microsoft.com/en-us/graph/api/list-create?view=graph-rest-1.0&tabs=http),false,true,false +sharepoint-create-item,Create Item,Create a new item in Microsoft Sharepoint. [See the documentation](https://learn.microsoft.com/en-us/graph/api/listitem-create?view=graph-rest-1.0&tabs=http),false,true,false +sharepoint-download-file,Download File,Download a Microsoft Sharepoint file to the /tmp directory. [See the documentation](https://learn.microsoft.com/en-us/graph/api/driveitem-get-content?view=graph-rest-1.0&tabs=http),false,true,true +sharepoint-update-item,Update Item,Updates an existing item in Microsoft Sharepoint. [See the documentation](https://learn.microsoft.com/en-us/graph/api/listitem-update?view=graph-rest-1.0&tabs=http),true,true,false +jina_reader-convert-to-llm-friendly-input,Convert URL To LLM-Friendly Input,Converts a provided URL to an LLM-friendly input using Jina Reader. [See the documentation](https://github.com/jina-ai/reader),false,true,true +uberduck-generate-lyrics,Generate Lyrics,Generates lyrics using a specified voice model. [See the documentation](https://docs.uberduck.ai/reference/generate-lyrics),false,true,false +uberduck-get-voice-samples,Get Voice Samples,Get voice samples for a specific voice model. [See the documentation](https://docs.uberduck.ai/reference/list-voice-samples),false,true,true +uberduck-get-voices,Get Voices,List voices available in Uberduck. [See the documentation](https://docs.uberduck.ai/reference/list-voices),false,true,true +assemblyai-transcribe-audio,Transcribe Audio,Create a transcript from a media file that is accessible via a URL. [See the documentation](https://www.assemblyai.com/docs/api-reference/transcripts/submit),false,true,false +assemblyai-get-transcription,Get Transcription,Fetches a specific transcribed result from the AssemblyAI API. [See the documentation](https://www.assemblyai.com/docs/api-reference/transcripts/get),false,true,true +assemblyai-create-captions,Create Captions,"Export your completed transcripts in SRT (srt) or VTT (vtt) format, which can be used for subtitles and closed captions in videos. [See the documentation](https://www.assemblyai.com/docs/api-reference/transcripts/get-subtitles)",true,true,false +papersign-copy-document,Copy Document,Duplicates a given document. [See the documentation](https://paperform.readme.io/reference/papersigncopydocument),false,true,false +papersign-send-document,Send Document,Dispatches a document to a specified recipient. [See the documentation](https://paperform.readme.io/reference/papersignsenddocument),false,true,false +papersign-get-document,Get Document,Retrieve a document using a specified ID. [See the documentation](https://paperform.readme.io/reference/getpapersigndocument),false,true,true +boldsign-send-document-template,Send Document Using Template,Send documents for e-signature using a BoldSign template. [See the documentation](https://developers.boldsign.com/documents/send-document-from-template/?region=us),false,true,false +zenscrape-get-credit-status,Get Credit Status,Retrieve the number of remaining credits in Zenscrape. [See the documentation](https://app.zenscrape.com/documentation),false,true,true +zenscrape-get-website-content,Get Website Content,Retrieve the content of a website. [See the documentation](https://app.zenscrape.com/documentation),false,true,true +zoho_assist-get-session-reports,Get Session Reports,Fetch the reports of previously conducted sessions. [See the documentation](https://www.zoho.com/assist/api/getsessionreports.html),false,true,true +zoho_assist-create-session,Create Session,Create a remote support or screen sharing session. [See the documentation](https://www.zoho.com/assist/api/createasession.html),false,true,false +zoho_assist-schedule-session,Schedule Session,Schedule a remote support session. [See the documentation](https://www.zoho.com/assist/api/schedulesession.html),false,true,false +wachete-create-monitor,Create Monitor,Creates a new monitor for a specific website or web page. [See the documentation(https://api.wachete.com/swagger/ui/index/index.html),true,true,false +wachete-fetch-monitor-data,Fetch Monitor Data,Retrieves data from a monitored website or web pages. [See the documentation(https://api.wachete.com/swagger/ui/index/index.html),false,true,true +wachete-delete-monitor,Delete Monitor,Removes an existing monitor for a specific website or web page. [See the documentation(https://api.wachete.com/swagger/ui/index/index.html),true,true,false +chartmogul-add-tags-via-uuid,Add Tags To Customer Via UUID,Adds tags to a given customer. [See the docs here](https://dev.chartmogul.com/reference/add-tags-to-customer),false,true,false +chartmogul-create-customer,Create Customer,Creates a `customer` object in ChartMogul under the specified `data_source` [See the docs here](https://dev.chartmogul.com/reference/create-customer),false,true,false +chartmogul-retrieve-customer-count,Retrieve Customer Count,"Retrieves the number of active customers, for the specified time period. [See the docs here](https://dev.chartmogul.com/reference/retrieve-customer-count)",false,true,true +chartmogul-search-customers-via-email,Search Customers Via Email,Returns a list of all `customer` objects with the specified email address in your ChartMogul account. [See the docs here](https://dev.chartmogul.com/reference/search-for-customers),false,true,true +chartmogul-add-custom-attributes-via-uuid,Add Custom Attributes To Customer Via UUID,Adds custom attributes to a given customer. [See the docs here](https://dev.chartmogul.com/reference/add-custom-attributes-to-customer),false,true,false +chartmogul-retrieve-customer-profile,Retrieve Customer Profile,Retrieves a customer object from your ChartMogul account. [See the docs here](https://dev.chartmogul.com/reference/retrieve-customer),false,true,true +chartmogul-retrieve-mrr,Retrieve Monthly Recurring Revenue (MRR),"Retrieves the Monthly Recurring Revenue (MRR), for the specified time period. [See the docs here](https://dev.chartmogul.com/reference/retrieve-mrr)",false,true,true +chartmogul-update-customer,Update Customer,Updates certain modifiable attributes of a `customer` object in your ChartMogul account. [See the docs here](https://dev.chartmogul.com/reference/update-a-customer),true,true,false +chartmogul-retrieve-asp,Retrieve Average Sale Price ASP,"Retrieves the Average Sale Price (ASP), for the specified time period. [See the docs here](https://dev.chartmogul.com/reference/retrieve-asp)",false,true,true +chartmogul-merge-customers,Merge Customers,Accepts details of two customer objects that you want to merge. [See the docs here](https://dev.chartmogul.com/reference/merge-customers),false,true,false +chartmogul-add-tags-via-email,Add Tags To Customer Via Email,Adds tags to customers that have the specified email address. [See the docs here](https://dev.chartmogul.com/reference/add-tags-to-customers-with-email),false,true,false +chartmogul-search-customers-via-external-id,Search Customers Via External Id,Returns a list of all `customer` objects with the specified `external_id` in your ChartMogul account. [See the docs here](https://dev.chartmogul.com/reference/list-customers),false,true,true +chartmogul-retrieve-ltv,Retrieve Customer Lifetime Value,"Retrieves the Customer Lifetime Value (LTV), for the specified time period. [See the docs here](https://dev.chartmogul.com/reference/retrieve-ltv)",false,true,true +chartmogul-retrieve-all-key-metrics,Retrieve All Key Metrics,"Retrieves all key metrics, for the specified time period. [See the docs here](https://dev.chartmogul.com/reference/retrieve-all-key-metrics)",false,true,true +chartmogul-retrieve-customer-churn-rate,Retrieve Customer Churn Rate,"Retrieves the Customer Churn Rate, for the specified time period. [See the docs here](https://dev.chartmogul.com/reference/retrieve-customer-churn-rate)",false,true,true +chartmogul-add-custom-attributes-via-email,Add Custom Attributes To Customer Via Email,Adds custom attributes to customers that have the specified email address. [See the docs here](https://dev.chartmogul.com/reference/add-custom-attributes-to-customers-with-email),false,true,false +chartmogul-retrieve-arpa,Retrieve Average Revenue Per Account (ARPA),"Retrieves the Average Revenue Per Account (ARPA), for the specified time period. [See the docs here](https://dev.chartmogul.com/reference/retrieve-arpa)",false,true,true +chartmogul-retrieve-mrr-churn-reate,Retrieve MRR Churn Rate,"Retrieves the Net MRR Churn Rate, for the specified time period. [See the docs here](https://dev.chartmogul.com/reference/retrieve-mrr-churn-rate)",false,true,true +chartmogul-retrieve-arr,Retrieve ARR,"Retrieves the Annualized Run Rate (ARR), for the specified time period. [See the docs here](https://dev.chartmogul.com/reference/retrieve-arr)",false,true,true +ftrack-get-task-info,Get Task Info,Get information about a task. [See the documentation](https://help.ftrack.com/en/articles/1040498-operations#query),false,true,true +ftrack-list-schemas,List Schemas,List all schemas. [See the documentation](https://help.ftrack.com/en/articles/1040498-operations#query-schemas),false,true,true +ftrack-update-task,Update Task,Update attributes of a task. [See the documentation](https://help.ftrack.com/en/articles/1040498-operations#update),true,true,false +convenia-create-leave-of-absence-for-employee,Create Leave Of Absence For Employee,Creates a new leave of absence for an employee. [See the documentation](https://docs--api-convenia-com-br.translate.goog/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en&_x_tr_pto=wapp),false,true,false +spotlightr-delete-videos,Delete Videos,Delete videos from your account. [See the documentation](https://app.spotlightr.com/docs/api/#deleteVideo),true,true,false +spotlightr-create-video,Create Video,Create a video in an application. [See the documentation](https://app.spotlightr.com/docs/api/#create-video),false,true,false +bright_data-scrape-website,Scrape Website,Scrape a website and return the HTML. [See the documentation](https://docs.brightdata.com/api-reference/web-scraper-api/synchronous-requests),true,true,false +bright_data-unlock-website,Unlock Website,"Send an API call to a URL and get the HTML back. Enables you to bypass anti-bot measures, manages proxies, and solves CAPTCHAs automatically for easier web data collection. [See the documentation](https://docs.brightdata.com/api-reference/rest-api/unlocker/unlock-website)",true,true,false +bright_data-scrape-serp,Scrape SERP,Extract search engine results using Bright Data SERP API. [See the documentation](https://docs.brightdata.com/api-reference/rest-api/serp/scrape-serp),false,true,true +booqable-create-customer,Create Customer,Create a new customer in Booqable. [See the documentation](https://developers.booqable.com/#create-a-new-customer),false,true,false +booqable-update-customer,Update Customer,Updates the details of an existing customer in Booqable. [See the documentation](https://developers.booqable.com/#update-customer),true,true,false +ticktick-list-projects,List Projects,List all projects in a TickTick account. [See the documentation](https://developer.ticktick.com/api#/openapi?id=get-user-project),false,true,true +ticktick-create-task,Create a Task,Create a Task. [See the documentation](https://developer.ticktick.com/api#/openapi?id=create-a-task),false,true,false +ticktick-complete-task,Complete a Task,Complete a Task. [See the documentation](https://developer.ticktick.com/api#/openapi?id=complete-task),false,true,false +ticktick-update-task,Update a Task,Update a Task. [See documentation](https://developer.ticktick.com/api#/openapi?id=update-a-task),true,true,false +sitecreator_io-delete-site,Delete Site,Deletes an existing website. [See the docs here](http://api-doc.sitecreator.io/#tag/Site/operation/deleteSite),true,true,false +sitecreator_io-create-site,Create Site,Create a new website. [See the docs here](http://api-doc.sitecreator.io/#tag/Site/operation/postSite),false,true,false +picky_assist-send-message,Send Message,Sends a message. [See docs here](https://help.pickyassist.com/api-documentation-v2/push-api/sending-single-message-push),false,true,false +qdrant-get-points,Get Points,Get points by IDs from a collection.,false,true,true +qdrant-search-points,Search Points,Performs a semantic search on the Qdrant collection.,false,true,true +qdrant-upsert-point,Upsert Point,Adds a point to the Qdrant collection.,true,true,false +qdrant-delete-points,Delete Points,Deletes one or more points by ID/filter in a Qdrant collection.,true,true,false +transloadit-cancel-assembly,Cancel Assembly,Cancel a running assembly by its assembly ID. Useful for aborting processing jobs that are no longer needed. [See the documentation](https://transloadit.com/docs/api/assemblies-assembly-id-delete/),true,true,false +transloadit-get-assembly-status,Get Assembly Status,Retrieve the current status and results of an existing assembly. [See the documentation](https://transloadit.com/docs/api/assemblies-assembly-id-get/),false,true,true +transloadit-create-assembly,Create Assembly,Create a new assembly to process files using a specified template and steps. [See the documentation](https://transloadit.com/docs/api/assemblies-post/),false,true,false +zoom_admin-delete-cloud-recording,Delete Cloud Recording,Remove a recording from a meeting or webinar. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/cloud-recording/recordingdeleteone),true,true,false +zoom_admin-end-meeting,End meeting,End a meeting for a user. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingstatus),true,true,false +zoom_admin-update-meeting,Update a meeting,Update the details of a meeting. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingupdate),true,true,false +zoom_admin-delete-webinar-panelist,Delete webinar panelist,Remove a panelist from a webinar. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinarpanelistdelete),true,true,false +zoom_admin-list-cloud-recordings,List Cloud Recordings,Search cloud recordings from a meeting or webinar. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/cloud-recording/recordingslist),false,true,true +zoom_admin-list-webinar-participants,List Webinar Participants,Use this API to list all the participants who attended a webinar hosted in the past. [See the documentation](https://developers.zoom.us/docs/api/rest/reference/zoom-api/methods/#operation/listWebinarParticipants),false,true,true +zoom_admin-update-webinar-registrant-status,Update Webinar Registrant Status,Update registrant status for a webinar. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingregistrantstatus),true,true,false +zoom_admin-list-webinar-registrants,List webinar registrants,List all users that have registered for a webinar. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinarregistrants),false,true,true +zoom_admin-delete-meeting,Delete meeting,Delete a meeting. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingdelete),true,true,false +zoom_admin-list-meeting-registrants,List meeting registrants,List all users who have registered for a meeting. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingregistrants),false,true,true +zoom_admin-create-webinar,Create Webinar,Create a webinar for an user. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinarcreate),false,true,false +zoom_admin-list-users,List users,List all users. [See the documentation](https://developers.zoom.us/docs/api/users/#tag/users/GET/users),false,true,true +zoom_admin-list-webinars,List Webinars,List all webinars for a user. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinars),false,true,true +zoom_admin-get-meeting,Get Meeting,Retrieve the details of a meeting. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meeting),false,true,true +zoom_admin-list-account-call-logs,List Account Call Logs,Returns an account,false,true,true +zoom_admin-list-meetings,List meetings,List all meetings. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetings),false,true,true +zoom_admin-update-webinar,Update Webinar,Update the details of a webinar. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinarupdate),true,true,false +zoom_admin-get-meeting-recordings,Get meeting recordings,Get all recordings of a meeting. [See the documentation](https://developers.zoom.us/docs/api/meetings/#tag/cloud-recording/GET/meetings/{meetingId}/recordings),false,true,true +zoom_admin-list-user-cloud-recordings,List User Cloud Recordings,Search cloud recordings from a user. [See the documentation](https://developers.zoom.us/docs/api/users/#tag/users/GET/users/{userId}/recordings),false,true,true +zoom_admin-list-past-meeting-participants,List Past Meeting Participants,List all participants of a past meeting. [See the documentation](https://developers.zoom.us/docs/api/meetings/#tag/meetings/GET/past_meetings/{meetingId}/participants),false,true,true +zoom_admin-add-meeting-registrant,Add meeting registrant,Register a participant for a meeting. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingregistrantcreate),false,true,false +zoom_admin-get-meeting-transcript,Get Meeting Transcript,Get the transcript of a meeting. [See the documentation](https://developers.zoom.us/docs/api/meetings/#tag/cloud-recording/get/meetings/{meetingId}/transcript),false,true,true +zoom_admin-delete-webinar,Delete webinar,Delete a webinar. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinardelete),true,true,false +zoom_admin-create-meeting,Create a meeting,Create a new room in zoom. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingcreate),false,true,false +zoom_admin-add-webinar-panelist,Add webinar panelist,Register a panelist for a webinar. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinarpanelistcreate),false,true,false +zoom_admin-add-webinar-registrant,Add webinar registrant,Register a participant for a webinar. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinarregistrantcreate),false,true,false +zoom_admin-get-webinar,Get Webinar,Retrieve the details of a webinar. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinar),false,true,true +vivocalendar-create-customer,Create Customer,Creates a new customer. [See the documentation](https://app.vivocalendar.com/api-docs/index.html),false,true,false +vivocalendar-create-appointment,Create Appointment,Creates a new appointment. [See the documentation](https://app.vivocalendar.com/api-docs/index.html),false,true,false +vivocalendar-cancel-appointment,Cancel Appointment,Cancels an appointment. [See the documentation](https://app.vivocalendar.com/api-docs/index.html),true,true,false +dayschedule-create-event,Create Event,Add a new event to the DaySchedule. [See the documentation](https://dayschedule.com/docs/api#tag/Resources/operation/ResourceController_createResource),false,true,false +dayschedule-delete-event,Delete Event,Remove an existing event from the DaySchedule. [See the documentation](https://dayschedule.com/docs/api#tag/Resources/operation/ResourceController_deleteResource),true,true,false +dayschedule-update-event,Update Event,Modify an existing event in the DaySchedule. [See the documentation](https://dayschedule.com/docs/api#tag/Resources/operation/ResourceController_updateResource),true,true,false +sendfox_personal_access_token-create-contact,Create contact,Creates new contact,false,true,false +loyverse-get-customer,Get Customer(s),Retrieves details of one or more customers. [See the documentation](https://developer.loyverse.com/docs/#tag/Customers/paths/~1customers/get),false,true,true +loyverse-generate-receipt-items,Generate Receipt Items,Generates the data for items to use in a receipt. [See the documentation](https://developer.loyverse.com/docs/#tag/Receipts/paths/~1receipts/post),false,true,false +loyverse-update-inventory-levels,Update Inventory Levels,Batch updates the inventory levels for specific item variants. [See the documentation](https://developer.loyverse.com/docs/#tag/Inventory/paths/~1inventory/post),true,true,false +loyverse-create-receipt,Create Receipt,Creates a new receipt for a specific store. [See the documentation](https://developer.loyverse.com/docs/#tag/Receipts/paths/~1receipts/post),false,true,false +craftmypdf-create-editor-session,Create Editor Session,Create a new PDF editor session. The PDF editor url can be embedded into an IFrame. [See the documentation](https://craftmypdf.com/docs/index.html#tag/Template-Management-API/operation/delete-template),true,true,false +craftmypdf-merge-pdf,Merge PDF,Create a PDF file from multiple templates. It merges all the PDFs into one. [See the documentation](https://craftmypdf.com/docs/index.html#tag/PDF-Generation-API/operation/create-merge),false,true,false +craftmypdf-create-pdf,Create PDF,Create a new pdf. [See the documentation](https://craftmypdf.com/docs/index.html#tag/PDF-Generation-API/operation/create),false,true,false +craftmypdf-create-image,Create Image,Create a new image. [See the documentation](https://craftmypdf.com/docs/index.html#tag/PDF-Generation-API/operation/create-parallel),false,true,false +amazon_ses-update-email-template,Update Email Template,Update an email template. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/updateemailtemplatecommand.html),true,true,false +amazon_ses-create-email-template,Create Email Template,Create a HTML or a plain text email template. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/createemailtemplatecommand.html),false,true,false +amazon_ses-send-email,Send Email,Send an email using Amazon SES. Supports simple email messaging. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/sendemailcommand.html),false,true,false +amazon_ses-send-templated-email,Send Templated Email,Send an email replacing the template tags with values using Amazon SES. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/sendtemplatedemailcommand.html),false,true,false +amazon_ses-get-email-template,Get Email Template,Get an email template. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/getemailtemplatecommand.html),false,true,true +stiply-send-sign-request,Send Sign Request,Send a sign request to a recipient. [See the documentation](https://app.stiply.nl/api-documentation/v2#tag/sign-requests/operation/SendSignRequest),false,true,false +gravity_forms-create-entry,Create Entry,Creates a new entry in a Gravity Forms form. [See the documentation](https://docs.gravityforms.com/creating-entries-with-the-rest-api-v2/),false,true,false +microsofttodo-create-task,Create Task,Create a new task in Microsoft To Do. [See the documentation](https://learn.microsoft.com/en-us/graph/api/todotasklist-post-tasks).,false,true,false +microsofttodo-create-list,Create List,Create a new task list in Microsoft To Do. [See the documentation](https://learn.microsoft.com/en-us/graph/api/todo-post-lists).,false,true,false +microsofttodo-list-tasks,List Tasks,List tasks in Microsoft To Do. [See the documentation](https://learn.microsoft.com/en-us/graph/api/todotasklist-list-tasks).,false,true,true +microsofttodo-update-task,Update Task,Updates an existing task in Microsoft To Do. [See the documentation](https://learn.microsoft.com/en-us/graph/api/todotask-update).,true,true,false +azure_sql-insert-row,Insert Row,Inserts a new row in a table. [See the documentation](https://learn.microsoft.com/en-us/sql/t-sql/statements/insert-transact-sql?view=azuresqldb-current),false,true,false +azure_sql-execute-query,Execute Query,Executes a SQL query and returns the results. [See the documentation](https://learn.microsoft.com/en-us/sql/t-sql/queries/select-transact-sql?view=azuresqldb-current),false,true,false +azure_sql-execute-raw-query,Execute SQL Query,Execute a custom SQL query. See [our docs](https://pipedream.com/docs/databases/working-with-sql) to learn more about working with SQL in Pipedream.,false,true,false +brillium-list-respondent-results,List Respondent Results,Retrieves results for a respondent. [See the documentation](https://support.brillium.com/en-us/knowledgebase/article/KA-01073),false,true,true +brillium-list-topics,List Topics,Retrieve all Topics for an Assessment. [See the documentation](https://support.brillium.com/en-us/knowledgebase/article/KA-01063),false,true,true +brillium-list-questions,List Questions,Retrieve all Questions for an Assessment. [See the documentation](https://support.brillium.com/en-us/knowledgebase/article/KA-01071),false,true,true +brillium-list-respondents,List Respondents,Retrieve all Respondents for a Brillium account. [See the documentation](https://support.brillium.com/en-us/knowledgebase/article/KA-01061),false,true,true +brillium-list-assessments,List Assessments,Retrieve all Assessments for a Brillium account. [See the documentation](https://support.brillium.com/en-us/knowledgebase/article/KA-01063),false,true,true +mailboxvalidator-validate-email,Validate Email,Validate an email address [See docs here](https://www.mailboxvalidator.com/api-single-validation),false,true,true +discourse-create-post,Create Post,Creates a post. [See docs here](https://docs.discourse.org/#tag/Posts/operation/createTopicPostPM),false,true,false +discourse-create-topic,Create Topic,Creates a topic. [See docs here](https://docs.discourse.org/#tag/Topics/operation/createTopicPostPM),false,true,false +constant_contact-add-contact,Add Contact,Add a single contact. [See the documentation](https://developer.constantcontact.com/api_reference/index.html#!/Contacts/createContact),false,true,false +constant_contact-update-contact,Update Contact,Update an existing contact. [See the documentation](https://developer.constantcontact.com/api_reference/index.html#!/Contacts/putContact),true,true,false +constant_contact-delete-contact,Remove Contact,Delete a specific contact identified by contact_id. [See the documentation](https://developer.constantcontact.com/api_reference/index.html#!/Contacts/deleteContact),true,true,false +botcake-update-keyword,Update Keyword,Update the Keyword with the specified ID. [See the documentation](https://docs.botcake.io/english/api-reference#update-keyword),true,true,false +botcake-get-tools,Get Tools,Get a list of tools associated with the specified page. [See the documentation](https://docs.botcake.io/english/api-reference#get-tools),false,true,true +botcake-create-keyword,Create Keyword,Create a new Keyword. [See the documentation](https://docs.botcake.io/english/api-reference#create-keyword),false,true,false +spider-scrape-new-page,Scrape New Page,Initiates a new page scrape (crawl). [See the documentation](https://spider.cloud/docs/api#crawl-website),false,true,false +helpdocs-list-articles,List Articles,Retrieve a list of articles from your HelpDocs knowledge base. [See the documentation](https://apidocs.helpdocs.io/article/OqvaxRMHgN-getting-articles),false,true,true +helpdocs-get-article-versions,Get Article Versions,Retrieve version history and details for a specific article in your knowledge base. [See the documentation](https://apidocs.helpdocs.io/article/c3svl5hvb2-getting-article-versions),false,true,true +helpdocs-delete-article,Delete Article,Delete an article from your HelpDocs knowledge base. [See the documentation](https://apidocs.helpdocs.io/article/0iyvUUh7py-deleting-an-article),true,true,false +helpdocs-get-article,Get Article,Retrieve a specific article from your HelpDocs knowledge base. [See the documentation](https://apidocs.helpdocs.io/article/lc6AVtLvrv-getting-a-single-article),false,true,true +helpdocs-get-category,Get Category,Retrieve a category from your HelpDocs knowledge base. [See the documentation](https://apidocs.helpdocs.io/article/FCRNPUXm3i-getting-a-single-category),false,true,true +helpdocs-create-article,Create Article,Create a new article in your HelpDocs knowledge base. [See the documentation](https://apidocs.helpdocs.io/article/8Y2t6NVxeU-creating-an-article),false,true,false +helpdocs-search-articles,Search Articles,Search for articles in your HelpDocs knowledge base. [See the documentation](https://apidocs.helpdocs.io/article/If1U9NNUpT-searching-for-articles),false,true,true +helpdocs-create-category,Create Category,Create a new category in your HelpDocs knowledge base to organize articles. [See the documentation](https://apidocs.helpdocs.io/article/i5gdcZ7b9s-creating-a-category),false,true,false +helpdocs-list-categories,List Categories,Retrieve a list of all categories in your HelpDocs knowledge base. [See the documentation](https://apidocs.helpdocs.io/article/hKlKgQuQgs-getting-categories),false,true,true +helpdocs-delete-category,Delete Category,Delete a category from your HelpDocs knowledge base. [See the documentation](https://apidocs.helpdocs.io/article/Hw8fVbXt1V-deleting-a-category),true,true,false +helpdocs-generate-chatbot-source-page,Generate Chatbot Source Page,The chatbot source page feature allows you to generate a comprehensive list of all your Knowledge Base articles that can be fed directly to your chatbot. This makes it easy to leverage your existing documentation to power AI assistants and help your customers find answers quickly. [See the documentation](https://apidocs.helpdocs.io/article/4xha228dwf-generating-a-chatbot-source-page),false,true,true +superphone-send-message,Send Message,Send a message to a contact. [See the documentation](https://api.superphone.io/docs/mutation.doc.html),false,true,false +superphone-update-contact,Update Contact,Update an existing contact. [See the documentation](https://api.superphone.io/docs/mutation.doc.html),true,true,false +superphone-create-new-contact,Create New Contact,Create a new contact. [See the documentation](https://api.superphone.io/docs/mutation.doc.html),false,true,false +documerge-combine-files,Combine Files,Merges multiple user-specified files into a single PDF or DOCX. [See the documentation](https://app.documerge.ai/api-docs/#tools-POSTapi-tools-combine),false,true,false +documerge-get-document-fields,Get Document Fields,Extracts and returns data from fields in a given document. [See the documentation](https://app.documerge.ai/api-docs/#documents-GETapi-documents-fields--document_id-),false,true,true +documerge-convert-file-to-pdf,Convert File to PDF,Converts a specified file into a PDF. [See the documentation](https://app.documerge.ai/api-docs/#tools-POSTapi-tools-pdf-convert),false,true,true +zoom-update-meeting,Update Meeting,Updates an existing Zoom meeting,true,true,false +zoom-list-webinar-participants-report,List Webinar Participants Report,Retrieves detailed report on each webinar attendee. You can get webinar participant reports for the last 6 months. [See the docs here](https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/reportWebinarParticipants).,false,true,true +zoom-list-past-webinar-qa,List Past Webinar Q&A,"The feature for Webinars allows attendees to ask questions during the Webinar and for the panelists, co-hosts and host to answer their questions. Use this API to list Q&A of a specific Webinar.",false,true,true +zoom-get-meeting-details,Get Meeting Details,Retrieves the details of a meeting.,false,true,true +zoom-create-user,Create User,Creates a new user in your account.,false,true,false +zoom-get-webinar-details,Get Webinar Details,Gets details of a scheduled webinar. [See the docs here](https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/webinar).,false,true,true +zoom-send-chat-message,Send Chat Message,Send chat messages on Zoom to either an individual user who is in your contact list or to a of which you are a member.,false,true,false +zoom-update-webinar,Update Webinar,Update a webinar,true,true,false +zoom-list-user-call-logs,List User,Gets a user,false,true,true +zoom-list-channels,List Channels,List a user,false,true,true +zoom-list-past-meeting-participants,List Past Meeting Participants,Retrieve information on participants from a past meeting. [See the docs here](https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/pastMeetingParticipants).,false,true,true +zoom-add-meeting-registrant,Add Meeting Registrant,Registers a participant for a meeting. [See the docs here](https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/meetingRegistrantCreate),false,true,false +zoom-list-call-recordings,List Call Recordings,Get your account,false,true,true +zoom-view-user,View User,View your user information,false,true,true +zoom-get-meeting-transcript,Get Meeting Transcript,Get the transcript of a meeting. [See the documentation](https://developers.zoom.us/docs/api/meetings/#tag/cloud-recording/get/meetings/{meetingId}/transcript),false,true,true +zoom-create-meeting,Create Meeting,Creates a meeting for a user. A maximum of 100 meetings can be created for a user in a day.,false,true,false +zoom-add-webinar-registrant,Add Webinar Registrant,Registers a participant for a webinar. [See the docs here](https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinarregistrantcreate).,false,true,false +zoom-delete-user,Delete User,Disassociates (unlinks) a user from the associated account or permanently deletes a user.,true,true,false +google_my_business-create-post,Create Post,"The [topic type of the local post](https://developers.google.com/my-business/reference/rest/v4/accounts.locations.localPosts#LocalPostTopicType), which is used to select different templates to create and render a post.",false,true,false +google_my_business-get-specific-review,Get a Specific Review,,false,true,true +google_my_business-create-update-reply-to-review,Create or Update Reply to Review,The body of the reply as plain text with markups. The maximum length is 4096 bytes.,true,true,false +google_my_business-list-posts,List Posts,,false,true,true +google_my_business-list-all-reviews,List All Reviews,,false,true,true +google_my_business-get-reviews-multiple-locations,Get Reviews from Multiple Locations,One or more locations to get reviews from,false,true,true +wati-add-contact,Add Contact,Adds a new contact on the WATI platform. [See the documentation](https://docs.wati.io/reference/post_api-v1-addcontact-whatsappnumber),false,true,false +wati-send-template-message,Send WhatsApp Template Message,Enables sending of WhatsApp messages using a pre-approved template. [See the documentation](https://docs.wati.io/reference/post_api-v2-sendtemplatemessage),true,true,false +wati-update-contact-attribute,Update Contact Attribute,Allows updating attributes/tags related to an existing contact. [See the documentation](https://docs.wati.io/reference/post_api-v1-updatecontactattributes-whatsappnumber),true,true,false +codacy-list-integrations,List Integrations,List integrations on Codacy. [See the documentation](https://api.codacy.com/api/api-docs?http#listuserintegrations),false,true,true +codacy-list-organizations,List Organizations,List organizations for the authenticated user. [See the documentation](https://api.codacy.com/api/api-docs#listorganizations),false,true,true +codacy-delete-integration,Delete Integration,Delete integration for the authenticated user. [See the documentation](https://api.codacy.com/api/api-docs?http#deleteintegration),true,true,false +codacy-get-user,Get Authenticated User,Get the authenticated user on Codacy. [See the documentation](https://api.codacy.com/api/api-docs#getuser),false,true,true +pandadoc-list-contacts,List Contacts,List all contacts within an account. [See the documentation here](https://developers.pandadoc.com/reference/list-contacts),false,true,true +pandadoc-list-folders,List Folders,List folders which contain Documents. [See the documentation here](https://developers.pandadoc.com/reference/list-documents-folders),false,true,true +pandadoc-create-folder,Create Folder,Create a new folder to store your documents. [See the documentation here](https://developers.pandadoc.com/reference/create-documents-folder),false,true,false +pandadoc-create-document-from-template,Create Document From Template,Create a Document from a PandaDoc Template. [See the documentation here](https://developers.pandadoc.com/reference/create-document-from-pandadoc-template),false,true,false +pandadoc-list-document-attachments,List Document Attachments,Returns a list of attachments associated with a specified document. [See the documentation here](https://developers.pandadoc.com/reference/list-attachment),false,true,true +pandadoc-document-details,Get Document Details,Return detailed data about a document. [See the documentation here](https://developers.pandadoc.com/reference/document-details),false,true,true +pandadoc-list-documents,List Documents,"List documents, optionally filtering by a search query or tags. [See the documentation here](https://developers.pandadoc.com/reference/list-documents)",false,true,true +pandadoc-download-protected-document,Download Protected Document,Download a completed document as a verifiable PDF. [See documentation here](https://developers.pandadoc.com/reference/download-protected-document),false,true,false +pandadoc-get-document-status,Get Document Status,Get basic status info about a document. [See documentation here](https://developers.pandadoc.com/reference/document-status),false,true,true +pandadoc-create-document-attachment,Create Document Attachment,Adds an attachment to a document. [See the documentation here](https://developers.pandadoc.com/reference/create-document-attachment),false,true,false +pandadoc-send-document,Send Document,Move a document to sent status and send an optional email. [See the documentation](https://developers.pandadoc.com/reference/send-document),false,true,false +pandadoc-create-or-update-contact,Create or Update Contact,This method adds or updates a contact using the email as index. [See the documentation here](https://developers.pandadoc.com/reference/create-contact),true,true,false +pandadoc-create-document-from-file,Create Document From File,Create a document from a file or public file URL. [See the documentation here](https://developers.pandadoc.com/reference/create-document-from-pdf),false,true,false +pandadoc-download-document,Download Document,Download a document as PDF. [See documentation here](https://developers.pandadoc.com/reference/download-document),false,true,false +dex-create-note,Create Note,Establishes a brand new note within dex. [See the documentation](https://guide.getdex.com/dex-user-api/post-a-note),false,true,false +dex-create-update-contact,Create or Update Contact,Adds a new contact or updates an existing one if the email address already exists in the Dex system. [See the documentation](https://guide.getdex.com/dex-user-api/post-contact),true,true,false +dex-create-reminder,Create Reminder,Generates a new reminder within the Dex system. [See the documentation](https://guide.getdex.com/dex-user-api/post-reminder),false,true,false +frontegg-create-template,Create Template,Create an email template in Frontegg. [See the documentation](https://docs.frontegg.com/reference/mailv1controller_addorupdatetemplate-2),false,true,false +swell-create-product,Create Product,Create a new product. [See the documentation](https://developers.swell.is/backend-api/products/create-a-product),false,true,false +swell-update-account,Update Account,Update an existing account with the corresponding ID. [See the documentation](https://developers.swell.is/backend-api/accounts/update-an-account),true,true,false +swell-create-account,Create Account,Create a new customer account. [See the documentation](https://developers.swell.is/backend-api/accounts/create-an-account),false,true,false +txt_werk-analyze-text,Analyze Text,Send a text to be analyzed by TXTWerk. [See the documentation](https://services.txtwerk.de/ws/documentation/showRequest),false,true,false +upviral-add-contact,Add Contact,Add a new contact in your particular campaign. [See the documentation](https://api.upviral.com/#add-contact),false,true,false +upviral-add-points,Add Points,Add points in user profile. [See the documentation](https://api.upviral.com/#add-points),false,true,false +paymo-find-task,Find Task,Finds a task. [See the docs](https://github.com/paymoapp/api/blob/master/sections/tasks.md#list).,false,true,true +paymo-create-task,Create Task,Creates a task. [See the docs](https://github.com/paymoapp/api/blob/master/sections/tasks.md#create).,false,true,false +paymo-create-client,Create Client,Creates a client. [See the docs](https://github.com/paymoapp/api/blob/master/sections/clients.md#create).,false,true,false +paymo-create-project,Create Project,Creates a project. [See the docs](https://github.com/paymoapp/api/blob/master/sections/projects.md#create).,false,true,false +habitica-get-challenge,Get Challenge,Get data for the challenge with the specified ID. [See the documentation](https://habitica.com/apidoc/#api-Challenge-GetChallenge),false,true,true +habitica-create-challenge,Create Challenge,Creates a challenge. [See the documentation](https://habitica.com/apidoc/#api-Challenge-CreateChallenge),false,true,false +habitica-delete-challenge,Delete Challenge,Delete the challenge with the specified ID. [See the documentation](https://habitica.com/apidoc/#api-Challenge-DeleteChallenge),true,true,false +livekit-list-rooms,List Rooms,List all rooms with LiveKit. [See the documentation](https://docs.livekit.io/home/server/managing-rooms/#list-rooms).,false,true,true +livekit-create-room,Create Room,Create a new room in LiveKit. [See the documentation](https://docs.livekit.io/home/server/managing-rooms/#create-a-room).,false,true,false +livekit-create-ingress-from-url,Create Ingress From URL,Create a new ingress from url in LiveKit. [See the documentation](https://docs.livekit.io/home/ingress/overview/#url-input-example).,false,true,false +livekit-remove-participants,Remove Participants,Remove specific participants from a LiveKit room. [See the documentation](https://github.com/livekit/node-sdks/tree/main/packages/livekit-server-sdk).,true,true,false +livekit-generate-access-token,Generate Access Token,Generate an access token for a participant to join a LiveKit room. [See the documentation](https://github.com/livekit/node-sdks/tree/main/packages/livekit-server-sdk).,false,true,false +livekit-delete-room,Delete Room,Delete a room in LiveKit. [See the documentation](https://docs.livekit.io/home/server/managing-rooms/#delete-a-room),true,true,false +dropbox-search-files-folders,Search files and folders,Searches for files and folders by name. [See the documentation](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesSearchV2__anchor),false,true,true +dropbox-restore-a-file,Restore a File,Restores a previous file version. [See the documentation](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesRestore__anchor),false,true,false +dropbox-move-file-folder,Move a File/Folder,Moves a file or folder to a different location in the user,false,true,false +dropbox-get-shared-link-metadata,Get Shared Link Metadata,Retrieves the shared link metadata for a given shared link. [See the documentation](https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_metadata),false,true,true +dropbox-create-folder,Create folder,Create a Folder. [See the documentation](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesCreateFolderV2__anchor),false,true,false +dropbox-upload-multiple-files,Upload Multiple Files,Uploads multiple file to a selected folder. [See the documentation](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesUpload__anchor),false,true,false +dropbox-create-update-share-link,Create/Update a Share Link,Creates or updates a public share link to the file or folder (It allows you to share the file or folder with anyone). [See the documentation](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#sharingCreateSharedLinkWithSettings__anchor),true,true,false +dropbox-list-shared-links,List Shared Links,Retrieves a list of shared links for a given path. [See the documentation](https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_shared_links),false,true,true +dropbox-list-file-folders-in-a-folder,List All Files/Subfolders in a Folder,Retrieves a list of files or subfolders in a specified folder [See the documentation](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesListFolder__anchor),false,true,true +dropbox-create-or-append-to-a-text-file,Create or Append to a Text File,"Adds a new line to an existing text file, or creates a file if it doesn",false,true,false +dropbox-rename-file-folder,Rename a File/Folder,Renames a file or folder in the user,false,true,false +dropbox-list-file-revisions,List File Revisions,Retrieves a list of file revisions needed to recover previous content. [See the documentation](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesListRevisions__anchor),false,true,true +dropbox-delete-file-folder,Delete a File/Folder,Permanently removes a file/folder from the server. [See documentation](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesDeleteV2__anchor),true,true,false +dropbox-upload-file,Upload a File,Uploads a file to a selected folder. [See the documentation](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesUpload__anchor),false,true,false +dropbox-create-a-text-file,Create a Text File,Creates a brand new text file from plain text content you specify. [See the documentation](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesUpload__anchor),false,true,false +dropbox-download-file-to-tmp,Download File to TMP,Download a specific file to the temporary directory. [See the documentation](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesDownload__anchor).,false,true,false +dropbox-get-shared-link-file,Get Shared Link File,Get a file from a shared link. [See the documentation](https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_file),false,true,true +icontact-create-message,Create and Dispatch Message,Creates and dispatches a new message using custom HTML. [See the documentation](https://help.icontact.com/customers/s/article/Messages-iContact-API?r=153&ui-knowledge-components-aura-actions.KnowledgeArticleVersionCreateDraftFromOnlineAction.createDraftFromOnlineArticle=1),false,true,false +icontact-create-contact,Create Contact,Creates a new contact within the iContact account. [See the documentation](https://help.icontact.com/customers/s/article/Contacts-iContact-API?r=153&ui-knowledge-components-aura-actions.KnowledgeArticleVersionCreateDraftFromOnlineAction.createDraftFromOnlineArticle=1),false,true,false +icontact-subscribe-contact-list,Subscribe Contact to List,Adds a contact to a specific list within iContact. [See the documentation](https://help.icontact.com/customers/s/article/Subscriptions-iContact-API?r=153&ui-knowledge-components-aura-actions.KnowledgeArticleVersionCreateDraftFromOnlineAction.createDraftFromOnlineArticle=1),false,true,false +automatic_data_extraction-extract-data-from-url,Extract Data From URL,Extract data from a specified URL [See the docs here](https://docs.zyte.com/automatic-extraction-integrations.html#node-js),false,true,false +shorten_rest-get-clicks,Get Clicks,Gets the click data. [See the documentation](https://docs.shorten.rest/#tag/Click/operation/GetClicks),false,true,true +shorten_rest-short-link,Shorten Link,"Shortens a given long URL into an alias. If the alias name is not provided, the system generates one. If the domain input is not provided, it defaults to short.fyi. [See the documentation](https://docs.shorten.rest/#tag/Alias/operation/CreateAlias)",false,true,false +hive-create-action-for-project,Create Action For Project,Create an action for given project [See the documentation](https://developers.hive.com/v1.0/reference/actionscreate-1),false,true,false +hive-create-action-for-workspace,Create Action For Workspace,Create an action for given workspace [See the documentation](https://developers.hive.com/v1.0/reference/actionscreate-1),false,true,false +replicate-get-model,Get Model,Get a specific model identified by Id. [See the documentation](https://replicate.com/docs/reference/http#models.get),false,true,true +replicate-create-prediction,Create Prediction,Create a new prediction [See the documentation](https://replicate.com/docs/reference/http#predictions.create),false,true,false +replicate-cancel-prediction,Cancel Prediction,Cancel a specific prediction identified by Id. [See the documentation](https://replicate.com/docs/reference/http#predictions.cancel),true,true,false +replicate-get-prediction,Get Prediction,Get a specific prediction identified by Id. [See the documentation](https://replicate.com/docs/reference/http#predictions.get),false,true,true +bitget-spot-trade-get-unfilled-orders,Spot - Trade - Get Unfilled Orders,Retrieve unfilled (open) orders for a user on Bitget. [See the documentation](https://www.bitget.com/api-doc/spot/trade/Get-Unfilled-Orders),false,true,true +bitget-spot-market-get-candle-data,Spot - Market - Get Candle Data,Retrieve candlestick data for a specified symbol and time period. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-Candle-Data),false,true,true +bitget-spot-trade-get-history-orders,Spot - Trade - Get History Orders,Retrieve historical order data for a user. [See the documentation](https://www.bitget.com/api-doc/spot/trade/Get-History-Orders),false,true,true +bitget-future-market-get-interest-rate,Future - Market - Get Interest Rate,Get interest rate history for a specific coin asset. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Interest-Rate),false,true,true +bitget-spot-market-get-recent-trades,Spot - Market - Get Recent Trades,Retrieve recent trade fills for a specified symbol. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-Recent-Trades),false,true,true +bitget-spot-trade-batch-place-orders,Spot - Trade - Batch Place Orders,Place multiple spot orders in batch. Maximum 50 orders per request. [See the documentation](https://www.bitget.com/api-doc/spot/trade/Batch-Place-Orders),false,true,false +bitget-future-market-get-history-index-candle-data,Future - Market - Get History Index Candle Data,Retrieve historical index candlestick data for a contract symbol. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-History-Index-Candle-Data),false,true,true +bitget-future-market-get-vip-fee-rate,Future - Market - Get VIP Fee Rate,Retrieve VIP fee rate information for contract trading. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-VIP-Fee-Rate),false,true,true +bitget-spot-trade-place-order,Spot - Trade - Place Order,Place a spot order on Bitget. [See the documentation](https://www.bitget.com/api-doc/spot/trade/Place-Order),false,true,false +bitget-future-market-get-history-mark-candle-data,Future - Market - Get History Mark Candle Data,Retrieve historical mark price candlestick data for a contract symbol. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-History-Mark-Candle-Data),false,true,true +bitget-future-market-get-open-interest,Future - Market - Get Open Interest,Retrieve open interest data for a contract symbol. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Open-Interest),false,true,true +bitget-future-market-get-merge-depth,Future - Market - Get Merge Depth,Retrieve order book merge depth for a contract symbol. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Merge-Depth),false,true,true +bitget-spot-market-get-tickers,Spot - Market - Get Tickers,Obtain ticker information for all trading pairs or specific ones. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-Tickers),false,true,true +bitget-future-market-get-recent-fills,Future - Market - Get Recent Fills,Retrieve recent fill data for a contract symbol. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Recent-Fills),false,true,true +bitget-spot-trade-cancel-replace-order,Spot - Trade - Cancel Replace Order,Cancel an Existing Order and Send a New Order. [See the documentation](https://www.bitget.com/api-doc/spot/trade/Cancel-Replace-Order),true,true,false +bitget-spot-trade-cancel-order,Spot - Trade - Cancel Order,Cancel a spot order on Bitget. You can cancel by orderId or clientOid. [See the documentation](https://www.bitget.com/api-doc/spot/trade/Cancel-Order),true,true,false +bitget-spot-market-get-coin-list,Spot - Market - Get Coin List,"Get spot coin information,supporting both individual and full queries. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-Coin-List)",false,true,true +bitget-spot-market-get-orderbook,Spot - Market - Get Orderbook,Retrieve the order book depth for a specified symbol. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-Orderbook),false,true,true +bitget-spot-market-get-symbols,Spot - Market - Get Symbols,Obtain all trading pair information on the platform. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-Symbols),false,true,true +bitget-spot-trade-batch-cancel-replace-order,Spot - Trade - Batch Cancel Replace Order,Cancel existing orders and send new orders in batch. Maximum 50 orders per request. [See the documentation](https://bitgetlimited.github.io/apidoc/en/spot/#batch-cancel-existing-order-and-send-new-orders),true,true,false +bitget-future-market-get-ticker,Future - Market - Get Ticker,Retrieve ticker information for a specific contract symbol. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Ticker),false,true,true +bitget-spot-market-get-vip-fee-rate,Spot - Market - Get VIP Fee Rate,Retrieve VIP fee rate information. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-VIP-Fee-Rate),false,true,true +bitget-future-market-get-history-candle-data,Future - Market - Get History Candle Data,Retrieve historical candlestick data for a contract symbol. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-History-Candle-Data),false,true,true +bitget-future-market-get-symbol-next-funding-time,Future - Market - Get Symbol Next Funding Time,Retrieve next funding time for a contract symbol. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Symbol-Next-Funding-Time),false,true,true +bitget-future-market-get-history-funding-rate,Future - Market - Get History Funding Rate,Retrieve historical funding rate for a contract symbol. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-History-Funding-Rate),false,true,true +bitget-future-market-get-discount-rate,Future - Market - Get Discount Rate,Retrieve discount rate information for contract trading. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Discount-Rate),false,true,true +bitget-spot-market-get-market-trades,Spot - Market - Get Market Trades,Retrieve market trade history for a specified symbol. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-Market-Trades),false,true,true +bitget-future-market-get-fills-history,Future - Market - Get Fills History,Retrieve historical fill data for a contract symbol. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Fills-History),false,true,true +bitget-spot-trade-get-order-info,Spot - Trade - Get Order Info,Retrieve detailed information about a specific order on Bitget. You can query by orderId or clientOid. [See the documentation](https://www.bitget.com/api-doc/spot/trade/Get-Order-Info),false,true,true +bitget-spot-market-get-history-candle-data,Spot - Market - Get History Candle Data,Retrieve history candlestick data for a specified symbol and time period. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-History-Candle-Data),false,true,true +bitget-future-market-get-exchange-rate,Future - Market - Get Exchange Rate,Get interest exchange rate information for contract trading. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Exchange-Rate),false,true,true +bitget-spot-trade-batch-cancel-orders,Spot - Trade - Batch Cancel Orders,Cancel multiple spot orders in batch. Maximum 50 orders per request. [See the documentation](https://www.bitget.com/api-doc/spot/trade/Batch-Cancel-Orders),true,true,false +bitget-future-market-get-candle-data,Future - Market - Get Candle Data,Retrieve candlestick data for a contract symbol. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Candle-Data),false,true,true +bitget-spot-trade-cancel-symbol-orders,Spot - Trade - Cancel Symbol Orders,Cancel all orders for a specific symbol. [See the documentation](https://www.bitget.com/api-doc/spot/trade/Cancel-Symbol-Orders),true,true,false +bitget-spot-market-get-auction,Spot - Market - Get Auction,Retrieve auction data for a specified symbol. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-Auction),false,true,true +bitget-spot-trade-get-fills,Spot - Trade - Get Fills,Retrieve transaction details (fills) for a user. [See the documentation](https://www.bitget.com/api-doc/spot/trade/Get-Fills),false,true,true +bitget-future-market-get-all-symbols-contracts,Future - Market - Get All Symbols Contracts,Retrieve all contract symbols by product type. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-All-Symbols-Contracts),false,true,true +bitget-future-market-get-tickers,Future - Market - Get Tickers,Get all ticker data of the given product type. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-All-Symbol-Ticker),false,true,true +bitget-future-market-get-current-funding-rate,Future - Market - Get Current Funding Rate,Retrieve current funding rate for a contract symbol. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Current-Funding-Rate),false,true,true +bitget-spot-market-get-merge-depth,Spot - Market - Get Merge Depth,Retrieve merge depth for a specified symbol. [See the documentation](https://www.bitget.com/api-doc/spot/market/Merge-Orderbook),false,true,true +bitget-future-market-get-contracts-oi,Future - Market - Get Contracts OI,Retrieve open interest for contracts. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Contracts-Oi),false,true,true +bitget-future-market-get-symbol-price,Future - Market - Get Symbol Price,Retrieve current price for a contract symbol. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Symbol-Price),false,true,true +crowdin-add-file,Add File to Project,Adds a file into the created project. [See the documentation](https://developer.crowdin.com/api/v2/#tag/source-files/operation/api.projects.files.post),false,true,false +crowdin-translate-via-machine-translation,Translate via Machine Translation,Performs machine translation of the uploaded files. [See the documentation](https://support.crowdin.com/developer/api/v2/),false,true,false +crowdin-create-project,Create Project,Creates a new project within Crowdin. [See the documentation](https://support.crowdin.com/developer/api/v2/#/projects-api/create-project),false,true,false +sms_alert-schedule-sms,Schedule SMS,Schedules a text message to be sent at a specified time. [See the documentation](https://kb.smsalert.co.in/developers-api/#Schedule-a-SMS),false,true,false +sms_alert-send-sms,Send SMS,Sends a text message directly. [See the documentation](https://kb.smsalert.co.in/developers-api/#Send-a-SMS),false,true,false +sms_alert-create-contact,Create Contact,Creates a new contact within a specified group. [See the documentation](https://kb.smsalert.co.in/developers-api/#Create-Contact),false,true,false +zenkit-get-list,Get List,Retrieve a list/collection from a workspace on Zenkit. [See the docs](https://base.zenkit.com/docs/api/lists/get-api-v1-lists-listshortid),false,true,true +zenkit-update-entry,Update Entry,Update an entry/item in a list on Zenkit. [See the docs](https://base.zenkit.com/docs/api/entries/put-api-v1-lists-listid-entries-listentryid),true,true,false +zenkit-get-entry,Get Entry,Retrieve an entry/item from a list on Zenkit. [See the docs](https://base.zenkit.com/docs/api/entries/get-api-v1-lists-listallid-entries-listentryallid),false,true,true +zenkit-create-entry,Create Entry,Create an entry/item in a list on Zenkit. [See the docs](https://base.zenkit.com/docs/api/entries/post-api-v1-lists-listid-entries),false,true,false +zenkit-add-entry-comment,Add Entry Comment,Add a comment to an entry/item within a list/collection on Zenkit. [See the docs](https://base.zenkit.com/docs/api/activity/post-api-v1-users-me-lists-listallid-entries-listentryallid-activities),false,true,false +zenkit-get-user,Get User,Retrieve a user from a workspace on Zenkit. [See the docs](https://base.zenkit.com/docs/api/workspaces/get-api-v1-workspaces-workspaceid-users),false,true,true +rippling-list-workers,List Workers,Retrieves a list of all workers from Rippling. [See the documentation](https://developer.rippling.com/documentation/rest-api/reference/list-workers),false,true,true +rippling-list-teams,List Teams,Retrieves a list of all teams from Rippling. [See the documentation](https://developer.rippling.com/documentation/rest-api/reference/list-teams),false,true,true +rippling-list-companies,List Companies,Retrieves a list of all companies from Rippling. [See the documentation](https://developer.rippling.com/documentation/rest-api/reference/list-companies),false,true,true +rippling-get-user,Get User,Retrieves a specific user from Rippling. [See the documentation](https://developer.rippling.com/documentation/rest-api/reference/get-users),false,true,true +gami5d-record-observation,Record Observation,Record an observation for evaluation in the gami5d platform. [See the documentation](https://app.gami5d.com/web/api/docs),false,true,false +google_directory-list-users,List Users,Retrieves a list of directory users. [See the documentation](https://developers.google.com/admin-sdk/directory/reference/rest/v1/users/list),false,true,true +google_directory-create-user,Create User,Creates a new user. [See the documentation](https://developers.google.com/admin-sdk/directory/reference/rest/v1/users/insert),false,true,false +google_directory-get-group,Get Group,Retrieves information about a group. [See the documentation](https://developers.google.com/admin-sdk/directory/reference/rest/v1/groups/get),false,true,true +google_directory-create-group,Create Group,Creates a new group. [See the documentation](https://developers.google.com/admin-sdk/directory/reference/rest/v1/groups/insert),false,true,false +google_directory-list-groups,List Groups,Retrieves a list of directory groups. [See the documentation](https://developers.google.com/admin-sdk/directory/reference/rest/v1/groups/list),false,true,true +google_directory-get-user,Get User,Retrieves information about a user. [See the documentation](https://developers.google.com/admin-sdk/directory/reference/rest/v1/users/get),false,true,true +canva_enterprise-create-design,Create Design,Creates a new Canva design. [See the documentation](https://www.canva.dev/docs/connect/api-reference/designs/create-design/),false,true,false +canva_enterprise-create-design-from-brand-template,Create Design from Brand Template,Creates an asynchronous job to autofill a design from a brand template with your input information. [See the documentation](https://www.canva.dev/docs/connect/api-reference/autofills/create-design-autofill-job/),false,true,false +canva_enterprise-export-design,Export Design,Starts a new job to export a file from Canva. [See the documentation](https://www.canva.dev/docs/connect/api-reference/exports/create-design-export-job/),false,true,false +canva_enterprise-upload-asset,Upload Asset,Uploads an asset to Canva. [See the documentation](https://www.canva.dev/docs/connect/api-reference/assets/create-asset-upload-job/),false,true,false +wildapricot-add-update-event-registration,Add or Update Event Registration,"Searches event registrations using a contact email. If a match is found, the registration details are updated. If not, a new registration is added to the event. [See the documentation](https://app.swaggerhub.com/apis-docs/WildApricot/wild-apricot_public_api/7.24.0#/Events.EventRegistrations/CreateEventRegistration)",true,true,false +wildapricot-add-update-contact-member,Add or Update Contact or Member,Adds or updates a contact or member details in the user,true,true,false +wildapricot-delete-event-registration,Delete Event Registration,Removes an event registration from the user,true,true,false +akeneo-create-a-new-product-media-file,Create A New Product Media File,Allows you to create a new media file and associate it to an attribute value of a given product or product model. [See the docs](https://api.akeneo.com/api-reference.html#post_media_files),false,true,false +akeneo-get-draft,Get Draft,Get a product draft from Akeneo. [See the documentation](https://api.akeneo.com/api-reference.html#get_draft__code_),false,true,true +akeneo-delete-product,Delete Product,Delete a product from Akeneo. [See the documentation](https://api.akeneo.com/api-reference.html#delete_products__code_),true,true,false +akeneo-get-product,Get Product,Get a product from Akeneo. [See the documentation](https://api.akeneo.com/api-reference.html#get_products__code_),false,true,true +akeneo-search-products,Search Products,Search products from Akeneo. [See the documentation](https://api.akeneo.com/api-reference.html#get_products),false,true,true +akeneo-submit-product-for-approval,Submit Product For Approval,Submit a product for approval. [See the documentation](https://api.akeneo.com/api-reference.html#post_proposal),false,true,false +bitdefender_gravityzone-get-scan-task-status,Get Scan Task Status,Get the status of a scan task. [See the documentation(https://www.bitdefender.com/business/support/en/77209-440638-gettaskstatus.html),false,true,true +bitdefender_gravityzone-scan-endpoint,Scan Endpoint,Trigger a scan on a specific endpoint. [See the documentation](https://www.bitdefender.com/business/support/en/77209-128495-createscantask.html),false,true,false +bitdefender_gravityzone-move-endpoint-to-group,Move Endpoint to Group,Move an endpoint to a different group. [See the documentation](https://www.bitdefender.com/business/support/en/77209-128489-moveendpoints.html),false,true,false +bitdefender_gravityzone-get-policy-details,Get Policy Details,Retrieve details about a specific policy. [See the documentation](https://www.bitdefender.com/business/support/en/77209-135304-getpolicydetails.html),false,true,true +trengo-list-articles,List Articles,List articles from a help center according to the specified criteria. [See the documentation](https://developers.trengo.com/reference/list-all-articles),false,true,true +trengo-send-a-whatsapp-message-template,Send A WhatsApp Message Template,"Sends a WhatsApp message template, [See the documentation](https://developers.trengo.com/reference/start-a-conversation)",false,true,false +trengo-create-contact,Create Contact,"Creates a contact. If a contact with given identifier already exists, returns it. [See the documentation](https://developers.trengo.com/reference/create-contact)",false,true,false +trengo-find-contacts,Find Contacts,Finds contacts with the given term. [See the documentation](https://developers.trengo.com/reference/list-all-contacts),false,true,true +trengo-list-messages,List Messages,List messages from a ticket. [See the documentation](https://developers.trengo.com/reference/list-all-messages),false,true,true +trengo-send-a-team-chat-message,Send A Team Chat Message,"Send a message as a bot in the Team Chat, [See the documentation](https://developers.trengo.com/reference/sending-a-bot-message)",false,true,false +trengo-send-a-message,Send A Message,"This action can be used to easily send a message or an email without having to think about contacts or tickets, [See the documentation](https://developers.trengo.com/reference/send-a-message-1)",false,true,false +trengo-list-tickets,List Tickets,List tickets according to the specified criteria. [See the documentation](https://developers.trengo.com/reference/list-all-tickets),false,true,true +trengo-log-a-voice-call,Log A Voice Call,"Logs a phone call from external VOIP applications, [See the documentation](https://developers.trengo.com/reference/log-a-phone-call)",false,true,false +originality_ai-detect-ai-content,Detect AI Content,Scans a string for AI content. [See the documentation](https://docs.originality.ai/api-v1-0-reference/scan/ai-scan),false,true,false +originality_ai-scan-content-for-plagiarism-and-readability,Scan Content for Plagiarism and Readability,Scans a string for plagiarism as well as readability. [See the documentation](https://docs.originality.ai/api-v1-0-reference/scan/plagiarism-readability-scan),false,true,false +originality_ai-detect-ai-from-url,Detect AI From URL,Scans a webpage for AI generated content. [See the documentation](https://docs.originality.ai/api-v1-0-reference/scan/ai-url-scan),false,true,false +pixelbin-create-folder,Create Folder,Creates a new folder in Pixelbin. [See the documentation](https://www.pixelbin.io/docs/api-docs/),false,true,false +pixelbin-upload-asset-url,Upload Asset From URL,Uploads an asset to Pixelbin from a given URL. [See the documentation](https://www.pixelbin.io/docs/api-docs/),false,true,false +pixelbin-list-files,List Files,List all files. [See the documentation](https://www.pixelbin.io/docs/api-docs/),false,true,true +pixelbin-upload-file,Upload File,Upload a file to Pixelbin. [See the documentation](https://www.pixelbin.io/docs/api-docs/),false,true,false +pixelbin-delete-file,Delete File,Deletes a file from Pixelbin. [See the documentation](https://www.pixelbin.io/docs/api-docs/),true,true,false +team_sms-get-phone-numbers-owned,Get Phone Numbers Owned,Retrieve all phone numbers owned by the user. [See the documentation](https://teamsms.io/api-doc),false,true,true +pushbullet-delete-push,Delete push,Delete a push. [See docs here](https://docs.pushbullet.com/#delete-push),true,true,false +pushbullet-send-push,"Send push (Note, Link and File)",Send a push to a device or another person. [See docs here](https://docs.pushbullet.com/#create-push),false,true,false +noor-send-text-message,Send Text Message,Send a message in a thread. [See the documentation](https://usenoor.notion.site/v0-e812ae5e5976420f81232fa1c0316e84),false,true,false +wit_ai-create-entity,Create Entity,Creates a new entity with the given attributes. [See the documentation](https://wit.ai/docs/http/20240304/#post__entities_link),false,true,false +wit_ai-create-intent,Create Intent,Creates a new intent. [See the documentation](https://wit.ai/docs/http/20240304/#post__intents_link),false,true,false +wit_ai-add-utterance,Add Utterance,Add a sample utterance to train your app with an intent. [See the documentation](https://wit.ai/docs/http/20240304#post__utterances).,false,true,false +vitally-create-note,Create Note,Create a new note. [See the documentation](https://docs.vitally.io/pushing-data-to-vitally/rest-api/notes#create-a-note-post),false,true,false +vitally-create-message,Create Message,Create a new message. [See the documentation](https://docs.vitally.io/pushing-data-to-vitally/rest-api/messages#create-a-message-post),false,true,false +vitally-create-task,Create Task,Create a new task. [See the documentation](https://docs.vitally.io/pushing-data-to-vitally/rest-api/tasks#create-a-task-post),false,true,false +microsoft_excel-get-table-rows,Get Table Rows,Retrieve rows from a specified table in an Excel worksheet. [See the documentation](https://learn.microsoft.com/en-us/graph/api/tablerow-list?view=graph-rest-1.0&tabs=http),false,true,true +microsoft_excel-add-row,Add Row,Insert a new row into a specified Excel worksheet. [See the documentation](https://learn.microsoft.com/en-us/graph/api/range-insert?view=graph-rest-1.0&tabs=http),false,true,false +microsoft_excel-get-columns,Get Columns,Get the values of the specified columns in an Excel worksheet. [See the documentation](https://learn.microsoft.com/en-us/graph/api/range-get?view=graph-rest-1.0&tabs=http),false,true,true +microsoft_excel-get-spreadsheet,Get Spreadsheet,Get the values of a specified Excel worksheet. [See the documentation](https://learn.microsoft.com/en-us/graph/api/range-get?view=graph-rest-1.0&tabs=http),false,true,true +microsoft_excel-add-a-worksheet-tablerow,Add a Worksheet Tablerow,Adds rows to the end of specific table. [See the documentation](https://learn.microsoft.com/en-us/graph/api/tablerowcollection-add?view=graph-rest-1.0&tabs=http),false,true,false +microsoft_excel-update-worksheet-tablerow,Update Worksheet Tablerow,Update the properties of tablerow object. `(Only for work or school account)` [See the documentation](https://learn.microsoft.com/en-us/graph/api/tablerow-update?view=graph-rest-1.0&tabs=http),true,true,false +microsoft_excel-find-row,Find Row,Find a row by column and value in an Excel worksheet. [See the documentation](https://learn.microsoft.com/en-us/graph/api/range-get?view=graph-rest-1.0&tabs=http),false,true,true +microsoft_excel-update-cell,Update Cell,Update the value of a specific cell in an Excel worksheet. [See the documentation](https://learn.microsoft.com/en-us/graph/api/range-update?view=graph-rest-1.0&tabs=http),true,true,false +shiphero-update-order,Update Order,Update an order. [See the documentation](https://developer.shiphero.com/getting-started/),true,true,false +shiphero-list-products,List Products,List products. [See the documentation](https://developer.shiphero.com/getting-started/),false,true,true +shiphero-get-order,Get Order,Get an order. [See the documentation](https://developer.shiphero.com/getting-started/),false,true,true +u301-create-qrcode,Create QR Code,Create a QR Code from the shortened URL. [See the documentation](https://docs.u301.com/api-reference/endpoint/create-a-qrcode),false,true,false +u301-shorten-link,Shorten URL,Shorten a long link. [See the documentation](https://docs.u301.com/api-reference/endpoint/create),false,true,false +u301-list-domains,List Domains,List all available domains for URL shortening. [See the documentation](https://docs.u301.com/api-reference/endpoint/list-shorten-domains),false,true,true +elevio-delete-article,Delete Article,Deletes an existing article from the Elevio knowledge base. [See the documentation](https://api-docs.elevio.help/en/articles/71-rest-api-articles).,true,true,false +elevio-update-article,Update Article,Updates an existing article in the Elevio knowledge base. [See the documentation](https://api-docs.elevio.help/en/articles/71-rest-api-articles).,true,true,false +elevio-create-article,Create Article,Creates a new article in the Elevio knowledge base. [See the documentation](https://api-docs.elevio.help/en/articles/71-rest-api-articles).,false,true,false +databox-send-custom-data,Send Custom Data,Sends custom data. [See docs here](https://developers.databox.com/send-data/),false,true,false +smtp2go-send-single-email-with-template,Send Single Email with Template,Send a single email with SMTP2GO using a pre-defined template and data object [(See docs here)](https://apidoc.smtp2go.com/documentation/#/POST%20/email/send),false,true,false +smtp2go-send-single-email,Send Single Email,Send a single email with SMTP2GO [(See docs here)](https://apidoc.smtp2go.com/documentation/#/POST%20/email/send),false,true,false +voice_monkey-trigger-monkey,Trigger Monkey,This action will make an annoucement on your device using any parameters you set. [See docs here](https://voicemonkey.io/docs),false,true,false +voice_monkey-display-image,Display Image,This action will display an image on your device with a screen e.g. Echo Show. [See docs here](https://voicemonkey.io/docs),false,true,false +voice_monkey-make-annoucement,Make Announcement,This action will make an annoucement on your device using the text you supply. [See docs here](https://voicemonkey.io/docs),false,true,false +voice_monkey-display-video,Display Video,This action will display a video on your device with a screen e.g. Echo Show. [See docs here](https://voicemonkey.io/docs),false,true,false +chatbot_builder-create-tag,Create Tag,Creates a new tag in Chatbot Builder. [See the documentation](https://app.chatgptbuilder.io/api/swagger/#/accounts/createtag),false,true,false +chatbot_builder-list-tags,List Tags,Lists all tags in Chatbot Builder. [See the documentation](https://app.chatgptbuilder.io/api/swagger/#/accounts/getpagetags),false,true,true +chatbot_builder-delete-tag,Delete Tag,Deletes a tag from Chatbot Builder. [See the documentation](https://app.chatgptbuilder.io/api/swagger/#/accounts/deletetag),true,true,false +microsoft_sql_server-insert-row,Insert Row,Inserts a new row in a table. [See the documentation](https://learn.microsoft.com/en-us/sql/t-sql/statements/insert-transact-sql?view=sql-server-ver16),false,true,false +microsoft_sql_server-execute-query,Execute Query,Executes a SQL query and returns the results. [See the documentation](https://learn.microsoft.com/en-us/sql/t-sql/queries/select-transact-sql?view=sql-server-ver16),false,true,false +microsoft_sql_server-execute-raw-query,Execute SQL Query,Execute a custom SQL query. See [our docs](https://pipedream.com/docs/databases/working-with-sql) to learn more about working with SQL in Pipedream.,false,true,false +scrapingant-general-extraction,General Extraction,Send a request using the standard extraction method of ScrapingAnt. [See the documentation](https://docs.scrapingant.com/request-response-format),false,true,false +bloomerang-add-interaction,Add Interaction,Adds an interaction to an existing constituent in Bloomerang. [See the documentation](https://bloomerang.co/product/integrations-data-management/api/rest-api/#/Interactions/post_interaction),false,true,false +bloomerang-create-constituent,Create Constituent,Creates a new constituent in Bloomerang. [See the documentation](https://bloomerang.co/product/integrations-data-management/api/rest-api/#/Constituents/post_constituent),false,true,false +bloomerang-create-donation,Create Donation,Creates a new donation record in Bloomerang. [See the documentation](https://bloomerang.co/product/integrations-data-management/api/rest-api/),false,true,false +linkly-get-link,Get Link,Fetches a previously produced Linkly link. [See the documentation](https://app.linklyhq.com/swaggerui#/API/show),false,true,true +linkly-create-link,Create Link,Creates a new Linkly link using the provided URL. [See the documentation](https://app.linklyhq.com/swaggerui#/API/create_or_update),false,true,false +faktoora-get-invoice,Download Invoice,Download an invoice using the unique invoice number to ,false,true,false +faktoora-create-invoice,Create Invoice,Create a new ZUGFeRD/xrechnung invoice. [See the documentation](https://api.faktoora.com/api/v1/api-docs/static/index.html),false,true,false +giantcampaign-add-tags-to-subscriber,Add Tags to Subscriber,Add tags to a new subscriber [See the documentation](https://giantcampaign.com/developers/#add-tags-to-subscriber).,false,true,false +giantcampaign-create-subscriber,Create Subscriber,Create a new subscriber into a list [See the documentation](https://giantcampaign.com/developers/#create-subscriber).,false,true,false +wix_api_key-create-product,Create Product,Creates a new product. [See the documentation](https://dev.wix.com/api/rest/wix-stores/catalog/products/create-product),false,true,false +wix_api_key-add-products-to-collection,Add Products To Collection,Adds a product or products to a specified collection. [See the documentation](https://dev.wix.com/api/rest/wix-stores/catalog/collections/add-products-to-collection),false,true,false +wix_api_key-publish-draft-post,Publish Draft Post,Publish a draft blog post [See the documentation](https://dev.wix.com/docs/rest/business-solutions/blog/draft-posts/publish-draft-post),false,true,false +wix_api_key-create-contact,Create Contact,Creates a new contact. [See the documentation](https://dev.wix.com/api/rest/contacts/contacts/contacts-v4/create-contact),false,true,false +wix_api_key-get-contact,Get Contact,Retrieves information about a contact. [See the documentation](https://dev.wix.com/api/rest/contacts/contacts/contacts-v4/get-contact),false,true,true +persistiq-create-or-update-prospect,Create Or Update Prospect,Creates a prospect. Updates if there is already a prospect with the given `email`. [See docs here](https://apidocs.persistiq.com/#create-leads),true,true,false +persistiq-add-prospect-to-campaign,Add Prospect To Campaign,Adds prospect to a campaign. [See docs here](https://apidocs.persistiq.com/#add-lead-to-a-campaign),false,true,false +persistiq-add-do-not-contact-domain,Add Do Not Contact Domain,Creates a new DNC domain. [See docs here](https://apidocs.persistiq.com/#create-dnc-domain),false,true,false +chatfly-send-message,Send Message,Dispatches a text message to a specified group or individual in Chatfly.,false,true,false +fibery-create-entity,Create Entity,Creates a new entity. [See the docs here](https://api.fibery.io/graphql.html#create),false,true,false +fibery-get-entity-or-create,Get or Create Entity,Get an entity or create one if it doesn,false,true,true +fibery-list-fields-for-entity-type,List Fields for Entity Type,Lists fields for an entity type. [See the docs here](https://api.fibery.io/graphql.html#list-of-entities),false,true,true +fibery-create-multiple-entities,Create Multiple Entities,Creates entities in batch. [See the docs here](https://api.fibery.io/graphql.html#create),false,true,false +fibery-list-entities,List Entities,Lists entities for a type. [See the docs here](https://api.fibery.io/graphql.html#list-of-entities),false,true,true +fibery-create-entity-or-update,Create or Update Entity,Creates a new entity or updates if it exists. [See the docs here](https://api.fibery.io/graphql.html#update),true,true,false +fibery-list-types,List Types,Lists types in account. [See the docs here](https://api.fibery.io/#get-schema),false,true,true +miro_custom_app-delete-board,Delete Board,Deletes a Miro board. [See the docs](https://developers.miro.com/reference/delete-board).,true,true,false +miro_custom_app-update-sticky-note,Update Sticky Note,Updates content of an existing sticky note on a Miro board. [See the docs](https://developers.miro.com/reference/update-sticky-note-item).,true,true,false +miro_custom_app-update-shape,Update Shape,Updates content of an existing shape on a Miro board. [See the docs](https://developers.miro.com/reference/update-shape-item).,true,true,false +miro_custom_app-update-card-item,Update Card Item,Updates a card item on a Miro board. [See the documentation](https://developers.miro.com/reference/update-card-item).,true,true,false +miro_custom_app-delete-item,Delete Item,Deletes an item from a Miro board. [See the docs](https://developers.miro.com/reference/delete-item).,true,true,false +miro_custom_app-list-boards,List Boards,Returns a user,false,true,true +miro_custom_app-update-board,Update Board,Updates a Miro board. [See the docs](https://developers.miro.com/reference/update-board).,true,true,false +miro_custom_app-create-card-item,Create Card Item,Creates a card item on a Miro board. [See the documentation](https://developers.miro.com/reference/create-card-item).,false,true,false +miro_custom_app-get-items,Get Items,Returns items on a Miro board. [See the docs](https://developers.miro.com/reference/get-items).,false,true,true +miro_custom_app-create-sticky-note,Create Sticky Note,Creates a sticky note on a Miro board. [See the docs](https://developers.miro.com/reference/create-sticky-note-item).,false,true,false +miro_custom_app-get-specific-item,Get Specific Item,Returns a specific item on a Miro board. [See the docs](https://developers.miro.com/reference/get-specific-item).,false,true,true +miro_custom_app-create-board,Create Board,Creates a Miro board. [See the docs](https://developers.miro.com/reference/create-board).,false,true,false +miro_custom_app-get-board,Get Board,Returns a Miro board. [See the docs](https://developers.miro.com/reference/get-specific-board).,false,true,true +miro_custom_app-create-shape,Create Shape,Creates a shape on a Miro board. [See the docs](https://developers.miro.com/reference/create-shape-item).,false,true,false +userflow-create-update-user,Create or Update User,"Creates or updates a user in Userflow. If the user does not already exist in Userflow, it will be created. If it already exists, the given attributes will be merged into the existing user",true,true,false +userflow-find-user,Find User,"Finds an existing user by user ID or email, optionally filtering by group ID. [See the documentation](https://userflow.com/docs/api)",false,true,true +verdict_as_a_service-request-verdict-for-file,Request Verdict For A File,Scans a file for malware and other threats. [See the docs here](https://github.com/GDATASoftwareAG/vaas/tree/main/typescript#request-a-verdict),false,true,false +explorium-match-business-id,Match Business ID,Match a businesse to its unique identifier using business name and domain. [See the documentation](https://developers.explorium.ai/reference/match_businesses),false,true,false +explorium-match-prospect-id,Match Prospect ID,Match individual prospects to unique identifiers using email addresses. [See the documentation](https://developers.explorium.ai/reference/match_prospects-1),false,true,false +explorium-enrich-prospect,Enrich Prospect,Enrich prospect records with comprehensive professional and contact information to enhance outreach and engagement strategies. [See the documentation](https://developers.explorium.ai/reference/prospects_enrichments),false,true,false +explorium-enrich-business,Enrich Business,"Enrich business data with comprehensive insights for lead generation, risk assessment, and business intelligence. [See the documentation](https://developers.explorium.ai/reference/businesses_enrichments)",false,true,false +explorium-fetch-prospects,Fetch Prospects,Fetches prospect records using filters. [See the documentation](https://developers.explorium.ai/reference/fetch_prospects),false,true,false +explorium-fetch-businesses,Fetch Businesses,Fetches business records using filters. [See the documentation](https://developers.explorium.ai/reference/list_businesses),false,true,true +asknicely-send-survey,Send Survey,Trigger a survey to a contact. [See the documentation](https://demo.asknice.ly/help/apidocs/survey),false,true,false +asknicely-add-contact,Add Contact,Add a new contact. [See the documentation](https://demo.asknice.ly/help/apidocs/getcontact),false,true,false +asknicely-get-responses,Get Responses,Get the details of a particular contact. [See the documentation](https://demo.asknice.ly/help/apidocs/getcontact),false,true,true +asknicely-get-contact,Get Contact,Get the details of a particular contact. [See the documentation](https://demo.asknice.ly/help/apidocs/getcontact),false,true,true +lighthouse-create-milestone,Create Milestone,Creates a milestone. [See docs here](http://help.lighthouseapp.com/kb/api/milestones#create-milestone-code-post-projects-project_id-milestones-xml-code-),false,true,false +lighthouse-create-ticket,Create Ticket,Creates a ticket. [See docs here](http://help.lighthouseapp.com/kb/api/tickets#create-ticket-code-post-projects-project_id-tickets-xml-code-),false,true,false +lighthouse-create-project,Create Project,Creates a project. [See docs here](http://help.lighthouseapp.com/kb/api/projects#create-a-new-project-rarr-code-post-projects-xml-code-),false,true,false +circle-create-post,Create Post,Create a new post in a selected space within your Circle community. [See the documentation](https://api.circle.so/#ffc804e8-02a8-48dc-a5c8-dc278f909fa4),false,true,false +circle-create-comment,Create Comment,Creates a comment on a post in Circle. [See the documentation](https://api.circle.so/#4cb2eea1-6832-4ffc-8614-078b88dee4e2),false,true,false +laposta-update-relation,Update Relation,Updates a relation. [See docs here (Go to `Change relationship`)](http://api.laposta.nl/doc/),true,true,false +laposta-create-relation,Create Relation,Creates a relation. [See docs here (Go to `Add relationship`)](http://api.laposta.nl/doc/),false,true,false +laposta-delete-relation,Delete Relation,Deletes a relation. [See docs here (Go to `Remove relationship`)](http://api.laposta.nl/doc/),true,true,false +fullenrich-enrich-contact,Enrich Contact,Starts the enrichment process for a specified contact. [See the documentation](https://docs.fullenrich.com/startbulk),false,true,false +fullenrich-get-current-credit-balance,Get Current Credit Balance,Provides the current balance of credits available in your workspace. [See the documentation](https://docs.fullenrich.com/getcredit).,false,true,false +fullenrich-get-enrichment-result,Get Enrichment Result,Get the enrichment result for a specified contact. [See the documentation](https://docs.fullenrich.com/getbulk).,false,true,true +fullenrich-check-if-api-key-is-valid,Check If API Key Is Valid,Check if the FullEnrich API key is valid. [See the documentation](https://docs.fullenrich.com/checkkey).,false,true,true +wise-get-exchange-rates,Get Exchange Rates,Get an exchange rates. [See docs here](https://api-docs.wise.com/api-reference/rate#get),false,true,true +wise-fund-transfer,Fund Transfer,Funds a transfer. [See docs here](https://api-docs.transferwise.com/api-reference/transfer#fund),false,true,false +wise-get-recipient-account,Get Recipient Account,Get a specific recipient account. [See docs here](https://api-docs.wise.com/api-reference/balance#get),false,true,true +wise-get-balance,Get Balance,Get a balance. [See docs here](https://api-docs.wise.com/api-reference/balance#get),false,true,true +wise-create-recipient-account,Create Recipient Account,Get a specific recipient account. [See docs here](https://api-docs.wise.com/api-reference/balance#get),false,true,false +wise-create-transfer,Create Transfer,Creates a transfer. [See docs here](https://api-docs.wise.com/api-reference/transfer#create),false,true,false +wise-get-transfer,Get Transfer,Get a transfer. [See docs here](https://api-docs.wise.com/api-reference/transfer#get-by-id),false,true,true +wise-create-quote,Create Quote,Creates a quote. [See docs here](https://api-docs.wise.com/api-reference/quote#create-authenticated),false,true,false +xata-update-record,Update Record,Update or create a record with the specified ID. [See the documentation](https://xata.io/docs/api-reference/db/db_branch_name/tables/table_name/data/record_id#upsert-record-with-id),true,true,false +xata-create-record,Create Record,Create a new Record in the specified database. [See the documentation](https://xata.io/docs/api-reference/db/db_branch_name/tables/table_name/data#insert-record),false,true,false +xata-replace-record,Replace Record,Replace a record with the specified ID. [See the documentation](https://xata.io/docs/api-reference/db/db_branch_name/tables/table_name/data/record_id#insert-record-with-id),true,true,false +xata-list-branches,List Branches,List branches of the specified database. [See the documentation](https://xata.io/docs/api-reference/dbs/db_name#list-branches),false,true,true +mailgun-create-mailinglist-member,Create Mailing List Member,Add to an existing mailing list. [See the docs here](https://documentation.mailgun.com/en/latest/api-mailinglists.html#mailing-lists),false,true,false +mailgun-delete-mailinglist-member,Delete Mailing List Member,Delete a mailing list member by address. [See the docs here](https://documentation.mailgun.com/en/latest/api-mailinglists.html#mailing-lists),true,true,false +mailgun-retrieve-mailinglist-member,Get Mailing List Member,Retrieve a mailing list member by address. [See the docs here](https://documentation.mailgun.com/en/latest/api-mailinglists.html#mailing-lists),false,true,true +mailgun-create-route,Create Route,Create a new route. [See the docs here](https://documentation.mailgun.com/en/latest/api-routes.html#actions),false,true,false +mailgun-verify-email,Verify Email,Verify email address deliverability with Mailgun. [See the docs here](https://documentation.mailgun.com/en/latest/api-email-validation.html),false,true,true +mailgun-send-email,Send Email,Send email with Mailgun. [See the docs here](https://documentation.mailgun.com/en/latest/api-sending.html#sending),false,true,false +mailgun-list-mailinglist-members,Get Mailing List Members,List all mailing list members. [See the docs here](https://documentation.mailgun.com/en/latest/api-mailinglists.html#mailing-lists),false,true,true +mailgun-suppress-email,Suppress Email,Add email to the Mailgun suppression list. [See the docs here](https://documentation.mailgun.com/en/latest/api-suppressions.html#suppressions),false,true,false +mailgun-list-domains,List Domains,List domains in Mailgun. [See the docs here](https://documentation.mailgun.com/en/latest/api-domains.html#domains),false,true,true +recruitee-create-note,Create Note,Create a new note for a candidate. [See the documentation](https://api.recruitee.com/docs/index.html#note.web.note-note.web.note),false,true,false +recruitee-create-task,Create Task,Create a new task for a candidate. [See the documentation](https://api.recruitee.com/docs/index.html#task.web.task-task.web.task-post),false,true,false +recruitee-create-candidate,Create Candidate,Create a new candidate. [See the documentation](https://api.recruitee.com/docs/index.html#candidate.web.candidate-candidate.web.candidate),false,true,false +insightly-create-contact,Create Contact,Creates a new contact. [See documentation](https://api.insightly.com/v3.1/Help?#!/Contacts/AddEntity),false,true,false +insightly-create-task,Create Task,Creates a new task. [See documentation](https://api.insightly.com/v3.1/Help?#!/Tasks/AddEntity),false,true,false +alttextify-get-alttext-by-asset-id,Retrieve Alt Text by Asset ID,Retrieve alt text for a previously submitted image using the asset ID. [See the documentation](https://apidoc.alttextify.net/#api-Image-GetImageByAssetID),false,true,true +alttextify-delete-image,Delete Image Alt Text,Delete the generated alt text for a specific image using the asset ID. [See the documentation](https://apidoc.alttextify.net/#api-Image-DeleteImage),true,true,false +alttextify-submit-image,Submit Image to Alttextify,Upload or submit an image to Alttextify for alt text generation. [See the documentation](https://apidoc.alttextify.net/#api-Image-UploadRawImage),false,true,false +trust-create-testimonial,Create Testimonial,Create a new testimonial within the Trust platform.,false,true,false +trust-delete-testimonial,Delete Testimonial,Deletes an existing testimonial from the Trust platform. [See the documentation](https://api-docs.usetrust.io/),true,true,false +trust-update-testimonial,Update Testimonial,Update an existing testimonial within the Trust platform. [See the documentation](https://api-docs.usetrust.io/),true,true,false +trust-upload-video,Upload Video,Upload a video to the Trust platform. [See the documentation](https://api-docs.usetrust.io/uploads-a-video-to-be-used-for-testimonials).,false,true,false +crimeometer-retrieve-stats,Retrieve Stats,Provides incidents statistics. [See the docs](https://www.crimeometer.com/crime-data-api-documentation) and [here](https://documenter.getpostman.com/view/12755833/TzK2auPn#f00742da-8325-4234-bb26-32b4ade34bd3).,false,true,true +crimeometer-retrieve-raw-data,Retrieve Raw Data,Provides incidents raw data. [See the docs](https://www.crimeometer.com/crime-data-api-documentation) and [here](https://documenter.getpostman.com/view/12755833/TzK2auPn#0486d39c-a839-4fa6-a26b-104821b1813f).,false,true,true +crimeometer-retrieve-raw-data-coverage,Retrieve Raw Data Coverage,Provides raw data coverage information grouped by cities. [See the docs](https://www.crimeometer.com/crime-data-api-documentation) and [here](https://documenter.getpostman.com/view/12755833/TzK2auPn#ea645970-96d9-4fbd-8c29-d070f08b1f12).,false,true,true +kickbox-verify-email-batch,Verify Email Batch,Verify an email batch. [See the documentation](https://docs.kickbox.com/docs/batch-verification-api),true,true,false +kickbox-verify-email,Verify Email,Verify an email. [See the documentation](https://docs.kickbox.com/docs/single-verification-api),true,true,false +anthropic-chat,Chat,The Chat API. [See the documentation](https://docs.anthropic.com/claude/reference/messages_post),false,true,false +aws-dynamodb-put-item,DynamoDB - Put Item,Value for the primary key,false,true,false +aws-s3-upload-base64-as-file,S3 - Upload Base64 As File,"Accepts a base64-encoded string and a filename, then uploads as a file to S3. [See the documentation](https://docs.aws.amazon.com/AmazonS3/latest/userguide/upload-objects.html)",false,true,false +aws-dynamodb-scan,DynamoDB - Scan,,false,true,false +aws-sqs-send-message,SQS - Send Message,,false,true,false +aws-dynamodb-update-item,DynamoDB - Update Item,Value for the primary key,true,true,false +aws-lambda-create-function,Lambda - Create Function,,false,true,false +aws-lambda-invoke-function,Lambda - Invoke Function,,false,true,false +aws-dynamodb-get-item,DynamoDB - Get Item,Value for the primary key,false,true,false +aws-s3-download-file-to-tmp,S3 - Download File to /tmp,The path to the file you,false,true,false +aws-dynamodb-create-table,DynamoDB - Create Table,The data type of the sort key,false,true,false +aws-sns-send-message,SNS - Send Message,The message to be sent,false,true,false +aws-eventbridge-send-event,EventBridge - Send Event to Event Bus,Sends an event to an EventBridge event bus. [See documentation](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eventbridge/command/PutEventsCommand/),false,true,false +aws-redshift-delete-rows,Redshift - Delete Rows,Deletes row(s) in an existing table in Redshift. [See the documentation](https://docs.aws.amazon.com/redshift/latest/APIReference/API_ExecuteStatement.html),true,true,false +aws-redshift-update-rows,Redshift - Update Rows,Update row(s) in an existing table in Redshift. [See the documentation](https://docs.aws.amazon.com/redshift/latest/APIReference/API_ExecuteStatement.html),true,true,false +aws-s3-generate-presigned-url,S3 - Generate Presigned URL,Creates a presigned URL to download from a bucket. [See the documentation](https://docs.aws.amazon.com/AmazonS3/latest/userguide/example_s3_Scenario_PresignedUrl_section.html),false,true,false +aws-dynamodb-query,DynamoDB - Query,,false,true,false +aws-s3-upload-files,S3 - Upload Files,"Upload files to S3. Accepts either a file URL, a local file path, or a directory path. [See the documentation](https://docs.aws.amazon.com/AmazonS3/latest/userguide/upload-objects.html)",false,true,false +aws-cloudwatch-logs-put-log-event,CloudWatch Logs - Put Log Event,The event message,false,true,false +aws-dynamodb-update-table,DynamoDB - Update Table,The maximum number of strongly consistent reads consumed per second before DynamoDB returns a `ThrottlingException`,true,true,false +aws-dynamodb-execute-statement,DynamoDB - Execute Statement,,false,true,false +aws-redshift-create-rows,Redshift - Create Rows,Insert rows into a table. [See the documentation](https://docs.aws.amazon.com/redshift/latest/APIReference/API_ExecuteStatement.html),false,true,false +aws-redshift-query-database,Redshift - Query Database,Run a SELECT query on a database. [See the documentation](https://docs.aws.amazon.com/redshift/latest/APIReference/API_ExecuteStatement.html),false,true,false +cloudflare_browser_rendering-get-html-content,Get HTML Content,Fetches rendered HTML content from provided URL or HTML. [See the documentation](https://developers.cloudflare.com/api/resources/browser_rendering/subresources/content/),false,true,true +cloudflare_browser_rendering-scrape,Scrape,"Get meta attributes like height, width, text and others of selected elements. [See the documentation](https://developers.cloudflare.com/api/resources/browser_rendering/subresources/scrape/methods/create/)",false,true,false +cloudflare_browser_rendering-get-screenshot,Get Screenshot,Takes a screenshot of a webpage from provided URL or HTML. [See the documentation](https://developers.cloudflare.com/api/resources/browser_rendering/subresources/pdf/methods/create/),false,true,false +cloudflare_browser_rendering-get-pdf,Get PDF,Fetches rendered PDF from provided URL or HTML. [See the documentation](https://developers.cloudflare.com/api/resources/browser_rendering/subresources/pdf/methods/create/),false,true,false +indiefunnels-create-member,Create Member,Creates a new Member on your IndieFunnel website. [See the documentation](https://websitebuilder.docs.apiary.io/#reference/members/list-and-create/create-new-member),false,true,false +indiefunnels-update-member,Update Member,Updates a Member specified by ID. [See the documentation](https://websitebuilder.docs.apiary.io/#reference/members/single-member/update-member),true,true,false +indiefunnels-create-contact,Create Contact,Creates a new Contact on your IndieFunnel website. [See the documentation](https://websitebuilder.docs.apiary.io/#reference/contacts/list-and-create/create-new-contact),false,true,false +indiefunnels-update-contact,Update Contact,Updates a Contact specified by ID. [See the documentation](https://websitebuilder.docs.apiary.io/#reference/contacts/search-contacts/update-contact),true,true,false +dotsimple-create-post,Create Post,Create a new post on your DotSimple site. [See the documentation](https://help.dotsimple.io/en/articles/68-posts).,false,true,false +dotsimple-update-post,Update Post,Amend an existing post on your DotSimple site. [See the documentation](https://help.dotsimple.io/en/articles/68-posts),true,true,false +dotsimple-delete-post,Delete Post,Remove a post from your DotSimple site. [See the documentation](https://help.dotsimple.io/en/articles/68-posts),true,true,false +codeq_natural_language_processing_api-check-similarity,Check Similarity,Receives two texts and returns a JSON object containing the text similarity score. [See the docs here](https://api.codeq.com/api),false,true,true +codeq_natural_language_processing_api-analyze-document,Analyze Document,Receives a text and returns a JSON object containing a list of analyzed sentences. [See the docs here](https://api.codeq.com/api),false,true,true +oto-create-product,Create Product,Creates a new product. [See the documentation](https://apis.tryoto.com/#21b289bc-04c1-49b1-993e-23e928d57f56),false,true,false +oto-list-orders,List Orders,Retrieves a list of orders. [See the documentation](https://apis.tryoto.com/#c2e94027-5214-456d-b653-0a66c038e3a4),false,true,true +oto-get-order-details,Get Order Details,Provides detailed information about a specific order. [See the documentation](https://apis.tryoto.com/#53964419-2d64-4c07-b39d-b26a92b379c9),false,true,true +plentyone-get-orders,Get Orders,Retrieves a list of orders from PlentyONE. [See the documentation](https://developers.plentymarkets.com/en-gb/plentymarkets-rest-api/index.html#/Order/get_rest_orders),false,true,true +plentyone-get-order-properties,Get Order Properties,Retrieves properties for a specific order from PlentyONE [See the documentation](https://developers.plentymarkets.com/en-gb/plentymarkets-rest-api/index.html#/Order/get_rest_orders__orderId_),false,true,true +plentyone-get-order,Get Order,Retrieves a specific order by ID from PlentyONE. [See the documentation](https://developers.plentymarkets.com/en-gb/plentymarkets-rest-api/index.html#/Order/get_rest_orders__orderId_),false,true,true +plentyone-add-order-note,Add Order Note,Adds a note to an order in PlentyONE. [See the documentation](https://developers.plentymarkets.com/en-gb/plentymarkets-rest-api/index.html#/Comment/post_rest_comments),false,true,false +plentyone-create-order,Create Order,Creates a new order in PlentyONE. [See the documentation](https://developers.plentymarkets.com/en-gb/plentymarkets-rest-api/index.html#/Order/post_rest_orders),false,true,false +plentyone-get-order-items,Get Order Items,Retrieves items for a specific order from PlentyONE [See the documentation](https://developers.plentymarkets.com/en-gb/plentymarkets-rest-api/index.html#/Order/get_rest_orders__orderId_),false,true,true +plentyone-get-order-documents,Get Order Documents,Retrieves documents for a specific order from PlentyONE. [See the documentation](https://developers.plentymarkets.com/en-gb/plentymarkets-rest-api/index.html#/Document/get_rest_orders_documents_find),false,true,true +apollo_io-add-contacts-to-sequence,Add Contacts to Sequence,Adds one or more contacts to a sequence in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#add-contacts-to-sequence),false,true,false +apollo_io-update-account-stage,Update Account Stage,Updates the stage of one or more accounts in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#update-account-stage),true,true,false +apollo_io-create-update-contact,Create Or Update Contact,"Creates or updates a specific contact. If the contact email already exists, it",true,true,false +apollo_io-search-sequences,Search For Sequences,Search for sequences in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#search-for-sequences),false,true,true +apollo_io-create-contact,Create Contact,Creates a new contact in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#create-a-contact),false,true,false +apollo_io-update-account,Update Account,Updates an existing account in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#update-an-account),true,true,false +apollo_io-people-enrichment,People Enrichment,Enriches a person,false,true,false +apollo_io-update-contact-stage,Update Contact Stage,Updates the stage of one or more contacts in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#update-contact-stage),true,true,false +apollo_io-get-opportunity,Get Opportunity,Gets a specific opportunity in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#view-opportunity),false,true,true +apollo_io-search-accounts,Search For Accounts,Search for accounts in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#search-for-accounts),false,true,true +apollo_io-update-contact,Update Contact,Updates an existing contact in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#update-a-contact),true,true,false +apollo_io-create-account,Create Account,Creates a new account in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#create-an-account),false,true,false +apollo_io-search-contacts,Search For Contacts,Search for contacts in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#search-for-contacts),false,true,true +apollo_io-create-opportunity,Create Opportunity,Creates a new opportunity in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#create-opportunity),false,true,false +apollo_io-update-opportunity,Update Opportunity,Updates a new opportunity in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#update-opportunity),true,true,false +easysendy-add-subscriber,Add Subscriber,Adds a new subscriber to an EasySendy list. [See the documentation](https://developers.easysendyapp.com/easysendypro/),false,true,false +cisco_meraki-get-network,Get Network,Gets a network. [See the docs](https://developer.cisco.com/meraki/api/#!get-network).,false,true,true +cisco_meraki-create-organization,Create Organization,Creates a new organization. [See the docs](https://developer.cisco.com/meraki/api/#!create-organization).,false,true,false +cisco_meraki-update-network,Update Network,Updates a network. [See the docs](https://developer.cisco.com/meraki/api/#!update-network).,true,true,false +zoho_expense-update-expense-report,Update Expense Report,Alter details in an existing expense report. [See the Documentation](https://www.zoho.com/expense/api/v1/expense-reports/#update-an-expense-report).,true,true,false +zoho_expense-create-expense,Create Expense,Generate a new expense entry in the Zoho Expense system. [See the Documentation](https://www.zoho.com/expense/api/v1/expenses/#create-an-expense).,false,true,false +zoho_expense-reject-travel-request,Reject Travel Request,Disapprove a pending travel request in the system. [See the Documentation](https://www.zoho.com/expense/api/v1/trips/#reject-a-trip-request).,false,true,false +mattermost-post-message,Post Message,Create a new post in a channel [See docs here](https://api.mattermost.com/#tag/posts/operation/CreatePost),false,true,false +appwrite-get-members,Get Members,Get accounts setup information. [See the documentation](https://appwrite.io/docs/references/cloud/client-rest/teams#listMemberships),false,true,true +appwrite-create-team,Create Team,Create a new team. [See the documentation](https://appwrite.io/docs/references/cloud/client-rest/teams#create),false,true,false +appwrite-create-account,Create Account,Register a new account in your project. [See the documentation](https://appwrite.io/docs/references/cloud/client-web/account#create),false,true,false +the_bookie-create-contact,Create Contact,Instantly creates a new contact in the address book. [See the documentation](https://app.thebookie.nl/nl/help/article/api-documentatie/#contact_create),false,true,false +the_bookie-create-sales-invoice,Create Sales Invoice,Creates a new sales invoice. [See the documentation](https://app.thebookie.nl/nl/help/article/api-documentatie/#salesentry_create),false,true,false +the_bookie-find-contact,Find Contacts,Find a contact from the address book. [See the documentation](https://app.thebookie.nl/nl/help/article/api-documentatie/#contact_list),false,true,true +vida-provide-context,Add Context,Uploads additional context for a conversation with your AI agent. Helpful when integrating data from external CRMs. [See the documentation](https://vida.io/docs/api-reference/knowledge/add-context),false,true,false +memberspot-delete-access,Delete Access,Delete access of a user by email. [See the documentation](https://api.memberspot.de/api/#/users/UsersApiController_setOfferState),true,true,false +memberspot-grant-access,Grant Access,Grant access to a user by email. [See the documentation](https://api.memberspot.de/api/#/users/UsersApiController_grantUserOfferByMail),false,true,false +rebrandly-create-link,Create Link,Creates a link. [See docs here](https://developers.rebrandly.com/docs/create-a-new-link),false,true,false +rebrandly-update-link,Update Link,Updates a link. [See docs here](https://developers.rebrandly.com/docs/update-a-link),true,true,false +publisherkit-create-image,Create Image,Generates a new image within PublisherKit. [See the documentation](https://publisherkit.com/documentation/api),false,true,false +outscraper-scrape-emails-contacts,Scrape Emails and Contacts,"Finds email addresses, social links, and phone numbers from given domains. [See the documentation](https://app.outscraper.com/api-docs#tag/Email-Related/paths/~1emails-and-contacts/get)",false,true,true +outscraper-search-places,Search Places on Google Maps,Searches for places on Google Maps using queries. [See the documentation](https://app.outscraper.com/api-docs#tag/Businesses-and-POI/paths/~1maps~1search-v3/get),false,true,true +outscraper-reverse-geocoding,Reverse Geocoding,Translates geographic locations into human-readable addresses. [See the documentation](https://app.outscraper.com/api-docs#tag/Other-Services/paths/~1reverse-geocoding/get),false,true,true +ramp-create-user-invite,Create User Invite,Sends out an invite for a new user. [See the documentation](https://docs.ramp.com/developer-api/v1/reference/rest/users#post-developer-v1-users-deferred),false,true,false +ramp-upload-receipt,Upload Receipt,Uploads a receipt for a given transaction and user. [See the documentation](https://docs.ramp.com/developer-api/v1/reference/rest/receipts#post-developer-v1-receipts),false,true,false +ramp-issue-virtual-card,Issue Virtual Card,Creates a new virtual card for a given user. [See the documentation](https://docs.ramp.com/developer-api/v1/reference/rest/limits#post-developer-v1-limits-deferred),false,true,false +sendx-remove-tag-contact,Remove Tag from Contact,De-associates a user-provided tag from a given contact in SendX.,true,true,false +sendx-create-update-contact,Create or Update Contact,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),true,true,false +sendx-add-tag-contact,Add Tag to Contact,Associates a user-provided tag with a specified contact in SendX. This action requires the contact,false,true,false +seqera-create-compute-environment,Create Compute Environment,Creates a new compute environment in Seqera Tower. [See the documentation](https://docs.seqera.io/platform/23.3.0/api/overview),false,true,false +seqera-create-action,Create Pipeline Action,Creates a new pipeline action in Seqera. [See the documentation](https://docs.seqera.io/platform/23.3.0/api/overview),false,true,false +seqera-create-pipeline,Create Pipeline,Creates a new pipeline in a user context. [See the documentation](https://docs.seqera.io/platform/23.3.0/api/overview),false,true,false +documenterra-create-page,Create Page,Creates a new page. [See the documentation](https://documenterra.ru/docs/user-manual/api-sozdaniye-stranitsy.html),false,true,false +documenterra-export-publication,Export Publication,Exports an existing publication to a user-selected format. [See the documentation](https://documenterra.ru/docs/user-manual/api-eksport-publikatsii.html),false,true,false +documenterra-create-project-backup,Create Project Backup,Creates a backup of a project. [See the documentation](https://documenterra.ru/docs/user-manual/api-sozdaniye-rezervnoy-kopii-proyekta.html),false,true,false +phantombuster-launch-phantom,Launch Phantom,"Adds an agent to the launch queue, [See the docs](https://hub.phantombuster.com/reference/post_agents-launch-1)",false,true,false +posthog-get-persons,Get Persons,Retrieve a list of persons. [See the documentation](https://posthog.com/docs/api/persons#get-api-projects-project_id-persons),false,true,true +posthog-get-surveys,Get Surveys,Retrieve a list of surveys. [See the documentation](https://posthog.com/docs/api/surveys#get-api-projects-project_id-surveys),false,true,true +posthog-get-cohorts,Get Cohorts,Retrieve a list of cohorts. [See the documentation](https://posthog.com/docs/api/cohorts#get-api-projects-project_id-cohorts),false,true,true +posthog-create-query,Create Query,Create a HogQLQuery and return the results. [See the documentation](https://posthog.com/docs/api/queries#creating-a-query),false,true,false +posthog-capture-event,Capture Event,Captures a given event within the PostHog system. [See the documentation](https://posthog.com/docs/api/post-only-endpoints#single-event),false,true,false +relavate-create-affiliate-lead,Create Affiliate Lead,This component enables you to create a new affiliate lead for marketing. [See the documentation](https://api.relavate.co/#2a307851-9d54-42ea-9f54-3fb600b152a5),true,true,false +pcloud-list-contents,List Contents,Get the contents of the specified folder. [See the docs here](https://docs.pcloud.com/methods/folder/listfolder.html),false,true,true +pcloud-create-folder,Create Folder,Create a folder in the specified folder. [See the docs here](https://docs.pcloud.com/methods/folder/createfolder.html),false,true,false +pcloud-rename-file,Rename File,Renames a file. [See the docs here](https://docs.pcloud.com/methods/file/renamefile.html),false,true,false +pcloud-copy-file,Copy File,Copy a file to the specified destination. [See the docs here](https://docs.pcloud.com/methods/file/copyfile.html),false,true,false +pcloud-download-files,Download File(s),Download one or more files to a folder. [See the docs here](https://docs.pcloud.com/methods/file/downloadfile.html),false,true,false +pcloud-move-file,Move File,Moves a file to the specified destination. [See the docs here](https://docs.pcloud.com/methods/file/renamefile.html),false,true,false +pcloud-upload-file,Upload File,Upload a file to the specified folder. [See the docs here](https://docs.pcloud.com/methods/file/uploadfile.html),false,true,false +pcloud-move-folder,Move Folder,Moves a folder to the specified destination. [See the docs here](https://docs.pcloud.com/methods/folder/renamefolder.html),false,true,false +pcloud-rename-folder,Rename Folder,Renames a folder. [See the docs here](https://docs.pcloud.com/methods/folder/renamefolder.html),false,true,false +pcloud-copy-folder,Copy Folder,Copy a folder to the specified folder. [See the docs here](https://docs.pcloud.com/methods/folder/copyfolder.html),false,true,false +metabase-get-dashboard,Get Dashboard,Retrieve dashboard information and its cards. [See the documentation](https://www.metabase.com/docs/latest/api#tag/apidashboard/get/api/dashboard/{id}).,false,true,true +metabase-run-query,Run Query,Execute a saved question/card and return the results. [See the documentation](https://www.metabase.com/docs/latest/api#tag/apicard/post/api/card/{card-id}/query).,false,true,false +metabase-create-dashboard,Create Dashboard,Create a new Dashboard. [See the documentation](https://www.metabase.com/docs/latest/api#tag/apidashboard/post/api/dashboard/).,false,true,false +metabase-get-database,Get Database,Retrieve database information. [See the documentation](https://www.metabase.com/docs/latest/api#tag/apidatabase/get/api/database/{id}).,false,true,true +americommerce-update-customer,Update Customer,Updates the details of a registered customer. [See the documentation](https://developers.cart.com/docs/rest-api/5da2f1ddbe199-update-a-customer).,true,true,false +americommerce-create-update-order,Create Or Update Order,Creates a new order or updates an existing one. [See the documentation here](https://developers.cart.com/docs/rest-api/3f2ab73188031-create-an-order) and [here](https://developers.cart.com/docs/rest-api/e2649bb3adba9-update-an-order).,true,true,false +americommerce-change-order-status,Change Order Status,Changes the status of an existing order. [See the documentation](https://developers.cart.com/docs/rest-api/6898d9f254dfb-update-an-order-status).,true,true,false +twenty-create-update-delete-record,"Create, Update, or Delete a Record in Twenty","Create, update, or delete a single record in Twenty. This action allows for dynamic handling of records based on specified action type. [See the documentation](https://api.twenty.com/docs)",true,true,false +easyly-post-lead,Post New Lead,Allows a user to post a new lead to their Easyly account. [See the documentation](https://api.easyly.com/posting),false,true,false +woovi-delete-charge,Delete Charge,Removes a specific charge from the system. [See the documentation](https://developers.woovi.com/en/api#tag/charge/paths/~1api~1v1~1charge~1%7Bid%7D/delete),true,true,false +woovi-create-charge,Create Charge,Generates a charge for a customer. [See the documentation](https://developers.woovi.com/en/api#tag/charge/paths/~1api~1v1~1charge/post),false,true,false +woovi-create-charge-refund,Create Charge Refund,Opens a refund request for a specific charge. [See the documentation](https://developers.woovi.com/en/api#tag/charge-refund/paths/~1api~1v1~1charge~1%7Bid%7D~1refund/post),false,true,false +orderspace-create-customer,Create Customer,Create a new customer. [See the documentation](https://apidocs.orderspace.com/#create-a-customer),false,true,false +orderspace-list-orders,List Orders,List a list of orders. [See the documentation](https://apidocs.orderspace.com/#list-orders),false,true,true +orderspace-list-products,List Products,List a list of products. [See the documentation](https://apidocs.orderspace.com/#list-products),false,true,true +orderspace-update-inventory-level,Update Inventory Level,Update an inventory level. [See the documentation](https://apidocs.orderspace.com/#update-inventory-levels),true,true,false +orderspace-list-customers,List Customers,List a list of customers. [See the documentation](https://apidocs.orderspace.com/#list-customers),false,true,true +orderspace-create-order,Create Order,Create a new order. [See the documentation](https://apidocs.orderspace.com/#create-an-order),false,true,false +orderspace-create-dispatch,Create Dispatch,Create a new dispatch. [See the documentation](https://apidocs.orderspace.com/#create-a-dispatch),false,true,false +harpa_ai-run-ai-command,Run AI Command,Run an AI command. [See the documentation](https://harpa.ai/grid/grid-rest-api-reference#run-ai-command),false,true,false +harpa_ai-search-the-web,Search the Web,Search the web. [See the documentation](https://harpa.ai/grid/grid-rest-api-reference#search-the-web),false,true,true +harpa_ai-scrape-web-page,Scrape Web Page,Scrape a web page. [See the documentation](https://harpa.ai/grid/grid-rest-api-reference#web-page-scraping),false,true,false +lessonspace-launch-space,Launch Space,Launch a unified space on Lessonspace. [See the documentation](https://api.thelessonspace.com/v2/docs/#tag/Spaces-greater-Launch),false,true,false +ip2whois-query-domain-info,WHOIS lookup,"Helps users to obtain domain information, WHOIS record, by using a domain name. Please refer to the [documentation](https://ip2whois.com/developers-api) for the details of the fields returned.",false,true,true +serpapi-scrape-search,Scrape Search,Scrape the results from a search engine via SerpApi service. [See the documentation](https://serpapi.com/search-api),false,true,true +d7_networks-send-sms,Send SMS,Sending sms via D7 networks! [See the docs](https://d7networks.com/docs/Messages/Send_Message/),false,true,false +ip2location_io-lookup-ip-address,Lookup IP Address,Retrieve geolocation data about an IP Address. [See the docs here](https://www.ip2location.io/ip2location-documentation),false,true,true +stammer_ai-message-chatbot,Message Chatbot,Sends a message to your chatbot. [See the documentation](https://app.stammer.ai/en/api-docs/chatbot/message/),false,true,false +adyntel-tiktok-search,Search TikTok Ads,Search TikTok ads using a keyword. [See the documentation](https://docs.adyntel.com/ad-libraries/tiktok-search),false,true,true +adyntel-google-ads-by-company,Get Google Ads by Company,Retrieve all Google ads for a given company domain. [See the documentation](https://docs.adyntel.com/ad-libraries/google),false,true,true +adyntel-meta-ad-search,Meta Ad Search,Searches the Meta ad library. [See the documentation](https://docs.adyntel.com/ad-libraries/meta-ad-search),false,true,true +mapbox-geocode-address,Geocode Address,Retrieves the geocoded location for a given address. [See the documentation](https://docs.mapbox.com/api/search/geocoding/),false,true,true +mapbox-generate-directions,Generate Directions,Generates directions between two or more locations using Mapbox API. [See the documentation](https://docs.mapbox.com/api/navigation/directions/).,false,true,false +mapbox-create-tileset,Create Tileset,Uploads and creates a new tileset from a data source. [See the documentation](https://docs.mapbox.com/api/maps/mapbox-tiling-service/),false,true,false +dhl-get-tracking,Get Tracking Information,Get tracking information for shipments. [See the documentation](https://developer.dhl.com/api-reference/shipment-tracking#operations-default-getTrackingShipment),false,true,true +zoho_mail-send-email,Send Email,Send an email. [See the docs here](https://www.zoho.com/mail/help/api/post-send-an-email.html),false,true,false +zoho_mail-create-task,Create Task,Creates a new task. [See the docs here](https://www.zoho.com/mail/help/api/post-add-new-task.html),false,true,false +blazemeter-list-projects,List Projects,List projects from a specified workspace in BlazeMeter. [See the documentation](https://api.blazemeter.com/functional/#projects-list),false,true,true +blazemeter-list-workspaces,List Workspaces,List all workspaces associated with the specified account. [See the documentation](https://api.blazemeter.com/functional/#workspaces-list),false,true,true +blazemeter-create-project,Create Project,Creates a new project in a specific workspace. [See the documentation](https://api.blazemeter.com/functional/#create-a-project),false,true,false +brex_staging-list-transactions-for-selected-cash-account,List Transactions for Selected Cash Account,Lists all transactions for the specified cash account. [See the docs here](https://developer.brex.com/openapi/transactions_api/#operation/listCashTransactions).,false,true,true +brex_staging-create-card,Create Card,Creates a new card. [See the docs here](https://developer.brex.com/openapi/team_api/#operation/createCard).,false,true,false +brex_staging-invite-user,Invite User,Invites a new user as an employee. [See the docs here](https://developer.brex.com/openapi/team_api/#operation/createUser).,false,true,false +brex_staging-list-transactions-for-primary-card-account,List Transactions for Primary Card Account,Lists all settled transactions for the primary card account. [See the docs here](https://developer.brex.com/openapi/transactions_api/#operation/listPrimaryCardTransactions).,false,true,true +brex_staging-set-limit-for-user,Set Limit for User,Sets the monthly limit for a user. [See the docs here](https://developer.brex.com/openapi/team_api/#operation/setUserLimit).,false,true,false +zoho_bigin-create-event,Create Event,Creates a event. [See the documentation](https://www.bigin.com/developer/docs/apis/insert-records.html),false,true,false +zoho_bigin-create-contact,Create Contact,Creates a contact. [See the documentation](https://www.bigin.com/developer/docs/apis/insert-records.html),false,true,false +zoho_bigin-create-call,Create Call,Creates a call. [See the documentation](https://www.bigin.com/developer/docs/apis/insert-records.html),false,true,false +zoho_bigin-update-contact,Update Contact,Updates a contact. [See the documentation](https://www.bigin.com/developer/docs/apis/update-records.html),true,true,false +referralhero-add-subscriber,Add Subscriber,Adds a new subscriber to to a list. [See the documentation](https://support.referralhero.com/integrate/rest-api/endpoints-reference#add-a-subscriber),false,true,false +referralhero-track-referral-conversion-event,Track Referral Conversion Event,Track a referral conversion event. Use when your Campaign Goal is set to track two or three conversion events. [See the documentation](https://support.referralhero.com/integrate/rest-api/endpoints-reference#track-referral-conversion-event),true,true,false +webscraping_ai-scrape-website-html,Scrape Website HTML,Returns the full HTML content of a webpage specified by the URL. [See the documentation](https://webscraping.ai/docs#tag/HTML/operation/getHTML):,false,true,false +webscraping_ai-ask-question,Ask Question about Webpage,Gets an answer to a question about a given webpage. [See the documentation](https://webscraping.ai/docs#tag/AI/operation/getQuestion),false,true,true +webscraping_ai-scrape-website-text,Scrape Website Text,Returns the visible text content of a webpage specified by the URL. [See the documentation](https://webscraping.ai/docs#tag/Text/operation/getText).,false,true,false +invision_community-create-member,Create Member,Creates a new member. [See the documentation](https://invisioncommunity.com/developers/rest-api?endpoint=core/members/postindex),false,true,false +invision_community-update-member,Update Member,Updates an existing member,true,true,false +invision_community-create-forum-topic,Create Forum Topic,Creates a new forum topic. [See the documentation](https://invisioncommunity.com/developers/rest-api?endpoint=forums/topics/postindex),false,true,false +goodbits-update-subscriber-status,Update Subscriber Status,Update the status of a subscriber. [See the documentation](https://support.goodbits.io/article/115-goodbit-api),true,true,false +goodbits-create-link,Create Link,Create a new link. [See the documentation](https://support.goodbits.io/article/115-goodbit-api),false,true,false +goodbits-create-subscriber,Create Subscriber,Create a new subscriber. [See the documentation](https://support.goodbits.io/article/115-goodbit-api),false,true,false +precisefp-create-account,Create Account,Create a new account. [See the documentation](https://documenter.getpostman.com/view/6125750/UyrDEFnd#b6db56e1-2767-499e-9928-38c82f3bd3e6),false,true,false +clio-update-matter,Update Matter,Updates an existing matter in Clio. [See the documentation](https://docs.developers.clio.com/api-reference/#tag/Matters/operation/Matter#update),true,true,false +clio-create-matter,Create New Matter,Creates a new matter in Clio. [See the documentation](https://docs.developers.clio.com/api-reference/#tag/Matters/operation/Matter#index),false,true,false +clio-create-task,Create New Task,Creates a new task in Clio. [See the documentation](https://docs.developers.clio.com/api-reference/#tag/Tasks/operation/Task#index),false,true,false +cerebras-create-chat-completion,Create Chat Completion,Create a chat completion with Cerebras AI. [See the documentation](https://inference-docs.cerebras.ai/api-reference/chat-completions),false,true,false +cerebras-create-completion,Create Completion,Create a completion with Cerebras AI. [See the documentation](https://inference-docs.cerebras.ai/api-reference/completions),false,true,false +cerebras-list-models,List Models,List all available Cerebras models. [See the documentation](https://inference-docs.cerebras.ai/api-reference/models),false,true,true +trello-add-attachment-to-card,Add Attachment To Card,Adds a file attachment on a card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-attachments-post),false,true,false +trello-create-checklist-item,Create a Checklist Item,Creates a new checklist item in a card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-checklists/#api-checklists-id-checkitems-post).,false,true,false +trello-add-checklist,Add Checklist,Adds a new checklist to a card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-checklists-post).,false,true,false +trello-create-card,Create Card,Creates a new card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-post).,false,true,false +trello-get-list,Get List,Get information about a List. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-lists/#api-lists-id-get).,false,true,true +trello-get-cards-on-board,Get Cards On A Board,Get all of the open Cards on a Board. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-boards/#api-boards-id-cards-get).,false,true,true +trello-find-list,Find a List,Finds a list on a specific board by name. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-boards/#api-boards-id-lists-get).,false,true,true +trello-search-members,Search Members,Search for Trello members. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-search/#api-search-members-get).,false,true,true +trello-get-cards-in-list,Get Cards In A List,List the cards in a list. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-lists/#api-lists-id-cards-get).,false,true,true +trello-search-boards,Search Boards,Searches for boards matching the specified query. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-search/#api-search-get).,false,true,true +trello-add-comment,Add Comment,Create a new comment on a specific card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-actions-comments-post).,false,true,false +trello-update-card,Update Card,Updates a card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-put).,true,true,false +trello-create-board,Create a Board,Create a new Trello board or copy from an existing one. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-boards/#api-boards-post).,false,true,false +trello-archive-card,Archive Card,Archives a card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-put).,true,true,false +trello-get-board,Get Board,Request a single board. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-boards/#api-boards-id-get).,false,true,true +trello-get-card,Get Card,Gets a card by its ID. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-get).,false,true,true +trello-create-list,Create a List,Creates a new list. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-lists/#api-lists-post).,false,true,false +trello-find-labels,Find a Label,Finds a label on a specific board by name. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-boards/#api-boards-id-labels-get),false,true,true +trello-create-label,Create Label,Creates a new label on the specified board. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-labels/#api-labels-post).,false,true,false +trello-complete-checklist-item,Complete a Checklist Item,Completes an existing checklist item in a card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-checkitem-idcheckitem-put).,false,true,false +trello-remove-label-from-card,Remove Card Label,Removes label from card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-idlabels-idlabel-delete).,true,true,false +trello-move-card-to-list,Move Card to List,Moves a card to the specified board/list pair. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-put).,false,true,true +trello-add-existing-label-to-card,Add Existing Label to Card,Adds an existing label to the specified card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-idlabels-post).,false,true,false +trello-search-checklists,Search Checklists,Find a checklist on a particular board or card by name. [See the documentation here](https://developer.atlassian.com/cloud/trello/rest/api-group-boards/#api-boards-id-checklists-get) and [here](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-checklists-get).,false,true,true +trello-add-member-to-card,Add Member to Card,Adds a member to the specified card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-idmembers-post).,false,true,false +trello-rename-list,Rename List,Renames an existing list. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-lists/#api-lists-id-put).,true,true,false +trello-delete-checklist,Delete Checklist,Deletes the specified checklist. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-checklists/#api-checklists-id-delete).,true,true,false +trello-search-cards,Search Cards,Searches for cards matching the specified query. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-search/#api-search-get).,false,true,true +accredible-create-credential,Create Credential,Issue a new credential to a given recipient. [See the documentation](https://accrediblecredentialapi.docs.apiary.io/#reference/credentials/credentials/create-a-new-credential),false,true,false +accredible-delete-credential,Delete Credential,Remove a specific credential from the system. [See the documentation](https://accrediblecredentialapi.docs.apiary.io/#reference/credentials/credential/delete-a-credential),true,true,false +accredible-update-credential,Update Credential,Modify the details of an existing credential. [See the documentation](https://accrediblecredentialapi.docs.apiary.io/#reference/credentials/credential/update-a-credential),true,true,false +roboflow-detect-object-from-image,Detect Object From Image,Run inference on your object detection models hosted on Roboflow. [See the documentation](https://docs.roboflow.com/deploy/hosted-api/object-detection).,false,true,false +roboflow-classify-image,Classify Image,Run inference on classification models hosted on Roboflow. [See the documentation](https://docs.roboflow.com/deploy/hosted-api/classification).,false,true,false +roboflow-upload-image,Upload Image,Upload an image to a project on the Roboflow platform. [See the documentation](https://docs.roboflow.com/datasets/adding-data/upload-api).,false,true,false +listclean-verify-email,Verify Email,Verify an email address. [See the documentation](https://api.listclean.xyz/#tag/verifications),false,true,true +botstar-send-message,Send Message,Send a message to a user via BotStar. [See the docs](https://apis.botstar.com/docs/#/Messages/post_messages),false,true,false +kenjo-create-attendance-entry,Create Attendance Entry,Creates a new attendance entry for an employee in Kenjo. [See the documentation](https://kenjo.readme.io/reference/post_attendances),false,true,false +kenjo-create-employee,Create Employee,Creates a new employee in Kenjo. [See the documentation](https://kenjo.readme.io/reference/post_employees),false,true,false +kenjo-create-leave-request,Create Leave Request,Creates a new leave request in Kenjo. [See the documentation](https://kenjo.readme.io/reference/post_time-off-requests).,false,true,false +centralstationcrm-create-deal,Create Deal,Creates a new deal in CentralStationCRM. [See the documentation](https://api.centralstationcrm.net/api-docs/index.html),false,true,false +centralstationcrm-create-person,Create Person,Creates a new person in CentralStationCRM. [See the documentation](https://api.centralstationcrm.net/api-docs/index.html),false,true,false +shortpixel-optimize-image,Optimize Image,Optimize and/or adjust an image using ShortPixel. [See the documentation](https://shortpixel.com/knowledge-base/article/shortpixel-adaptive-images-api-parameters/),false,true,false +botconversa-send-message,Send Message,Send a message to a specific subscriber. [See the documentation](https://backend.botconversa.com.br/swagger/),false,true,false +botconversa-add-tag,Add Tag,Add tags to a specific subscriber. [See the documentation](https://backend.botconversa.com.br/swagger/),false,true,false +botconversa-create-subscriber,Create Subscriber,Create a new subscriber. [See the documentation](https://backend.botconversa.com.br/swagger/),false,true,false +altiria-send-sms,Send SMS,Send an SMS message. The message will be sent to the phone numbers you specify. [See the documentation](https://static.altiria.com/especificaciones/altiria_push_rest.pdf).,false,true,false +gorgias_oauth-create-customer,Create Customer,Create a new customer. [See the docs](https://developers.gorgias.com/reference/post_api-customers),false,true,false +gorgias_oauth-list-macros,List Macros,List all macros. [See the documentation](https://developers.gorgias.com/reference/list-macros),false,true,true +gorgias_oauth-create-macro,Create Macro,Create a macro. [See the documentation](https://developers.gorgias.com/reference/create-macro),false,true,false +gorgias_oauth-get-ticket,Get Ticket,Get a ticket. [See the documentation](https://developers.gorgias.com/reference/get-ticket),false,true,true +gorgias_oauth-create-ticket-message,Create Ticket Message,Create a message for a ticket in the Gorgias system. [See the documentation](https://developers.gorgias.com/reference/create-ticket-message),false,true,false +gorgias_oauth-update-customer,Update Customer,Update a customer. [See the docs](https://developers.gorgias.com/reference/put_api-customers-id-),true,true,false +gorgias_oauth-retrieve-customer,Retrieve a Customer,Retrieve a customer. [See the docs](https://developers.gorgias.com/reference/get_api-customers-id-),false,true,true +gorgias_oauth-update-macro,Update Macro,Update a macro. [See the documentation](https://developers.gorgias.com/reference/update-macro),true,true,false +gorgias_oauth-create-ticket,Create Ticket,Create a new ticket. [See the docs](https://developers.gorgias.com/reference/post_api-tickets),false,true,false +gorgias_oauth-delete-macro,Delete Macro,Delete a macro. [See the documentation](https://developers.gorgias.com/reference/delete-macro),true,true,false +gorgias_oauth-update-ticket,Update Ticket,Updates a predefined ticket in the Gorgias system. [See the documentation](https://developers.gorgias.com/reference/update-ticket),true,true,false +gorgias_oauth-list-tickets,List Tickets,List all tickets. [See the docs](https://developers.gorgias.com/reference/get_api-tickets),false,true,true +mapulus-create-location,Create Location,Create a new location in Mapulus. [See the documentation](https://developer.mapulus.com/index.html),false,true,false +mapulus-update-location,Update Location,Updates an existing location in Mapulus. [See the documentation](https://developer.mapulus.com/index.html),true,true,false +docnify-create-document-from-template,Create Document From Template,Create a new document in Docnify from a pre-existing template. [See the documentation](https://app.docnify.io/api/v1/openapi),false,true,false +docnify-send-document,Send Document,Send a document within Docnify for signing. [See the documentation](https://app.docnify.io/api/v1/openapi),false,true,false +docnify-add-recipient-to-document,Add Recipient To Document,Add a recipient to an existing Docnify document. [See the documentation]([See the documentation](https://app.docnify.io/api/v1/openapi)),false,true,false +wave-create-customer,Create Customer,Create a customer under a business. [See the documentation](https://developer.waveapps.com/hc/en-us/articles/360032569232-Mutation-Create-customer),false,true,false +wave-create-invoice,Create Invoice,Create an invoice for a customer with one product. [See the documentation](https://developer.waveapps.com/hc/en-us/articles/360038817812-Mutation-Create-invoice),false,true,false +illumidesk-invite-course-member,Invite Course Member,Invites a user to a selected course. [See the documentation](https://developers.illumidesk.com/reference/courses_invitations_create),false,true,false +illumidesk-create-course,Create Course,Create a new course. [See the documentation](https://developers.illumidesk.com/reference/campuses_courses_create),false,true,false +illumidesk-list-courses,List Courses,List all the courses associated with a given campus. [See the documentation](https://developers.illumidesk.com/reference/campuses_public_campuses_courses_list),false,true,true +illumidesk-create-course-lesson,Create Course Lesson,Create a new lesson in a course. [See the documentation](https://developers.illumidesk.com/reference/courses_lessons_create),false,true,false +chatbotkit-dataset-import,Import Dataset,Imports a specified file into the bot,false,true,false +chatbotkit-create-conversation,Create Conversation,Creates a new conversation in the bot. [See the documentation](https://chatbotkit.com/docs/api/v1/spec),false,true,false +chatbotkit-conversation-complete,Send Conversation Message,Send and receive a conversation response. [See the documentation](https://chatbotkit.com/docs/api/v1/spec),false,true,false +docsautomator-create-document,Create Document,Generate a new document from a pre-existing template. [See the documentation](https://docs.docsautomator.co/integrations-api/docsautomator-api),false,true,false +bloom_growth-create-issue,Create Issue,Create a new meeting issue [See the documentation](https://app.bloomgrowth.com/swagger/index.html),false,true,false +bloom_growth-create-to-do,Create To-Do,Create a new meeting to-do [See the documentation](https://app.bloomgrowth.com/swagger/index.html),false,true,false +plaid-create-sandbox-public-token,Create Sandbox Public Token,"Creates a valid `public_token` for an arbitrary institution ID, initial products, and test credentials. [See the documentation](https://plaid.com/docs/api/sandbox/#sandboxpublic_tokencreate).",false,true,false +plaid-get-real-time-balance,Get Real-Time Balance,Get the real-time balance for each of an Item,false,true,true +plaid-create-access-token,Create Access Token,Exchange a Link `public_token` for an API `access_token`. [See the documentation](https://plaid.com/docs/api/items/#itempublic_tokenexchange).,false,true,false +plaid-create-user,Create User,"Creates a user ID and token to be used with Plaid Check, Income, or Multi-Item Link flow. [See the documentation](https://plaid.com/docs/api/users/#usercreate).",false,true,false +plaid-get-transactions,Get Transactions,Retrieves user-authorized transaction data for a specified date range. [See the documentation](https://plaid.com/docs/api/products/transactions/#transactionsget),false,true,true +dixa-set-custom-contact-attributes,Set Custom Contact Attributes,Updates custom attributes for a specified user. [See the documentation](https://docs.dixa.io/openapi/dixa-api/v1/tag/Custom-Attributes/#tag/Custom-Attributes/operation/patchEndusersUseridCustom-attributes),true,true,false +dixa-create-conversation,Create Conversation,Creates a new email or contact form-based conversation. [See the documentation](https://docs.dixa.io/openapi/dixa-api/v1/tag/Conversations/#tag/Conversations/operation/postConversations).,false,true,false +dixa-add-message,Add Message to Conversation,Adds a message to an existing conversation. [See the documentation](https://docs.dixa.io/openapi/dixa-api/v1/tag/Conversations/#tag/Conversations/operation/postConversationsConversationidMessages).,false,true,false +dixa-tag-conversation,Add Tag to Conversation,Adds a tag to a conversation. [See the documentation](https://docs.dixa.io/openapi/dixa-api/v1/tag/Tags/#tag/Tags/operation/putConversationsConversationidTagsTagid),false,true,false +scrapegraphai-start-smart-scraper,Start Smart Scraper,Extract content from a webpage using AI by providing a natural language prompt and a URL. [See the documentation](https://docs.scrapegraphai.com/api-reference/endpoint/smartscraper/start).,false,true,false +scrapegraphai-start-local-scraper,Start Local Scraper,Extract content from HTML content using AI by providing a natural language prompt and the HTML content. [See the documentation](https://docs.scrapegraphai.com/api-reference/endpoint/localscraper/start),false,true,false +scrapegraphai-start-markdownify,Start Markdownify,"Convert any webpage into clean, readable Markdown format. [See the documentation](https://docs.scrapegraphai.com/api-reference/endpoint/markdownify/start)",false,true,true +liveagent-create-customer,Create Customer,Creates a customer. [See docs here](https://pipedream.ladesk.com/docs/api/v3/#/contacts/createContact),false,true,false +insighto_ai-add-text-blob,Add Text Blob,Adds a text blob into an existing data source. [See the documentation](https://api.insighto.ai/docs#/datasource/add_datasourcefile_text_blob_api_v1_datasource__datasource_id__text_blob_post),false,true,false +insighto_ai-create-contact,Create Contact,Creates a new contact within the system. [See the documentation](https://api.insighto.ai/docs#/contact/create_contact_api_v1_contact_post),false,true,false +people_data_labs-search-people,Search People,Find specific segments of people that you need to power your projects and products. [See the docs here](https://docs.peopledatalabs.com/docs/reference-person-search-api),false,true,true +people_data_labs-enrich-person,Enrich a person,"The Person Enrichment API provides a one-to-one match, retrieving up-to-date information on a unique individual. [See the docs here](https://docs.peopledatalabs.com/docs/reference-person-enrichment-api)",false,true,false +people_data_labs-enrich-company,Enrich a company,"The Company Enrichment API provides a one-to-one match, retrieving up-to-date information on a unique company. [See the docs here](https://docs.peopledatalabs.com/docs/reference-company-enrichment-api)",false,true,false +grist-add-records,Add Records,Appends new records to a chosen table in Grist. [See the documentation](https://support.getgrist.com/api/#tag/records/operation/addRecords),false,true,false +grist-add-update-records,Add Or Update Records,Add records in a specified table or updates existing matching records. [See the documentation](https://support.getgrist.com/api/#tag/records/operation/replaceRecords),true,true,false +grist-find-records,Find Records,Searches for records in a specified table. [See the documentation](https://support.getgrist.com/api/#tag/records/operation/listRecords),false,true,true +pdf_charts-create-pdf,Create PDF,Create a PDF document using PDF Charts. [See the documentation](https://www.pdf-charts.com/playground),false,true,false +qstash-create-endpoint,Create Endpoint,Create a new HTTP endpoint on a QStash topic.,false,true,false +qstash-list-topics,List Topics,List all your existing QStash topics.,false,true,true +qstash-publish-endpoint-message,Publish Endpoint Message,Publish a message a callback endpoint,false,true,false +qstash-publish-topic-message,Publish Topic Message,Publish a message to a topic,false,true,false +qstash-verify-webhook,Verify Webhook,Verify an incoming QStash webhook to an endpoint. Only to be used with the **Publish Endpoint** action.,false,true,true +qstash-list-endpoints,List Endpoints,Lists all your existing QStash endpoints.,false,true,true +qstash-create-topic,Create Topic,Create a new QStash topic that emits to multiple endpoints.,false,true,false +mailmodo-trigger-campaign,Trigger Campaign,Allows to trigger campaigns with personalization parameter added to the email template. [See the docs here](https://www.mailmodo.com/developers/4c44d1b19765f-send-campaign-email/),false,true,false +mailmodo-trigger-journey,Trigger Journey,Adds a new user to the journey. [See the docs here](https://www.mailmodo.com/developers/YXBpOjQ3MzIwNjUx-user-journeys/7de134cb5967c-add-a-new-user-to-the-journey),false,true,false +mailmodo-add-contact-to-list,Add Contact To List,Adds a contact to a list [See the docs here](https://api.salesflare.com/docs#operation/postAccountsAccount_idContacts),false,true,false +reversecontact-enrich-profile,Enrich Profile,Returns enriched profile information with the given email. [See docs here](https://docs.reversecontact.com/enriched_profile_check),false,true,false +pingback-get-subscriber,Get Subscriber,Get a subscriber by email [See the documentation](https://developer.pingback.com/docs/api/get-subscriber),false,true,true +pingback-add-subscriber-to-segmentation-lists,Add Subscriber To Segmentation Lists,Add a subscriber to segmentation lists by email [See the documentation](https://developer.pingback.com/docs/api/add-subscriber-to-segment),false,true,false +pingback-remove-subscriber-from-segmentation-list,Remove Subscriber From Segmentation List,Remove a subscriber from a segmentation list by email [See the documentation](https://developer.pingback.com/docs/api/remove-subscriber-from-segment),true,true,false +pingback-create-subscriber,Create Subscriber,Create a new subscriber [See the documentation](https://developer.pingback.com/docs/api/create-subscriber),false,true,false +pingback-update-subscriber,Update Subscriber,Update a specific subscriber by email [See the documentation](https://developer.pingback.com/docs/api/update-subscriber),true,true,false +klaxoon-create-idea,Create Idea,Creates an idea. [See the documentation](https://developers.klaxoon.com/reference/v1boardideapost),false,true,false +klaxoon-create-board,Create Board,Creates a board. [See the documentation](https://developers.klaxoon.com/reference/v1boardpost),false,true,false +klaxoon-update-idea,Update Idea,Updates an idea. [See the documentation](ttps://developers.klaxoon.com/reference/v1boardideapatch),true,true,false +vitel_phone-send-message,Send Message,Send a new message. [See the documentation](https://www.vitelglobal.com),false,true,false +vitel_phone-create-call-report,Create Call Report,Create a call report. [See the documentation](https://www.vitelglobal.com),false,true,false +vitel_phone-initiate-call,Initiate Call,Initiate a call. [See the documentation](https://www.vitelglobal.com),false,true,false +redcircle_api-add-zipcode,Add Zipcode,Add a zipcode to Redcircle API. [See the documentation](https://docs.trajectdata.com/redcircleapi/zipcodes-api/add),false,true,false +redcircle_api-search-categories,Search Categories,Search for a category in Redcirle API. [See the documentation](https://docs.trajectdata.com/redcircleapi/categories-api/list-and-search),false,true,true +redcircle_api-get-account-data,Get Account Data,Get your account details. [See the documentation](https://docs.trajectdata.com/redcircleapi/account-api),false,true,true +clockify-add-members-to-project,Add Members To Project,Adds member(s) to a project in Clockify. [See the documentation](https://docs.clockify.me/#tag/Project/operation/updateMemberships),true,true,false +clockify-add-task-to-project,Add Task To Project,Adds a task to a project in Clockify. [See the documentation](https://docs.clockify.me/#tag/Task/operation/create_7),false,true,false +clockify-create-project,Create Project,Creates a new project in Clockify. [See the documentation](https://docs.clockify.me/#tag/Project/operation/create_6),false,true,false +dopplerai-create-collection,Create Collection,Establishes a new collection to save uploaded data. [See the documentation](https://api.dopplerai.com/docs/reference#tag/Collections/operation/create_collection_v1_collections_post),false,true,false +dopplerai-create-chat,Create Chat,Initializes a new chat thread. [See the documentation](https://api.dopplerai.com/docs/reference#tag/Chats/operation/create_chat_v1_chats_post),false,true,false +dopplerai-send-message,Send Message,Dispatches a message to the artificial intelligence. [See the documentation](https://api.dopplerai.com/docs/reference#tag/Messages/operation/send_message_v1_messages_post),false,true,false +zoho_sheet-search-delete-row,Search and Delete Row,Searches for a row based on provided criteria and deletes it. [See the documentation](https://www.zoho.com/sheet/help/api/v2/),true,true,false +zoho_sheet-update-row,Update Row,Finds a specific row by its index and updates its content. [See the documentation](https://www.zoho.com/sheet/help/api/v2/),true,true,false +zoho_sheet-create-row,Create Row,Creates a new row in the specified worksheet. [See the documentation](https://www.zoho.com/sheet/help/api/v2/),false,true,false +tavily-send-query,Send Query,Search for data based on a query. [See the documentation](https://docs.tavily.com/docs/tavily-api/rest_api#post-search),false,true,false +unsplash-search-photos,Search Photos,Get a single page of photo results for a query. [See the documentation](https://unsplash.com/documentation#search-photos),false,true,true +unsplash-get-photo,Get Photo,Get a specific photo from Unsplash. [See the documentation](https://unsplash.com/documentation#get-a-photo),false,true,true +bitbucket-create-issue,Creates a new issue,Creates a new issue. [See docs here](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-issue-tracker/#api-repositories-workspace-repo-slug-issues-post),false,true,false +bitbucket-get-issue,Get issue,Get a issue. [See docs here](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-issue-tracker/#api-repositories-workspace-repo-slug-issues-issue-id-get),false,true,false +bitbucket-create-issue-comment,Create Issue Comment,Creates a new issue comment. [See docs here](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-issue-tracker/#api-repositories-workspace-repo-slug-issues-issue-id-comments-post),false,true,false +bitbucket-get-snippet,Get snippet,Get a snippet. [See docs here](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-snippets/#api-snippets-workspace-encoded-id-get),false,true,true +bitbucket-update-issue-comment,Update Issue Comment,Updates a existent issue comment. [See docs here](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-issue-tracker/#api-repositories-workspace-repo-slug-issues-issue-id-comments-comment-id-put),true,true,false +bitbucket-create-snippet-comment,Create Snippet Comment,Creates a new snippet comment. [See docs here](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-snippets/#api-snippets-workspace-encoded-id-comments-post),false,true,false +bitbucket-get-file-from-repository,Get File From Repository,Gets the actual file contents of a download artifact and not the artifact,false,true,true +roamresearch-write,Write,Generic write for Roam Research pages. [See the documentation](https://roamresearch.com/#/app/developer-documentation/page/mdnjFsqoA).,false,true,false +roamresearch-add-content-to-daily-note-page,Add Content To Daily Note Page,Adds content as a child block to a daily note page in Roam Research (access to encrypted and non encrypted graphs). [See the documentation](https://roamresearch.com/#/app/developer-documentation/page/eb8OVhaFC).,false,true,false +roamresearch-pull,Pull,Generic pull for Roam Research pages. [See the documentation](https://roamresearch.com/#/app/developer-documentation/page/mdnjFsqoA).,false,true,false +roamresearch-append-blocks,Append Blocks,Generic append blocks for Roam Research pages. [See the documentation](https://roamresearch.com/#/app/developer-documentation/page/kjnAseQ-K).,false,true,false +roamresearch-pull-many,Pull Many,Generic pull many for Roam Research pages. [See the documentation](https://roamresearch.com/#/app/developer-documentation/page/mdnjFsqoA).,false,true,false +roamresearch-add-content-underneath-block,Add Content Underneath Block,Add content underneath an existing block in your Roam Research graph (access to encrypted and non encrypted graphs). [See the documentation](https://roamresearch.com/),false,true,false +roamresearch-search-title,Search Title,Search for a title in Roam Research pages (access only to non ecrypted graphs). [See the documentation](https://roamresearch.com/#/app/developer-documentation/page/eb8OVhaFC).,false,true,true +roamresearch-add-content-to-page,Add Content To Page,Add content as a child block to an existing or new page in Roam Research (access to encrypted and non encrypted graphs). [See the documentation](https://roamresearch.com/#/app/developer-documentation/page/eb8OVhaFC).,false,true,false +roamresearch-query,Query,Generic query for Roam Research pages. [See the documentation](https://roamresearch.com/#/app/developer-documentation/page/mdnjFsqoA).,false,true,false +roamresearch-get-page-or-block-data,Get Page Or Block Data,Get the data for a page or block in Roam Research (access only to non ecrypted graphs). [See the documentation](https://roamresearch.com/#/app/developer-documentation/page/eb8OVhaFC).,false,true,true +twist-get-thread,Get Thread,Gets a thread object by id.,false,true,true +twist-add-thread,Add Thread,Adds a new thread to a channel.,false,true,false +twist-get-user-by-email,Get Workspace User By Email,Gets a workspace user by email.,false,true,true +twist-add-message-to-conversation,Add Message To Conversation,Adds a message to an existing conversation.,false,true,false +twist-get-current-user,Get Current User,Gets the associated user for access token used in the request.,false,true,true +twist-add-comment,Add Comment,Adds a new comment to a thread.,false,true,false +twist-get-workspace-users,Get Workspace Users,Gets a list of users for the given workspace id.,false,true,true +zoho_cliq-send-bot-message,Send Bot Message,Send message to a bot. [See documentation](https://www.zoho.com/cliq/help/restapi/v2/#Post_Message_Bot),false,true,false +zoho_cliq-send-channel-message,Send Channel Message,Send message to a channel. [See documentation](https://www.zoho.com/cliq/help/restapi/v2/#Post_Message_Channel),false,true,false +zoho_cliq-send-direct-message,Send Direct Message,Send a direct message. [See documentation](https://www.zoho.com/cliq/help/restapi/v2/#Post_Message_User),false,true,false +beehiiv-create-subscriber,Create Subscriber,Create a new subscriber. [See docs](https://www.beehiiv.com/developers/docs),false,true,false +beehiiv-list-all-publications,List All Publications,Get a list of all your publications. [See docs](https://www.beehiiv.com/developers/docs),false,true,true +node-run-node-code,Run Node Code,Write custom Node.js code and use any of the 400k+ npm packages available. Refer to the [Pipedream Node docs](https://pipedream.com/docs/code/nodejs) to learn more.,false,true,false +practitest-create-requirement,Create Requirement,Name of the requirement,false,true,false +practitest-create-run,Create Run,"0 for passed, otherwise failed",false,true,false +hugging_face-text-classification,Text Classification,Usually used for sentiment-analysis this will output the likelihood of classes of an input. This action allows you to classify text into categories. [See the docs](https://huggingface.co/docs/huggingface.js/inference/classes/HfInference#textclassification).,false,true,false +hugging_face-language-translation,Language Translation,This task is well known to translate text from one language to another. [See the docs](https://huggingface.co/docs/huggingface.js/inference/classes/HfInference#translation).,false,true,true +hugging_face-document-question-answering,Document Question Answering,Want to have a nice know-it-all bot that can answer any question?. This action allows you to ask a question and get an answer from a trained model. [See the docs](https://huggingface.co/docs/huggingface.js/inference/classes/HfInference#questionanswer).,false,true,true +hugging_face-image-classification,Image Classification,This task reads some image input and outputs the likelihood of classes. This action allows you to classify images into categories. [See the docs](https://huggingface.co/docs/huggingface.js/inference/classes/HfInference#imageclassification).,false,true,true +hugging_face-object-detection,Object Detection,This task reads some image input and outputs the likelihood of classes and bounding boxes of detected objects. [See the docs](https://huggingface.co/docs/huggingface.js/inference/classes/HfInference#objectdetection).,false,true,false +hugging_face-text-summarization,Text Summarization,"This task is well known to summarize longer text into shorter text. Be careful, some models have a maximum length of input. That means that the summary cannot handle full books for instance. Be careful when choosing your model. [See the docs](https://huggingface.co/docs/huggingface.js/inference/classes/HfInference#summarization).",false,true,true +limitless_ai-get-lifelogs,Get Lifelogs,Returns a list of lifelog entries based on specified time range or date. [See the documentation](https://www.limitless.ai/developers#get-lifelogs),false,true,true +limitless_ai-get-lifelog,Get Lifelog,Returns a specific lifelog entry by ID. [See the documentation](https://www.limitless.ai/developers#get-lifelog),false,true,true +zerotier-create-network,Create A Network,Create a new network on your ZeroTier account. [See docs here](https://docs.zerotier.com/central/v1/#operation/newNetwork),false,true,false +zerotier-get-networks,Get Networks,Get all networks. Returns a list of Networks you have access to. [See docs here](https://docs.zerotier.com/central/v1/#operation/getNetworkList),false,true,true +zerotier-get-network-nodes,Get Network Nodes,Get the nodes of a specific network. Returns a list of members (nodes) on the network. [See docs here](https://docs.zerotier.com/central/v1/#operation/getNetworkMemberList),false,true,true +zerotier-authorize-network-member,Authorize Network Member,Authorize a specific member (node) in a network. [See docs here](https://docs.zerotier.com/central/v1/#operation/updateNetworkMember),true,true,false +zerotier-get-status,Get Account Status,Get the overall account status. Returns the overall status of the account tied to the API token in use. [See docs here](https://docs.zerotier.com/central/v1/#operation/getStatus),false,true,true +zerotier-delete-network-member,Delete Network Member,Delete a specific member (node) in a network. [See docs here](https://docs.zerotier.com/central/v1/#operation/deleteNetworkMember),true,true,false +zerotier-update-network-member,Update Network Member,"Update a specific member (node) within a network. Can authorize, rename, hide a member (as well as other updates). [See docs here](https://docs.zerotier.com/central/v1/#operation/updateNetworkMember)",true,true,false +zerotier-get-network,Get Network,Get a specific network. Returns a single network. [See docs here](https://docs.zerotier.com/central/v1/#operation/getNetworkByID),false,true,true +zerotier-get-network-node,Get Network Node,Get a specific node of a specific network. Returns an individual member (node) on a network. [See docs here](https://docs.zerotier.com/central/v1/#operation/getNetworkMember),false,true,true +zerotier-get-user,Get User,Get a specific user. Returns a single user. [See docs here](https://docs.zerotier.com/central/v1/#operation/getUserByID),false,true,true +sendy-add-update-subscriber,Add or Update a Subscriber,Adds a new subscriber or updates existing subscriber,true,true,false +sendy-unsubscribe-email,Unsubscribe Email,Removes a subscriber from a specified list. [See the documentation](https://sendy.co/api?app_path=https://sendy.email/dev2#unsubscribe),true,true,false +sendy-create-draft-campaign,Create Draft Campaign,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),false,true,false +twin-browse,Browse,Browse the internet with an AI web navigation agent that can find information for you. [See the documentation](https://docs.twin.so/api-reference/endpoint/browse),false,true,true +twin-get-task-details,Get Task Details,Retrieve details of a specific task. [See the documentation](https://docs.twin.so/api-reference/endpoint/get-task),false,true,true +azure_storage-create-container,Create Container,"Creates a new container under the specified account. If a container with the same name already exists, the operation fails. [See the documentation](https://learn.microsoft.com/en-us/rest/api/storageservices/create-container?tabs=microsoft-entra-id).",true,true,false +azure_storage-upload-blob,Upload Blob,Uploads a new blob to a specified container in Azure Storage. [See the documentation](https://learn.microsoft.com/en-us/rest/api/storageservices/put-blob?tabs=microsoft-entra-id).,false,true,false +azure_storage-delete-blob,Delete Blob,Deletes a specific blob from a container in Azure Storage. [See the documentation](https://learn.microsoft.com/en-us/rest/api/storageservices/delete-blob?tabs=microsoft-entra-id).,true,true,false +bippybox-activate-box,Activate Box,Triggers the BippyBox to play an audio file. [See the documentation](https://bippybox.io/docs/).,false,true,false +concord-update-agreement-status,Update Agreement Status,Update an agreement,true,true,false +concord-request-signature,Request Signature,Request signers to sign an agreement [See the documentation](https://api.doc.concordnow.com/#tag/Signature/operation/RequestSignature),false,true,false +concord-copy-contract,Copy Contract,Create a Contract from another Contract [See the documentation](https://api.doc.concordnow.com/#tag/Agreement/operation/AgreementCreate),false,true,false +concord-create-template,Create Template,Create a Template [See the documentation](https://api.doc.concordnow.com/#tag/Agreement/operation/AgreementCreate),false,true,false +concord-create-draft-from-template,Create Draft from Template,Create a Draft from a Template [See the documentation](https://api.doc.concordnow.com/#tag/Agreement/operation/AgreementCreate),false,true,false +thanks_io-send-giftcard,Send Giftcard,Sends a giftcard to a recipient. [See the docs here](https://api-docs.thanks.io/#45925795-d3c8-4532-ad6e-07aa9f4d19f8),false,true,false +thanks_io-delete-recipient,Delete Recipient,Delete a recipient from a mailing list. [See the docs here](https://api-docs.thanks.io/#0d1ccb0e-c3a7-4096-a7e6-4eafafc64127),true,true,false +thanks_io-send-notecard-radius-search,Send Notecard via Radius Search,Sends a notecard to a recipients within a radius. [See the docs here](https://api-docs.thanks.io/#9130103a-1834-4550-88fb-ec5c1e21a59b),false,true,false +thanks_io-send-postcard-radius-search,Send Postcard via Radius Search,Sends a postcard to recipients within a radius. [See the docs here](https://api-docs.thanks.io/#a090f734-a32c-44c3-98f3-cbfbb2284142),false,true,false +thanks_io-send-letter-radius-search,Send Letter via Radius Search,Sends a letter to recipients within a radius. [See the docs here](https://api-docs.thanks.io/#45925795-d3c8-4532-ad6e-07aa9f4d19f8),false,true,false +thanks_io-send-postcard,Send Postcard,Sends a postcard to a recipient. [See the docs here](https://api-docs.thanks.io/#a090f734-a32c-44c3-98f3-cbfbb2284142),false,true,false +thanks_io-send-letter,Send Letter,Sends a letter to a recipient. [See the docs here](https://api-docs.thanks.io/#45925795-d3c8-4532-ad6e-07aa9f4d19f8),false,true,false +thanks_io-send-notecard,Send Notecard,Sends a notecard to a recipient. [See the docs here](https://api-docs.thanks.io/#9130103a-1834-4550-88fb-ec5c1e21a59b),false,true,false +thanks_io-add-recipient,Add Recipient,Add a recipient to a mailing list. [See the docs here](https://api-docs.thanks.io/#531c9124-66a9-459a-95c7-fb3d11aec6f8),false,true,false +status_hero-create-team-holiday,Create Team Holiday,"Creates a team-wide holiday., [See the docs](https://api.statushero.com/#team-absences)",false,true,false +status_hero-record-member-absence,Record Member Absence,"Creates a vacation or leave day for an individual team member, [See the docs](https://api.statushero.com/#add-member-absence)",false,true,false +seventodos-create-task,Create a task,Create a task. [See the docs](https://www.7todos.com/app/api).,false,true,false +rocket_chat-set-status,Set Status,Updates the user,true,true,false +rocket_chat-send-direct-message,Send Direct Message,Sends a new direct message to a specific user. [See the documentation](https://developer.rocket.chat/reference/api/rest-api/endpoints/messaging/chat-endpoints/postmessage),false,true,false +rocket_chat-create-channel,Create Channel,Creates a new channel. [See the documentation](https://developer.rocket.chat/reference/api/rest-api/endpoints/rooms/channels-endpoints/create-channel),false,true,false +nifty-create-message,Create Message,Sends a new message in a team,false,true,false +nifty-create-task,Create Task,Creates a new task. [See the documentation](https://developers.niftypm.com/operation/operation-taskapicontroller_createtask),false,true,false +nifty-assign-task,Assign Task to Team Member,Assigns a specific task to a team member in Nifty. [See the documentation](https://openapi.niftypm.com/api#put-api-v1-0-tasks-task_id-assignees),true,true,false +nifty-create-project,Create Project,Creates a new project in a designated portfolio. [See the documentation](https://openapi.niftypm.com/api#/Projects/ProjectAPIController_createProject),false,true,false +knowfirst-start-tracking-business,Start Tracking Business,Start tracking a business to receive notifications when changes occur. [See the documentation](https://www.knowfirst.ai/docs/api/#/Tracking/TrackingPut),false,true,false +knowfirst-view-business-feed,View Business Feed,Retrieve feed event history for a business. [See the documentation](https://www.knowfirst.ai/docs/api/#/Feed/FeedList),false,true,true +knowfirst-stop-tracking-business,Stop Tracking Business,Stop tracking a business that you are currently tracking. [See the documentation](https://www.knowfirst.ai/docs/api/#/Tracking/TrackingDelete),true,true,false +tldr-summarize-text,Summarize Text,Reads in a piece of text and distills the main points. [See the documentation](https://runtldr.com/documentation),false,true,true +statuspage-create-incident,Create Incident,Creates an incident. [See docs here](https://developer.statuspage.io/#create-an-incident),false,true,false +statuspage-update-incident,Update Incident,Updates an existing incident. [See docs here](https://developer.statuspage.io/#update-an-incident),true,true,false +signaturit-create-signature-request-from-template,Create Signature Request from Template,Creates a signature request using a pre-existing template. [See the documentation](https://docs.signaturit.com/api/latest#signatures_create_signature),false,true,false +signaturit-send-signature-request-reminder,Send Signature Request Reminder,Sends a reminder for a pending signature request. [See the documentation](https://docs.signaturit.com/api/latest#signatures_send_reminder),false,true,false +signaturit-create-certified-email,Create Certified Email,Initiates the creation of a certified email. [See the documentation](https://docs.signaturit.com/api/latest#emails_create_email),false,true,false +nimble-create-contact,Create Contact,Creates a contact. [See the documentation](https://nimble.readthedocs.io/en/latest/contacts/basic/create/),false,true,false +nimble-update-contact,Update Contact,Updates a contact. [See the documentation](https://nimble.readthedocs.io/en/latest/contacts/basic/update/),true,true,false +nimble-create-task,Create Task,Creates a task. [See the documentation](https://nimble.readthedocs.io/en/latest/activities/tasks/create/),false,true,false +companycam-find-or-create-project,Find or Create a Project,Find a project by name or create it if it doesn't exist. [See the docs](https://docs.companycam.com/reference/listprojects).,false,true,true +companycam-find-project,Find Project,Find a project by name. [See the docs](https://docs.companycam.com/reference/listprojects).,false,true,true +companycam-add-project,Add Project,Add a new project. [See the docs](https://docs.companycam.com/reference/createproject).,false,true,false +companycam-add-photo,Add Photo,Add a photo to a project. [See the docs](https://docs.companycam.com/reference/createprojectphoto).,false,true,false +clientify-create-contact,Create Contact,Create a new contact. [See the documentation](https://developer.clientify.com/#8c678e88-4315-4470-a072-d6b659ace6e8),false,true,false +clientify-update-contact,Update Contact,Update a specific contact. [See the documentation](https://developer.clientify.com/#3107ca4f-0bb5-43a7-9be8-3c2e2f8fe399),true,true,false +clientify-create-task,Create Task,Add a new task. [See the documentation](https://developer.clientify.com/#1ee10d02-b3d8-4373-afa4-08d7b678bb26),false,true,false +flowiseai-make-prediction,Make Prediction,Calculates an output based on your created flow in Flowise. [See the documentation](https://docs.flowiseai.com/using-flowise/api#prediction-api),false,true,false +range-find-user,Find User,Finds a user by email address. [See the docs](https://www.range.co/docs/api#rpc-find-user).,false,true,true +visualping-get-job,Get Job Details By Id,Get an existing job by id. [See the docs here](https://develop.api.visualping.io/doc.html#tag/Jobs/paths/~1v2~1jobs~1%7BjobId%7D/get),false,true,true +visualping-find-jobs,Find Jobs,Find existing jobs using filters. [See the docs here](https://develop.api.visualping.io/doc.html#tag/Jobs/paths/~1v2~1jobs/get),false,true,true +visualping-update-job,Update Job,Update an existing job. [See the docs here](https://develop.api.visualping.io/doc.html#tag/Jobs/paths/~1v2~1jobs~1%7BjobId%7D/put),true,true,false +visualping-create-job,Create A New Job,Creates a new job that will belong to a given user or workspace. [See the docs here](https://develop.api.visualping.io/doc.html#tag/Jobs/paths/~1v2~1jobs/post),false,true,false +visualping-delete-job,Delete Job,Delete an existing job by id. [See the docs here](https://develop.api.visualping.io/doc.html#tag/Jobs/paths/~1v2~1jobs~1%7BjobId%7D/delete),true,true,false +agiled-create-contact,Create Contact,Creates a new contact in Agiled. [See the documentation](https://my.agiled.app/developers),false,true,false +agiled-create-invoice,Create Invoice,Creates a new invoice in Agiled. [See the documentation](https://my.agiled.app/developers),false,true,false +agiled-create-project,Create Project,Creates a new project in the Agiled app. [See the documentation](https://my.agiled.app/developers),false,true,false +google_dialogflow-create-entities,Create Entities,"Batch create entities, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.entityTypes.entities/batchCreate) and [client API docs](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.EntityTypes.html#batchCreateEntities2)",false,true,false +google_dialogflow-detect-intent,Detect Intent,"Processes a natural language query and returns structured, actionable data as a result, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.sessions/detectIntent) and [client API](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.Sessions.html#detectIntent2)",false,true,false +google_dialogflow-list-intents,List Intents,"Retrieves the list of the intents, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2beta1/projects.agent.intents/list) and [client API](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.Intents.html#listIntents2)",false,true,true +google_dialogflow-delete-entities,Delete Entities,"Batch delete entities, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.entityTypes.entities/batchDelete) and [client API docs](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.EntityTypes.html#batchDeleteEntities2)",true,true,false +google_dialogflow-get-entity-type,Get Entity Type,"Retrieves an Entity Type, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.entityTypes/get) and [client API docs](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.EntityTypes.html#getEntityType2)",false,true,true +google_dialogflow-delete-agent,Delete Agent,"Deletes an agent, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects/deleteAgent) and [client API](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2.Agents.html#deleteAgent2)",true,true,false +google_dialogflow-create-context,Create Context,"Creates a context, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.sessions.contexts/create) and [client API](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.Contexts.html#createContext2)",false,true,false +google_dialogflow-list-contexts,List Contexts,"Retrieves the list of the contexts with the given session ID, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.sessions.contexts/list) and [client API](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.Contexts.html#listContexts2)",false,true,true +google_dialogflow-get-intent,Get Intent,Retrieves an intent [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.intents/get) and [client API][https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.Intents.html#getIntent2],false,true,true +google_dialogflow-create-intent,Create Intent,"Creates an intent, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.intents/create) and [client API](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.Intents.html#createIntent2)",false,true,false +google_dialogflow-create-entity-type,Create Entity Type,"Creates an Entity Type, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.entityTypes/create) and [client API docs](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.EntityTypes.html#createEntityType2)",false,true,false +google_dialogflow-update-context,Update Context,"Updates a context, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.sessions.contexts/patch) and [client API](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.Contexts.html#updateContext2)",true,true,false +google_dialogflow-delete-intent,Delete Intent,"Deletes an intent, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.intents/delete) and [client API](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.Intents.html#deleteIntent2)",true,true,false +google_dialogflow-delete-entity-type,Delete Entity Type,"Deletes an entity type, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.entityTypes/delete) and [client API docs](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.EntityTypes.html#deleteEntityType2)",true,true,false +google_dialogflow-list-entity-types,List Entity Types,"Retrieves list of entity types, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.entityTypes/list) and [client API docs](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.EntityTypes.html#listEntityTypes2)",false,true,true +google_dialogflow-create-update-agent,Create or Update Agent,"Creates new agent, updates if already created [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects/setAgent) and [client API](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2.Agents.html#setAgent2)",true,true,false +google_dialogflow-get-context,Get Context,"Get a context, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.sessions.contexts/get) and [client API](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.Contexts.html#getContext2)",false,true,true +google_dialogflow-delete-context,Delete Context,Deletes a context [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.environments.users.sessions.contexts/delete) and [client API](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.Contexts.html#deleteContext2),true,true,false +google_dialogflow-update-entity-type,Update Entity Type,"Updates an Entity Type, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.entityTypes/patch) and [client API docs](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.EntityTypes.html#updateEntityType2)",true,true,false +google_dialogflow-get-agent,Get Agent,"Retrieves an agent, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects/getAgent) and [client API](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2.Agents.html#getAgent2)",false,true,true +webscrape_ai-scrape-website,Scrape Website,Scrape the provided URL and store the results in the system. [See the documentation](https://webscrapeai.com/docs),false,true,false +ollama-copy-model,Copy Model,"Copies a model, creating a model with another name from an existing model. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#copy-a-model).",false,true,false +ollama-create-model,Create Model,Create a model from a modelfile. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#create-a-model).,false,true,false +ollama-list-local-models,List Local Models,List models that are available locally. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#list-running-models).,false,true,true +ollama-pull-model,Pull Model,"Download a model from the ollama library. Cancelled pulls are resumed from where they left off, and multiple calls will share the same download progress. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#pull-a-model).",true,true,false +ollama-show-model-information,Show Model Information,"Show information about a model including details, modelfile, template, parameters, license, and system prompt. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#show-model-information).",false,true,false +ollama-push-model,Push Model to Library,Upload a model to a model library. Requires registering for ollama.ai and adding a public key first. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#push-a-model).,false,true,false +ollama-generate-embeddings,Generate Embeddings,Generate embeddings from a model. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#generate-embeddings).,false,true,false +ollama-delete-model,Delete Model,Delete a model and its data. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#delete-a-model),true,true,false +ollama-generate-completion,Generate Completion,Generates a response for a given prompt with a provided model. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#generate-a-completion).,false,true,false +ollama-generate-chat-completion,Generate Chat Completion,Generates the next message in a chat with a provided model. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#generate-a-chat-completion).,false,true,false +lastpass-add-remove-user-in-groups,Add or Remove User in Groups,Manages user group membership in LastPass. Either adds a user to a group or removes them from a group.,true,true,false +lastpass-delete-user,Delete User,"Deactivates or completely removes a user account. This action must be used responsibly, considering its irreversible nature.",true,true,false +leiga-create-issue,Create Issue,Creates a new issue within Leiga. [See the documentation](https://apidog.com/apidoc/shared-5a741107-c211-410f-880c-048d1917c984/api-3741813),false,true,false +microsoft_onedrive-get-file-by-id,Get File by ID,Retrieves a file by ID. [See the documentation](https://learn.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_get),false,true,true +microsoft_onedrive-create-folder,Create Folder,Create a new folder in a drive. [See the documentation](https://learn.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_post_children?view=odsp-graph-online),false,true,false +microsoft_onedrive-get-excel-table,Get Table,Retrieve a table from an Excel spreadsheet stored in OneDrive [See the documentation](https://learn.microsoft.com/en-us/graph/api/table-range?view=graph-rest-1.0&tabs=http),false,true,true +microsoft_onedrive-create-link,Create Link,Create a sharing link for a DriveItem. [See the documentation](https://docs.microsoft.com/en-us/graph/api/driveitem-createlink?view=graph-rest-1.0&tabs=http),false,true,false +microsoft_onedrive-upload-file,Upload File,Upload a file to OneDrive. [See the documentation](https://learn.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_put_content?view=odsp-graph-online),false,true,false +microsoft_onedrive-list-files-in-folder,List Files in Folder,Retrieves a list of the files and/or folders directly within a folder. [See the documentation](https://learn.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_list_children),false,true,true +microsoft_onedrive-find-file-by-name,Find File by Name,Search for a file or folder by name. [See the documentation](https://learn.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_search),false,true,true +microsoft_onedrive-download-file,Download File,Download a file stored in OneDrive. [See the documentation](https://learn.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_get_content?view=odsp-graph-online),false,true,true +clerk-update-user,Update User,Update a user,true,true,false +clerk-create-user-invitation,Create User Invitation,"Creates a new invitation for the given email address and sends the invitation email. Keep in mind that you cannot create an invitation if there is already one for the given email address. Also, trying to create an invitation for an email address that already exists in your application will result to an error. [See the documentation](https://clerk.com/docs/reference/backend-api/tag/Invitations#operation/CreateInvitation)",false,true,false +clerk-get-user-membership,Get User Memberships,Retrieve a list of the user,false,true,true +clerk-create-user,Create User,Creates a new user. Your user management settings determine how you should setup your user model. [See the documentation](https://clerk.com/docs/reference/backend-api/tag/Users#operation/CreateUser),false,true,false +clerk-delete-user,Delete User,Delete the specified user. [See the documentation](https://clerk.com/docs/reference/backend-api/tag/Users#operation/DeleteUser),true,true,false +clerk-get-user,Get User,Retrieve the details of a specific user. [See the documentation](https://clerk.com/docs/reference/backend-api/tag/Users#operation/GetUser),false,true,true +agendor-find-organization,Find Organization,Find Organization [See the documentation](https://api.agendor.com.br/docs/#operation/Get%20organization).,false,true,true +agendor-create-person,Create Person,Create Person [See the documentation](https://api.agendor.com.br/docs/#operation/Create%20person).,false,true,false +agendor-create-organization,Create Organization,Create Organization [See the documentation](https://api.agendor.com.br/docs/#operation/Create%20organization).,false,true,false +agendor-find-person,Find Person,Find Person [See the documentation](https://api.agendor.com.br/docs/#operation/Get%20person).,false,true,true +ipstack-ip-lookup,IP Lookup,Look up single IPv4 or IPv6 addresses. [See the documentation](https://ipstack.com/documentation#standard),false,true,true +onbee_app-delete-employee,Delete Employee,Delete an employee with the specified ID. [See the documentation](https://docs.onboardee.io/api/#tag/Employees/paths/~1employees~1edit~1{id}/post),true,true,false +onbee_app-create-employee,Create Employee,Adds an employee to the system. [See the documentation](https://docs.onboardee.io/api/#tag/Employees/paths/~1employees~1add/post),false,true,false +onbee_app-update-employee,Update Employee,Update an employee with the specified ID. [See the documentation](https://docs.onboardee.io/api/#tag/Employees/paths/~1employees~1edit~1{id}/post),true,true,false +servicenow-update-table-record,Update Table Record,Updates the specified record with the name-value pairs included in the request body.,true,true,false +servicenow-create-table-record,Create Table Record,Inserts one record in the specified table.,false,true,false +servicenow-get-table-records,Get Table Records,Retrieves multiple records for the specified table.,false,true,true +servicenow-get-table-record-by-sysid,Get Table Record By SysId,Retrieves the record identified by the specified sys_id from the specified table.,false,true,true +kickofflabs-remove-lead-from-campaign,Remove Lead from Campaign,Remove a lead from your campaign. [See the documentation](https://dev.kickofflabs.com/delete/).,true,true,false +kickofflabs-create-or-update-lead,Create or Update Lead,Adds a new lead or modifies an existing lead on your campaign. [See the documentation](https://dev.kickofflabs.com/create/).,true,true,false +kickofflabs-get-campaign-status,Get Campaign Status,Fetches campaign overview stats. [See the documentation](https://dev.kickofflabs.com/stats/).,false,true,true +nutshell-create-contact,Create Contact,Creates a new contact. [See the documentation](https://developers.nutshell.com/detail/class_core.html#a4b40d4fe9c7b8ddfd7231aca65cd1556),false,true,false +nutshell-create-company,Create Company,Creates a new company within Nutshell. [See the documentation](https://developers.nutshell.com/detail/class_core.html#a491d4330ca35e5403edd48a2cfd3b275),false,true,false +nutshell-create-lead,Create Lead,Initiates a new lead within Nutshell. [See the documentation](https://developers.nutshell.com),false,true,false +clinchpad-create-lead,Create Lead,Creates a lead. [See docs here (Go to `Create a lead`)](https://clinchpad.com/api/docs/leads),false,true,false +sentry-list-project-events,List Project Events.,Return a list of events bound to a project. [See the docs here](https://docs.sentry.io/api/events/list-a-projects-events/),false,true,true +sentry-list-project-issues,List Project Issues.,Return a list of issues bound to a project. [See the docs here](https://docs.sentry.io/api/issues/list-a-projects-issues/),false,true,true +sentry-list-issue-events,List Issue Events,Return a list of events bound to an issue. [See the docs here](https://docs.sentry.io/api/events/list-an-issues-events/),false,true,false +sentry-update-issue,Update Issue.,Updates an individual issue,true,true,false +delay-workflow-delay,Delay Workflow,Delay the execution of your workflow for a specific amount of time (does not count against your compute time).,false,true,true +credit_repair_cloud-get-client,Get Client,Get Client [See the documentation](https://app.creditrepaircloud.com/webapi/examples).,false,true,false +credit_repair_cloud-update-client,Update Client,Update Client [See the documentation](https://app.creditrepaircloud.com/webapi/examples).,true,true,false +credit_repair_cloud-delete-client,Delete Client,Delete Client [See the documentation](https://app.creditrepaircloud.com/webapi/examples).,true,true,false +credit_repair_cloud-create-client,Create Client,Create Client [See the documentation](https://app.creditrepaircloud.com/webapi/examples).,false,true,false +uptimerobot-create-alert-contact,Create Alert Contact,Create a new alert contact. [See the documentation](https://uptimerobot.com/api/).,false,true,false +uptimerobot-create-monitor,Create Monitor,Create a new monitor. [See the documentation](https://uptimerobot.com/api/).,false,true,false +uptimerobot-update-monitor-status,Update Monitor Status,Update an existing monitor,true,true,false +zoho_recruit-update-record,Update Record,Updates existing record. [See the documentation](https://www.zoho.com/recruit/developer-guide/apiv2/update-records.html),true,true,false +zoho_recruit-create-or-update-record,Create or Update Record,Creates a new record or updates existing record if already present. [See the documentation](https://www.zoho.com/recruit/developer-guide/apiv2/upsert-records.html),true,true,false +zoho_recruit-create-record,Create Record,Creates a new record. [See the documentation](https://www.zoho.com/recruit/developer-guide/apiv2/insert-records.html),false,true,false +pointagram-add-points-to-player,Add Points to Player,Add points to a player. [See docs here](https://www.pointagram.com/points-score-series/),false,true,false +pointagram-list-players,List Players,List all players. [See the docs here](https://www.pointagram.com/custom-integration-gamification/),false,true,true +pointagram-create-player,Create Player,Create a new player. [See the docs here](https://www.pointagram.com/custom-integration-gamification/),false,true,false +twitch-search-channels,Search Channels,Maximum number of channels to return,false,true,true +twitch-get-stream-by-user,Get Stream By User,Gets stream information (the stream object) for a specified user,false,true,true +twitch-check-channel-subscription,Check Channel Subscription,Checks if you are subscribed to the specified user,false,true,true +twitch-delete-video,Delete Video,Deletes a specified video,true,true,false +twitch-get-users,Get Users,Gets the user objects for the specified Twitch login names,false,true,true +twitch-update-channel,Update Channel,The title of the stream. Value must not be an empty string,true,true,false +twitch-search-games,Search Games,Maximum number of games to return,false,true,true +twitch-get-channel-editors,Get Channel Editors,Gets a list of users who are editors for your channel,false,true,true +twitch-get-videos,Get Videos,"Gets video information by video ID, user ID, or game ID",false,true,true +twitch-get-top-games,Get Top Games,"Gets games sorted by number of current viewers on Twitch, most popular first",false,true,true +twitch-unblock-user,Unblock User,"Unblocks a user; that is, deletes a specified target user to your blocks list",true,true,false +twitch-get-channel-information,Get Channel Information,Retrieves information about a particular broadcaster,false,true,true +twitch-get-clips,Get Clips,"Gets clip information by clip ID, user ID, or game ID",false,true,true +twitch-get-followed-channels,Get Followed Channels,Retrieves a list of channels that the authenticated user follows. [See the documentation](https://dev.twitch.tv/docs/api/reference/#get-followed-channels),false,true,true +twitch-get-channel-followers,Get Channel Followers,Retrieves a list of users who follow the authenticated user. [See the documentation](https://dev.twitch.tv/docs/api/reference/#get-channel-followers),false,true,true +twitch-get-channel-teams,Get Channel Teams,Gets a list of teams to which a specified channel belongs,false,true,true +twitch-block-user,Block User,"Blocks a user; that is, adds a specified target user to your blocks list",false,true,true +pipefy-get-all-cards,Get All Cards,Fetches all cards in a pipe. [See the docs here](https://api-docs.pipefy.com/reference/queries/#allCards),false,true,true +pipefy-look-up-phase-by-id,Look Up Phase By Id,Looks up a phase by its ID. [See the docs here](https://api-docs.pipefy.com/reference/queries/#phase),false,true,false +pipefy-create-card,Create Card,Create a new Card in a Pipe. [See the docs here](https://api-docs.pipefy.com/reference/mutations/createCard/),false,true,false +pipefy-create-pipe,Create Pipe,Creates a pipe. [See the docs here](https://api-docs.pipefy.com/reference/mutations/createPipe/),false,true,false +pipefy-update-table-record,Update Table Record,Updates a table record. [See the docs here](https://api-docs.pipefy.com/reference/mutations/updateTable/),true,true,false +pipefy-create-table-record,Create Table Record,Creates a new table record. [See the docs here](https://api-docs.pipefy.com/reference/mutations/createTableRecord/),false,true,false +pipefy-update-card-field,Update Card Field,Updates a Card Field in a Pipe. [See the docs here](https://api-docs.pipefy.com/reference/mutations/updateCardField/),true,true,false +pipefy-get-table-records,Get Table Records,Fetches all records in a table. [See the docs here](https://api-docs.pipefy.com/reference/queries/#table_records),false,true,true +pipefy-get-current-user,Get Current User,Gets information of the current authenticated user. [See the docs here](https://api-docs.pipefy.com/reference/queries/me),false,true,true +pipefy-update-card,Update Card,Updates an existing card. [See the docs here](https://api-docs.pipefy.com/reference/mutations/updateCard/),true,true,false +pipefy-update-table,Update Table,Updates a table. [See the docs here](https://api-docs.pipefy.com/reference/mutations/updateTableRecord/),true,true,false +pipefy-look-up-pipe-by-id,Look up Pipe by ID,Lookup a pipe by its ID. [See the docs here](https://api-docs.pipefy.com/reference/queries/#pipe),false,true,true +pipefy-look-up-table-by-id,Look Up Table by ID,Looks up a database table by its ID. [See the docs here](https://api-docs.pipefy.com/reference/queries/#table),false,true,false +pipefy-look-up-card-by-id,Look up Card by ID,Looks up a card by its ID. [See the docs here](https://api-docs.pipefy.com/reference/queries/#card),false,true,false +pipefy-delete-card,Delete Card,Deletes a card. [See the docs here](https://api-docs.pipefy.com/reference/mutations/deleteCard/),true,true,false +formstack-create-form,Create Form,Create a new form in your account. [See docs here](https://formstack.readme.io/docs/form-post),false,true,false +formstack-create-form-submission,Create Form Submission,Create a new submission for the specified form. [See docs here](https://formstack.readme.io/docs/form-id-submission-post),false,true,false +formstack-get-form,Get Form,Get the details of the specified form. [See docs here](https://formstack.readme.io/docs/form-id-get),false,true,true +keycloak-update-user,Update User,Updates a user in Keycloak. [See the documentation](https://www.keycloak.org/docs-api/latest/rest-api/index.html#_users),true,true,false +keycloak-create-user,Create User,Create a new user in Keycloak. The username must be unique. [See the documentation](https://www.keycloak.org/docs-api/latest/rest-api/index.html#_users),false,true,false +keycloak-delete-user,Delete User,Delete a user from Keycloak. [See the documentation](https://www.keycloak.org/docs-api/latest/rest-api/index.html#_users),true,true,false +keycloak-get-user,Get User,Retrieve the representation of the user. [See the documentation](https://www.keycloak.org/docs-api/latest/rest-api/index.html#_users),false,true,true +oxylabs-scrape-with-query,Scrape with Query,Extract data using a search query. [See the documentation](https://developers.oxylabs.io/scraping-solutions/web-scraper-api),false,true,true +oxylabs-scrape-url,Scrape URL,Scrape a URL. [See the documentation](https://developers.oxylabs.io/scraping-solutions/web-scraper-api),false,true,false +oxylabs-create-schedule,Create Schedule,Create a schedule for a scraping job. [See the documentation](https://developers.oxylabs.io/scraping-solutions/web-scraper-api/features/scheduler#create-a-new-schedule),false,true,false +oxylabs-create-proxy-session,Create Proxy Session,Establish a proxy session using the Residential Proxy endpoint. [See the documentation](https://developers.oxylabs.io/proxies/residential-proxies/session-control#establishing-session),false,true,false +prodpad-find-company,Find Company,Finds a company. [See the docs](https://app.swaggerhub.com/apis-docs/ProdPad/prodpad/1.0#/Feedback/GetCompanies).,false,true,true +prodpad-find-feedback,Find Feedback,Finds a feedback. [See the docs](https://app.swaggerhub.com/apis-docs/ProdPad/prodpad/1.0#/Feedback/GetFeedbacks).,false,true,true +prodpad-find-or-create-feedback,Find or Create Feedback,Finds or creates a feedback. See the docs for [find feedback](https://app.swaggerhub.com/apis-docs/ProdPad/prodpad/1.0#/Feedback/GetFeedbacks) and [create feedback](https://app.swaggerhub.com/apis-docs/ProdPad/prodpad/1.0#/Feedback/PostFeedbacks).,false,true,true +prodpad-update-company,Update Company,Updates a company. [See the docs](https://app.swaggerhub.com/apis-docs/ProdPad/prodpad/1.0#/Feedback/PutCompany).,true,true,false +prodpad-find-or-create-company,Find or Create Company,Finds or creates a company. See the docs for [find company](https://app.swaggerhub.com/apis-docs/ProdPad/prodpad/1.0#/Feedback/GetCompanies) and [create company](https://app.swaggerhub.com/apis-docs/ProdPad/prodpad/1.0#/Feedback/PostCompanies).,false,true,true +prodpad-create-contact,Create Contact,Creates a contact. [See the docs](https://app.swaggerhub.com/apis-docs/ProdPad/prodpad/1.0#/Feedback/PostContacts).,false,true,false +prodpad-find-idea,Find Idea,Finds an idea. [See the docs](https://app.swaggerhub.com/apis-docs/ProdPad/prodpad/1.0#/Ideas/GetIdeas).,false,true,true +prodpad-create-company,Create Company,Create a new company in the account. This is only available to accounts with an Advanced or higher subscription. If you try on an account without an advanced or higher subscription package it will return a 403. [See the docs](https://app.swaggerhub.com/apis-docs/ProdPad/prodpad/1.0#/Feedback/PostCompanies).,false,true,false +prodpad-create-idea,Create Idea,Creates an idea. [See the docs](https://app.swaggerhub.com/apis-docs/ProdPad/prodpad/1.0#/Ideas/PostIdeas).,false,true,false +prodpad-update-idea-stage,Update Idea Stage,Updates the stage of an idea. [See the docs](https://app.swaggerhub.com/apis-docs/ProdPad/prodpad/1.0#/Ideas/PostIdeaStatus).,true,true,false +prodpad-create-feedback,Create Feedback,Creates feedback. [See the documentation](https://app.swaggerhub.com/apis-docs/ProdPad/prodpad/1.0#/Feedback/PostFeedbacks).,false,true,false +prodpad-update-contact,Update Contact,Updates a contact. [See the docs](https://app.swaggerhub.com/apis-docs/ProdPad/prodpad/1.0#/Feedback/PutContact).,true,true,false +prodpad-find-or-create-contact,Find or Create Contact,Finds or creates a contact. See the docs for [find contact](https://app.swaggerhub.com/apis-docs/ProdPad/prodpad/1.0#/Feedback/PostContacts) and [create contact](https://app.swaggerhub.com/apis-docs/ProdPad/prodpad/1.0#/Feedback/PostContacts).,false,true,true +prodpad-find-contact,Find Contact,Finds a contact. [See the docs](https://app.swaggerhub.com/apis-docs/ProdPad/prodpad/1.0#/Feedback/PostContacts).,false,true,true +prodpad-update-feedback,Update Feedback,Updates a feedback. [See the docs](https://app.swaggerhub.com/apis-docs/ProdPad/prodpad/1.0#/Feedback/PutFeedback).,true,true,false +surveymethods-add-contact-to-email-list,Add Contact To Email List,Creates a email list. [See docs here in 8.2](https://app.surveymethods.com/t-help/api/surveymethodsapidocumentv1.pdf),false,true,false +surveymethods-create-email-list,Create Email List,Creates a email list. [See docs here in 8.2](https://app.surveymethods.com/t-help/api/surveymethodsapidocumentv1.pdf),false,true,false +onedesk-create-message,Create Message,Creates a message or comment. [See the documentation](https://www.onedesk.com/dev/).,false,true,false +onedesk-find-project,Find Project,Search for a project/space by name or ID. [See the documentation](https://www.onedesk.com/dev/).,false,true,true +onedesk-find-item,Find Item,Search for an existing item. [See the documentation](https://www.onedesk.com/dev/).,false,true,true +onedesk-create-user,Create User,Creates a user or a customer. [See the documentation](https://www.onedesk.com/dev/).,false,true,false +onedesk-create-item,Create Item,Creates a new item. [See the documentation](https://www.onedesk.com/dev/).,false,true,false +onedesk-update-item,Update Item,Updates an existing item. [See the documentation](https://www.onedesk.com/dev/).,true,true,false +onedesk-create-project,Create Project,Creates a project/space. [See the documentation](https://www.onedesk.com/dev/).,false,true,false +benchmarkone-add-note,Add Note to Contact,Adds a note to a BenchmarkONE contact. [See the documentation](https://sandbox.hatchbuck.com/api/dist/#!/Notes/post_contact_email_address_or_contact_ID_notes).,false,true,false +benchmarkone-create-contact,Create Contact,Creates a new contact in BenchmarkONE. [See the documentation](https://sandbox.hatchbuck.com/api/dist/#!/Contacts/post_contact),false,true,false +benchmarkone-add-tag,Add Tag to Contact,"Adds tags to a contact. If the contact does not exist, it will be created first. [See the documentation](https://sandbox.hatchbuck.com/api/dist/#/Tags).",false,true,false +benchmarkone-update-contact,Update Contact,Updates an existing contact. [See the documentation](https://sandbox.hatchbuck.com/api/dist/#!/Contacts/put_contact),true,true,false +ipinfo_io-lookup-asn,Lookup ASN,Lookup an ASN. [See docs here](https://ipinfo.io/developers/asn),false,true,true +ipinfo_io-lookup-ip,Lookup Ip,Lookup an IP. [See docs here](https://ipinfo.io/developers#ip-address-parameter),false,true,true +esputnik-subscribe-contact,Subscribe Contact,Create a new unverified contact in eSputnik. For use with double opt-in implementation. User will need to verify the email to confirm their subscription. [See the docs here](https://esputnik.com/api/methods.html#/v1/contact/subscribe-POST),true,true,false +esputnik-create-contact,Create Contact,Create a new contact in eSputnik. [See the docs here](https://esputnik.com/api/methods.html#/v1/contact-POST),false,true,false +esputnik-send-event,Send Event,Send an event in eSputnik. [See the docs here](https://esputnik.com/api/methods.html#/v1/event-POST),false,true,false +esputnik-update-contact,Update Contact,Update an existing contact in eSputnik. [See the docs here](https://esputnik.com/api/methods.html#/v1/contact/{id}-PUT),true,true,false +miestro-unroll-user-to-course,Unroll User To Course,Unrolls user to a course. [See the documentation](https://support.miestro.com/article/279-api-documentation),false,true,false +miestro-enroll-user-to-course,Enroll User To Course,Enrolls user to a course. [See the documentation](https://support.miestro.com/article/279-api-documentation),false,true,false +miestro-create-user,Create User,Creates a user with the given attributes. [See the documentation](https://support.miestro.com/article/279-api-documentation),false,true,false +rinkel-get-voicemail,Get Voicemail,Returns a URL to stream or download a voicemail. [See the documentation](https://developers.rinkel.com/docs/api/get-a-temporary-url-to-stream-or-download-a-voicemail),false,true,true +rinkel-add-note,Add Note,Add a note to a call. [See the documentation](https://developers.rinkel.com/docs/api/add-a-note-to-a-call-detail-record),false,true,false +rinkel-update-note,Update Note,Update a note on a call. [See the documentation](https://developers.rinkel.com/docs/api/update-a-note-in-a-call-detail-record),true,true,false +rinkel-get-call-details,Get Call Details,Get details about a call. [See the documentation](https://developers.rinkel.com/docs/api/get-a-specific-call-detail-record),false,true,true +rinkel-get-call-recording,Get Call Recording,Get a call recording. [See the documentation](https://developers.rinkel.com/docs/api/get-a-recording),false,true,true +jp_funda-get-data-by-security-code,Get Data By Security Code,Returns the latest and past years of securities report data. [See the documentation](https://www.jp-funda.com/docs/#%E8%A8%BC%E5%88%B8%E3%82%B3%E3%83%BC%E3%83%89%E3%81%A7%E3%83%87%E3%83%BC%E3%82%BF%E5%8F%96%E5%BE%97),false,true,true +jp_funda-get-data-by-edinet-code,Get Data By EDINET Code,Returns the most recent and annual securities report data for the past few years. [See the documentation](https://www.jp-funda.com/docs/#edinet%E3%82%B3%E3%83%BC%E3%83%89%E3%81%A7%E3%83%87%E3%83%BC%E3%82%BF%E5%8F%96%E5%BE%97-edinet%E3%82%B3%E3%83%BC%E3%83%89%E3%81%A7%E5%85%A8%E3%81%A6%E3%81%AE%E6%9C%89%E4%BE%A1%E8%A8%BC%E5%88%B8%E5%A0%B1%E5%91%8A%E6%9B%B8%E3%83%87%E3%83%BC%E3%82%BF%E3%82%92%E5%8F%96%E5%BE%97-get),false,true,true +jp_funda-search-listings,Search Listings,Retrieve data by specifying the date the securities report was published [See the documentation](https://www.jp-funda.com/docs/#%E6%9C%89%E4%BE%A1%E8%A8%BC%E5%88%B8%E5%A0%B1%E5%91%8A%E6%9B%B8%E3%81%AE%E5%85%AC%E9%96%8B%E6%97%A5%E3%82%88%E3%81%A3%E3%81%A6%E3%83%87%E3%83%BC%E3%82%BF%E3%82%92%E5%8F%96%E5%BE%97),false,true,true +yespo-generate-event,Generate Event,Sends an event to the specified user. [See the documentation](https://docs.yespo.io/reference/registerevent-1),false,true,false +yespo-add-update-contact,Add or Update Contact,Adds a new contact or updates an existing one. [See the documentation](https://docs.yespo.io/reference/addcontact-1),true,true,false +yespo-send-email,Send Email,Generates and sends an email using the assigned template. [See the documentation](https://docs.yespo.io/reference/sendemail-1),false,true,false +buildkite-get-user,Get the current user,Returns basic details about the user account that sent the request,false,true,true +gist-create-or-update-contact,Create Or Update Contact,Create or update a contact in Gist [See docs](https://developers.getgist.com/api/#create-or-update-a-contact),true,true,false +gist-add-tag-to-contacts,Add Tag To Existing Contacts,This Action lets you assign a tag to multiple contacts at once. If the tag does not already exist it will be created for you. [See docs](https://developers.getgist.com/api/#add-a-tag-to-contacts),true,true,false +gist-remove-tag-from-contact,Remove Tag From Existing Contact,Remove a tag from an existing contact or contacts. [See docs](https://developers.getgist.com/api/#remove-a-tag-from-contacts),true,true,false +gist-get-contact,Get Contact,Find a Contact [See docs](https://developers.getgist.com/api/#add-a-tag-to-contacts),false,true,true +onlinecheckwriter-create-check,Create Check,Creates a new check. [See the documentation](https://apiv3.onlinecheckwriter.com/#211cb6e4-bda7-46de-9e84-a5e8b2709206),false,true,false +onlinecheckwriter-mail-pdf-document,Mail PDF Document,Mails a PDF document to a destination. [See the documentation](https://apiv3.onlinecheckwriter.com/#878daf05-e36e-44a2-bce8-15f24d72f82e).,false,true,false +onlinecheckwriter-create-mail-check,Create Mail Check,Creates a mail check. [See the documentation](https://apiv3.onlinecheckwriter.com/#f4562b65-70e8-4c4d-8444-8898e61ab7f0).,false,true,false +onlinecheckwriter-create-payee,Create Payee,Registers a new payee within the system.[See the documentation](https://apiv3.onlinecheckwriter.com/#38a31300-bf13-4da1-ac97-dd81525b57b3),false,true,false +onlinecheckwriter-create-email-check,Create Email Check,Create an email check for a payee. [See the documentation](https://apiv3.onlinecheckwriter.com/#211cb6e4-bda7-46de-9e84-a5e8b2709206).,false,true,false +appsflyer-get-event-types,Get Event Types,Returns a list of the available event types for the specified endpoint type. [See the documentation](https://dev.appsflyer.com/hc/reference/get_event-types-attributing-entity),false,true,true +appsflyer-get-message-fields,Get Message Fields,Returns a list of the available message fields for each platform. [See the documentation](https://dev.appsflyer.com/hc/reference/get_fields-platform),false,true,true +recruitis-create-answer,Create Answer,Create a new answer for a job. [See the documentation](https://docs.recruitis.io/api/#tag/Candidates/paths/~1answers/post),false,true,false +recruitis-get-jobs,Get Jobs,Get jobs from recruitis profile. [See the documentation](https://docs.recruitis.io/api/#tag/Jobs/paths/~1jobs/get),false,true,true +recruitis-create-job,Create Job,Creates a new job ad and puts it in classifieds. [See the documentation](https://docs.recruitis.io/api/#tag/Jobs/paths/~1jobs/post),false,true,false +recruitis-create-candidate,Create Candidate,Create a new candidate. [See the documentation](https://docs.recruitis.io/api/#tag/Candidates/paths/~1candidates/post),false,true,false +raisely-create-or-update-user,Create or Update User,Create or update a user in Raisely. [See the documentation](https://developers.raisely.com/reference/postusers),true,true,false +raisely-list-donations,List Donations,Retrieves a list of donations in Raisely. [See the documentation](https://developers.raisely.com/reference/getdonations),false,true,true +blogger-publish-post,Publish a Post,Publishes a draft post [See the docs here](https://developers.google.com/blogger/docs/3.0/reference/posts/publish).,false,true,false +blogger-create-post,Create a Post,Creates and publishes a new post or creates a new post as a draft. [See the docs here](https://developers.google.com/blogger/docs/3.0/reference/posts/insert).,false,true,false +blogger-revert-post,Revert a Post,Revert a published or scheduled post to draft state.[See the docs here](https://developers.google.com/blogger/docs/3.0/reference/posts/revert).,false,true,false +blogger-update-post,Update a Post,Updates a published post. [See the docs here](https://developers.google.com/blogger/docs/3.0/reference/posts/update).,true,true,false +blogger-delete-post,Delete a Post,Permanently removes a post (the deleted post cannot be restored anymore) [See the docs here](https://developers.google.com/blogger/docs/3.0/reference/posts/delete).,true,true,false +youtube_data_api-list-videos,List Videos,Returns a list of videos that match the API request parameters. [See the documentation](https://developers.google.com/youtube/v3/docs/videos/list) for more information,false,true,true +youtube_data_api-delete-playlist-items,Delete Playlist Items,Deletes a playlist item. [See the documentation](https://developers.google.com/youtube/v3/docs/playlistItems/delete) for more information,true,true,false +youtube_data_api-update-video-details,Update Video Details,Updates a video,true,true,false +youtube_data_api-channel-statistics,Channel Statistics,Returns statistics from my YouTube Channel or by id. [See the documentation](https://developers.google.com/youtube/v3/docs/channels/list) for more information,false,true,true +youtube_data_api-update-channel,Update Channel,Updates a channel,true,true,false +youtube_data_api-search-videos,Search Videos,Returns a list of videos that match the search parameters. [See the documentation](https://developers.google.com/youtube/v3/docs/search/list) for more information,false,true,true +youtube_data_api-upload-channel-banner,Upload Channel Banner,Uploads a channel banner image to YouTube. [See the documentation](https://developers.google.com/youtube/v3/docs/channelBanners/insert) for more information,false,true,false +youtube_data_api-list-playlist-videos,List Playlist Videos,List videos in a playlist. [See the documentation](https://developers.google.com/youtube/v3/docs/playlistItems/list) for more information,false,true,true +youtube_data_api-upload-thumbnail,Upload Thumbnail,Uploads a custom video thumbnail to YouTube and sets it for a video. Note: Account must be [verified](https://www.youtube.com/verify). [See the documentation](https://developers.google.com/youtube/v3/docs/thumbnails/set) for more information,false,true,true +youtube_data_api-list-activities,List Activities,Returns a list of channel activity events that match the request criteria. [See the documentation](https://developers.google.com/youtube/v3/docs/activities/list) for more information,false,true,true +youtube_data_api-update-playlist,Update Playlist,"Modifies a playlist. For example, you could change a playlist",true,true,false +youtube_data_api-list-playlists,List Playlists,Returns a collection of playlists that match the API request parameters. [See the documentation](https://developers.google.com/youtube/v3/docs/playlists/list) for more information,false,true,true +youtube_data_api-reply-to-comment,Reply To Comment,Creates a reply to an existing comment. [See the documentation](https://developers.google.com/youtube/v3/docs/comments/insert) for more information,false,true,false +youtube_data_api-add-playlist-items,Add Playlist Items,Adds resources to a playlist. [See the documentation](https://developers.google.com/youtube/v3/docs/playlistItems/insert) for more information,false,true,false +youtube_data_api-delete-playlist,Delete Playlist,Deletes a playlist. [See the documentation](https://developers.google.com/youtube/v3/docs/playlists/delete) for more information,true,true,false +youtube_data_api-create-comment-thread,Create Comment Thread,Creates a new top-level comment in a video. [See the documentation](https://developers.google.com/youtube/v3/docs/commentThreads/insert) for more information,false,true,false +youtube_data_api-create-playlist,Create Playlist,Creates a playlist. [See the documentation](https://developers.google.com/youtube/v3/docs/playlists/insert) for more information,false,true,false +youtube_data_api-upload-video,Upload Video,Post a video to your channel. [See the documentation](https://developers.google.com/youtube/v3/docs/videos/insert) for more information,false,true,false +callerapi-get-phone-number-information,Get Phone Number Information,"Retrieve detailed information about a specific phone number, including name, location, and carrier. [See the documentation](https://callerapi.com/documentation)",false,true,true +callerapi-get-phone-number-picture,Get Phone Number Picture,Retrieve the profile picture associated with a phone number. [See the documentation](https://callerapi.com/documentation),false,true,true +cometly-send-event,Send Event,Sends an event to the Cometly API. [See the documentation]https://developers.cometly.com/#endpoint-advanced-method),false,true,false +google_photos-share-album,Share Album,Sets an album shareable. Returns a share token and url. [See the documentation](https://developers.google.com/photos/library/guides/share-media#sharing-album),false,true,false +google_photos-get-media-item,Get Media Item,Retrieves a media item [See the documentation](https://developers.google.com/photos/library/guides/access-media-items),false,true,true +google_photos-add-items-to-album,Add Items To Album,Adds selected items to the selected album. [See the documentation](https://developers.google.com/photos/library/guides/manage-albums#adding-items-to-album),false,true,false +google_photos-upload-item,Upload Item,Uploads an item to Google Photos. [See the documentation](https://developers.google.com/photos/library/guides/upload-media),false,true,false +google_photos-create-album,Create Album,Creates an album. [See the documentation](https://developers.google.com/photos/library/guides/manage-albums#creating-new-album),false,true,false +google_photos-list-library-contents,List Library Contents,Retrieves library contents [See the documentation](https://developers.google.com/photos/library/guides/list#listing-library-contents),false,true,true +geoapify-search-address,Search Address,Retrieves geocoding information for a given address. [See the documentation](https://apidocs.geoapify.com/docs/geocoding/forward-geocoding/),false,true,true +geoapify-get-route,Get Route,Calculates a route between two sets of latitude and longitude points. [See the documentation](https://apidocs.geoapify.com/docs/routing/),false,true,true +geoapify-get-ip-location,Get IP Location,Retrieves geographical coordinates for a given IP address. [See the documentation](https://apidocs.geoapify.com/docs/ip-geolocation/),false,true,true +token_metrics-get-tokens,Get Tokens,,false,true,true +token_metrics-get-price,Get Price,"Select Token IDs to get prices for. Example: `3375,3306`",false,true,true +token_metrics-get-hourly-trading-signals,Get Hourly Trading Signals,Select Token IDs to filter results,false,true,true +token_metrics-get-technology-grades-historical,Get Technology Grades Historical,"Crypto Asset Names (e.g., Bitcoin, Ethereum) to filter results. Select token names.",false,true,true +token_metrics-get-correlation,Get Correlation,"Select categories to filter results. Example: `layer-1,nft`",false,true,true +token_metrics-get-trading-signals,Get Trading Signals,,false,true,true +token_metrics-get-moonshot-tokens,Get Moonshot Tokens,Limit the number of items in response. Defaults to 50,false,true,true +token_metrics-get-tm-grades-historical,Get TM Grades Historical,"Crypto Asset Names (e.g., Bitcoin, Ethereum) to filter results. Select token names.",false,true,true +token_metrics-get-fundamental-grades,Get Fundamental Grades,"Crypto Asset Names (e.g., Bitcoin, Ethereum) to filter results. Select token names.",false,true,true +token_metrics-get-fundamental-grades-historical,Get Fundamental Grades Historical,"Crypto Asset Names (e.g., Bitcoin, Ethereum) to filter results. Select token names.",false,true,true +token_metrics-get-quantmetrics,Get Quantmetrics,"Select categories to filter results. Example: `layer-1,nft`",false,true,true +token_metrics-get-tm-grades,Get TM Grades,"Crypto Asset Names (e.g., Bitcoin, Ethereum) to filter results. Select token names.",false,true,true +token_metrics-get-technology-grades,Get Technology Grades,"Crypto Asset Names (e.g., Bitcoin, Ethereum) to filter results. Select token names.",false,true,true +token_metrics-get-ai-reports,Get AI Reports,"Select Token IDs to get AI reports for. Example: `37493,3484`",false,true,true +token_metrics-get-market-metrics,Get Market Metrics,Start Date accepts date as a string - `YYYY-MM-DD` format. Example: `2023-10-01`,false,true,true +token_metrics-get-price-prediction,Get Price Prediction,Limit the number of items in response. Defaults to 50,false,true,true +token_metrics-get-top-market-cap-tokens,Get Top Market Cap Tokens,"Specifies the number of top cryptocurrencies to retrieve, based on their market capitalization. Example: `100`",false,true,true +token_metrics-get-resistance-support,Get Resistance & Support,Limit the number of items in response. Defaults to 50,false,true,true +token_metrics-get-hourly-ohlcv,Get Hourly OHLCV,Select crypto asset names to filter results. Example: `Bitcoin`,false,true,false +token_metrics-get-indices,Get Indices,Filter to return indices by type: ,false,true,true +token_metrics-get-indices-holdings,Get Indices Holdings,ID of the index. Example: `1`,false,true,false +token_metrics-get-indices-performance,Get Indices Performance,ID of the index. Example: `1`,false,true,false +token_metrics-get-crypto-investors,Get Crypto Investors,Limit the number of items in response. Defaults to 50,false,true,true +token_metrics-get-daily-ohlcv,Get Daily OHLCV,Select crypto asset names to filter results. Example: `Bitcoin`,false,true,false +html_to_image-convert-html-to-pdf,Convert HTML to PDF,Create a PDF file from HTML. [See the documentation](https://docs.htmlcsstoimg.com/html-to-image-api/html-css-to-pdf-api).,false,true,false +html_to_image-convert-url-to-pdf,Convert URL to PDF,Create a PDF from a URL. [See the documentation](https://docs.htmlcsstoimg.com/html-to-image-api/url-to-pdf-api).,false,true,false +html_to_image-convert-html-to-image,Convert HTML to Image,Create an image from HTML. [See the documentation](https://docs.htmlcsstoimg.com/html-to-image-api/html-css-to-image-api).,false,true,false +html_to_image-convert-url-to-image,Convert URL to Image,Capture a screenshot from a URL. [See the documentation](https://docs.htmlcsstoimg.com/html-to-image-api/screenshot-capture-api).,false,true,false +missive-list-contacts,List Contacts,List all contacts. [See the Documentation](https://missiveapp.com/help/api-documentation/rest-endpoints#list-contacts),false,true,true +missive-create-post,Create Post,Create a new post. [See the Documentation](https://missiveapp.com/help/api-documentation/rest-endpoints#create-post),false,true,false +missive-create-contact,Create Contact,Create a new contact. [See the Documentation](https://missiveapp.com/help/api-documentation/rest-endpoints#create-contact),false,true,false +missive-create-draft,Create Draft,Create a new draft. [See the Documentation](https://missiveapp.com/help/api-documentation/rest-endpoints#create-draft),false,true,false +missive-get-contact,Get Contact,Get a contact. [See the Documentation](https://missiveapp.com/help/api-documentation/rest-endpoints#get-contact),false,true,true +yoplanning-list-payments,List Payments,Lists all payments. [See the documentation](https://yoplanning.pro/api/v3.1/swagger/),false,true,true +yoplanning-list-orders,List Orders,Lists all orders. [See the documentation](https://yoplanning.pro/api/v3.1/swagger/),false,true,true +yoplanning-list-teams,List Teams,Lists all teams. [See the documentation](https://yoplanning.pro/api/v3.1/swagger/),false,true,true +yoplanning-list-categories,List Categories,Lists all categories. [See the documentation](https://yoplanning.pro/api/v3.1/swagger/),false,true,true +yoplanning-list-clients,List Clients,Lists all clients. [See the documentation](https://yoplanning.pro/api/v3.1/swagger/),false,true,true +flash_by_velora_ai-upload-transcript,Upload Transcript,Upload a meeting transcript.,false,true,false +flash_by_velora_ai-add-feedback,Add Feedback,Adds customer feedback.,false,true,false +uipath_automation_hub-create-idea,Create Idea,Submit a new automation idea. [See the documentation](https://automation-hub.uipath.com/api/v1/api-doc/#/Automation%20Ideas/SubmitIdeaEmployeeDrivenwithSubmitter),false,true,false +uipath_automation_hub-update-idea,Update Idea,Modify an existing automation idea,true,true,false +uipath_automation_hub-update-category-idea,Update Category Idea,Change the category of a specific Idea. [See the documentation](https://automation-hub.uipath.com/api/v1/api-doc/#/Automation%20Ideas/AutomationCategoriesUpdate),true,true,false +niftyimages-update-timer-target-date,Update Timer Target Date,Create or update a Data Store Record [See docs here](https://api.niftyimages.com/),true,true,false +niftyimages-add-data-store-record,Add Data Store Record,Create or update a Data Store Record [See docs here](https://api.niftyimages.com/),true,true,false +e2b-run-code,Run Code,Run or interpret code using the E2B service. [See the documentation](https://www.npmjs.com/package/e2b).,false,true,false +mamo_business-create-payment-link,Create Payment Link,Generate a vanilla or subscription payment link. [See the documentation](https://mamopay.readme.io/reference/post_links),false,true,false +jumpseller-create-product,Create Product,Create a new product in Jumpseller. [See the documentation](https://jumpseller.com/support/api/#tag/Products/paths/~1products.json/post),false,true,false +jumpseller-create-product-variant,Create Product Variant,Create a new product variant in Jumpseller. [See the documentation](https://jumpseller.com/support/api/#tag/Product-Variants/paths/~1products~1%7Bid%7D~1variants.json/post),false,true,false +jumpseller-update-product,Update Product,Update an existing product in Jumpseller. [See the documentation](https://jumpseller.com/support/api/#tag/Products/paths/~1products~1%7Bid%7D.json/put),true,true,false +rejoiner-start-journey,Start Journey,Triggers the beginning of a customer journey in Rejoiner. [See the documentation](https://docs.rejoiner.com/reference/trigger-webhook-journey),false,true,false +rejoiner-update-customer-profile,Update Customer Profile,Updates a customer,true,true,false +rejoiner-add-customer-to-list,Add Customer to List,"Adds a customer to a specific list, or if the customer already exists, will update the record of that customer with the supplied data. [See the documentation](https://docs.rejoiner.com/reference/add-customer-to-list)",true,true,false +delighted-sending-to-people,Sending to People,Create or update a person and send a survey email. [See the docs here](https://app.delighted.com/docs/api/sending-to-people),true,true,false +gorillastack-deploy-template,Deploy Template,Deploy a template definition. [See the documentation](https://docs.gorillastack.com/swagger/v2#/templates/get_teams__teamId__templates_deployments),false,true,false +gorillastack-invite-user,Invite User,Invite new user to GorillaStack. [See the documentation](https://docs.gorillastack.com/swagger/v2#/users/post_teams__teamId__users_invite),false,true,false +loggly_send_data-send-event,Send Event,"Send events to Loggly, with tags. [See the docs](https://documentation.solarwinds.com/en/success_center/loggly/content/admin/http-endpoint.htm) for more details",false,true,false +fixer_io-convert-currency,Convert Currency,Convert amount from one currency to another using real-time exchange rates. [See the documentation](https://fixer.io/documentation),false,true,true +gloria_ai-create-lead,Create Lead,Creates a new lead/contact in Gloria.ai. [See the documentation](https://api.iamgloria.com/api).,false,true,false +nordigen-get-account-metadata,Get Account Metadata,Get the metadata of a Nordigen account. [See the docs](https://ob.nordigen.com/api/docs#/accounts/retrieve%20account%20metadata),false,true,true +nordigen-get-account-balances,Get Account Balances,Get the balances of a Nordigen account. [See the docs](https://ob.nordigen.com/api/docs#/accounts/accounts_balances_retrieve),false,true,true +nordigen-get-account-transactions,Get Account Transactions,Get the transactions of a Nordigen account. [See the docs](https://ob.nordigen.com/api/docs#/accounts/accounts_transactions_retrieve),false,true,true +nordigen-delete-requisition-link,Delete Requisition Link,Delete requisition and its end user agreement. [See the docs](https://ob.nordigen.com/api/docs#/requisitions/delete%20requisition%20by%20id%20v2),true,true,false +nordigen-get-account-details,Get Account Details,Get the details of a Nordigen account. [See the docs](https://ob.nordigen.com/api/docs#/accounts/accounts_details_retrieve),false,true,true +nordigen-create-requisition-link,Create Requisition Link,Create a requisition link and id to be used in other Nordigen actions. [See the docs](https://nordigen.com/en/account_information_documenation/integration/quickstart_guide/),false,true,false +jooto-create-task,Create Task,Create a new task in the selected project. [See the documentation](https://www.jooto.com/api/reference/request/#/default/post-boards-id-tasks),false,true,false +jooto-get-projects,Get Projects,Get a list of projects in your organization. [See the documentation](https://www.jooto.com/api/reference/request/#/default/get-projects),false,true,true +jooto-update-task,Update Task,Update a new task in the selected project. [See the documentation](https://www.jooto.com/api/reference/request/#/default/patch-boards-id-tasks-task_id),true,true,false +zerobounce-get-validation-results-file,Get Validation Results File,Downloads the validation results for a file submitted using sendfile API. [See the documentation](https://www.zerobounce.net/docs/email-validation-api-quickstart/#get_file__v2__),false,true,true +zerobounce-ai-scoring,AI Scoring,Estimates a reliability score based on ZeroBounce,false,true,false +zerobounce-validate-email,Validate Email,Validates a specific email. [See the documentation](https://www.zerobounce.net/docs/email-validation-api-quickstart/#validate_emails__v2__),false,true,true +zerobounce-file-validation,Validate Emails in File,Performs email validation on all the addresses contained in a provided file. [See the documentation](https://www.zerobounce.net/docs/email-validation-api-quickstart/),false,true,true +weaviate-create-class,Create Class,Create a new class in Weaviate. [See the documentation](https://docs.weaviate.io/weaviate/api/rest#tag/schema/post/schema),false,true,false +weaviate-get-schema,Get Schema,Get schema from Weaviate. [See the documentation](https://docs.weaviate.io/weaviate/api/rest#tag/schema/get/schema),false,true,true +weaviate-delete-class,Delete Class,Delete a class from Weaviate. [See the documentation](https://docs.weaviate.io/weaviate/api/rest#tag/schema/delete/schema/{className}),true,true,false +bigmailer-send-transactional-email,Send Transactional Email,Sends an email as part of a transactional campaign. [See the documentation](https://docs.bigmailer.io/reference/sendtransactionalcampaign),false,true,false +bigmailer-add-update-contact,Add or Update Contact,Creates or updates a contact within a brand. [See the documentation](https://docs.bigmailer.io/reference/upsertcontact),true,true,false +getemails-find-email,Find Email,Provide Full name of your prospect with Domain or Website and Api will provide you an email address of the prospect in response. [See the documentation](https://app2.getemail.io/dash/integration/api/v2/1#).,false,true,true +getemails-status-find-email,Status Find Email,Use this Api when you want to know the status of any previous find-email Api request. [See the documentation](https://app2.getemail.io/dash/integration/api/v2/2).,false,true,true +getemails-verify-email,Verify Email,"The Api verifies your requested email address, whether it is a Good or Bad email address. [See the documentation](https://app2.getemail.io/dash/integration/api/v2/3).",false,true,true +cohere_platform-chat,Chat,Generates a text response to a user message. [See the documentation](https://docs.cohere.com/reference/chat),false,true,false +cohere_platform-classify-text,Classify Text,This action makes a prediction about which label fits the specified text inputs best. [See the documentation](https://docs.cohere.com/reference/classify-1),false,true,false +anchor_browser-update-profile,Update Profile,Updates the description or data of an existing profile using a session. [See the documentation](https://docs.anchorbrowser.io/api-reference/profiles/update-profile).,true,true,false +anchor_browser-delete-profile,Delete Profile,Deletes an existing profile by its name. [See the documentation](https://docs.anchorbrowser.io/api-reference/profiles/delete-profile).,true,true,false +anchor_browser-start-browser,Start Browser,"Allocates a new browser session for the user, with optional configurations for ad-blocking, captcha solving, proxy usage, and idle timeout. [See the documentation](https://docs.anchorbrowser.io/api-reference/browser-sessions/start-browser).",false,true,false +anchor_browser-create-profile,Create Profile,"Creates a new profile from a session. A Profile stores cookies, local storage, and cache. [See the documentation](https://docs.anchorbrowser.io/api-reference/profiles/create-profile).",false,true,false +ragie-update-document-file,Update Document File,Updates an existing document file in Ragie. [See the documentation](https://docs.ragie.ai/reference/updatedocumentfile).,true,true,false +ragie-create-document,Create Document,Creates a new document in Ragie. [See the documentation](https://docs.ragie.ai/reference/createdocument),false,true,false +pennylane-create-customer,Create Customer,Creates a new customer in Pennylane. [See the documentation](https://pennylane.readme.io/reference/customers-post-1),false,true,false +pennylane-create-billing-subscription,Create Billing Subscription,Creates a billing subscription for a customer. [See the documentation](https://pennylane.readme.io/reference/billing_subscriptions-post-1).,false,true,false +pennylane-create-customer-invoice,Create Customer Invoice,Generates a new invoice for a customer using Pennylane. [See the documentation](https://pennylane.readme.io/reference/customer_invoices-post-1),false,true,false +facebook_groups-post-photo,Post Photo,Post a photo in a group. [See the documentation](https://developers.facebook.com/docs/graph-api/reference/group/photos),false,true,false +facebook_groups-create-post,Create Post,Create a new post in a group. [See the documentation](https://developers.facebook.com/docs/graph-api/reference/v17.0/group/feed),false,true,false +facebook_groups-list-comments,List Comments,Retrieves a list of comments on a group post. [See the documentation](https://developers.facebook.com/docs/graph-api/reference/v17.0/comment),false,true,true +facebook_groups-get-post,Get Post,Retrieves post in a group. [See the documentation](https://developers.facebook.com/docs/graph-api/reference/post/),false,true,true +facebook_groups-list-reactions,List Reactions,Retrieves a list of reactions on a group post. [See the documentation](https://developers.facebook.com/docs/graph-api/reference/v17.0/object/reactions),false,true,true +heyzine-create-flipbook,Create Flipbook,Generates a new flipbook from a PDF file. [See the documentation](https://heyzine.com/developers#rest-api),false,true,false +finmei-create-invoice,Create Invoice,Generates a new invoice within Finmei. [See the documentation](https://documenter.getpostman.com/view/835227/2s9YXh5NRs#01e4e494-2aaf-4d87-9b8d-e527b04af0a0),false,true,false +error-throw-error,Throw Error,Quickly throw an error from your workflow.,false,true,false +agiliron-create-event,Create Event,Creates a new event within Agiliron. [See the documentation](https://api.agiliron.com/docs/add-event-2),false,true,false +agiliron-create-contact,Create Contact,Generates a new contact within Agiliron. [See the documentation](https://api.agiliron.com/docs/add-contact-1),false,true,false +agiliron-create-lead,Create Lead,Establishes a new lead within Agiliron. [See the documentation](https://api.agiliron.com/docs/add-lead-1),false,true,false +zoho_workdrive-upload-file,Upload File,Upload a new file to your WorkDrive account. [See the documentation](https://workdrive.zoho.com/apidocs/v1/chunkupload/chunkuploadcreatesession),false,true,false +zoho_workdrive-download-file,Download File to Tmp Direcory,Download a file to the /tmp directory. [See the documentation](https://workdrive.zoho.com/apidocs/v1/filesfolders/downloadserverfile),false,true,false +rise-find-users,Find Users,Find a list of users. [See docs here](https://help.rise.com/en/articles/4177145-users-api),false,true,true +rise-find-invitations,Find Invitations,Find a list of invitations. [See docs here](https://help.rise.com/en/articles/4177042-invitations-api),false,true,true +rise-create-invitation,Create Invitation,Creates a invitation. [See docs here](https://help.rise.com/en/articles/4177042-invitations-api),false,true,false +microsoft_365_planner-list-user-tasks,List User Tasks,List all user tasks in Microsoft 365 Planner. [See the documentation](https://learn.microsoft.com/en-us/graph/api/planneruser-list-tasks?view=graph-rest-1.0&tabs=http),false,true,true +microsoft_365_planner-create-plan,Create Plan,Create a new plan in Microsoft 365 Planner. [See the documentation](https://learn.microsoft.com/en-us/graph/api/planner-post-plans),false,true,false +microsoft_365_planner-create-bucket,Create Bucket,Create a new bucket in Microsoft 365 Planner. [See the documentation](https://learn.microsoft.com/en-us/graph/api/planner-post-buckets),false,true,false +microsoft_365_planner-create-task,Create Task,Create a new task in Microsoft 365 Planner. [See the documentation](https://learn.microsoft.com/en-us/graph/api/planner-post-tasks),false,true,false +microsoft_365_planner-update-task,Update Task,Updates a task in Microsoft 365 Planner. [See the documentation](https://learn.microsoft.com/en-us/graph/api/plannertask-update?view=graph-rest-1.0&tabs=http),true,true,false +encodian-validate-url,Validate URL,Validate the availability of the URL. [See the documentation](https://api.apps-encodian.com/index.html),false,true,false +encodian-compare-text,Compare Text,Compares two texts answering if they are equal or not. [See the documentation](https://api.apps-encodian.com/index.html),false,true,true +encodian-validate-email,Validate Email,Validate the syntax of an email address. [See the documentation](https://api.apps-encodian.com/index.html),false,true,false +scale_ai-create-text-annotation-task,Create Text Annotation Task,Create a text annotation task. [See the documentation](https://docs.scale.com/reference/text-collection),false,true,false +scale_ai-create-document-transcription-task,Create Document Transcription Task,Create a document transcription task. [See the documentation](https://docs.scale.com/reference/document-transcription-1),false,true,false +scale_ai-create-image-annotation-task,Create Image Annotation Task,Create an image annotation task. [See the documentation](https://docs.scale.com/reference/general-image-annotation),false,true,false +dromo-create-headless-import,Create Headless Import,Creates a new headless import. [See the documentation](https://developer.dromo.io/api/#tag/headless/operation/createHeadlessImport),false,true,false +microsoft_azure_ai_translator-detect-language,Detect Language,Identifies the language of a piece of text. [See the documentation](https://learn.microsoft.com/en-us/azure/ai-services/translator/reference/v3-0-detect),false,true,false +microsoft_azure_ai_translator-translate-text,Translate Text,Translate text into the specified language. [See the documentation](https://learn.microsoft.com/en-us/azure/ai-services/translator/reference/v3-0-translate),false,true,true +microsoft_azure_ai_translator-break-sentence,Break Sentence,Identifies the positioning of sentence boundaries in a piece of text. [See the documentation](https://learn.microsoft.com/en-us/azure/ai-services/translator/reference/v3-0-break-sentence),false,true,false +documint-list-templates,List Templates,Retrieves a list of your available Documint templates. [See the documentation](https://documenter.getpostman.com/view/11741160/TVK5cLxQ#0c2d2c5b-505c-4d70-bb95-767369a0bcc9),false,true,true +documint-create-document,Create Document,Create a document. [See the documentation](https://documenter.getpostman.com/view/11741160/TVK5cLxQ#032798a4-6eb6-43cd-9c1b-9ba313f7d39c),false,true,false +outreach-create-account,Create Account,Creates an account within Outreach. [See the documentation](https://developers.outreach.io/api/reference/tag/Account/#tag/Account/paths/~1accounts/post),false,true,false +outreach-create-prospect,Create Prospect,Creates a new prospect in Outreach. [See the documentation](https://developers.outreach.io/api/reference/tag/Prospect/#tag/Prospect/paths/~1prospects/post),false,true,false +outreach-add-prospect-sequence,Add Prospect to Sequence,Adds an existing prospect to a specific sequence in Outreach. [See the documentation](https://developers.outreach.io/api/reference/tag/prospect/),false,true,false +gong-get-extensive-data,Get Extensive Data,Lists detailed call data. [See the documentation](https://gong.app.gong.io/settings/api/documentation#post-/v2/calls/extensive),false,true,false +gong-retrieve-transcripts-of-calls,Retrieve Transcripts Of Calls,Retrieve transcripts of calls. [See the documentation](https://us-66463.app.gong.io/settings/api/documentation#post-/v2/calls/transcript),false,true,false +gong-list-calls,List calls,List calls. [See the documentation](https://us-66463.app.gong.io/settings/api/documentation#get-/v2/calls),false,true,true +gong-add-new-call,Add New Call,Add a new call. [See the documentation](https://us-66463.app.gong.io/settings/api/documentation#post-/v2/calls),false,true,false +gatherup-create-customer,Create Customer,Creates a customer. [See docs here](https://apidocs.gatherup.com/#fa6d95bf-df57-4e3c-a1f1-2e0438a2e9a6),false,true,false +moosend-add-subscriber,Add subscriber,"Adds a new subscriber to the specified mailing list. If there is already a subscriber with the specified email address in the list, an update will be performed instead. The rate limit for this request is 10 requests per 10 seconds (*per API key). See the [docs](https://moosendapp.docs.apiary.io/#reference/subscribers/add-or-update-subscribers/adding-subscribers) for more info.",true,true,false +screendesk-retrieve-recording,Retrieve A Recording,Get a specific recording [See the documentation](https://dev.screendesk.io/recordings/get-retrieve-a-recording),false,true,true +numverify-validate-phone,Validate Phone,Validates a phone number. [See the documentation](https://numverify.com/documentation),false,true,true +workflow_max-create-client-group,Create Client Group,Creates a new Client Group in Workflow Max. [See the documentation](https://app.swaggerhub.com/apis-docs/WorkflowMax-BlueRock/WorkflowMax-BlueRock-OpenAPI3/0.1#/Client/createClient),false,true,false +workflow_max-delete-client-group,Delete Client Group,Deletes the specified client group. [See the documentation](https://app.swaggerhub.com/apis-docs/WorkflowMax-BlueRock/WorkflowMax-BlueRock-OpenAPI3/0.1#/Client%20Group/deleteClientGroup),true,true,false +transform-submit-form,Submit Form,Form Data in JSON format,false,true,false +cloudtables-add-single-row,Add Single Row,Add a single row of data into CloudTable data set,false,true,false +cloudtables-update-row,Update Row,Update a row in a CloudTable data set,true,true,false +cloudtables-delete-row,Delete Row,Delete a row in a CloudTable data set,true,true,false +emaillistverify-find-email,Find Email,"Generate a series of potential email addresses by synthesizing first names, last names, and company domains. [See the documentation](https://emaillistverify.com/docs/#tag/Email-Validation-API/operation/find-contact)",false,true,true +emaillistverify-verify-email,Verify Email,Verify an email. [See the documentation](https://emaillistverify.com/docs/#tag/Email-Validation-API/operation/verifyEmail),false,true,true +affinda-upload-document-from-url,Upload Document for Parsing,Uploads a document for parsing. [See docs here](https://docs.affinda.com/reference/createdocument),false,true,false +addresszen-verify-correct-us-address-zip-code,Verify and Correct US Address by Zip Code,Verifies and corrects a US address based on a single address line and a zip code. [See the documentation](https://docs.addresszen.com/docs/api),false,true,true +addresszen-freeform-verify-correct-us-address,Verify and Correct Freeform US Address,Verify (CASS) and correct a US address using a complete address. [See the documentation](https://docs.addresszen.com/docs/api),false,true,true +addresszen-verify-correct-us-address-city-state,Verify and Correct US Address by City and State,"Verifies and corrects a US address using the input of a single address line, city, and state. [See the documentation](https://docs.addresszen.com/docs/api)",false,true,true +adrapid-get-banner,Get Banner,Retrieves a specified banner. This action should be used after a ,false,true,true +adrapid-create-banner,Create Banner,"Generates a new banner using provided data. This action can create different types of banners, such as animated HTML5, image, or video banners. [See the documentation](https://docs.adrapid.com/api/overview)",false,true,true +google_cloud_translate-translate,Translate,Translate text using Google Cloud Translate,false,true,true +nethunt_crm-update-record,Update Record,Updates an existing record. [See docs here](https://nethunt.com/integration-api#update-record),true,true,false +nethunt_crm-create-record,Create Record,Creates a new record. [See docs here](https://nethunt.com/integration-api#create-record),false,true,false +nethunt_crm-create-comment,Create Comment,Create a new record comment. [See docs here](https://nethunt.com/integration-api#create-comment),false,true,false +nethunt_crm-find-record,Find Record,Search for a record using a text query. [See docs here](https://nethunt.com/integration-api#find-record),false,true,true +nethunt_crm-add-gmail-thread-to-record,Add Gmail Thread to Record,Links a Gmail thread to a record. [See docs here](https://nethunt.com/integration-api#link-gmail-thread),false,true,false +nethunt_crm-get-record,Get Record,Retrieve a record by its ID. [See docs here](https://nethunt.com/integration-api#find-record),false,true,true +brevo-send-transactional-email,Send Transactional Email,Send transactional email. [See the docs](https://developers.brevo.com/reference/sendtransacemail) for more information.,false,true,false +brevo-add-or-update-contact,Add or Update a contact,Add or Update a contact,true,true,false +neuronwriter-get-query-details,Get Query Details,Fetches the data related to a pre-defined query. [See the documentation](https://contadu.crisp.help/en/article/neuronwriter-api-how-to-use-2ds6hx/#3-get-query),false,true,true +neuronwriter-get-content-saved,Get Content Saved,Pulls the most recent revision of the content saved for a specific query. [See the documentation](https://contadu.crisp.help/en/article/neuronwriter-api-how-to-use-2ds6hx/#3-get-content),false,true,true +neuronwriter-create-new-query,Create New Query,"Launches a new query based on provided keyword, search engine, and language. [See the documentation](https://contadu.crisp.help/en/article/neuronwriter-api-how-to-use-2ds6hx/#3-new-query)",false,true,false +infinity-delete-item,Delete Item,Delete a specific item. [See the documentation](https://s3.amazonaws.com/devdocs.startinfinity.com/index.html#items-DELETEapi-v2-workspaces--workspace--boards--board_id--items--item_id-),true,true,false +infinity-create-item,Create Item,Create a new item. [See the documentation](https://s3.amazonaws.com/devdocs.startinfinity.com/index.html#items-POSTapi-v2-workspaces--workspace--boards--board_id--items),true,true,false +infinity-update-item,Update Item,Update an existed item. [See the documentation](https://s3.amazonaws.com/devdocs.startinfinity.com/index.html#items-PUTapi-v2-workspaces--workspace--boards--board_id--items--item_id-),true,true,false +quentn-run-campaign-for-contact,Run Campaign for Contact,Runs a campaign for a contact. [See the docs](https://help.quentn.com/hc/en-150/articles/4518054010129-Campaign-API).,false,true,false +quentn-create-or-update-contact,Create or Update Contact,Creates or updates a contact. [See the docs](https://help.quentn.com/hc/en-150/articles/4517835330961-Contact-API).,true,true,false +quentn-find-or-create-contact,Find or Create Contact,Finds or creates a contact. [See the docs](https://help.quentn.com/hc/en-150/articles/4517835330961-Contact-API).,false,true,true +quentn-find-contact,Find Contact,Finds a contact by email address. [See the docs](https://help.quentn.com/hc/en-150/articles/4517835330961-Contact-API).,false,true,true +aero_workflow-create-email-aero,Create Email Aero,Creates an email aero [See the docs here](https://api.aeroworkflow.com/swagger/index.html),false,true,false +aero_workflow-find-company,Find Company,Finds companies with the given parameters [See the docs here](https://api.aeroworkflow.com/swagger/index.html),false,true,false +aero_workflow-create-contact,Create Contact,Creates a contact [See the docs here](https://api.aeroworkflow.com/swagger/index.html),false,true,false +aero_workflow-create-company,Create Company,Creates a company [See the docs here](https://api.aeroworkflow.com/swagger/index.html),false,true,false +aero_workflow-create-appointment,Create Appointment,Creates an appointment [See the docs here](https://api.aeroworkflow.com/swagger/index.html),false,true,false +aero_workflow-create-task,Create Task,Creates a task [See the docs here](https://api.aeroworkflow.com/swagger/index.html),false,true,false +aero_workflow-create-vault-entry,Create Vault Entry,Creates a vault entry for selected company [See the docs here](https://api.aeroworkflow.com/swagger/index.html),false,true,false +cloudpresenter-create-contact,Create Contact,Creates a new contact within the Cloudpresenter application. [See the documentation](https://cloudpresenter.stoplight.io/docs/cloudpresenter-public-apis/gnglqnrsy7k38-create-contact),true,true,false +cloudpresenter-update-contact,Update Contact,Updates an existing contact within the Cloudpresenter application. [See the documentation](https://cloudpresenter.stoplight.io/docs/cloudpresenter-public-apis/tjbk1nm3qvbg2-update-contact),true,true,false +groqcloud-create-chat-completion,Create Chat Completion,Creates a model response for the given chat conversation. [See the documentation](https://console.groq.com/docs/api-reference#chat-create),false,true,false +dropinblog-create-post,Create Post,Allows you to create a new blog post in your DropInBlog account. Requires a private API key. [See the documentation](https://dropinblog.readme.io/reference/posts-create).,false,true,false +kodagpt-semantic-search,Semantic Search,Perform a semantic search within chatbot data [See the documentation](https://kodagpt.readme.io/reference/buscas-semanticas),false,true,true +iauditor_by_safetyculture-export-inspection,Export Inspection to PDF or Word,Retrieve an inspection report formatted as a PDF or Word (docx) document.[See the documentation](https://developer.safetyculture.com/reference/reportsservice_startinspectionexport),false,true,true +iauditor_by_safetyculture-update-user,Update User,Update an existing user in iAuditor by SafetyCulture. [See the documentation](https://developer.safetyculture.com/reference/thepubservice_updateuser),true,true,false +iauditor_by_safetyculture-share-inspection,Share Inspection,Share an inspection with one or more users in iAuditor by SafetyCulture. [See the documentation](https://developer.safetyculture.com/reference/thepubservice_shareinspection),false,true,false +iauditor_by_safetyculture-generate-pdf-report,Generate PDF Report,"Retrieve the web report link for the specified inspection. This will return the existing link if one has been generated before, or generate a new one if one does not exist already. [See the documentation](https://developer.safetyculture.com/reference/thepubservice_getinspectionwebreportlink)",false,true,true +iauditor_by_safetyculture-create-user,Create User,Create a new user in iAuditor by SafetyCulture. [See the documentation](https://developer.safetyculture.com/reference/thepubservice_adduser),false,true,false +iauditor_by_safetyculture-create-inspection,Create Inspection,Create a new inspection in iAuditor by SafetyCulture. [See the documentation](https://developer.safetyculture.com/reference/thepubservice_startinspection),false,true,false +hookdeck-retrieve-all-requests,Retrieve all Requests,"This endpoint lists all request, or a subset of requests. Requests are sorted by `ingested_at` date. [See the documentation](https://hookdeck.com/api-ref#retrieve-all-requests).",false,true,true +hookdeck-create-connection,Create Connection,This endpoint creates a connection. [See the documentation](https://hookdeck.com/api-ref#create-a-connection).,false,true,false +hookdeck-retrieve-all-events,Retrieve all Events,"This endpoint lists all events, or a subset of events. [See the documentation](https://hookdeck.com/api-ref#retrieve-all-events).",false,true,true +hookdeck-retrieve-request-events,Retrieve Request Events,This endpoint retries the events associated with a request. [See the documentation](https://hookdeck.com/api-ref#retrieve-request-events).,false,true,true +shopwaive-adjust-available-balance,Adjust Available Balance,Adjusts the available balance of a customer. [See the documentation](https://api.shopwaive.com/reference/rest-api-documentation/customer-api#adjust-customer-balance),false,true,false +shopwaive-set-available-balance,Set Available Balance,Updates the available balance of a customer to an exact value. [See the documentation](https://api.shopwaive.com/reference/rest-api-documentation/customer-api#set-customer-balance),true,true,false +shopwaive-get-available-balance,Get Available Balance,Fetches the current available balance of a customer. [See the documentation](https://api.shopwaive.com/reference/rest-api-documentation/customer-api#get-customer-account-balance-and-transactions),false,true,true +tess_ai_by_pareto-get-execution-response,Get Agent Execution Response,Retrieves the result of a previously executed AI Agent (template). [See the documentation](https://tess.pareto.io/api/swagger#/default/370b6709c5d9e8c17a76e1abb288e7ad),false,true,true +tess_ai_by_pareto-search-ai-agents,Search AI Agents,Retrieve AI Agents (templates) that match the specified criteria. [See the documentation](https://tess.pareto.io/api/swagger#/default/201046139d07458d530ad3526e0b3c2f),false,true,true +tess_ai_by_pareto-execute-agent,Execute AI Agent,Executes an AI Agent (template) with the given input. [See the documentation](https://tess.pareto.io/api/swagger#/default/f13b3be7386ce63d99fa4bdee0cf6c95),false,true,false +neon_api_keys-create-branch,Create Branch,Creates a branch in the project. [See docs here](https://api-docs.neon.tech/reference/createprojectbranch),false,true,false +neon_api_keys-create-database,Create Database,Creates a database in the project. [See docs here](https://api-docs.neon.tech/reference/createprojectbranchdatabase),false,true,false +neon_api_keys-create-project,Create Project,Creates a project. [See docs here](https://api-docs.neon.tech/reference/createproject),false,true,false +ispring_learn-update-user,Update User,Allows to modify the properties of a specific user on iSpring Learn.,true,true,false +ispring_learn-list-enrollments,List Enrollments,Fetches the list of user enrollments on iSpring Learn. [See the documentation](https://ispringhelpdocs.com/ispring-learn/getting-a-list-of-enrollments-17304245.html),false,true,true +ispring_learn-enroll-users-in-courses,Enroll Users in Courses,Enrolls users to the specified courses on iSpring Learn.,false,true,false +sendpulse-unsubscribe-contact-from-mailing-list,Unsubscribe a Contact From a Defined Mailing List,Make a POST request to https://api.sendpulse.com/addressbooks/{id}/emails/unsubscribe,true,true,false +sendpulse-retrieve-info-for-email-address,Retrieve General Information About a Specific Email Address,Make a GET request to https://api.sendpulse.com/emails/{email},false,true,true +beebole_app-list-untimed-employees,List untimed employees,Get a list of employees without any time entry for a given period of time,false,true,true +beebole_app-list-companies,List Companies,List all companies in your Beebole account. [See the documentation](https://beebole.com/help/api/#list-companies),false,true,true +beebole_app-run-report,Run report,Run a report from Beebole,false,true,false +sonix-upload-media,Upload Media,Submits new media for processing. [See the documentation](https://sonix.ai/docs/api#new_media),false,true,false +sonix-create-new-translation,Create New Translation,Creates a new translation for a selected media file. [See the documentation](https://sonix.ai/docs/api#create_translation),false,true,false +sonix-get-text-transcript,Get Text Transcript,Gets the text transcript of a selected media file. [See the documentation](https://sonix.ai/docs/api#get_transcript),false,true,true +proofly-toggle-campaign,Toggle Campaign Status,Switch a campaign,true,true,false +proofly-get-notification-data,Get Notification Data,Get data for a notification. [See the documentation here](https://proofly.io/developers),false,true,true +documentpro-new-document,Upload New Document,Uploads a document to DocumentPro,false,true,false +discogs-update-order,Update Order Status,"Updates the status of an existing order on Discogs. [See the documentation](https://www.discogs.com/developers#page:marketplace,header:marketplace-edit-an-order)",true,true,false +discogs-create-marketplace-listing,Create Marketplace Listing,"Creates a new listing in the Discogs marketplace. [See the documentation](https://www.discogs.com/developers#page:marketplace,header:marketplace-new-listing)",false,true,false +teamgate-create-deal,Create Deal,Create a new deal. [See the docs here](https://developers.teamgate.com/#7cf909d7-b66c-4ddb-ac3b-bb800f8b4ae5),false,true,false +teamgate-create-product,Create Product,Create a new product. [See the docs here](https://developers.teamgate.com/#873140c7-0c14-4461-a9c9-88c8e6c39adc),false,true,false +teamgate-find-company,Find Company,Find a company [See the docs here](https://developers.teamgate.com/#6be9bc87-47bb-4c32-b46b-9c0771deac83),false,true,true +teamgate-update-deal,Update Deal,Update a specific deal. [See the docs here](https://developers.teamgate.com/#fe590427-fcb9-4689-9671-7d3daa235b1a),true,true,false +teamgate-create-person,Create Person,Create a new person. [See the docs here](https://developers.teamgate.com/#6a612101-c0cb-404c-9442-29d07c352185),false,true,false +teamgate-find-lead,Find Lead,Find a lead [See the docs here](https://developers.teamgate.com/#1b80ca61-833a-472a-b127-e3b6d5e18902),false,true,true +teamgate-create-company,Create Company,Create a new company. [See the docs here](https://developers.teamgate.com/#2b3a0450-e365-4f89-b02c-e817d997f627),false,true,false +teamgate-update-cart-products-status,Update Cart Products Status,"This endpoint is meant for setting all products in cart active or inactive, which is same as in-stock or out-of-stock. `isActive`: true, means product is in-stock. `isActive`: false, mean product is out of stock. [See the docs here](https://developers.teamgate.com/#75b14b70-375e-45bf-9b63-ed183592c8bb)",true,true,false +teamgate-create-lead,Create Lead,Create a new lead. [See the docs here](https://developers.teamgate.com/#8921df2b-3158-4b16-b81c-c37c6414c20f),false,true,false +teamgate-create-activity,Create Activity,Creates a new activity [See the docs here](https://developers.teamgate.com/#6be9bc87-47bb-4c32-b46b-9c0771deac83),false,true,false +teamgate-find-product,Find Product,Find a product [See the docs here](https://developers.teamgate.com/#7708cc10-52d4-4ec3-bcc5-1222f21480bb),false,true,true +teamgate-update-product,Update Product,Update a specific product. [See the docs here](https://developers.teamgate.com/#873140c7-0c14-4461-a9c9-88c8e6c39adc),true,true,false +teamgate-update-lead,Update Lead,Update a specific lead. [See the docs here](https://developers.teamgate.com/#8921df2b-3158-4b16-b81c-c37c6414c20f),true,true,false +teamgate-find-person,Find Person,Find a person [See the docs here](https://developers.teamgate.com/#7708cc10-52d4-4ec3-bcc5-1222f21480bb),false,true,true +asana-search-user-projects,Get list of user projects,Return list of projects given the user and workspace gid. [See the documentation](https://developers.asana.com/docs/get-multiple-projects),false,true,true +asana-create-task-comment,Create Task Comment,Adds a comment to a task. [See the documentation](https://developers.asana.com/docs/create-a-story-on-a-task),false,true,false +asana-delete-task,Delete Task,Deletes a specific and existing task. [See the documentation](https://developers.asana.com/docs/delete-a-task),true,true,false +asana-create-task-from-template,Create Task from Template,Creates a new task from a task template. [See the documentation](https://developers.asana.com/reference/instantiatetask),false,true,false +asana-get-tasks-from-task-list,Get Tasks From Task List,Returns the compact list of tasks in a user’s My Tasks list. [See the documentation](https://developers.asana.com/reference/gettasksforusertasklist),false,true,true +asana-find-task-by-id,Find Task by ID,Searches for a task by id. Returns the complete task record for a single task. [See the documentation](https://developers.asana.com/docs/get-a-task),false,true,true +asana-create-subtask,Create Subtask,Creates a new subtask and adds it to the parent task. [See the documentation](https://developers.asana.com/docs/create-a-subtask),false,true,false +asana-create-task,Create Task,Creates a new task. [See the documentation](https://developers.asana.com/docs/create-a-task),false,true,false +asana-search-projects,Search Projects,Finds an existing project. [See the documentation](https://developers.asana.com/docs/get-multiple-projects),false,true,true +asana-search-tasks,Search Tasks,Searches for a Task by name within a Project. [See the documentation](https://developers.asana.com/docs/get-multiple-tasks),false,true,true +asana-add-task-to-section,Add Task To Section,"Add a task to a specific, existing section. This will remove the task from other sections of the project. [See the documentation](https://developers.asana.com/docs/add-task-to-section)",true,true,false +asana-list-task-stories,List Task Stories,List stories (including comments) for a task. [See the documentation](https://developers.asana.com/reference/getstoriesfortask),false,true,true +asana-search-sections,Search Sections,Searches for a section by name within a particular project. [See the documentation](https://developers.asana.com/docs/get-sections-in-a-project),false,true,true +asana-update-task,Update Task,Updates a specific and existing task. [See the documentation](https://developers.asana.com/docs/update-a-task),true,true,false +asana-create-project,Create Project,Create a new project in a workspace or team. [See the documentation](https://developers.asana.com/docs/create-a-project),false,true,false +docupost-mail-postcard,Mail Postcard,"Dispatches a glossy, color 4x6 postcard via the US Postal Service. [See the documentation](https://help.docupost.com/help/send-postcard-api)",false,true,false +docupost-mail-letter,Mail Letter,Sends a physical letter via USPS first class mail. [See the documentation](https://help.docupost.com/help/send-letter-api),false,true,false +symbl_ai-get-follow-ups,Get Follow-Ups,Get a list of all the follow-ups generated from the conversation. See the doc [here](https://docs.symbl.ai/docs/conversation-api/follow-ups),true,true,false +symbl_ai-get-topics,Get Topics,Get a list of all the topics generated from the conversation. See the doc [here](https://docs.symbl.ai/docs/conversation-api/get-topics),false,true,true +symbl_ai-get-summary,Get Summary,Get a summary of important contextual messages in a conversation. See the doc [here](https://docs.symbl.ai/docs/conversation-api/summary),false,true,true +symbl_ai-post-trackers-analytics-ui,Submit Trackers and Analytics Summary User Interface,"The Trackers and Analytics Summary UI provides users the ability to interact with the Symbl elements (Transcripts, Questions, Follow-Ups, Action Items, etc.) from a audio conversation. See the doc [here](https://docs.symbl.ai/docs/api-reference/experience-api/post-trackers-and-analytics-ui).",false,true,false +symbl_ai-get-questions,Get Questions,Get a list of requests for information or explicit questions recognized during the conversation. See the doc [here](https://docs.symbl.ai/docs/conversation-api/questions),false,true,true +symbl_ai-get-analytics,Get Analytics,"Get a list of metrics and member analytics (speaker ratio, talk time, silence, pace and overlap) from the conversation. See the doc [here](https://docs.symbl.ai/docs/conversation-api/analytics/)",false,true,true +symbl_ai-get-members,Get Members,Get a list of all the members from the conversation. See the doc [here](https://docs.symbl.ai/docs/conversation-api/members/).,false,true,true +symbl_ai-get-job-status,Get Job Status,Get the status of an Async job request. See the doc [here](https://docs.symbl.ai/docs/async-api/overview/jobs-api#http-request),false,true,false +symbl_ai-get-action-items,Get Action Items,Get a list of all the action items generated from the conversation. See the doc [here](https://docs.symbl.ai/docs/conversation-api/action-items),false,true,true +symbl_ai-get-entities,Get Entities,"Get a list of the extracted entities (custom, location, person, date, number, organization, datetime, daterange etc.) from the conversation. See the doc [here](https://docs.symbl.ai/docs/conversation-api/entities/)",false,true,true +symbl_ai-post-video-url,Submit Video URL,Submit a Video file by providing the URL for processing. See the doc [here](https://docs.symbl.ai/docs/async-api/overview/video/post-video-url).,false,true,false +symbl_ai-post-video-summary-ui,Submit Video Summary User Interface,"The Video Summary UI provides users the ability to interact with the Symbl elements (Transcripts, Questions, Follow-Ups, Action Items, etc.) from a video conversation. See the doc [here](https://docs.symbl.ai/docs/api-reference/experience-api/post-video-summary-ui)",false,true,false +symbl_ai-post-audio-url,Submit Audio URL,Submit an Audio file by providing the URL for processing. See the doc [here](https://docs.symbl.ai/docs/async-api/overview/audio/post-audio-url).,false,true,false +symbl_ai-put-conversation,Update Conversation,Update an existing Conversation object with metadata information. See the doc [here](https://docs.symbl.ai/docs/conversation-api/put-all-conversations/).,true,true,false +symbl_ai-get-speech-to-text,Get Speech to Text,Get a list of all the messages in a conversation. See the doc [here](https://docs.symbl.ai/docs/conversation-api/messages),false,true,true +symbl_ai-delete-conversation,Delete Conversation,"Permanently deletes the conversation and all related entities such as messages, insights, topics, etc. See the doc [here](https://docs.symbl.ai/docs/conversation-api/delete-conversation/).",true,true,false +symbl_ai-put-speaker-events,Update Speaker Events,Update the Speaker Events of the Conversation. See the doc [here](https://docs.symbl.ai/docs/conversation-api/speaker-events/).,true,true,false +symbl_ai-get-trackers,Get Trackers,Get a list of the detected trackers in the conversation. See the doc [here](https://docs.symbl.ai/docs/conversation-api/trackers/).,false,true,true +symbl_ai-post-formatted-transcript,Create Formatted Transcript,Create formatted transcript from the Conversation. See the doc [here](https://docs.symbl.ai/docs/conversation-api/transcript/).,false,true,false +symbl_ai-put-member,Update Member,Update an existing Conversation Member object. See the doc [here](https://docs.symbl.ai/docs/conversation-api/update-members/).,true,true,false +symbl_ai-get-conversation,Get Conversation,"Get the conversation metadata (meeting name, member(s) name, member(s) email, start and end time, meeting type and meeting Id). See the doc [here](https://docs.symbl.ai/docs/conversation-api/conversation-data/)",true,true,false +symbl_ai-get-conversations,Get Conversations,Get a list of all conversations. See the doc [here](https://docs.symbl.ai/docs/conversation-api/all-conversations/),false,true,true +microsoft_365_people-create-contact,Create Contact,Create a new contact in Microsoft 365 People. [See the documentation](https://learn.microsoft.com/en-us/graph/api/user-post-contacts?view=graph-rest-1.0&tabs=http),false,true,false +microsoft_365_people-update-contact,Update Contact,Updates an existing contact in Microsoft 365 People. [See the documentation](https://learn.microsoft.com/en-us/graph/api/contact-update?view=graph-rest-1.0&tabs=http),true,true,false +microsoft_365_people-create-contact-folder,Create Contact Folder,Create a new contact folder in Microsoft 365 People. [See the documentation](https://learn.microsoft.com/en-us/graph/api/user-post-contactfolders?view=graph-rest-1.0&tabs=http),false,true,false +tettra-create-page,Create Page,Creates a new page in Tettra. [See the documentation](https://support.tettra.co/api-overview/api-endpoint-create-page),false,true,false +tettra-suggest-page,Suggest Page,Creates a new page suggestion in Tettra. [See the documentation](https://support.tettra.co/api-overview/api-endpoint-suggest-a-new-page),false,true,false +toggl-update-project,Update Project,Updates an existing project in Toggl. [See the documentation](https://engineering.toggl.com/docs/api/projects#put-workspaceproject),true,true,false +toggl-get-current-time-entry,Get Current Time Entry,Get the time entry that is running now. [See docs here]https://developers.track.toggl.com/docs/api/time_entries#get-get-current-time-entry),false,true,true +toggl-update-client,Update Client,Updates an existing client in Toggl. [See the documentation](https://engineering.toggl.com/docs/api/clients#put-change-client),true,true,false +toggl-create-client,Create Client,Create a new client in Toggl. [See the documentation](https://engineering.toggl.com/docs/api/clients#post-create-client),false,true,false +toggl-get-time-entries,Get Time Entries,Get the last thousand time entries. [See docs here](https://developers.track.toggl.com/docs/api/time_entries#get-timeentries),false,true,true +toggl-get-time-entry,Get Time Entry,Get details about a specific time entry. [See docs here](https://developers.track.toggl.com/docs/api/time_entries),false,true,true +toggl-create-project,Create Project,Create a new project in Toggl. [See the documentation](https://engineering.toggl.com/docs/api/projects#post-workspaceprojects),false,true,false +usersketch-create-event,Create Event,Create an event. [See the documentation](https://usersketch.readme.io/reference/post_api-customer-event-create),false,true,false +usersketch-create-user,Create User,Create an user. [See the documentation](https://usersketch.readme.io/reference/post_api-customer-create),false,true,false +coda-update-row,Update a Row,Updates the specified row in the table. [See docs](https://coda.io/developers/apis/v1#operation/updateRow),true,true,false +coda-list-columns,List Columns,Lists columns in a table. [See docs](https://coda.io/developers/apis/v1#operation/listColumns),false,true,true +coda-get-row,Get Row,Fetch a single row by name or ID. [See docs](https://coda.io/developers/apis/v1#tag/Rows/operation/getRow),false,true,true +coda-list-docs,List Docs,"Returns a list of docs accessible by the user. These are returned in the same order as on the docs page: reverse chronological by the latest event relevant to the user (last viewed, edited, or shared). [See docs](https://coda.io/developers/apis/v1#operation/listDocs)",false,true,false +coda-create-doc,Create Doc,Creates a new doc. [See docs](https://coda.io/developers/apis/v1#operation/createDoc),false,true,false +coda-upsert-rows,Upsert Rows,"Creates a new row or updates existing rows if any upsert key columns are provided. When upserting, if multiple rows match the specified key column(s), they will all be updated with the specified value. [See docs](https://coda.io/developers/apis/v1#operation/upsertRows)",true,true,false +coda-find-row,Find Row,Searches for a row in the selected table using a column match search. [See docs](https://coda.io/developers/apis/v1#operation/listRows),false,true,true +coda-list-tables,List Tables,Lists tables in a doc. [See docs](https://coda.io/developers/apis/v1#operation/listTables),false,true,true +coda-create-rows,Create Rows,Insert a row in a selected table. [See docs](https://coda.io/developers/apis/v1#operation/upsertRows),true,true,false +coda-list-formulas,List Formulas,Lists formulas in a doc. [See docs](https://coda.io/developers/apis/v1#tag/Formulas/operation/listFormulas),false,true,true +coda-delete-row,Delete Row,Delete a single row by name or ID. [See docs](https://coda.io/developers/apis/v1#tag/Rows/operation/deleteRow),true,true,false +coda-copy-doc,Copy Doc,Creates a copy of the specified doc. [See docs](https://coda.io/developers/apis/v1#operation/createDoc),false,true,false +shipstation-create-order,Create Order,Create a new order. [See docs here](https://www.shipstation.com/docs/api/orders/create-update-order),true,true,false +domain_group-create-commercial-listing,Create Commercial Listing,Creates a new commercial listing. [See the documentation](https://developer.domain.com.au/docs/latest/apis/pkg_listing_management/references/listings_upsertcommerciallisting/).,true,true,false +domain_group-create-business-listing,Create Business Listing,Creates a new business listing. [See the documentation](https://developer.domain.com.au/docs/latest/apis/pkg_listing_management/references/listings_upsertbusinesslisting/).,true,true,false +domain_group-create-residential-listing,Create Residential Listing,Creates a new residential listing. [See the documentation](https://developer.domain.com.au/docs/latest/apis/pkg_listing_management/references/listings_upsertresidentiallisting/),true,true,false +fal_ai-cancel-request,Cancel Request,Cancels a request in the queue. This allows you to stop a long-running task if it,true,true,false +fal_ai-add-request-to-queue,Add Request to Queue,"Adds a request to the queue for asynchronous processing, including specifying a webhook URL for receiving updates. [See the documentation](https://fal.ai/docs/model-endpoints/queue#queue-endpoints).",true,true,false +fal_ai-get-request-status,Get Request Status,Gets the status of a request in the queue. This allows you to monitor the progress of your asynchronous tasks. [See the documentation](https://fal.ai/docs/model-endpoints/queue#queue-endpoints).,false,true,true +fal_ai-get-request-response,Get Request Response,Gets the response of a completed request in the queue. This retrieves the results of your asynchronous task. [See the documentation](https://fal.ai/docs/model-endpoints/queue#queue-endpoints).,false,true,true +cinc-get-lead,Get Lead,Retrieves a lead by ID in CINC. [See the documentation](https://public.cincapi.com/v2/docs/#get-site-leads-lead_id-2),false,true,true +cinc-create-lead,Create New Lead,This component creates a new lead in Cinc. [See the documentation](https://public.cincapi.com/v2/docs/#post-site-leads),false,true,false +flexisign-send-document-using-template,Send Document Using Template,Sends a signature request to the specified recipients for a document generated from a template. [See the documentation](https://flexisign.io/app/integrations/flexisignapi),false,true,false +rewiser-create-transaction,Create Transaction,Create a financial transaction in Rewiser. [See the documentation](https://rewiser.io/api),false,true,false +zoho_notebook-create-notebook,Create Notebook,Creates a new notebook.,false,true,false +zoho_notebook-list-notebooks,List Notebooks,Retrieve a list of all notebooks created by the user.,false,true,true +insites-analyze-business,Analyze Business,Fetch a report from Insites based on the provided business details. [See the documentation](https://help.insites.com/en/articles/7994946-report-api#h_83076c4431),false,true,false +sevdesk-cancel-invoice,Cancel Invoice,Cancels an existing invoice in sevDesk. [See the documentation](https://api.sevdesk.de/#tag/Invoice/operation/cancelInvoice),true,true,false +sevdesk-get-invoice,Get Invoice,Find and retrieve a single invoice by its ID. [See the documentation](https://api.sevdesk.de/#tag/Invoice/operation/getInvoiceById),false,true,true +sevdesk-create-contact,Create Contact,Create a new contact. [See the documentation](https://api.sevdesk.de/#tag/Contact/operation/createContact),false,true,false +sevdesk-create-invoice,Create Invoice,"Creates a new invoice with optional details like invoice date, due date, discount amount, and invoice items. [See the documentation](https://api.sevdesk.de/)",false,true,false +sevdesk-get-invoices,Get Invoices,"Retrieve invoices with optional filtering by status, invoice number, date range, and contact. [See the documentation](https://api.sevdesk.de/#tag/Invoice/operation/getInvoices)",false,true,true +sevdesk-send-invoice-email,Send Invoice Email,Sends an invoice via email. [See the documentation](https://api.sevdesk.de/#tag/Invoice/operation/sendInvoiceViaEMail),false,true,false +apify-scrape-single-url,Scrape Single URL,Executes a scraper on a specific website and returns its content as HTML. This action is perfect for extracting content from a single page. [See the documentation](https://docs.apify.com/sdk/js/docs/examples/crawl-single-url),false,true,false +apify-get-dataset-items,Get Dataset Items,Returns data stored in a dataset. [See the documentation](https://docs.apify.com/api/v2/dataset-items-get),false,true,true +apify-set-key-value-store-record,Set Key-Value Store Record,"Create or update a record in an Apify Key-Value Store. Supports strings, numbers, booleans, null, arrays, and objects. Automatically infers content type (JSON vs. plain text).",true,true,false +apify-run-actor,Run Actor,Performs an execution of a selected Actor in Apify. [See the documentation](https://docs.apify.com/api/v2#/reference/actors/run-collection/run-actor),false,true,false +apify-run-task-synchronously,Run Task Synchronously,Run a specific task and return its dataset items. [See the documentation](https://docs.apify.com/api/v2/actor-task-run-sync-get-dataset-items-get),true,true,false +aircall-get-call,Get Call,Retrieves details about a call. [See the docs here](https://developer.aircall.io/api-references/#retrieve-a-call),false,true,true +aircall-create-contact,Create Contact,Create a contact in Aircall. [See the documentation](https://developer.aircall.io/api-references/#create-a-contact),false,true,false +aircall-update-contact,Update Contact,Update a contact in Aircall. [See the documentation](https://developer.aircall.io/api-references/#update-a-contact),true,true,false +ringcentral-send-sms,Send SMS,Creates and sends a new text message. See the API docs [here](https://developers.ringcentral.com/api-reference/SMS/createSMSMessage),false,true,false +ringcentral-create-contact,Create Contact,Creates a user personal contact. [See the documentation](https://developers.ringcentral.com/api-reference/External-Contacts/createContact),false,true,false +ringcentral-download-recording,Download Recording,Gets a recording and downloads it to the /tmp directory. [See the documentation](https://developers.ringcentral.com/api-reference/Call-Recordings/readCallRecordingContent),false,true,true +ringcentral-get-message,Get Message,Get message from the Message Store. See the API docs [here](https://developers.ringcentral.com/api-reference/Message-Store/readMessage),false,true,false +ringcentral-make-callout,Make CallOut,Creates a new outbound call out session. See the API docs [here](https://developers.ringcentral.com/api-reference/Call-Control/createCallOutCallSession),false,true,false +ringcentral-create-meeting,Create Meeting,Creates a new meeting. See the API docs [here](https://developers.ringcentral.com/api-reference/Meeting-Management/createMeeting).,false,true,false +ninjaone-create-ticket,Create Support Ticket,Creates a new support ticket in NinjaOne. [See the documentation](https://app.ninjarmm.com/apidocs/?links.active=core#/ticketing/create),false,true,false +ninjaone-update-device,Update Device,Update details for a specific device in NinjaOne. [See the documentation](https://app.ninjarmm.com/apidocs/?links.active=core),true,true,false +curated-create-link,Create Link,Creates a link. [See docs here](https://support.curated.co/help/managing-links-with-the-api#h_9993192972131638320427148),false,true,false +snipe_it-create-user,Create User,Creates a new user in Snipe-IT with profile information required for asset or license assignments. [See the documentation](https://snipe-it.readme.io/reference/users-2),true,true,false +snipe_it-get-hardware,Get Hardware Asset,Retrieves details of a specific hardware asset by ID. [See the documentation](https://snipe-it.readme.io/reference/hardware-by-id),false,true,true +snipe_it-update-hardware,Update Hardware Asset,Partially updates information about an existing hardware asset. [See the documentation](https://snipe-it.readme.io/reference/hardware-partial-update),true,true,false +snipe_it-get-user-assets,Get User Assets,Retrieves all assets currently assigned to a specific user. Useful for audits and inventory reviews. [See the documentation](https://snipe-it.readme.io/reference/usersidassets),false,true,true +snipe_it-get-license,Get License,"Retrieves license details including seat count, expiration, and current usage metrics. Note: The response returns ",false,true,true +snipe_it-create-hardware,Create Hardware Asset,Creates a new hardware asset in Snipe-IT. [See the documentation](https://snipe-it.readme.io/reference/hardware-create),false,true,false +endorsal-create-testimonial,Create Testimonial,Creates a new testimonial. [See the documentation](https://developers.endorsal.io/docs/endorsal/b3a6mtcynteyoq-create-a-testimonial),false,true,false +endorsal-create-contact,Create Contact,Creates a new contact for requesting testimonials. [See the documentation](https://developers.endorsal.io/docs/endorsal/b3a6mtczmzu5na-create-a-new-contact),false,true,false +endorsal-list-testimonials,List Testimonials,Retrieves a list of testimonials received. [See the documentation](https://developers.endorsal.io/docs/endorsal/b3a6mtcynteyoa-retrieve-all-testimonials),false,true,true +rentman-find-item,Find Item,Searches for an item in the system using the item type as the filtering criteria. [See the documentation](https://api.rentman.net/),false,true,true +rentman-create-item,Create Item,Creates a new item based on the specified type. [See the documentation](https://api.rentman.net),false,true,false +rentman-update-item,Update Rentman Item,Updates the details of an existing item based on its type. [See the documentation](https://api.rentman.net),true,true,false +joomla-update-article,Update Article,Update an article. See the docs [here](https://docs.joomla.org/J4.x:Joomla_Core_APIs#Update_Article),true,true,false +joomla-create-article,Create Article,Create an article. See the docs [here](https://docs.joomla.org/J4.x:Joomla_Core_APIs#Create_Article),false,true,false +better_stack-create-incident,Create Incident,Initiates an incident that signals the team. [See the documentation](https://betterstack.com/docs/uptime/api/create-a-new-incident/),false,true,false +better_stack-acknowledge-incident,Acknowledge Incident,"Acknowledges an incident, marking it as acknowledged in Better Stack. [See the documentation](https://betterstack.com/docs/uptime/api/acknowledge-an-ongoing-incident/)",false,true,false +better_stack-resolve-incident,Resolve Incident,Brings a closure to an incident by resolving it with optional resolution details. [See the documentation](https://betterstack.com/docs/uptime/api/resolve-an-ongoing-incident/),false,true,false +profitwell-churn-subscription,Churn Subscription,Churn a subscription [See docs here](https://profitwellapiv2.docs.apiary.io/#/reference/manually-added-customers/updating-subscriptions/churn-a-subscription),false,true,false +profitwell-create-subscription,Create Subscription,Create a subscription [See docs here](https://profitwellapiv2.docs.apiary.io/#/reference/manually-added-customers/creating-subscriptions/create-a-subscription),false,true,false +profitwell-update-subscription,Update Subscription,Upgrade/downgrade a subscription [See docs here](https://profitwellapiv2.docs.apiary.io/#/reference/manually-added-customers/updating-subscriptions/upgrade-downgrade-a-subscription),true,true,false +profitwell-get-customer-info,Get Customer Info,Get data for a customer [See docs here](https://profitwellapiv2.docs.apiary.io/#/reference/customers/retrieving-a-customer-by-id),false,true,true +zip_archive_api-compress-files,Compress Files,Compress files provided through URLs into a zip folder. [See the documentation](https://archiveapi.com/rest-api/file-compression/),true,true,false +_2chat-check-phone-number-whatsapp,Check Phone Number for WhatsApp,Checks if a given phone number has a WhatsApp account. [See the documentation](https://developers.2chat.co/docs/API/WhatsApp/check-number),false,true,true +_2chat-create-contact,Create Contact,Creates a new contact in 2Chat. [See the documentation](https://developers.2chat.co/docs/API/Contacts/create-contact),false,true,false +_2chat-send-whatsapp-text-message,Send Whatsapp Text Message,Sends a text message to a designated whatsapp-enabled phone number. [See the documentation](https://developers.2chat.co/docs/API/WhatsApp/send-message),true,true,false +onepagecrm-update-deal,Update Deal,Updates an existing deal,true,true,false +onepagecrm-create-contact,Create Contact,Creates a new contact in OnePageCRM. [See the documentation](https://developer.onepagecrm.com/api/#/Contacts/post_contacts),false,true,false +onepagecrm-delete-contact,Delete Contact,Deletes an existing contact from OnePageCRM. [See the documentation](https://developer.onepagecrm.com/api/#/Contacts/delete_contacts__contact_id_),true,true,false +big_data_cloud-get-time-zone-by-location,Get Time Zone by Location,Retrieve time zone data for a specified location. [See the documentation](https://www.bigdatacloud.com/docs/api/timezone-by-location-api),false,true,true +big_data_cloud-perform-ip-geolocation,Perform IP Geolocation,Obtain a user,false,true,false +big_data_cloud-reverse-geocode,Reverse Geocode,Convert a user,false,true,true +aweber-add-subscriber,Add Subscriber,Add subscribers to the specified account and list. [See the docs here](https://api.aweber.com/#tag/Subscribers/paths/~1accounts~1{accountId}~1lists~1{listId}~1subscribers/post).,false,true,false +aweber-get-accounts,Get Accounts,Get a paginated collection of accounts. [See the docs here](https://api.aweber.com/#tag/Accounts/paths/~1accounts/get).,false,true,true +aweber-create-or-update-subscriber,Create Or Update Subscriber,Create subscriber if the subscriber email is not existing or update the information for the specified subscriber by email. [See the docs here](https://api.aweber.com/#tag/Subscribers/paths/~1accounts~1{accountId}~1lists~1{listId}~1subscribers/patch).,true,true,false +aweber-get-lists,Get Lists,Get a paginated collection of subscriber lists. [See the docs here](https://api.aweber.com/#tag/Lists/paths/~1accounts~1{accountId}~1lists/get).,false,true,true +aweber-get-subscribers,Get Subscribers,Get a paginated collection of subscribers under the specified account and list. [See the docs here](https://api.aweber.com/#tag/Subscribers/paths/~1accounts~1{accountId}~1lists~1{listId}~1subscribers/get).,false,true,true +aweber-update-subscriber,Update Subscriber,Update the information for the specified subscriber by email. [See the docs here](https://api.aweber.com/#tag/Subscribers/paths/~1accounts~1{accountId}~1lists~1{listId}~1subscribers/patch).,true,true,false +gmail-add-label-to-email,Add Label to Email,Add label(s) to an email message. [See the docs](https://developers.google.com/gmail/api/reference/rest/v1/users.messages/modify),true,true,false +gmail-find-email,Find Email,Find an email using Google,false,true,true +gmail-get-send-as-alias,Get Send As Alias,Get a send as alias for the authenticated user. [See the documentation](https://developers.google.com/workspace/gmail/api/reference/rest/v1/users.settings.sendAs/get),false,true,true +gmail-remove-label-from-email,Remove Label from Email,Remove label(s) from an email message. [See the docs](https://developers.google.com/gmail/api/reference/rest/v1/users.messages/modify),true,true,false +gmail-archive-email,Archive Email,Archive an email message. [See the documentation](https://developers.google.com/gmail/api/reference/rest/v1/users.messages/modify),true,true,false +gmail-update-org-signature,Update Signature for Email in Organization,,true,true,false +gmail-send-email,Send Email,Send an email from your Google Workspace email account. [See the documentation](https://developers.google.com/gmail/api/reference/rest/v1/users.messages/send),false,true,false +gmail-create-draft,Create Draft,Create a draft from your Google Workspace email account. [See the documentation](https://developers.google.com/gmail/api/reference/rest/v1/users.drafts/create),false,true,false +gmail-update-primary-signature,Update Signature for Primary Email Address,Update the signature for the primary email address. [See the documentation](https://developers.google.com/gmail/api/reference/rest/v1/users.settings.sendAs/update),true,true,false +gmail-download-attachment,Download Attachment,Download an attachment by attachmentId to the /tmp directory. [See the documentation](https://developers.google.com/gmail/api/reference/rest/v1/users.messages.attachments/get),false,true,true +gmail-create-label,Create Label,Create a new label in the connected account. [See the documentation](https://developers.google.com/workspace/gmail/api/reference/rest/v1/users.labels/create),false,true,false +gmail-approve-workflow,Approve Workflow,Suspend the workflow until approved by email. [See the documentation](https://pipedream.com/docs/code/nodejs/rerun#flowsuspend),false,true,false +gmail-delete-email,Delete Email,Moves the specified message to the trash. [See the documentation](https://developers.google.com/workspace/gmail/api/reference/rest/v1/users.messages/trash),true,true,false +gmail-list-send-as-aliases,List Send As Aliases,List all send as aliases for the authenticated user. [See the documentation](https://developers.google.com/workspace/gmail/api/reference/rest/v1/users.settings.sendAs/list),false,true,true +gmail-list-labels,List Labels,List all the existing labels in the connected account. [See the docs](https://developers.google.com/gmail/api/reference/rest/v1/users.labels/list),false,true,true +agile_crm-create-deal,Create Deal,Create a new deal in Agile CRM. [See the documentation](https://github.com/agilecrm/rest-api#33-create-deal),false,true,false +agile_crm-update-deal-note,Update Deal Note,Update a note attached to a deal. [See the documentation](https://github.com/agilecrm/rest-api#46-update-note-to-a-deal),true,true,false +agile_crm-update-company,Update Company,Updates an existing company in Agile CRM. [See the documentation](https://github.com/agilecrm/rest-api#22-updating-a-company),true,true,false +agile_crm-update-deal,Update Deal,Updates an existing deal in Agile CRM. [See the documentation](https://github.com/agilecrm/rest-api#34-update-deal-partial-update),true,true,false +agile_crm-create-deal-note,Create Deal Note,Adds a note to a deal. [See the documentation](https://github.com/agilecrm/rest-api#45-create-note-to-a-deal),false,true,false +agile_crm-add-score-to-contact,Add Score to Contact,Used to change the score of a contact. [See the documentation](https://github.com/agilecrm/rest-api#15-update-lead-score-by-id),true,true,false +agile_crm-create-contact,Create Contact,Create a new contact in Agile CRM. [See the documentation](https://github.com/agilecrm/rest-api#13-creating-a-contact),false,true,false +agile_crm-create-company,Create Company,Create a new company in Agile CRM. [See the documentation](https://github.com/agilecrm/rest-api#21-creating-a-company),false,true,false +agile_crm-create-contact-note,Create Contact Note,Adds a note to a contact. [See the documentation](https://github.com/agilecrm/rest-api#41-create-a-note-and-relate-that-to-contacts-),false,true,false +agile_crm-create-ticket,Create Ticket,Create a new ticket in Agile CRM. [See the documentation](https://github.com/agilecrm/rest-api#102-create-a-ticket),false,true,false +agile_crm-update-contact,Update Contact,Update an existing contact in Agile CRM. [See the documentation](https://github.com/agilecrm/rest-api#14-update-properties-of-a-contact-by-id-partial-update),true,true,false +agile_crm-create-task,Create Task,Create a new task in Agile CRM. [See the documentation](https://github.com/agilecrm/rest-api#54-create-a-task),false,true,false +agile_crm-add-tags-to-contact,Add Tags to Contact,Adds a tag or tags to an existing contact. [See the documentation](https://github.com/agilecrm/rest-api#17-update-tags-value-by-id),true,true,false +leadfeeder-find-lead,Find Lead,Retrieves a specific lead. [See the docs](https://docs.leadfeeder.com/api/#get-a-specific-lead).,false,true,true +email-send-email-to-self,Send Yourself an Email,Customize and send an email to the email address you registered with Pipedream. The email will be sent by notifications@pipedream.com.,false,true,false +saleslens-upload-conversation-transcription,Upload Conversation Transcription,Uploads a transcript of the conversation. [See the documentation](https://app.saleslens.io/api#tag/ConversationTranscription/operation/api_access_tokencall_transcriptionupload_post),false,true,false +saleslens-upload-conversation-recording,Upload Conversation Recording,Uploads a conversation recording. [See the documentation](https://app.saleslens.io/api#tag/ConversationRecord/operation/api_access_tokencall_recordupload_post),false,true,false +starshipit-get-tracking,Get Tracking Details,Retrieve tracking details using a tracking number or order number. [See the documentation](https://api-docs.starshipit.com/#a655a3b4-ea39-42c4-acb4-d868ad40dc47),false,true,true +starshipit-print-label,Print Shipping Label,Print a shipping label for a specific order. [See the documentation](https://api-docs.starshipit.com/#b6bc3576-a43f-4992-86d8-8fdf57f872f6),false,true,false +starshipit-create-order,Create Order,Create an outbound order in Starshipit. [See the documentation](https://api-docs.starshipit.com/#b90251d2-1d1c-47b1-ac07-eeeb21cade7b),false,true,false +slite-update-doc,Update Document,Modifies a Slite document. [See the documentation](https://developers.slite.com/reference/updatenote),true,true,false +slite-create-doc,Create Document,Creates a new document within a chosen parent document or private channel. [See the documentation](https://developers.slite.com/reference/createnote),false,true,false +slite-fetch-sub-docs,Fetch Sub-Documents,Fetches a certain number of sub-documents related to a parent document in Slite. [See the documentation](https://developers.slite.com/reference/getnotechildren),false,true,true +printavo-create-customer,Create Customer,Create a new customer. [See the docs here](https://printavo.docs.apiary.io/#reference/customers/customers-collection/customer-create),false,true,false +printavo-delete-customer,Delete Customer,Delete a customer. [See the docs here](https://printavo.docs.apiary.io/#reference/customers/customer/customer-delete),true,true,false +printavo-update-customer,Update Customer,Update a new customer. [See the docs here](https://printavo.docs.apiary.io/#reference/customers/customer/customer-update),true,true,false +printavo-search-customers,Search Customers,Search customers. [See the docs here](https://printavo.docs.apiary.io/#reference/customers/customers-collection/customers-search),false,true,true +simla_com-create-customer,Create Customer,Creates a new customer profile. [See the documentation](https://docs.simla.com/Developers/API/APIVersions/APIv5#post--api-v5-customers-create).,false,true,false +simla_com-create-order,Create Order,Creates a new order with customer and order details. [See the documentation](https://docs.simla.com/Developers/API/APIVersions/APIv5#post--api-v5-orders-create).,false,true,false +platerecognizer-run-recognition,Run Recognition,Triggers a recognition process using the Plate Recognizer SDK.,false,true,false +hyperise-create-personalised-short-link,Create Personalised Short Link,Creates a personalised short URL from provided inputs. [See the documentation](https://support.hyperise.com/en/api/Personalised-Short-Links-API),false,true,false +wesupply-import-order,Import Order,Orders can be pushed into the WeSupply platform via a JSON containing the order data. [See the docs here](https://documenter.getpostman.com/view/11859344/T17AiAYq#63058bb9-87f1-4fac-8d89-51bd37b194d9),false,true,false +relevance_ai-message-agent,Send Message to Agent,Sends a message directly to an agent in Relevance AI. This action doesn,false,true,false +relevance_ai-run-tool,Run Tool,Executes a specific tool within Relevance AI and waits for a response for up to 60 seconds. [See the documentation](https://relevanceai.com/docs/build-custom-tools/create-a-tool),false,true,false +cloudpress-export-from-connection,Export From Connection,Exports content from a connection in Cloudpress. [See the documentation](https://docs.usecloudpress.com/api-reference/endpoint/export/from-connection),false,true,false +cloudpress-export-collection,Export Collection,Exports all content in a collection in Cloudpress. [See the documentation](https://docs.usecloudpress.com/api-reference/endpoint/collections/export),false,true,false +dynalist-edit-document,Edit Document Title,Edits the title of a specific document in Dynalist. [See the documentation](https://apidocs.dynalist.io/),true,true,false +dynalist-insert-document-content,Insert Document Content,"Inserts content to a specific document. If the document has existing content, the new content will be appended. [See the documentation](https://apidocs.dynalist.io/)",false,true,false +dynalist-get-document-content,Get Document Content,Fetches the content of a specific document. [See the documentation](https://apidocs.dynalist.io/#get-content-of-a-document),false,true,true +weglot-translate-text,Translate Text,Translate text using Weglot. [See the documentation](https://developers.weglot.com/api/reference#translate),false,true,true +vapi-create-call,Create Call,Starts a new conversation with an assistant. [See the documentation](https://docs.vapi.ai/api-reference/calls/create),false,true,false +vapi-upload-file,Upload File,Uploads a new file. [See the documentation](https://docs.vapi.ai/api-reference),false,true,false +vapi-update-assistant-settings,Update Assistant Settings,Updates the configuration settings for a specific assistant. [See the documentation](https://docs.vapi.ai/api-reference/assistants/update),true,true,false +mailbluster-get-lead,Get Lead,Get a specific lead. [See the documentation](https://app.mailbluster.com/api-doc/leads/read),false,true,true +mailbluster-create-product,Create New Product,Create a new product. [See the documentation](https://app.mailbluster.com/api-doc/products),false,true,false +mailbluster-create-new-order,Create New Order,Create a new order. [See the documentation](https://app.mailbluster.com/api-doc/orders),false,true,false +mailbluster-create-lead,Create New Lead,Create a new lead. [See the documentation](https://app.mailbluster.com/api-doc/leads),false,true,false +mailbluster-get-product,Get Product,Get a specific product. [See the documentation](https://app.mailbluster.com/api-doc/products/read),false,true,true +hypeauditor-get-youtube-report,Get Youtube Report,Returns a report about the specified Youtube channel. [See the documentation](https://hypeauditor.readme.io/reference/report_youtube),false,true,true +hypeauditor-get-tiktok-report,Get Tiktok Report,Returns a report about the specified Tiktok channel. [See the documentation](https://hypeauditor.readme.io/reference/get_report_tiktok),false,true,true +hypeauditor-get-instagram-report,Get Instagram Report,Returns a report about the specified Instagram user. [See the documentation](https://hypeauditor.readme.io/reference/report_instagram#requests),false,true,true +hypeauditor-get-twitch-report,Get Twitch Report,Generates a Twitch report for a specified channel. [See the documentation](https://hypeauditor.readme.io/reference/report_twitch),false,true,true +clientary-create-estimate,Create Estimate,Creates a new estimate. [See docs here](https://www.clientary.com/api/estimates),false,true,false +clientary-create-expense,Create Expense,Creates a new expense. [See docs here](https://www.clientary.com/api/expenses),false,true,false +clientary-create-invoice,Create Invoice,Creates a new invoice. [See docs here](https://www.clientary.com/api/invoices),false,true,false +clientary-create-task,Create Task,Creates a new task. [See docs here](https://www.clientary.com/api/tasks),false,true,false +clientary-create-client,Create Client,Creates a new client. [See docs here](https://www.clientary.com/api/clients),false,true,false +helpspace-create-customer,Create Customer,Creates a new customer in Helpspace. [See the documentation](https://documentation.helpspace.com/api-customers),false,true,false +helpspace-update-customer,Update Customer,Updates a customer,true,true,false +helpspace-create-ticket,Create Ticket,Creates a new ticket in Helpspace. [See the documentation](https://documentation.helpspace.com/api-tickets),false,true,false +thinkific-update-user,Update User,Updates the information of a specific user on Thinkific. [See the documentation](https://developers.thinkific.com/api/api-documentation/#/Users/updateUserByID),true,true,false +thinkific-create-user,Create User,Creates a new user on Thinkific. [See the documentation](https://developers.thinkific.com/api/api-documentation/#/Users/createUser),false,true,false +thinkific-enroll-user,Enroll User,Creates a new Enrollment for specified student in specified course. [See the documentation](https://developers.thinkific.com/api/api-documentation/#/Enrollments/createEnrollment),false,true,false +pikaso-screenshot-tweet,Screenshot Tweet,With the Pikaso API you can automate creating screenshots from tweets. [See the docs](https://pikaso.me/api) for more information,false,true,false +taskade-create-task,Create Task,Creates a new task in Taskade. [See the documentation](https://developers.taskade.com/docs/api/tasks/create),false,true,false +vryno-create-unique-lead,Create Unique Lead,"Creates a unique lead in the Vryno system, ensuring no duplication of lead details. [See the documentation](https://vrynotest.ti2.in/docs/api-documentation/how-to-create-a-record-in-any-module-in-vryno-crm/)",false,true,false +slicktext-create-contact,Create Contact,Add a new contact to your messaging list. [See the documentation](https://api.slicktext.com/docs/v1/contacts),false,true,false +slicktext-edit-contact,Edit Contact,Updates personal details of an existing contact. [See the documentation](https://api.slicktext.com/docs/v1/contacts#6),true,true,false +slicktext-add-contact-to-lists,Add Contact To Lists,Add a contact to lists. [See the documentation](https://api.slicktext.com/docs/v2/lists#scroll-to-add-contacts-to-lists),false,true,false +dexatel-send-single-sms,Send Single SMS,Sends a single SMS to a specified recipient. [See the documentation](https://dexatel.com/developers/messages-add),false,true,false +dexatel-create-contact,Create Contact,Allows creation of a new contact on the user,false,true,false +dexatel-send-bulk-sms,Send Bulk SMS,Facilitates sending of SMS messages in bulk to specified phone numbers. [See the documentation](https://dexatel.com/developers/messages-add/),false,true,false +knack-update-record,Update Record,Update a Record for a Knack object [(See docs here)](https://docs.knack.com/docs/object-based-put),true,true,false +knack-delete-record,Delete Record,Delete a Record for a Knack object [(See docs here)](https://docs.knack.com/docs/object-based-delete),true,true,false +knack-create-record,Create Record,Create a Record for a Knack object [(See docs here)](https://docs.knack.com/docs/object-based-post),false,true,false +knack-get-record,Get Record(s),Get one or more Records for a Knack object [(See docs here)](https://docs.knack.com/docs/retrieving-records),false,true,true +wordpress_com-upload-media,Upload Media,Uploads a media file from a URL to the specified WordPress.com site. [See the documentation](https://developer.wordpress.com/docs/api/1.1/post/sites/%24site/media/new/),false,true,false +wordpress_com-create-post,Create New Post,Creates a new post on a WordPress.com site. [See the documentation](https://developer.wordpress.com/docs/api/1.1/post/sites/%24site/posts/new/),false,true,false +wordpress_com-delete-post,Delete Post,Deletes a post. [See the documentation](https://developer.wordpress.com/docs/api/1.1/post/sites/%24site/posts/%24post_ID/delete/),true,true,false +uplead-get-company-by-domain,Get Company By Domain,Get a company by domain. [See the documentation](https://docs.uplead.com/#company-api),false,true,true +uplead-get-contact-by-email,Get Contact By Email,Get a contact by email. [See the documentation](https://docs.uplead.com/#person-api),false,true,true +confection-get-uuid-details,Get Full Details of UUID,This action will retrieve the full details of a specified UUID.,false,true,true +confection-get-related-uuids,Get Related UUIDs,This action will retrieve all UUIDs that have a likeness score of at least 50 (default) with the provided UUID. The likeness score can be customized in configuration.,false,true,true +coinmarketcap-get-cryptocurrency-metadata,Get Cryptocurrency Metadata,Returns all static metadata available for one or more cryptocurrencies. [See the documentation](https://coinmarketcap.com/api/documentation/v1/#operation/getV2CryptocurrencyInfo),false,true,true +coinmarketcap-latest-quotes,Get Latest Quotes,Returns the latest market quote for 1 or more cryptocurrencies. Use the \,false,true,true +coinmarketcap-latest-listings,Get Latest Listings,Returns a paginated list of all active cryptocurrencies with latest market data. [See the documentation](https://coinmarketcap.com/api/documentation/v1/#operation/getV1CryptocurrencyListingsLatest),false,true,true +coinmarketcap-id-map,Get ID Map (V1),Returns a mapping of all cryptocurrencies to unique CoinMarketCap ids. [See the documentation](https://coinmarketcap.com/api/documentation/v1/#operation/getV1CryptocurrencyMap),false,true,true +facebook_marketing-add-email-to-custom-audience,Add Email to Custom Audience,Adds an email address to a custom audience segment within Facebook. [See the documentation](https://developers.facebook.com/docs/marketing-api/reference/custom-audience/users/#Updating),false,true,false +facebook_marketing-create-custom-audience,Create Custom Audience,Creates a new custom audience in Facebook. [See the documentation](https://developers.facebook.com/docs/marketing-api/audiences/guides/custom-audiences/#build),false,true,false +azure_ai_vision-extract-text-from-image,Extract Text from Image,Extracts text from the provided image using Azure AI Vision OCR. [See the documentation](https://centraluseuap.dev.cognitive.microsoft.com/docs/services/unified-vision-apis-public-preview-2023-02-01-preview/operations/61d65934cd35050c20f73ab6),false,true,true +resend-retrieve-email,Retrieve Email,Retrieve a single email [See the documentation](https://resend.com/docs/api-reference/emails/retrieve-email),false,true,true +resend-send-email,Send Email,Send an email [See the documentation](https://resend.com/docs/api-reference/emails/send-email),false,true,false +uploadcare-upload-file,Upload File,Upload a file. [See docs here](https://uploadcare.com/api-refs/upload-api/#operation/fromURLUpload),false,true,false +codemagic-add-application,Create Application,Creates a new application codemagic. [See the documentation](https://docs.codemagic.io/rest-api/applications/#add-a-new-application),false,true,false +codemagic-list-application,List Applications,List applications in codemagic. [See the documentation](https://docs.codemagic.io/rest-api/applications/#retrieve-all-applications),false,true,true +codemagic-create-variable,Create Variable,Create a variable in the specified workflow. [See the documentation](https://docs.codemagic.io/rest-api/applications/#add-new-variable),false,true,false +expofp-update-exhibitor,Update Exhibitor,Updates an exhibitor. [See the documentation](https://expofp.docs.apiary.io/#reference/0/update-exhibitor/update-exhibitor),true,true,false +expofp-add-exhibitor-booth,Add Exhibitor Booth,Adds an exhibitor booth. [See the documentation](https://expofp.docs.apiary.io/#reference/0/add-exhibitor-booth/add-exhibitor-booth),false,true,false +expofp-update-booth,Update Booth,Updates a booth. [See the documentation](https://expofp.docs.apiary.io/#reference/0/update-booth/update-booth),true,true,false +expofp-get-exhibitor,Get Exhibitor,Get details of an exhibitor. [See the documentation](https://expofp.docs.apiary.io/#reference/0/get-exhibitor-details/get-exhibitor-details),false,true,true +expofp-add-exhibitor,Add Exhibitor,Adds an exhibitor. [See the documentation](https://expofp.docs.apiary.io/#reference/0/add-exhibitor/add-exhibitor),false,true,false +expofp-list-all-events,List All Events,List all events. [See the documentation](https://expofp.docs.apiary.io/#reference/0/list-all-events/list-all-events),false,true,true +expofp-get-booth,Get Booth,Get details of a booth. [See the documentation](https://expofp.docs.apiary.io/#reference/0/get-booth-details/get-booth-details),false,true,true +callpage-create-sms,Create SMS,Creates a new SMS in CallPage. [See the documentation](https://callpage.github.io/documentation-rest/),false,true,false +morningmate-create-notification,Create Notification,Sends a notification message to the user. [See the documentation](https://api.morningmate.com/docs/api/bots#createBotNotification-metadata),false,true,false +morningmate-create-task,Create Task,Creates a new task on a specific project. [See the documentation](https://api.morningmate.com/docs/api/posts#createTask-metadata),false,true,false +morningmate-create-schedule,Create Schedule,Creates a new schedule for a specific project. [See the documentation](https://api.morningmate.com/docs/api/posts#createSchedule-metadata),false,true,false +genderize-get-gender-from-name,Get Gender From Name,Check the statistical probability of a name being male or female. [See the documentation](https://genderize.io/documentation#basic-usage),false,true,true +ragic-update-record,Update Record,,true,true,false +ragic-create-record,Create Record,,false,true,false +honeybadger-get-projects,Get projects,Get a project list,false,true,true +skyvern-get-workflow,Get Workflow Run Details,Retrieve details of runs of a specific Skyvern workflow. Useful for checking the status and result of a run. [See the documentation](https://docs.skyvern.com/workflows/getting-workflows),false,true,true +skyvern-create-run-task,Create and Run Task,Create a new task and run it instantly in Skyvern. Useful for one-off automations. [See the documentation](https://docs.skyvern.com/),false,true,false +skyvern-run-workflow,Run Workflow,"Trigger a predefined workflow in Skyvern, allowing the execution of complex routines from Pipedream. [See the documentation](https://docs.skyvern.com/workflows/running-workflows)",false,true,false +ambivo-get-leads,Get Leads,Retrieves a list of leads in Ambivo. [See the documentation](https://fapi.ambivo.com/docs#/CRM%20Service%20Calls/get_leads_created_crm_leads_created_get),false,true,true +ambivo-get-contacts,Get Contacts,Retrieves a list of contacts in Ambivo. [See the documentation](https://fapi.ambivo.com/docs#/CRM%20Service%20Calls/get_contacts_created_crm_contacts_created_get),false,true,true +amazon_alexa-get-simulation-results,Get Simulation Results,Get the results of the specified simulation for an Alexa skill. [See the documentation](https://developer.amazon.com/en-us/docs/alexa/smapi/skill-simulation-api.html),false,true,true +amazon_alexa-simulate-skill,Simulate Alexa Skill,Simulate a dialog from an Alexa-enabled device and receive the skill response for the specified example utterance. [See the documentation](https://developer.amazon.com/en-us/docs/alexa/smapi/skill-simulation-api.html),true,true,false +egnyte-create-folder,Create Folder,Creates a new folder in your Egnyte workspace. [See the documentation](https://developers.egnyte.com/docs/File_System_Management_API_Documentation#Create-a-Folder),false,true,false +egnyte-upload-file,Upload File,Uploads a file to a specified folder in Egnyte. [See the documentation](https://developers.egnyte.com/docs/File_System_Management_API_Documentation#Upload-a-File),false,true,false +gozen_growth-create-or-update-contact,Create Or Update Contact,Create or update a contact a on Gozen Growth. [See the documentation](https://docs.gozen.io/docs/automation/how-to-use-webhook-trigger),true,true,false +openai-retrieve-file-content,Retrieve File Content,Retrieves the contents of the specified file. [See the documentation](https://platform.openai.com/docs/api-reference/files/retrieve-content),false,true,true +openai-retrieve-vector-store,Retrieve Vector Store,Retrieve a vector store. [See the documentation](https://platform.openai.com/docs/api-reference/vector-stores/retrieve),false,true,true +openai-create-batch,Create Batch,Creates and executes a batch from an uploaded file of requests. [See the documentation](https://platform.openai.com/docs/api-reference/batch/create),false,true,false +openai-chat-using-web-search,Chat using Web Search,Chat using the web search tool. [See the documentation](https://platform.openai.com/docs/guides/tools-web-search),false,true,true +openai-cancel-run,Cancel Run (Assistants),Cancels a run that is in progress. [See the documentation](https://platform.openai.com/docs/api-reference/runs/cancelRun),true,true,false +openai-list-vector-stores,List Vector Stores,Returns a list of vector stores. [See the documentation](https://platform.openai.com/docs/api-reference/vector-stores/list),false,true,true +openai-chat-with-assistant,Chat with Assistant,"Sends a message and generates a response, storing the message history for a continuous conversation. [See the documentation](https://platform.openai.com/docs/api-reference/runs/createThreadAndRun)",false,true,false +openai-chat,Chat,"The Chat API, using the `gpt-3.5-turbo` or `gpt-4` model. [See the documentation](https://platform.openai.com/docs/api-reference/chat)",false,true,false +openai-analyze-image-content,Analyze Image Content,Send a message or question about an image and receive a response. [See the documentation](https://platform.openai.com/docs/api-reference/runs/createThreadAndRun),false,true,false +openai-convert-text-to-speech,Convert Text to Speech (TTS),Generates audio from the input text. [See the documentation](https://platform.openai.com/docs/api-reference/audio/createSpeech),false,true,false +openai-create-embeddings,Create Embeddings,Get a vector representation of a given input that can be easily consumed by machine learning models and algorithms. [See the documentation](https://platform.openai.com/docs/api-reference/embeddings),false,true,true +openai-retrieve-vector-store-file,Retrieve Vector Store File,Retrieve a vector store file. [See the documentation](https://platform.openai.com/docs/api-reference/vector-stores-files/getFile),false,true,true +openai-chat-with-responses-api,Chat With Responses API,"Send a chat via the Responses API, mixing built-in tools and MCP server tools. [See the documentation](https://platform.openai.com/docs/guides/tools?api-mode=responses).",false,true,false +openai-send-prompt,Create Completion (Send Prompt),"OpenAI recommends using the **Chat** action for the latest `gpt-3.5-turbo` API, since it",false,true,false +openai-translate-text,Translate Text (Whisper),Translate text from one language to another using the Chat API. [See the documentation](https://platform.openai.com/docs/api-reference/chat),false,true,true +openai-delete-vector-store-file,Delete Vector Store File,Deletes a vector store file. [See the documentation](https://platform.openai.com/docs/api-reference/vector-stores-files/deleteFile),true,true,false +openai-chat-using-functions,Chat using Functions,"Chat with your models and allow them to invoke functions. Optionally, you can build and invoke workflows as functions. [See the documentation](https://platform.openai.com/docs/guides/function-calling)",false,true,false +openai-summarize,Summarize Text,Summarizes text using the Chat API. [See the documentation](https://platform.openai.com/docs/api-reference/chat),false,true,true +openai-retrieve-run-step,Retrieve Run Step (Assistants),Retrieve a specific run step in a thread. [See the documentation](https://platform.openai.com/docs/api-reference/runs/getRunStep),false,true,true +openai-submit-tool-outputs-to-run,Submit Tool Outputs to Run (Assistants),Submits tool outputs to a run that requires action. [See the documentation](https://platform.openai.com/docs/api-reference/runs/submitToolOutputs),false,true,false +openai-list-messages,List Messages (Assistants),Lists the messages for a given thread. [See the documentation](https://platform.openai.com/docs/api-reference/messages/listMessages),false,true,true +openai-delete-vector-store,Delete Vector Store,Delete a vector store. [See the documentation](https://platform.openai.com/docs/api-reference/vector-stores/delete),true,true,false +openai-retrieve-run,Retrieve Run (Assistants),Retrieves a specific run within a thread. [See the documentation](https://platform.openai.com/docs/api-reference/runs/getRun),false,true,true +openai-list-files,List Files,Returns a list of files that belong to the user,false,true,true +openai-create-fine-tuning-job,Create Fine Tuning Job,Creates a job that fine-tunes a specified model from a given dataset. [See the documentation](https://platform.openai.com/docs/api-reference/fine-tuning/create),false,true,false +openai-list-vector-store-files,List Vector Store Files,Returns a list of vector store file. [See the documentation](https://platform.openai.com/docs/api-reference/vector-stores-files/listFiles),false,true,true +openai-create-transcription,Create Transcription,Transcribes audio into the input language. [See the documentation](https://platform.openai.com/docs/api-reference/audio/createTranscription),false,true,false +openai-retrieve-file,Retrieve File,Retrieves a specific file from OpenAI. [See the documentation](https://platform.openai.com/docs/api-reference/files/retrieve),false,true,true +openai-upload-file,Upload File,Upload a file that can be used across various endpoints/features. The size of individual files can be a maximum of 512mb. [See the documentation](https://platform.openai.com/docs/api-reference/files/create),false,true,false +openai-delete-file,Delete File,Deletes a specified file from OpenAI. [See the documentation](https://platform.openai.com/docs/api-reference/files/delete),true,true,false +openai-list-run-steps,List Run Steps (Assistants),Returns a list of run steps belonging to a run. [See the documentation](https://platform.openai.com/docs/api-reference/runs/list-run-steps),false,true,true +openai-chat-using-file-search,Chat using File Search,Chat with your files knowledge base (vector stores). [See the documentation](https://platform.openai.com/docs/guides/tools-file-search),false,true,true +openai-list-runs,List Runs (Assistants),Returns a list of runs belonging to a thread. [See the documentation](https://platform.openai.com/docs/api-reference/runs/list),false,true,true +openai-create-image,Create Image (Dall-E),Creates an image given a prompt returning a URL to the image. [See the documentation](https://platform.openai.com/docs/api-reference/images),false,true,false +openai-create-assistant,Create Assistant,Creates an assistant with a model and instructions. [See the documentation](https://platform.openai.com/docs/api-reference/assistants/createAssistant),false,true,false +openai-classify-items-into-categories,Classify Items into Categories,Classify items into specific categories using the Chat API. [See the documentation](https://platform.openai.com/docs/api-reference/chat),false,true,true +openai-create-moderation,Create Moderation,Classifies if text is potentially harmful. [See the documentation](https://platform.openai.com/docs/api-reference/moderations/create),false,true,false +openai-create-vector-store-file,Create Vector Store File,Create a vector store file. [See the documentation](https://platform.openai.com/docs/api-reference/vector-stores-files/createFile),false,true,false +openai-create-vector-store,Create Vector Store,Create a vector store. [See the documentation](https://platform.openai.com/docs/api-reference/vector-stores/create),false,true,false +openai-modify-assistant,Modify an Assistant,Modifies an existing OpenAI assistant. [See the documentation](https://platform.openai.com/docs/api-reference/assistants/modifyAssistant),true,true,false +openai-create-thread,Create Thread (Assistants),"Creates a thread with optional messages and metadata, and optionally runs the thread using the specified assistant. [See the documentation](https://platform.openai.com/docs/api-reference/threads/createThread)",false,true,false +gainsight_nxt-create-or-update-company,Create or Update Company,Create or update a company record. [See the documentation](https://support.gainsight.com/gainsight_nxt/API_and_Developer_Docs/Company_and_Relationship_API/Company_API_Documentation#Parameters),true,true,false +gainsight_nxt-create-or-update-person,Create or Update Person,Create or update a person,true,true,false +gainsight_nxt-create-or-update-custom-object,Create or Update Custom Object,Create or update a custom object record. [See the documentation](https://support.gainsight.com/gainsight_nxt/API_and_Developer_Docs/Custom_Object_API/Gainsight_Custom_Object_API_Documentation#Insert_API),true,true,false +labsmobile-send-sms,Send SMS,Sends a new SMS message. [See the documentation](https://apidocs.labsmobile.com/),false,true,false +youtube_data_api_custom_app-list-videos,List Videos,Returns a list of videos that match the API request parameters. [See the docs](https://developers.google.com/youtube/v3/docs/videos/list) for more information,false,true,true +youtube_data_api_custom_app-delete-playlist-items,Delete Playlist Items,Deletes a playlist item. [See the docs](https://developers.google.com/youtube/v3/docs/playlistItems/delete) for more information,true,true,false +youtube_data_api_custom_app-update-video-details,Update Video Details,Updates a video,true,true,false +youtube_data_api_custom_app-channel-statistics,Channel Statistics,Returns statistics from my YouTube Channel or by id. [See the docs](https://developers.google.com/youtube/v3/docs/channels/list) for more information,false,true,true +youtube_data_api_custom_app-update-channel,Update Channel,Updates a channel,true,true,false +youtube_data_api_custom_app-upload-channel-banner,Upload Channel Banner,Uploads a channel banner image to YouTube. [See the docs](https://developers.google.com/youtube/v3/docs/channelBanners/insert) for more information,false,true,false +youtube_data_api_custom_app-upload-thumbnail,Upload Thumbnail,Uploads a custom video thumbnail to YouTube and sets it for a video. [See the docs](https://developers.google.com/youtube/v3/docs/thumbnails/set) for more information,false,true,false +youtube_data_api_custom_app-list-activities,List Activities,Returns a list of channel activity events that match the request criteria. [See the docs](https://developers.google.com/youtube/v3/docs/channels/list) for more information,false,true,true +youtube_data_api_custom_app-update-playlist,Update Playlist,"Modifies a playlist. For example, you could change a playlist",true,true,false +youtube_data_api_custom_app-list-playlists,List Playlists,Returns a collection of playlists that match the API request parameters. [See the docs](https://developers.google.com/youtube/v3/docs/playlists/list) for more information,false,true,true +youtube_data_api_custom_app-reply-to-comment,Reply To Comment,Creates a reply to an existing comment. [See the docs](https://developers.google.com/youtube/v3/docs/comments/insert) for more information,false,true,false +youtube_data_api_custom_app-add-playlist-items,Add Playlist Items,Adds resources to a playlist. [See the docs](https://developers.google.com/youtube/v3/docs/playlistItems/insert) for more information,false,true,false +youtube_data_api_custom_app-delete-playlist,Delete Playlist,Deletes a playlist. [See the docs](https://developers.google.com/youtube/v3/docs/playlists/delete) for more information,true,true,false +youtube_data_api_custom_app-create-comment-thread,Create Comment Thread,Creates a new top-level comment in a video. [See the docs](https://developers.google.com/youtube/v3/docs/commentThreads/insert) for more information,false,true,false +youtube_data_api_custom_app-create-playlist,Create Playlist,Creates a playlist. [See the docs](https://developers.google.com/youtube/v3/docs/playlists/insert) for more information,false,true,false +youtube_data_api_custom_app-upload-video,Upload Video,Post a video to your channel. [See the docs](https://developers.google.com/youtube/v3/docs/videos/insert) for more information,false,true,false +openweather_api-get-weather-forecast-by-location,Get Current Weather Forecast by Location,"Number of days, which will be returned in the API response",false,true,true +openweather_api-get-current-weather-by-zip,Get Current Weather by ZIP code,"Retrieves the current weather for a given (ZIP, country)",false,true,true +openweather_api-get-weather-forecast-by-zip,Get Weather Forecast by ZIP code,"Retrieves the 5-day weather forecast for a given (ZIP, country)",false,true,true +openweather_api-get-current-weather-by-location,Get Current Weather by Location,,false,true,true +google_drive-create-shared-drive,Create Shared Drive,Create a new shared drive. [See the documentation](https://developers.google.com/drive/api/v3/reference/drives/create) for more information,false,true,false +google_drive-get-file-by-id,Get File By ID,Get info on a specific file. [See the documentation](https://developers.google.com/drive/api/reference/rest/v3/files/get) for more information,false,true,true +google_drive-update-shared-drive,Update Shared Drive,Update an existing shared drive. [See the documentation](https://developers.google.com/drive/api/v3/reference/drives/update) for more information,true,true,false +google_drive-add-file-sharing-preference,Share File or Folder,Add a [sharing permission](https://support.google.com/drive/answer/7166529) to the sharing preferences of a file or folder and provide a sharing URL. [See the documentation](https://developers.google.com/drive/api/v3/reference/permissions/create),false,true,false +google_drive-move-file-to-trash,Move File to Trash,Move a file or folder to trash. [See the documentation](https://developers.google.com/drive/api/v3/reference/files/update) for more information,true,true,false +google_drive-create-folder,Create Folder,Create a new empty folder. [See the documentation](https://developers.google.com/drive/api/v3/reference/files/create) for more information,false,true,false +google_drive-search-shared-drives,Search for Shared Drives,Search for shared drives with query options. [See the documentation](https://developers.google.com/drive/api/v3/search-shareddrives) for more information,false,true,true +google_drive-list-comments,List Comments,List all comments on a file. [See the documentation](https://developers.google.com/workspace/drive/api/reference/rest/v3/comments/list),false,true,true +google_drive-update-file,Update File,Update a file,true,true,false +google_drive-create-file-from-text,Create New File From Text,Create a new file from plain text. [See the documentation](https://developers.google.com/drive/api/v3/reference/files/create) for more information,false,true,false +google_drive-find-spreadsheets,Find Spreadsheets,Search for a specific spreadsheet by name. [See the documentation](https://developers.google.com/drive/api/v3/search-files) for more information,false,true,true +google_drive-add-comment,Add Comment,"Add an unanchored comment to a Google Doc (general feedback, no text highlighting). [See the documentation](https://developers.google.com/workspace/drive/api/reference/rest/v3/comments/create)",false,true,false +google_drive-list-files,List Files,List files from a specific folder. [See the documentation](https://developers.google.com/drive/api/v3/reference/files/list) for more information,false,true,true +google_drive-find-forms,Find Forms,List Google Form documents or search for a Form by name. [See the documentation](https://developers.google.com/drive/api/v3/search-files) for more information,false,true,true +google_drive-copy-file,Copy File,Create a copy of the specified file. [See the documentation](https://developers.google.com/drive/api/v3/reference/files/copy) for more information,false,true,false +google_drive-move-file,Move File,Move a file from one folder to another. [See the documentation](https://developers.google.com/drive/api/v3/reference/files/update) for more information,true,true,false +google_drive-get-folder-id-for-path,Get Folder ID for a Path,Retrieve a folderId for a path. [See the documentation](https://developers.google.com/drive/api/v3/search-files) for more information,false,true,true +google_drive-delete-shared-drive,Delete Shared Drive,Delete a shared drive without any content. [See the documentation](https://developers.google.com/drive/api/v3/reference/drives/delete) for more information,true,true,false +google_drive-upload-file,Upload File,Upload a file to Google Drive. [See the documentation](https://developers.google.com/drive/api/v3/manage-uploads) for more information,false,true,false +google_drive-list-access-proposals,List Access Proposals,List access proposals for a file or folder. [See the documentation](https://developers.google.com/workspace/drive/api/reference/rest/v3/accessproposals/list),false,true,true +google_drive-delete-file,Delete File,Permanently delete a file or folder without moving it to the trash. [See the documentation](https://developers.google.com/drive/api/v3/reference/files/delete) for more information,true,true,false +google_drive-delete-comment,Delete Comment,Delete a specific comment (Requires ownership or permissions). [See the documentation](https://developers.google.com/workspace/drive/api/reference/rest/v3/comments/delete),true,true,false +google_drive-reply-to-comment,Reply to Comment,Add a reply to an existing comment. [See the documentation](https://developers.google.com/workspace/drive/api/reference/rest/v3/replies/create),false,true,false +google_drive-find-file,Find File,Search for a specific file by name. [See the documentation](https://developers.google.com/drive/api/v3/search-files) for more information,false,true,true +google_drive-create-file-from-template,Create New File From Template,Create a new Google Docs file from a template. Optionally include placeholders in the template document that will get replaced from this action. [See documentation](https://www.npmjs.com/package/google-docs-mustaches),true,true,false +google_drive-resolve-comment,Resolve Comment,Mark a comment as resolved. [See the documentation](https://developers.google.com/workspace/drive/api/reference/rest/v3/comments/update),true,true,false +google_drive-get-shared-drive,Get Shared Drive,Get metadata for one or all shared drives. [See the documentation](https://developers.google.com/drive/api/v3/reference/drives/get) for more information,false,true,true +google_drive-resolve-access-proposal,Resolve Access Proposals,Accept or deny a request for access to a file or folder in Google Drive. [See the documentation](https://developers.google.com/workspace/drive/api/reference/rest/v3/accessproposals/resolve),false,true,false +google_drive-find-folder,Find Folder,Search for a specific folder by name. [See the documentation](https://developers.google.com/drive/api/v3/search-files) for more information,false,true,true +google_drive-download-file,Download File,Download a file. [See the documentation](https://developers.google.com/drive/api/v3/manage-downloads) for more information,false,true,false +mctime-stop-clocking,Stop Clocking,Stop an existing clocking time entry. [See the documentation](https://mctime.readme.io/reference/manipulating-clocking-times),true,true,false +mctime-start-clocking,Start Clocking,Start a new clocking time entry. [See the documentation](https://mctime.readme.io/reference/manipulating-clocking-times),true,true,false +snatchbot-get-messages,Get Messages,Retrieve a message or a list of messages. [See the documentation](https://support.snatchbot.me/reference/get-message),false,true,true +snatchbot-post-message,Post Message,Post a new message and receive a response from your bot. [See the documentation](https://support.snatchbot.me/reference/post-message),false,true,false +mumble-add-new-customer,Add New Customer,Adds a new customer. [See the documentation](https://app.mumble.co.il/mumbleapi/docs),false,true,false +mumble-edit-customer,Edit Customer,Edits the customer with the specified phone number. [See the documentation](https://app.mumble.co.il/mumbleapi/docs),true,true,false +mumble-delete-label,Delete Label,Deletes a label. [See the documentation](https://app.mumble.co.il/mumbleapi/docs),true,true,false +mumble-add-new-label,Add New Label,Adds a new label. [See the documentation](https://app.mumble.co.il/mumbleapi/docs),false,true,false +linkedin-create-like-on-share,Create Like On Share,Creates a like on a share. [See the docs here](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/network-update-social-actions#create-a-like-on-a-share),true,true,false +linkedin-create-image-post-user,Create Image Post (User),Create an image post on LinkedIn. [See the documentation](https://learn.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/images-api?view=li-lms-2023-09&tabs=http#uploading-an-image),false,true,false +linkedin-get-profile-picture-fields,Get Profile Picture Fields,Gets the authenticated user,false,true,true +linkedin-get-member-profile,Get Member Profile,Gets another member,false,true,true +linkedin-fetch-ad-account,Fetch Ad Account,Fetches an individual adAccount given its id. [See the docs here](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/ads/account-structure/create-and-manage-accounts#fetch-ad-account),false,true,false +linkedin-create-comment,Create Comment,Create a comment on a share or user generated content post. [See the docs here](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/network-update-social-actions#create-comment),true,true,false +linkedin-get-organization-access-control,Gets Organization Access Control,Gets a selected organization,false,true,true +linkedin-get-current-member-profile,Get Current Member Profile,Gets the profile of the current authenticated member. [See the docs here](https://docs.microsoft.com/en-us/linkedin/shared/integrations/people/profile-api#retrieve-current-members-profile),false,true,true +linkedin-get-organization-administrators,Get Organization Administrators,Gets the administrator members of a selected organization. [See the documentation](https://learn.microsoft.com/en-us/linkedin/marketing/community-management/organizations/organization-access-control-by-role?view=li-lms-2025-01&tabs=http#find-organization-administrators),false,true,true +linkedin-search-organization,Search Organization,Searches for an organization by vanity name or email domain. [See the docs here](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/organizations/organization-lookup-api),false,true,true +linkedin-create-text-post-user,Create a Simple Post (User),"Create post on LinkedIn using text, URL or article. [See the documentation](https://learn.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/posts-api?view=li-lms-2022-11&tabs=http#create-organic-posts) for more information",false,true,false +linkedin-delete-post,Delete Post,Removes a post from user,true,true,false +linkedin-create-text-post-organization,Create a Simple Post (Organization),"Create post on LinkedIn using text, URL or article. [See the documentation](https://learn.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/posts-api?view=li-lms-2022-11&tabs=http#create-organic-posts) for more information",false,true,false +linkedin-create-image-post-organization,Create Image Post (Organization),Create an image post on LinkedIn. [See the documentation](https://learn.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/images-api?view=li-lms-2023-09&tabs=http#uploading-an-image),false,true,false +linkedin-get-multiple-member-profiles,Get Multiple Member Profiles,Gets multiple member profiles at once. [See the docs here](https://docs.microsoft.com/en-us/linkedin/shared/integrations/people/profile-api#retrieve-other-members-profile),false,true,true +linkedin-get-org-member-access,Get Member,Gets the organization access control information of the current authenticated member. [See the documentation](https://learn.microsoft.com/en-us/linkedin/marketing/community-management/organizations/organization-access-control-by-role?view=li-lms-2025-01&tabs=http#find-a-members-organization-access-control-information),false,true,true +linkedin-retrieve-comments-shares,Retrieve Comments On Shares,Retrieve comments on shares given the share urn. [See the docs here](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/network-update-social-actions#retrieve-comments-on-shares),true,true,false +linkedin-retrieve-comments-on-comments,Retrieves Comments on Comments,"Retrieves comments on comments, given the parent comment urn. [See the documentation](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/network-update-social-actions#retrieve-comments-on-comments)",true,true,false +defastra-deep-phone-check,Deep Phone Check,"Conducts a risk assessment and digital lookup for a provided phone number. Returns a risk score indicating if the number is disposable, risky, or safe, along with carrier details, location, and potential social profiles. [See the documentation](https://docs.defastra.com/reference/deep-phone-check)",false,true,true +defastra-deep-email-check,Deep Email Check,"Performs a risk analysis on a given email address and provides a risk score indicating if the email is disposable, risky, or safe. [See the documentation](https://docs.defastra.com/reference/deep-email-check)",false,true,true +cutt_ly-update-source-url,Update Source URL,Changes the source URL of a previously shortened URL. Requires a Paid Subscription. [See the documentation](https://cutt.ly/cuttly-api),true,true,false +cutt_ly-shorten-url,Shorten URL,Returns a shortened URL when given a target URL as a prop. [See the documentation](https://cutt.ly/cuttly-api),false,true,false +cutt_ly-get-url-analytics,Get URL Analytics,Retrieves statistical information about a shortened url. [See the documentation](https://cutt.ly/cuttly-api),false,true,true +mem-create-mem,Create Mem,Create a new mem. [See the documentation](https://docs.mem.ai/docs/api/mems/create),false,true,false +mem-append-mem,Append Mem,Create a new mem. [See the documentation](https://docs.mem.ai/docs/api/mems/create),false,true,false +salespype-add-contact-to-campaign,Add Contact to Campaign,Adds a contact to a campaign. [See the documentation](https://documenter.getpostman.com/view/5101444/2s93Y3u1Eb#4b2f8b3e-155d-4485-9a25-4f7d98d04b53),false,true,false +salespype-create-contact,Create Contact,Creates a new contact in Salespype. [See the documentation](https://documenter.getpostman.com/view/5101444/2s93Y3u1Eb#0a9f8441-c7fa-48dc-b02b-0117037d86ab),false,true,false +salespype-create-task,Create Task,Creates a new task in Salespype. [See the documentation](https://documenter.getpostman.com/view/5101444/2s93Y3u1Eb#a9c6449a-b844-465c-a342-deea01e52c3f),false,true,false +campaignhq-create-contact,Create Contact,Create Contact [See the documentation](https://campaignhq.docs.apiary.io/#reference/0/contacts-collection/create-a-new-contact).,false,true,false +campaignhq-get-all-lists,Get all Lists,Get all lists [See the documentation](https://campaignhq.docs.apiary.io/#reference/0/lists-collection/get-all-lists).,false,true,true +campaignhq-create-list,Create List,Create List [See the documentation](https://campaignhq.docs.apiary.io/#reference/0/lists-collection/create-a-new-list).,false,true,false +campaignhq-get-all-contacts,Get all Contacts,Get all contacts from a list [See the documentation](https://campaignhq.docs.apiary.io/#reference/0/contacts-collection/get-all-contacts).,false,true,true +lettria-classify-text,Classify Text,Classify one text. [See the documentation](https://doc.lettria.com/api-reference/classification/2.0/get-started/first-request).,false,true,true +elastic_email-add-contact,Add Contact to Mailing List,Adds a new contact to a mailing list. [See the documentation](https://elasticemail.com/developers/api-documentation/rest-api#operation/contactsPost),false,true,false +elastic_email-send-email,Send Email,Sends an email to one or more recipients. [See the documentation](https://elasticemail.com/developers/api-documentation/rest-api#operation/emailsPost),false,true,false +elastic_email-unsubscribe-contact,Unsubscribe Contact,Unsubscribes a contact from future emails. [See the documentation](https://elasticemail.com/developers/api-documentation/rest-api#operation/suppressionsUnsubscribesPost),true,true,false +addressfinder-verify-address-nz,Verify New Zealand Address,Validates a New Zealand address. [See the documentation](https://addressfinder.com.au/api/nz/address/verification/),false,true,true +addressfinder-verify-email,Verify Email,Validates the input email. [See the documentation](https://addressfinder.com.au/api/email/verification/),false,true,true +addressfinder-verify-address-au,Verify Australian Address,Validates an Australian address. [See the documentation](https://addressfinder.com.au/api/au/address/verification/),false,true,true +desktime-stop-project,Stop Project,Stop tracking time for a given project and optionally a task. [See the documentation](https://desktime.com/app/settings/api?tab=project),true,true,false +desktime-start-project,Start Project,Starts tracking time for a given project and optionally a task. [See the documentation](https://desktime.com/app/settings/api?tab=project),false,true,false +desktime-create-project,Create a New Project with an optional task,Create a new project with an optional task in DeskTime. [See the documentation](https://desktime.com/app/settings/api?tab=project),false,true,false +timebuzzer-list-activities,List Activities,Retrieves a list of all activities in Timebuzzer. [See the documentation](https://my.timebuzzer.com/doc/#api-Activities-GetFilteredActivities),false,true,true +timebuzzer-create-activity,Create Activity,Generates a new activity in Timebuzzer. [See the documentation](https://my.timebuzzer.com/doc/#api-Activities-CreateActivity),false,true,false +timebuzzer-update-activity,Update Activity,Modifies an existing activity in Timebuzzer. [See the documentation](https://my.timebuzzer.com/doc/#api-Activities-EditActivity),true,true,false +cincopa-create-gallery,Create Gallery,"Creates a new gallery, returning the new gallery FID (unique ID). [See the documentation](https://www.cincopa.com/media-platform/api-documentation-v2#gallery.create)",false,true,false +cincopa-upload-asset-from-url,Upload Asset From URL,Upload an asset from an input URL to a Cincopa gallery. [See the documentation](https://www.cincopa.com/media-platform/api-documentation-v2#asset_upload_from_url),false,true,false +cincopa-add-assets-to-gallery,Add Assets to Gallery,Adds an asset or a list of assets to an existing gallery. [See the documentation](https://www.cincopa.com/media-platform/api-documentation-v2#gallery.add_item),false,true,false +customer_fields-create-customer,Create Customer,Create a new customer with detailed attributes using the provided data. [See the documentation](https://docs.customerfields.com/#8a70d5ee-da8f-4ef0-8b08-9c1882b4da04).,false,true,false +customer_fields-update-customer,Update Customer,Update an existing customer,true,true,false +nyckel-extract-text-from-image,Extract Text from Image,Extracts text from an image URL. [See the documentation](https://www.nyckel.com/docs#ocr-image),false,true,false +nyckel-classify-image,Classify Image,Classifies image data based on pre-trained classifiers in Nyckel. [See the documentation](https://www.nyckel.com/docs#invoke-image),false,true,false +nyckel-classify-text,Classify Text,Classifies text data based on pre-trained classifiers in Nyckel. [See the documentation](https://www.nyckel.com/docs#invoke-text),false,true,false +the_magic_drip-add-lead-to-campaign,Add Lead to Campaign,Add a lead to a campaign. [See the documentation](https://docs.themagicdrip.com/api-reference/endpoint/post-v1campaignleads),false,true,false +the_magic_drip-list-templates,List Templates,Retrieve all available templates. [See the documentation](https://docs.themagicdrip.com/api-reference/endpoint/get-v1templates),false,true,true +the_magic_drip-list-campaigns,List Campaigns,Retrieve all available campaigns. [See the documentation](https://docs.themagicdrip.com/api-reference/endpoint/get-v1campaign),false,true,true +the_magic_drip-mark-campaign-active-or-inactive,Mark Campaign Active or Inactive,Marks a campaign as active or inactive. [See the documentation](https://docs.themagicdrip.com/api-reference/endpoint/post-v1campaign-active),false,true,false +lawmatics-create-contact,Create Contact,Create a new contact. [See the documentation](https://docs.lawmatics.com/#714b9275-b769-4195-9954-2095479b9993),false,true,false +lawmatics-update-contact,Update Contact,Update a contact. [See the documentation](https://docs.lawmatics.com/#4734312c-854c-46c7-b8f9-962f775f1ab2),true,true,false +twilio-delete-call,Delete Call,Remove a call record from your account. [See the documentation](https://www.twilio.com/docs/voice/api/call-resource#delete-a-call-resource),true,true,false +twilio-get-call,Get Call,Return call resource of an individual call. [See the documentation](https://www.twilio.com/docs/voice/api/call-resource#fetch-a-call-resource),false,true,true +twilio-make-phone-call,Make a Phone Call,"Make a phone call passing text, a URL, or an application that Twilio will use to handle the call. [See the documentation](https://www.twilio.com/docs/voice/api/call-resource#create-a-call-resource)",false,true,false +twilio-check-verification-token,Check Verification Token,Check if user-provided token is correct. [See the documentation](https://www.twilio.com/docs/verify/api),false,true,true +twilio-send-message,Send Message,Send an SMS text with optional media files. [See the documentation](https://www.twilio.com/docs/sms/api/message-resource#create-a-message-resource),false,true,false +twilio-list-message-media,List Message Media,Return a list of media associated with your message. [See the documentation](https://www.twilio.com/docs/sms/api/media-resource#read-multiple-media-resources),false,true,false +twilio-get-transcripts,Get Transcripts,Retrieves full transcripts for the specified transcript SIDs. [See the documentation](https://www.twilio.com/docs/voice/intelligence/api/transcript-sentence-resource#get-transcript-sentences),false,true,true +twilio-list-messages,List Messages,Return a list of messages associated with your account. [See the documentation](https://www.twilio.com/docs/sms/api/message-resource#read-multiple-message-resources),false,true,true +twilio-get-message,Get Message,Return details of a message. [See the documentation](https://www.twilio.com/docs/sms/api/message-resource#fetch-a-message-resource),false,true,false +twilio-download-recording-media,Download Recording Media,Download a recording media file. [See the documentation](https://www.twilio.com/docs/voice/api/recording#fetch-a-recording-media-file),false,true,false +twilio-delete-message,Delete Message,Delete a message record from your account. [See the documentation](https://www.twilio.com/docs/sms/api/message-resource#delete-a-message-resource),true,true,false +twilio-list-transcripts,List Transcripts,Return a list of transcripts. [See the documentation](https://www.twilio.com/docs/voice/intelligence/api/transcript-resource#fetch-multiple-transcripts),false,true,true +twilio-create-verification-service,Create Verification Service,Create a verification service for sending SMS verifications. [See the documentation](https://www.twilio.com/docs/verify/api/service#create-a-verification-service),true,true,false +twilio-list-calls,List Calls,Return a list of calls associated with your account. [See the documentation](https://www.twilio.com/docs/voice/api/call-resource#read-multiple-call-resources),false,true,true +twilio-phone-number-lookup,Phone Number Lookup,Lookup information about a phone number. [See the documentation](https://www.twilio.com/docs/lookup/v2-api/line-type-intelligence) for more information,false,true,true +twilio-send-sms-verification,Send SMS Verification,Send an SMS verification to a phone number. [See the documentation](https://www.twilio.com/docs/verify/api),true,true,false +waiverfile-search-waivers,Search Waivers,Searches for waivers in WaiverFile based on specific keywords. [See the documentation](https://api.waiverfile.com/swagger/ui/index#!/WaiverFile/WaiverFile_SearchWaivers),false,true,true +waiverfile-create-event-category,Create Event Category,Creates a new event category in WaiverFile. [See the documentation](https://api.waiverfile.com/swagger/ui/index#!/WaiverEvent/WaiverEvent_InsertEventCategory),false,true,false +waiverfile-update-event,Update Event,Updates the details of an existing event in WaiverFile. [See the documentation](https://api.waiverfile.com/swagger/ui/index#!/WaiverEvent/WaiverEvent_UpdateEvent),true,true,false +inoreader-subscribe-to-feed,Subscribe To Feed,Subscribe to a feed. [See the Documentation](https://www.inoreader.com/developers/add-subscription),false,true,false +html_css_to_image-create-image-from-url,Create Image From URL,Create Image From URL. [See the docs](https://docs.htmlcsstoimage.com/getting-started/using-the-api/#creating-an-image).,true,true,false +html_css_to_image-create-image-from-html,Create Image From HTML,Create Image From HTML. [See the docs](https://docs.htmlcsstoimage.com/getting-started/using-the-api/#creating-an-image).,true,true,false +stripe-create-customer,Create a Customer,Create a customer. [See the documentation](https://stripe.com/docs/api/customers/create).,false,true,false +stripe-update-invoice-item,Update Invoice Line Item,Update an invoice line item. [See the documentation](https://stripe.com/docs/api/invoiceitems/update).,true,true,false +stripe-create-product,Create Product,Creates a new product object in Stripe. [See the documentation](https://stripe.com/docs/api/products/create).,false,true,false +stripe-list-refunds,List Refunds,Find or list refunds. [See the documentation](https://stripe.com/docs/api/refunds/list).,false,true,true +stripe-list-balance-history,List Balance History,List all balance transactions. [See the documentation](https://stripe.com/docs/api/balance_transactions/list).,false,true,true +stripe-create-billing-meter,Create Billing Meter,Creates a billing meter. [See the documentation](https://docs.stripe.com/api/billing/meter/create).,false,true,false +stripe-create-invoice-item,Create Invoice Line Item,Add a line item to an invoice. [See the documentation](https://stripe.com/docs/api/invoiceitems/create).,false,true,false +stripe-retrieve-refund,Retrieve a Refund,Retrieves the details of an existing refund. [See the documentation](https://stripe.com/docs/api/refunds/retrieve).,false,true,true +stripe-list-payment-intents,List Payment Intents,Retrieves a list of payment intents that were previously created. [See the documentation](https://stripe.com/docs/api/payment_intents/list).,false,true,true +stripe-retrieve-payout,Retrieve a Payout,Retrieves the details of an existing payout. [See the documentation](https://stripe.com/docs/api/payouts/retrieve).,false,true,true +stripe-delete-customer,Delete a Customer,Delete a customer. [See the documentation](https://stripe.com/docs/api/customers/delete).,true,true,false +stripe-confirm-payment-intent,Confirm A Payment Intent,Confirm that your customer intends to pay with current or provided payment method. [See the documentation](https://stripe.com/docs/api/payment_intents/confirm).,false,true,false +stripe-create-price,Create Price,Creates a new price for an existing product. The price can be recurring or one-time. [See the documentation](https://stripe.com/docs/api/prices/create),false,true,false +stripe-list-payouts,List Payouts,Find or list payouts. [See the documentation](https://stripe.com/docs/api/payouts/list).,false,true,true +stripe-update-invoice,Update Invoice,Update an invoice. [See the documentation](https://stripe.com/docs/api/invoices/update).,true,true,false +stripe-retrieve-price,Retrieve a Price,Retrieves the details of an existing product price. [See the documentation](https://stripe.com/docs/api/prices/retrieve).,false,true,true +stripe-retrieve-checkout-session-line-items,Retrieve Checkout Session Line Items,"Given a checkout session ID, retrieve the line items. [See the documentation](https://stripe.com/docs/api/checkout/sessions/line_items).",false,true,true +stripe-retrieve-invoice,Retrieve an Invoice,Retrieves the details of an existing invoice. [See the documentation](https://stripe.com/docs/api/invoices/retrieve).,false,true,true +stripe-create-subscription,Create Subscription,Create a subscription. [See the documentation](https://stripe.com/docs/api/subscriptions/create).,false,true,false +stripe-create-payment-intent,Create a Payment Intent,Create a payment intent. [See the documentation](https://stripe.com/docs/api/payment_intents/create).,false,true,false +stripe-list-invoices,List Invoices,Find or list invoices. [See the documentation](https://stripe.com/docs/api/invoices/list).,false,true,true +stripe-update-customer,Update a Customer,Update a customer. [See the documentation](https://stripe.com/docs/api/customers/update).,true,true,false +stripe-cancel-payment-intent,Cancel A Payment Intent,Cancel a PaymentIntent. [See the documentation](https://stripe.com/docs/payments/payment-intents).,true,true,false +stripe-create-invoice,Create Invoice,Create an invoice. [See the documentation](https://stripe.com/docs/api/invoices/create).,false,true,false +stripe-void-invoice,Void Invoice,Void an invoice. [See the documentation](https://stripe.com/docs/api/invoices/void).,false,true,false +stripe-retrieve-customer,Retrieve a Customer,Retrieves the details of an existing customer. [See the documentation](https://stripe.com/docs/api/customers/retrieve).,false,true,true +stripe-list-customers,List Customers,Find or list customers. [See the documentation](https://stripe.com/docs/api/customers/list).,false,true,true +stripe-update-payment-intent,Update a Payment Intent,Update a payment intent. [See the documentation](https://stripe.com/docs/api/payment_intents/update).,true,true,false +stripe-cancel-or-reverse-payout,Cancel Or Reverse A Payout,Cancel a pending payout or reverse a paid payout. [See the documentation here](https://docs.stripe.com/api/payouts/cancel) and [here](https://docs.stripe.com/api/payouts/reverse),true,true,false +stripe-send-invoice,Send Invoice,Manually send an invoice to your customer out of the normal schedule for payment (note that no emails are actually sent in test mode). [See the documentation](https://stripe.com/docs/api/invoices/send).,false,true,false +stripe-delete-or-void-invoice,Delete Or Void Invoice,"Delete a draft invoice, or void a non-draft or subscription invoice. [See the documentation](https://stripe.com/docs/api/invoiceitems/delete).",true,true,false +stripe-retrieve-checkout-session,Retrieve a Checkout Session,A Checkout Session represents your customer,false,true,true +stripe-write-off-invoice,Write Off Invoice,Mark an invoice as uncollectible. [See the documentation](https://stripe.com/docs/api/invoices/mark_uncollectible).,false,true,false +stripe-delete-invoice-item,Delete Invoice Line Item,Delete a line item from an invoice. [See the documentation](https://stripe.com/docs/api/invoiceitems/delete).,true,true,false +stripe-retrieve-invoice-item,Retrieve Invoice Line Item,Retrieve a single line item on an invoice. [See the documentation](https://stripe.com/docs/api/invoiceitems/retrieve).,false,true,true +stripe-retrieve-product,Retrieve Product,Retrieve a product by ID. [See the documentation](https://stripe.com/docs/api/products/retrieve).,false,true,true +stripe-finalize-invoice,Finalize Draft Invoice,Finalize a draft invoice. [See the documentation](https://stripe.com/docs/api/invoices/finalize).,false,true,false +stripe-capture-payment-intent,Capture a Payment Intent,Capture the funds of an existing uncaptured payment intent. [See the documentation](https://stripe.com/docs/api/payment_intents/capture).,false,true,false +stripe-retrieve-balance,Retrieve the Current Balance,"Retrieves the current account balance, based on the authentication that was used to make the request. [See the documentation](https://stripe.com/docs/api/balance/balance_retrieve).",false,true,true +stripe-update-refund,Update a Refund,Update the metadata on a refund. [See the documentation](https://stripe.com/docs/api/refunds/update).,true,true,false +stripe-search-subscriptions,Search Subscriptions,Search for subscriptions. [See the documentation](https://docs.stripe.com/api/subscriptions/search?lang=node),false,true,true +stripe-create-payout,Create a Payout,Create a payout. [See the documentation](https://stripe.com/docs/api/payouts/create).,false,true,false +stripe-search-customers,Search Customers,"Search customers by various attributes like email domain, created date, etc. [See the documentation](https://stripe.com/docs/api/customers/search).",false,true,true +stripe-create-refund,Create A Refund,Create a refund. [See the documentation](https://stripe.com/docs/api/refunds/create).,false,true,false +stripe-update-payout,Update a Payout,Update the metadata on a payout. [See the documentation](https://stripe.com/docs/api/payouts/update).,true,true,false +stripe-retrieve-payment-intent,Retrieve a Payment Intent,Retrieves the details of a payment intent that was previously created. [See the documentation](https://stripe.com/docs/api/payment_intents/retrieve).,false,true,true +stripe-cancel-subscription,Cancel Subscription,Cancel a subscription. [See the documentation](https://docs.stripe.com/api/subscriptions/cancel?lang=node),true,true,false +snipcart-update-discount,Update Discount,Update a Discount. [See the documentation](https://docs.snipcart.com/v3/api-reference/discounts#put-discountsid),true,true,false +snipcart-delete-discount,Delete Discount,Delete a Discount. [See the documentation](https://docs.snipcart.com/v3/api-reference/discounts#delete-discountsid),true,true,false +snipcart-create-discount,Create Discount,Create a new Discount. [See the documentation](https://docs.snipcart.com/v3/api-reference/discounts#post-discounts),false,true,false +dachser-get-shipment-status,Get Shipment Status,Retrieve the current status for a shipment by tracking number and customer ID. [See the documentation](https://api-portal.dachser.com/bi.b2b.portal/api/library/shipmentstatus?1),false,true,true +dachser-get-delivery-order-status,Get Delivery Order Status,Retrieve the delivery order status using reference and customer details. [See the documentation](https://api-portal.dachser.com/bi.b2b.portal/api/library/deliveryorderstatus?6),false,true,true +dachser-get-shipment-history,Get Shipment History,Retrieve the full history for a shipment by tracking number and customer ID. [See the documentation](https://api-portal.dachser.com/bi.b2b.portal/api/library/shipmenthistory?5),false,true,true +paradym-get-openid4vc-verification-session,Get OpenID4VC Verification Session,Fetches the verification session data for the specified session ID. [See the documentation](https://paradym.id/reference?full#tag/openid4vc-verification/get/v1/projects/{projectId}/openid4vc/verification/{openId4VcVerificationId}),false,true,true +paradym-create-openid4vc-verification-request,Create OpenID4VC Verification Request,Initiates a verification request based on the selected template. [See the documentation](https://paradym.id/reference?full#tag/openid4vc-verification/post/v1/projects/{projectId}/openid4vc/verification/request),false,true,false +paradym-create-didcomm-issuance-offer,Create DIDComm Issuance Offer,Create a DIDComm issuance offer for the selected credentials. [See the documentation](https://paradym.id/reference?full#tag/didcomm-issuance/post/v1/projects/{projectId}/didcomm/issuance/offer),false,true,false +paradym-create-openid4vc-credential-offer,Create OpenID4VC Credential Offer,Create a OpenID4VC issuance offer for the selected credentials. [See the documentation](https://paradym.id/reference?full#tag/openid4vc-issuance/post/v1/projects/{projectId}/openid4vc/issuance/offer),false,true,false +wakatime-list-projects,List Projects,List all your WakaTime projects. [See the documentation](https://wakatime.com/developers#projects),false,true,true +wakatime-log-coding-activity,Log Coding Activity,Log coding activity to WakaTime. [See the documentation](https://wakatime.com/developers#heartbeats),false,true,false +wakatime-fetch-daily-heartbeats,Fetch Daily Heartbeats,Fetch your daily coding activity from WakaTime. [See the documentation](https://wakatime.com/developers#heartbeats),false,true,true +intellexer_api-detect-language,Detect Language,Recognize language and encoding of an input text stream. [See the documentation](http://esapi.intellexer.com/Home/Help),false,true,false +intellexer_api-summarize-text,Summarize Text,Summarize text using Intellexer API. [See the documentation](http://esapi.intellexer.com/Home/Help),false,true,true +intellexer_api-summarize-document,Summarize Document,Summarize a document using Intellexer API. [See the documentation](http://esapi.intellexer.com/Home/Help),false,true,true +intellexer_api-extract-named-entities,Extract Named Entities,Extract named entities from a document using Intellexer API. [See the documentation](http://esapi.intellexer.com/Home/Help),false,true,false +teamwork-update-user,Update User,Update a user in Teamwork. [See the documentation](https://apidocs.teamwork.com/docs/teamwork/v1/people/put-people-id-json),true,true,false +teamwork-delete-task,Delete Task,Delete a task. [See the docs here](https://apidocs.teamwork.com/docs/teamwork/67114797aa90c-delete-a-task),true,true,false +teamwork-list-project-tasks,List Project Tasks,List tasks from a project. [See the docs here](https://apidocs.teamwork.com/docs/teamwork/6e3da2c04d779-get-all-tasks-on-a-given-project),false,true,true +teamwork-list-users,List Users,List all users. [See the documentation](https://apidocs.teamwork.com/docs/teamwork/v1/people/get-people-json),false,true,true +teamwork-create-user,Create User,Create a new user in Teamwork. [See the docs here](https://apidocs.teamwork.com/docs/teamwork/v1/people/post-people-json),false,true,false +teamwork-create-task,Create Task,Create a new task in the backlog. [See the docs here](https://apidocs.teamwork.com/docs/teamwork/cd8948166b1b1-create-a-task),false,true,false +teamwork-update-task,Update Task,Update a task. [See the docs here](https://apidocs.teamwork.com/docs/teamwork/6e3da2c04d779-update-a-task),true,true,false +teamwork-get-user,Get User,Get a user by ID. [See the documentation](https://apidocs.teamwork.com/docs/teamwork/v1/people/get-people-id-json),false,true,true +amazon_selling_partner-retrieve-sales-performance-reports,Retrieve Sales Performance Reports,Fetches sales reports for visualization in third-party dashboarding tools. [See the documentation](https://developer-docs.amazon.com/sp-api/reference/getordermetrics),false,true,true +amazon_selling_partner-optimize-product-pricing,Optimize Product Pricing,Retrieves pricing data to adjust product prices dynamically based on market trends. [See the documentation](https://developer-docs.amazon.com/sp-api/reference/getcompetitivepricing),false,true,true +amazon_selling_partner-generate-sales-inventory-reports,Generate Sales & Inventory Reports,"Requests reports on sales, inventory, and fulfillment performance. [See the documentation](https://developer-docs.amazon.com/sp-api/reference/getreports)",false,true,true +amazon_selling_partner-check-fba-inventory-levels,Check FBA Inventory Levels,Retrieves inventory summaries from Amazon fulfillment centers to monitor stock availability. [See the documentation](https://developer-docs.amazon.com/sp-api/reference/getinventorysummaries),false,true,true +amazon_selling_partner-get-order-details,Get Order Details,Fetches detailed information about a specific order using its order ID. [See the documentation](https://developer-docs.amazon.com/sp-api/reference/getorder),false,true,true +amazon_selling_partner-fetch-orders-by-date-range,Fetch Orders by Date Range,"Retrieves a list of orders based on a specified date range, buyer email, or order ID. [See the documentation](https://developer-docs.amazon.com/sp-api/reference/getorders)",false,true,true +amazon_selling_partner-list-inbound-shipments,List Inbound Shipments,Fetches inbound shipment details to track stock movement and replenishment. [See the documentation](https://developer-docs.amazon.com/sp-api/reference/getshipments),false,true,true +selzy-create-campaign,Create Campaign,Creates a new campaign. [See the documentation](https://selzy.com/en/support/api/messages/createcampaign/),false,true,false +selzy-create-email-message,Create Email Message,Adds a new email message. [See the documentation](https://selzy.com/en/support/category/api/messages/),false,true,false +zamzar-retrieve-job,Retrieve Job,Finds the file that has been processed under the specified job id. [See the documentation](https://developers.zamzar.com/docs),false,true,true +zamzar-start-job-from-file,Start Job From File,Starts a conversion job and upload a source file in a single request. [See the documentation](https://developers.zamzar.com/docs),false,true,false +zamzar-create-content-file,Create Content File,Creates a file from the provided content. [See the documentation](https://developers.zamzar.com/docs),false,true,false +surveysparrow-create-contact,Create Contact,Creates a new contact. [See the documentation](https://developers.surveysparrow.com/rest-apis/contacts#postV3Contacts),false,true,false +surveysparrow-share-survey-email,Share Survey via Email,Sends a saved email share template to a provided email address. Configure the saved template,false,true,false +surveysparrow-create-survey,Create Survey,Creates a new survey. [See the documentation](https://developers.surveysparrow.com/rest-apis/survey#postV3Surveys),false,true,false +surveysparrow-update-survey,Update Survey,Updates an existing survey. [See the documentation](https://developers.surveysparrow.com/rest-apis/survey#patchV3SurveysId),true,true,false +surveysparrow-share-nps-survey-sms,Share NPS Survey via SMS,Sends a saved NPS share template via SMS to given mobile number recipients. [See the documentation](https://developers.surveysparrow.com/rest-apis/channels#postV3Channels),false,true,false +peach-send-template-message,Send Template Message,Send a predefined message to a contact within the Peach app. [See the documentation](https://peach.apidocumentation.com/reference#tag/messaging/post/transactional_messages),false,true,false +peach-create-contact,Create Contact,Creates a contact in your account. [See the documentation](https://peach.apidocumentation.com/reference#tag/contacts/post/subscribers),false,true,false +linearb-create-incident,Create Incident,Create a new incident within the LinearB platform. [See the documentation](https://docs.linearb.io/api-incidents/#create-incident),false,true,false +hubstaff-create-task,Create Task,Creates a new task on your Hubstaff organization. [See the documentation](https://developer.hubstaff.com/docs/hubstaff_v2#!/tasks/postV2ProjectsProjectIdTasks),false,true,false +hubstaff-list-tasks,List Tasks,Retrieves a list of all tasks from your Hubstaff organization. [See the documentation](https://developer.hubstaff.com/docs/hubstaff_v2#!/tasks/getV2OrganizationsOrganizationIdTasks),false,true,true +hubstaff-update-task,Update Task,Update a specific task within your Hubstaff organization. [See the documentation](https://developer.hubstaff.com/docs/hubstaff_v2#!/tasks/putV2TasksTaskId),true,true,false +short_menu-create-short-link,Create Short Link,Create a new short link. [See the documentationo](https://docs.shortmenu.com/api-reference/endpoint/create-link),false,true,false +shipcloud-create-shipment,Create Shipment,Create a shipment [See docs here](https://developers.shipcloud.io/reference/#creating-a-shipment),false,true,false +shipcloud-create-shipment-quote,Create Shipment Quote,Create a shipment quote [See docs here](https://developers.shipcloud.io/reference/#creating-a-shipment-quote),false,true,false +shipcloud-get-shipment-info,Get Shipment Info,Retrieve details for a shipment [See docs here](https://developers.shipcloud.io/reference/#getting-information-about-a-shipment),false,true,true +tick-create-time-entry,Create Time Entry,Creates a time entry. [See docs here](https://github.com/tick/tick-api/blob/master/sections/entries.md#create-entry),false,true,false +tick-create-user,Create User,Creates a user. [See docs here](https://github.com/tick/tick-api/blob/master/sections/users.md#create-user),false,true,false +tick-create-task,Create Task,Creates a task. [See docs here](https://github.com/tick/tick-api/blob/master/sections/tasks.md#create-task),false,true,false +tick-create-client,Create Client,Creates a client. [See docs here](https://github.com/tick/tick-api/blob/master/sections/clients.md#create-client),false,true,false +tick-create-project,Create Project,Creates a project. [See docs here](https://github.com/tick/tick-api/blob/master/sections/projects.md#create-project),false,true,false +baselinker-create-or-update-inventory-product,Create Or Update Inventory Product,It allows you to add a new product to BaseLinker catalog. Entering the product with the ID updates previously saved product. [See the Documentation](https://api.baselinker.com/index.php?method=addInventoryProduct).,true,true,false +baselinker-delete-inventory-product,Delete Inventory Product,It allows you to remove the product from BaseLinker catalog. [See the Documentation](https://api.baselinker.com/index.php?method=deleteInventoryProduct).,true,true,false +baselinker-create-order,Create Order,It allows adding a new order to the BaseLinker order manager. [See the Documentation](https://api.baselinker.com/index.php?method=addOrder).,false,true,false +baselinker-update-order-status,Update Order Status,It allows you to change order status. [See the Documentation](https://api.baselinker.com/index.php?method=setOrderStatus).,true,true,false +mojo_helpdesk-create-user,Create User,Create a new user. [See the docs here](https://github.com/mojohelpdesk/mojohelpdesk-api-doc#create-user),false,true,false +mojo_helpdesk-create-ticket,Create Ticket,Create a new ticket. [See the docs here](https://github.com/mojohelpdesk/mojohelpdesk-api-doc#create-ticket),false,true,false +gem-create-candidate,Create Candidate,Creates a new candidate in Gem. [See the documentation](https://api.gem.com/v0/reference#tag/Candidates/paths/~1v0~1candidates/post),false,true,false +onenote-create-page,Create Page,Creates a page. [See the documentation](https://learn.microsoft.com/en-us/graph/api/section-post-pages?view=graph-rest-1.0&tabs=http),false,true,false +onenote-create-notebook,Create Notebook,Creates a notebook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/onenote-post-notebooks?view=graph-rest-1.0&tabs=http),false,true,false +onenote-create-section,Create Section,Creates a section. [See the documentation](https://learn.microsoft.com/en-us/graph/api/notebook-post-sections?view=graph-rest-1.0&tabs=http),false,true,false +heylibby-list-qualified-leads,List Qualified Leads,List qualified leads.,false,true,true +clevertap-get-campaigns,Get Campaigns,Get a list of campaigns within a specified date range. [See the documentation](https://developer.clevertap.com/docs/get-campaigns-api),false,true,true +clevertap-create-or-update-user,Create Or Update User,Create or update an user. [See the documentation](https://developer.clevertap.com/docs/upload-user-profiles-api),true,true,false +clevertap-create-campaign,Create Campaign,Create a campaign. [See the documentation](https://developer.clevertap.com/docs/create-campaign-api),false,true,false +clevertap-get-campaign-report,Get Campaign Report,Get the report for a completed campaign. [See the documentation](https://developer.clevertap.com/docs/get-campaign-report-api),false,true,true +clevertap-upload-events,Upload Events,Upload events. [See the documentation](https://developer.clevertap.com/docs/upload-events-api),false,true,false +clevertap-stop-campaign,Stop Campaign,Stop a running campaign. [See the documentation](https://developer.clevertap.com/docs/stop-campaign-api),true,true,false +connectwise_psa-create-contact,Create Contact,Creates a new contact in Connectwise. [See the documentation](https://developer.connectwise.com/Products/ConnectWise_PSA/REST#/Contacts/postCompanyContacts),false,true,false +connectwise_psa-create-company,Create Company,Creates a new company in Connectwise. [See the documentation](https://developer.connectwise.com/Products/ConnectWise_PSA/REST#/Companies/postCompanyCompanies),false,true,false +connectwise_psa-create-ticket,Create Ticket,Creates a new ticket in Connectwise. [See the documentation](https://developer.connectwise.com/Products/ConnectWise_PSA/REST#/Tickets/postServiceTickets),false,true,false +setmoreappointments-create-customer,Create Customer,Create a new customer in Setmore Appointments. [See the documentation](https://setmore.docs.apiary.io/#introduction/customers/create-a-customer),false,true,false +setmoreappointments-create-appointment,Create Appointment,Create a new appointment in Setmore Appointments. [See the documentation](https://setmore.docs.apiary.io/#introduction/appointments/create-an-appointment),false,true,false +imagekit_io-get-file-details,Get File Details,Get details from a specific file. [See the documentation](https://docs.imagekit.io/api-reference/media-api/get-file-details),false,true,true +imagekit_io-search-files,Search Files,List all the uploaded files and folders in your ImageKit.io media library. [See the documentation](https://docs.imagekit.io/api-reference/media-api/list-and-search-files#list-and-search-file-api),false,true,true +imagekit_io-upload-image,Upload Image,Upload a new image to ImageKit.io. [See the documentation](https://docs.imagekit.io/api-reference/upload-file-api/server-side-file-upload),false,true,false +coinmarketcal-search-events,Search Events,Retrieve a list of events based on specified filters. [See the docs here](https://coinmarketcal.com/en/doc/redoc#/paths/~1events/get),false,true,true +coinmarketcal-list-coins,List Coins,Obtain a list of all available coins in CoinMarketCal. [See the docs here](https://coinmarketcal.com/en/doc/redoc#/paths/~1categories/get),false,true,true +coinmarketcal-list-categories,List Categories,Obtain a list of all available event categories in CoinMarketCal. [See the docs here](https://coinmarketcal.com/en/doc/redoc#/paths/~1categories/get),false,true,true +refersion-get-affiliate,Get Affiliate,Get information about an affiliate. You can get an affiliate,false,true,true +refersion-create-affiliate,Create Affiliate,Create a new affiliate. [See the docs here](https://www.refersion.dev/reference/new_affiliate),false,true,false +refersion-manual-commission-credit,Manual Comission Credit,Allows you to manually credit an affiliate with any commission amount. [See the docs here](https://www.refersion.dev/reference/manual_commission_credit),false,true,false +ipdata_co-get-carrier,GET /carrier/{ip_address},The ipdata API supports looking up the Mobile Carrier of an IP Address. Our database currently consists of over 2500 carriers in 234 countries. https://docs.ipdata.co/overview/mobile-carrier-detection,false,true,true +ipdata_co-get-ip-data,GET /{ip_address},Lookup a specific IP Address,false,true,true +ipdata_co-get-time-zone,GET /time_zone/{ip_address},"We provide detailed and accurate Timezone data, adjusted for DST where necessary. https://docs.ipdata.co/overview/timezone-detection",false,true,true