Integrations

Power your agents and workflows with 57 available integrations and 754 native actions.

Integrate natively

Connect the most used enterprise tools right out of the box.

Build custom integrations

Lean more about building custom integrations here.

Add integrations via MCP

Add powerful capabilities via the Model Context Protocol. Learn more here.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Search user by email

Looks up a Slack user by their email address.

Search users

Searches for users in the organization directory by name, email, or other attributes.

Search users

Search for users by email.

Search users

Search for users in your organization by display name or email. Useful for finding specific people when multiple users have similar names.

Search users

Finds Pipedrive users (colleagues) by name or email, returning each user's ID, name, email, and active status. Use it to look up a colleague's user ID for owner fields on other actions. Leave the term empty to list all users.

Search vector index

Searches the database for the most relevant information based on the query provided.

Search work items

Searches work items in the connected organization using filters such as project, type, state, assignee, sprint, or text.

Search workspaces

Searches for Power BI workspaces by name. Returns matching workspaces with ID, name, type, and capacity details.

Send channel message

Sends a message in a Teams channel on the user's behalf. Supports optional Adaptive Cards and Teams announcements.

Send chat message

Sends a message in a Teams chat on the user's behalf. To message the user themselves (a note to self), use chat ID 48:notes instead of searching for their name.

Send draft

Sends an existing draft email by ID.

Send draft from shared mailbox

Sends an existing draft email from a shared mailbox by ID. The draft must already exist in the target mailbox's Drafts folder.

Send email

Creates and immediately sends an email from your Gmail account.

Send email

Sends an email to the specified recipients immediately.

Send email from shared mailbox or other user

Use when sending email from a shared mailbox (e.g., support@company.com) or on behalf of another user with delegated access. Requires 'Send As' or 'Send on Behalf' permission for user mailboxes, or membership in the shared mailbox.

Send invites

Sends event invites to guests.

Send invoice

Sends an invoice to the customer.

Send message

Sends a message to a channel.

Send reply

Sends a reply to an existing email immediately — use when the user wants to reply now, send a reply, or respond to an email. Use the toggle to choose Reply (sender only) or Reply all (sender and all recipients); use 'draft_reply_to_message' to create a draft for review instead of sending immediately.

Send reply from shared mailbox

Sends a reply to an email in a shared mailbox immediately — use when the user wants to reply now from a shared mailbox (e.g., support@company.com). Use the toggle to choose Reply (sender only) or Reply all (sender and all recipients); use 'draft_reply_to_message_in_shared_mailbox' to create a draft for review instead of sending immediately.

Set alignment

Sets text alignment for cells (horizontal and vertical).

Set element alt text

Set the accessibility alt text (title and/or description) on a single existing page element - an image, shape, table, line, group, chart, or video - so screen readers and accessibility/compliance checks (WCAG, Section 508) can describe it. Use this after creating or locating an element to make a deck accessible. Identify the element by its exact objectId: every create-element action returns the id it used (e.g. 'Add image' imageId, 'Add shape with text' shapeId, 'Add table' tableId), or look it up with 'Get presentation' (outputFormat 'map' or 'json'); never invent or guess an id. Provide a title and/or a description - passing an empty string ("") clears that field while omitting it leaves it unchanged; at least one is required. Alt text applies only to page ELEMENTS, never to slides/pages. Echoes back the objectId so you can chain further edits on the same element.

Set image outline and link

Sets the border (outline) and/or clickable link of an existing image on a slide, in place, without replacing the picture — use it to frame an image, recolor/restyle its border, or make it link to a URL. Outline controls: color (RGB 0-1), weight (thickness in points), dash style, and transparency; link controls: point the image at an http(s) URL or pass an empty string to remove the link. Only the properties you set are changed (the API field mask is built to match), so unset fields are left untouched. Identify the image by the exact object ID of an image element that already exists — get it from the response of the action that created it (e.g. 'Add image' returns the imageId) or from 'Get presentation'; never invent or guess the ID. Note: the Slides API does NOT allow setting image effects (brightness, contrast, transparency of the picture itself, recolor filters like grayscale/sepia, or cropping) — those are read-only. To swap the picture, use 'Replace image'; to move or resize it, use 'Update element transform'.

Set issue parent

Links an issue as a sub-issue of a parent, or removes the parent link

Set number format

Sets the number format for cells (currency, percentage, date, etc.).

Set parent for task

Converts a task to a subtask or changes its parent task. Requires the task GID and parent task GID, both from search_tasks or typeahead_search. Returns the updated task

Set slide background

Set a single slide's background to a solid color, a stretched image, or inherit it from the slide's layout/master. Use when restyling one slide's backdrop (not a shape's fill — use 'Update shape properties' for that; use 'Add image' to place a movable picture). Choose backgroundType: SOLID_COLOR fills the slide with one RGB color (0-1 per channel) plus optional transparency; IMAGE stretches a public http(s) image to cover the slide; INHERIT_FROM_PARENT removes this slide's own background so it falls back to its layout/master. ID flow: pass the target slide's page object ID in slideId (NOT the slide number). Only the background changes; the field mask is built automatically and the update is atomic (on failure the slide is left unchanged). Returns the same slide object ID under both slideId and objectId so follow-up actions can chain off it.

Set task dependencies

Sets tasks that this task depends on (prerequisites that must be completed first). Requires the task GID and dependency task GIDs from search_tasks or typeahead_search. Returns the dependency list

Set task dependents

Sets tasks that are blocked by this task (tasks waiting on this one to complete). Requires the task GID and dependent task GIDs from search_tasks or typeahead_search. Returns the dependent list

Similarity search

Searches the collection for the entities most similar to the query, ranked by vector similarity. Use this to find the most relevant information for a query.

Snooze issue

Snooze an issue until a specific time.

Sort range

Sorts data in a range by one or more columns.

Speech to text

Transcribes audio or video content to text

Submit application feedback

Application feedback forms support a variety of field types.

Text to Speech

Convert text into natural-sounding speech using AI voices.

Translate document

Translates a document from one language to another using DeepL's translation service.

Translate text

Translates text from one language to another using DeepL's translation service.

Trigger job

Starts a UiPath automation job for a given process

Typeahead search

Quick name-based search across Asana objects. Best for finding a resource by name when you know the type. Requires a workspace GID from list_workspaces and a resource type (task, project, user, tag, team, portfolio, goal, or custom_field). Returns matching GIDs and names

Ungroup objects

Ungroup one or more grouped page elements ('elementGroup') back into their individual child elements; pass an array to ungroup many in one atomic batchUpdate. After ungrouping, each child (shape, text box, image, line, etc.) becomes an independent page element and keeps its existing child objectId, so you can then move, resize, restyle, or delete the pieces separately — for example to reposition just one element of a logo lockup. ID flow: the group objectIds you pass must be real existing group IDs — get them from get_presentation (outputFormat 'map' or 'json'), where groups appear as 'elementGroup' elements listing their child objectIds, or from the id returned by the group action that created them. Do NOT invent IDs. The group IDs cease to exist after the call; to address the now-independent children, re-read them via get_presentation (outputFormat 'map').

Unlike message

Removes the signed-in user's like from a message.

Update absence period

Updates an absence period by ID.

Update account

Update an existing account.

Update account

Updates an account in Salesforce.

Update account highlight

Update an existing account highlight.

Update account metadata

Update account metadata (key-value pairs). Note: This updates metadata only, not subscription settings. Requires admin privileges.

Update action

Updates an existing action's name, description, code, or input fields

Update activity

Updates an existing activity, including marking it done, rescheduling it, or changing its links.

Update agent

Updates an existing agent's configuration. Only provided fields are changed; omitted fields stay unchanged. Updates the draft only; a separate publish step (not exposed by this integration) is required to make the changes active. Requires ASSISTANT_API scope.

Update an issue

Updates an existing issue in Linear.

Update application

Update an application.

Update asset

Updates selected asset attributes while preserving the current object's other attributes

Update attachment

Update previously uploaded attachment with new version.

Update attendance period

Update an attendance period by ID.

Update blog post

Updates an existing Confluence blog post's title, body, or status. Blog posts are a separate content type from pages, so this action handles them, not the update page action.

Update board

Updates a single attribute on a board. Requires a board ID, the attribute to change (name, description, or communication), and the new value. Returns the board ID and confirmation of the update.

Update campaign

Updates a campaign in Salesforce.

Update campaign member

Updates a campaign member in Salesforce.

Update case

Updates all fields and metadata for the case object.

Update cells

Updates cells in a worksheet at a specified range.

Update column

Updates a column's title and/or description on a board (changes the column's schema, not item cell values; for cell updates, use Update item). Requires a board ID, column ID, and at least one of title or description. Returns the column's updated title, type, and description.

Update comment

Updates a comment. Call the search_for_issues action to get the issue ID or key if the user just provides the issue name.

Update comment

Edit the text of an existing comment. Note: Wrike only allows editing within 5 minutes of creation. Use get_task_comments first to obtain the commentId.

Update comment

Updates an existing comment on a Confluence page. Supports @mentions (resolved to real people if found, otherwise kept as plain text).

Update comment

Updates an existing comment on a Confluence page with new content.

Update comment

Updates a comment. Call the search_for_issues action to get the issue ID or key if the user just provides the issue name.

Update company

Updates a company in HubSpot.

Update configuration item dependencies

Adds or removes relationships for a base configuration item.

Update contact

Updates a contact in Salesforce.

Update contact

Updates a contact in HubSpot.

Update contact

Updates selected fields on an existing personal Outlook contact. Unspecified fields remain unchanged. Empty optional values are ignored and cannot clear a field. For a department-only change, set department and leave givenName, surname, displayName, and every other optional field unset. Clearing fields is not supported.

Update content note

Updates an Enhanced Note (ContentNote).

Update contract

Updates fields on an existing Salesforce Contract. To activate a contract, set Status to an Activated-category value (requires the 'Activate Contracts' user permission). Activated contracts cannot have AccountId changed and most fields become read-only without that permission.

Update coupon

Updates an existing coupon for an event.

Update customer

Updates an existing customer's information.

Update custom field

Update an existing custom field.

Update custom field

Modify an existing custom field.

Update custom object

Updates an existing record in a Salesforce custom object.

Update custom object

Updates properties of an existing custom object record. Use 'Get custom object context' to discover available property names.

Update database

Updates a Notion database's title, description, icon, cover, or property schema. Requires a database ID and at least one field to update. Returns the updated database metadata.

Update deal

Updates one or more fields from an existing deal.

Update deal

Updates an existing deal, changing any of its value, stage, status, owner, or custom fields.

Update deal line item

Update properties on an existing line item, such as quantity or price.

Update deal product

Updates a product line item on a deal, such as its price, quantity, discount, or comment.

Update document

Update a Google Docs document.

Update draft

Updates an existing draft email by ID. Modify its subject, body, recipients, or attachments.

Update draft

Updates an existing draft email in place. Provide the message ID of the draft and the fields to change — unspecified fields keep their current values.

Update draft in shared mailbox

Updates an existing draft email in a shared mailbox by ID. Modify its subject, body, recipients, or attachments. The draft must already exist in the target mailbox's Drafts folder.

Update element transform

Move, resize, rotate, or shear an existing page element (shape, image, text box, line, group, etc.) on a slide by updating its transform matrix. Use it to reposition or scale elements after creating them or after reading the current layout. Requires the object ID of an element that already exists — get it from the action that created the element (every create action returns the id it used) or from get_presentation (outputFormat "map" or "json"). Never invent or guess the element ID.

Update element z-order

Reorder one or more page elements front-to-back (z-order / stacking order) on a single slide, choosing an operation: BRING_TO_FRONT, BRING_FORWARD, SEND_BACKWARD, or SEND_TO_BACK. Use it to fix overlap - e.g. put a label on top of an image, push a background shape behind text, or bring a highlighted box to the front. All listed elements move together in one atomic batch. This action consumes existing element object IDs: pass the exact objectId of each element (from the create action that returned it, or from get_presentation with outputFormat "map" or "json") - never invent IDs or pass a slide number. Every element must be on the SAME slide and must not be grouped; whole slides and layout-inherited placeholders cannot be reordered. If any ID is wrong the whole batch is rejected and nothing moves.

Update employment

Update an employment record.

Update event

Updates an existing event.

Update event

Updates an event.

Update event

Updates an existing calendar event. Room changes submit asynchronous booking requests; use 'Check room booking status' later to verify whether Exchange accepted or declined them. 'Location' only controls the event's displayed location and does not book a room. Supports partial time updates: if only the start time or end time is provided, the other is automatically preserved from the current event. The timezone is required when updating any time field. Use this to directly change event details when the user is the organizer or has edit rights. If the user is an attendee wanting to suggest a different time, use 'Propose new time' instead. Supports shared/delegated calendars: pass a colleague's email in 'Shared calendar owner' to act on their calendar (they must have granted you edit rights); leave it empty for your own calendar.

Update event

Updates an event in Salesforce.

Update file

Rename a file or change its description in Google Drive.

Update group

Updates a single attribute on a group. Requires a board ID, group ID, the attribute to change (title, color, or position), and the new value. Returns the group's updated ID, title, color, and position.

Update guest status

Updates a guest's status for an event.

Update incident

Updates fields of an existing incident.

Updated task

Triggers each time a task is modified in the selected Asana project (name, assignee, status, dates, custom fields, completion, section changes, etc.). Does not fire for newly created tasks

Updated work item

Triggers when an existing work item is modified. Does not fire for newly created work items; use New work item for that.

airtable-create-records-action, airtable-find-records-action, airtable-get-record-action, airtable-get-base-schema-action, airtable-update-records-action, airtable-list-bases-action, airtable-delete-record-action, airtable-list-tables-action, airtable-list-comments-action, airtable-get-table-schema-action, airtable-create-comment-action

Actions

Triggers

asana-download-attachments-for-object-action, asana-remove-task-followers-action, asana-get-portfolio-action, asana-search-tasks-action, asana-typeahead-search-action, asana-create-task-action, asana-list-workspaces-action, asana-get-project-action, asana-add-task-followers-action, asana-get-users-action, asana-get-projects-for-workspace-action, asana-get-teams-for-workspace-action, asana-update-task-action, asana-get-projects-action, asana-get-tags-in-workspace-action, asana-get-portfolio-items-action, asana-get-teams-for-user-action, asana-get-goals-action, asana-get-stories-for-task-action, asana-get-story-action, asana-set-task-dependents-action, asana-get-projects-for-team-action, asana-create-task-story-action, asana-get-parent-goals-for-goal-action, asana-create-project-action, asana-set-parent-for-task-action, asana-download-attachment-action, asana-set-task-dependencies-action, asana-get-user-action, asana-get-goal-action, asana-get-task-action, asana-get-tasks-action, asana-get-project-task-counts-action, asana-get-attachments-for-object-action, asana-get-portfolios-action
asana-new-task-trigger, asana-updated-task-trigger

Actions

Triggers

ashby-get-application-info-action, ashby-get-applications-action, ashby-get-interview-info-action, ashby-get-candidate-info-action, ashby-list-criteria-evaluations-action, ashby-get-interview-stages-action, ashby-list-users-action, ashby-file-info-action, ashby-change-applicants-stage-action, ashby-submit-application-feedback-action, ashby-list-feedback-forms-action, ashby-list-interview-schedules-action, ashby-list-candidates-action, ashby-list-interview-events-action, ashby-list-application-feedback-action, ashby-update-application-action, ashby-list-interviews-action, ashby-list-communication-templates-action, ashby-get-interview-plans-action, ashby-search-candidate-action, ashby-create-note-action
ashby-new-application-trigger, ashby-applicant-stage-change-trigger

Actions

Triggers

aws-kendra-get-index-configuration-action, aws-kendra-search-action

Actions

Triggers

azure-ai-search-search-documents-action

Actions

Triggers

azure-devops-create-wiki-page-action, azure-devops-find-users-action, azure-devops-get-wiki-page-action, azure-devops-create-pull-request-action, azure-devops-list-branches-action, azure-devops-list-sprints-action, azure-devops-list-wiki-pages-action, azure-devops-list-teams-action, azure-devops-list-wikis-action, azure-devops-add-work-item-comment-action, azure-devops-commit-files-action, azure-devops-create-branch-action, azure-devops-create-work-item-action, azure-devops-get-work-item-comments-action, azure-devops-list-projects-action, azure-devops-get-work-item-type-schema-action, azure-devops-list-repositories-action, azure-devops-search-work-items-action, azure-devops-update-work-item-action, azure-devops-get-sprint-capacity-action, azure-devops-get-current-user-action, azure-devops-get-pull-request-action, azure-devops-get-work-item-action, azure-devops-list-work-item-types-action, azure-devops-merge-pull-request-action
azure-devops-updated-work-item-trigger, azure-devops-new-work-item-trigger

Actions

Triggers

azure-resource-manager-list-subscriptions-action, azure-resource-manager-list-resource-changes-action, azure-resource-manager-search-resources-action, azure-resource-manager-get-resource-action, azure-resource-manager-list-activity-logs-action, azure-resource-manager-list-resource-groups-action, azure-resource-manager-query-resources-action

Actions

Triggers

bigquery-get-table-schema-action, bigquery-insert-table-data-action, bigquery-list-tables-action, bigquery-get-dataset-info-action, bigquery-list-datasets-action, bigquery-list-projects-action, bigquery-execute-query-action, bigquery-create-table-action, bigquery-get-table-data-action, bigquery-create-dataset-action

Actions

Triggers

bitbucket-list-repositories-action, bitbucket-get-pull-request-action, bitbucket-get-pull-request-comments-action, bitbucket-list-pull-requests-action, bitbucket-get-file-content-action, bitbucket-create-pull-request-action, bitbucket-create-branch-action, bitbucket-get-repository-content-action, bitbucket-search-code-action, bitbucket-get-pull-request-diff-action, bitbucket-list-branches-action
bitbucket-new-pull-request-trigger

Actions

Triggers

calendly-get-event-invitees-action, calendly-create-scheduling-link-action, calendly-get-user-availability-action, calendly-get-scheduled-events-action, calendly-cancel-scheduled-event-action, calendly-get-event-types-action
calendly-booking-canceled-trigger, calendly-new-booking-trigger

Actions

Triggers

confluence-get-page-hierarchy-action, confluence-create-blog-post-action, confluence-delete-comment-action, confluence-list-attachments-action, confluence-remove-page-label-action, confluence-append-to-page-action, confluence-download-attachment-action, confluence-get-pages-action, confluence-create-page-action, confluence-search-action, confluence-replace-page-text-action, confluence-update-comment-action, confluence-update-page-action, confluence-get-page-action, confluence-update-blog-post-action, confluence-get-comments-action, confluence-add-comment-action, confluence-get-spaces-action, confluence-get-folder-action, confluence-add-page-label-action
confluence-new-page-trigger, confluence-updated-page-trigger

Actions

Triggers

confluence-data-center-update-comment-action, confluence-data-center-add-comment-action, confluence-data-center-create-page-action, confluence-data-center-get-comments-action, confluence-data-center-get-pages-action, confluence-data-center-get-spaces-action, confluence-data-center-search-action, confluence-data-center-update-page-action, confluence-data-center-get-page-action, confluence-data-center-delete-comment-action
confluence-data-center-new-page-trigger, confluence-data-center-updated-page-trigger

Actions

Triggers

databricks-ask-genie-action, databricks-invoke-agent-action, databricks-list-catalogs-action, databricks-run-sql-query-action, databricks-get-dashboard-action, databricks-get-genie-response-action, databricks-get-notebook-action, databricks-get-sql-result-action, databricks-get-table-metadata-action, databricks-list-dashboards-action, databricks-list-genie-agents-action, databricks-list-notebooks-action, databricks-list-schemas-action, databricks-list-serving-endpoints-action, databricks-list-tables-action, databricks-list-volumes-action, databricks-list-sql-warehouses-action, databricks-search-tables-action

Actions

Triggers

deepl-download-translated-document-action, deepl-improve-text-action, deepl-create-glossary-action, deepl-translate-document-action, deepl-translate-text-action, deepl-list-all-glossaries-action, deepl-get-glossary-action, deepl-get-document-status-action, deepl-delete-glossary-action, deepl-get-usage-action

Actions

Triggers

elevenlabs-get-recent-conversations-action, elevenlabs-get-conversation-transcript-action, elevenlabs-speech-to-text-action, elevenlabs-text-to-speech-action

Actions

Triggers

excel-create-chart-action, excel-delete-table-row-action, excel-get-table-rows-action, excel-get-tables-action, excel-sort-range-action, excel-insert-formulas-action, excel-get-workbook-summary-action, excel-insert-row-action, excel-update-cells-action, excel-get-single-table-row-action, excel-set-number-format-action, excel-update-table-row-action, excel-add-sheet-to-workbook-action, excel-add-table-row-action, excel-clear-range-action, excel-create-table-action, excel-delete-column-action, excel-delete-row-action, excel-get-all-table-columns-action, excel-get-range-action, excel-merge-cells-action, excel-set-alignment-action, excel-get-sheet-by-item-id-action, excel-format-cells-action, excel-search-files-action, excel-insert-column-action

Actions

Triggers

github-get-release-by-tag-action, github-compare-action, github-search-code-action, github-get-pull-request-commits-action, github-get-repository-content-action, github-create-pull-request-action, github-list-issues-action, github-get-file-content-action, github-list-repositories-action, github-list-releases-action, github-get-pull-request-comments-action, github-list-pull-requests-action, github-get-release-action, github-get-pull-request-action, github-create-issue-action, github-create-issue-comment-action, github-list-branches-action, github-get-commit-diff-action, github-update-issue-action, github-get-pull-request-files-action, github-create-branch-action, github-change-file-action, github-get-branch-action, github-get-current-user-action
github-pull-request-merged-trigger, github-new-pull-request-trigger, github-new-issue-comment-trigger, github-new-pull-request-comment-trigger, github-new-issue-trigger, github-new-commit-trigger, github-new-release-trigger, github-changes-in-path-trigger

Actions

Triggers

gitlab-get-job-log-action, gitlab-merge-merge-request-action, gitlab-create-issue-note-action, gitlab-list-pipelines-action, gitlab-get-repository-content-action, gitlab-create-issue-action, gitlab-create-merge-request-action, gitlab-get-commit-diff-action, gitlab-get-current-user-action, gitlab-get-file-content-action, gitlab-get-issue-action, gitlab-get-issue-notes-action, gitlab-get-merge-request-diffs-action, gitlab-get-merge-request-notes-action, gitlab-get-pipeline-jobs-action, gitlab-list-branches-action, gitlab-list-commits-action, gitlab-list-issues-action, gitlab-list-labels-action, gitlab-list-merge-requests-action, gitlab-list-projects-action, gitlab-manage-pipeline-action, gitlab-search-project-code-action, gitlab-search-in-gitlab-action, gitlab-get-merge-request-action, gitlab-create-merge-request-note-action
gitlab-new-merge-request-trigger, gitlab-merge-request-merged-trigger, gitlab-new-issue-trigger, gitlab-new-commit-trigger, gitlab-changes-in-path-trigger, gitlab-new-release-trigger

Actions

Triggers

gmail-reply-to-email-action, gmail-update-draft-action, gmail-get-email-with-attachments-action, gmail-list-labels-action, gmail-forward-email-action, gmail-update-label-action, gmail-create-draft-reply-action, gmail-add-label-to-email-action, gmail-create-email-draft-action, gmail-search-emails-action, gmail-send-email-action
gmail-new-email-matching-search-trigger, gmail-label-changed-on-email-trigger, gmail-new-email-trigger

Actions

Triggers

google-analytics-batch-run-reports-action, google-analytics-get-metadata-action, google-analytics-get-realtime-users-by-device-action, google-analytics-run-pivot-report-action, google-analytics-analyze-content-performance-action, google-analytics-run-report-action, google-analytics-analyze-traffic-sources-action

Actions

Triggers

google-calendar-list-calendars-action, google-calendar-get-event-action, google-calendar-get-free-busy-for-calendar-action, google-calendar-add-event-action, google-calendar-update-event-action, google-calendar-delete-event-action, google-calendar-search-for-events-action
google-calendar-event-start-trigger, google-calendar-new-event-trigger, google-calendar-new-event-matching-search-trigger

Actions

Triggers

google-docs-insert-table-action, google-docs-get-document-action, google-docs-rename-tab-action, google-docs-create-tab-action, google-docs-delete-tab-action, google-docs-format-text-action, google-docs-append-text-action, google-docs-replace-text-action, google-docs-add-header-or-footer-action, google-docs-update-document-action, google-docs-create-document-action, google-docs-search-file-action, google-docs-clear-document-action, google-docs-insert-image-action, google-docs-insert-page-break-action, google-docs-list-tabs-action, google-docs-get-tab-action

Actions

Triggers

google-drive-get-folder-action, google-drive-get-current-user-action, google-drive-get-recent-files-action, google-drive-upload-file-action, google-drive-copy-file-action, google-drive-create-folder-action, google-drive-get-file-action, google-drive-get-file-metadata-action, google-drive-list-files-in-folder-action, google-drive-list-folders-action, google-drive-move-file-action, google-drive-search-files-action, google-drive-update-file-action
google-drive-updated-file-trigger, google-drive-new-folder-trigger, google-drive-new-file-trigger

Actions

Triggers

google-maps-search-places-action, google-maps-get-place-details-action, google-maps-reverse-geocode-action, google-maps-get-directions-action, google-maps-geocode-address-action, google-maps-compute-distance-matrix-action

Actions

Triggers

google-meet-get-meeting-details-action, google-meet-get-meeting-transcription-action
google-meet-call-ended-trigger

Actions

Triggers

google-sheets-download-spreadsheet-action, google-sheets-search-spreadsheets-action, google-sheets-add-sheet-action, google-sheets-append-rows-to-spreadsheet-action, google-sheets-clear-spreadsheet-rows-action, google-sheets-create-rows-action, google-sheets-create-spreadsheet-action, google-sheets-delete-spreadsheet-rows-action, google-sheets-get-comments-action, google-sheets-get-spreadsheet-metadata-action, google-sheets-insert-columns-action, google-sheets-list-spreadsheet-row-action, google-sheets-list-spreadsheet-row-range-action, google-sheets-rename-sheet-action, google-sheets-update-spreadsheet-rows-action, google-sheets-delete-sheet-action
google-sheets-data-changed-trigger

Actions

Triggers

google-slides-update-element-transform-action, google-slides-set-element-alt-text-action, google-slides-replace-text-action, google-slides-list-presentations-action, google-slides-embed-sheets-chart-action, google-slides-replace-shapes-with-chart-action, google-slides-update-table-action, google-slides-replace-shapes-with-images-action, google-slides-add-shape-with-text-action, google-slides-update-shape-properties-action, google-slides-update-paragraph-style-action, google-slides-add-line-action, google-slides-update-text-style-action, google-slides-copy-presentation-action, google-slides-edit-speaker-notes-action, google-slides-build-deck-from-outline-action, google-slides-batch-update-advanced-raw-api-action, google-slides-refresh-linked-chart-action, google-slides-create-video-action, google-slides-edit-shape-text-action, google-slides-duplicate-slide-or-element-action, google-slides-set-image-outline-and-link-action, google-slides-create-presentation-action, google-slides-group-objects-action, google-slides-delete-object-action, google-slides-render-slide-action, google-slides-export-presentation-action, google-slides-reorder-slides-action, google-slides-list-layouts-action, google-slides-replace-image-action, google-slides-update-element-z-order-action, google-slides-ungroup-objects-action, google-slides-update-line-properties-action, google-slides-set-slide-background-action, google-slides-add-table-action, google-slides-get-presentation-action, google-slides-add-image-action, google-slides-create-slide-action

Actions

Triggers

google-tasks-update-task-action, google-tasks-delete-task-list-action, google-tasks-list-task-lists-action, google-tasks-delete-task-action, google-tasks-list-tasks-action, google-tasks-move-task-action, google-tasks-clear-completed-tasks-action, google-tasks-delete-completed-tasks-action, google-tasks-create-task-action, google-tasks-get-task-action, google-tasks-get-task-list-action, google-tasks-create-task-list-action, google-tasks-update-task-list-action

Actions

Triggers

hubspot-update-custom-object-action, hubspot-update-company-action, hubspot-find-company-action, hubspot-get-contact-engagement-action, hubspot-get-list-action, hubspot-get-company-action, hubspot-get-company-context-action, hubspot-find-note-action, hubspot-get-form-submissions-action, hubspot-update-deal-action, hubspot-update-deal-line-item-action, hubspot-update-meeting-action, hubspot-update-ticket-action, hubspot-get-contact-action, hubspot-get-current-user-context-action, hubspot-get-custom-object-action, hubspot-get-custom-object-associations-action, hubspot-get-custom-object-context-action, hubspot-get-deal-action, hubspot-get-deal-context-action, hubspot-get-deal-line-item-action, hubspot-get-form-action, hubspot-get-marketing-email-action, hubspot-get-meeting-action, hubspot-get-hubspot-owners-action, hubspot-get-ticket-context-action, hubspot-get-task-action, hubspot-list-custom-object-types-action, hubspot-create-note-action, hubspot-list-deal-line-items-action, hubspot-list-forms-action, hubspot-list-lists-action, hubspot-list-marketing-emails-action, hubspot-get-ticket-action, hubspot-create-deal-action, hubspot-search-marketing-emails-action, hubspot-update-contact-action, hubspot-update-marketing-email-action, hubspot-add-deal-line-item-action, hubspot-create-company-action, hubspot-create-contact-action, hubspot-create-custom-object-action, hubspot-create-custom-object-association-action, hubspot-create-meeting-action, hubspot-create-task-action, hubspot-create-ticket-action, hubspot-delete-custom-object-action, hubspot-delete-custom-object-association-action, hubspot-draft-marketing-email-action, hubspot-find-contact-action, hubspot-find-custom-object-action, hubspot-find-email-action, hubspot-find-meeting-action, hubspot-find-task-action, hubspot-find-ticket-action, hubspot-find-deal-action, hubspot-get-association-action, hubspot-get-association-labels-action, hubspot-update-task-action
hubspot-new-ticket-trigger, hubspot-property-changed-trigger, hubspot-new-note-trigger, hubspot-new-form-submission-trigger, hubspot-new-deal-trigger, hubspot-contact-added-to-list-trigger

Actions

Triggers

jira-create-project-action, jira-get-project-action, jira-add-comment-action, jira-create-asset-action, jira-create-issue-action, jira-create-subtask-action, jira-create-version-action, jira-find-components-action, jira-find-users-action, jira-search-assets-action, jira-update-comment-action, jira-get-custom-field-options-action, jira-get-all-issue-types-for-user-action, jira-get-asset-action, jira-get-comments-action, jira-get-current-user-action, jira-get-field-metadata-for-issue-type-action, jira-get-fields-action, jira-get-issue-types-for-project-action, jira-get-issue-action, jira-get-priorities-action, jira-get-project-stages-action, jira-get-recent-projects-action, jira-get-transition-id-action, jira-get-versions-action, jira-list-assets-action, jira-move-issue-by-transition-id-action, jira-search-for-issues-action, jira-update-asset-action, jira-update-issue-action
jira-updated-issue-trigger, jira-new-issue-trigger

Actions

Triggers

jira-data-center-find-components-action, jira-data-center-get-custom-field-options-action, jira-data-center-update-comment-action, jira-data-center-add-comment-action, jira-data-center-create-issue-action, jira-data-center-create-subtask-action, jira-data-center-create-version-action, jira-data-center-find-users-action, jira-data-center-get-all-issue-types-for-user-action, jira-data-center-get-comments-action, jira-data-center-get-current-user-action, jira-data-center-get-field-metadata-for-issue-type-action, jira-data-center-get-fields-action, jira-data-center-get-issue-action, jira-data-center-get-issue-types-for-project-action, jira-data-center-get-priorities-action, jira-data-center-get-project-action, jira-data-center-get-project-stages-action, jira-data-center-get-recent-projects-action, jira-data-center-get-transition-id-action, jira-data-center-get-versions-action, jira-data-center-move-issue-by-transition-id-action, jira-data-center-search-for-issues-action, jira-data-center-update-issue-action
jira-data-center-new-issue-trigger, jira-data-center-updated-issue-trigger

Actions

Triggers

langdock-list-agents-action, langdock-create-agent-action, langdock-create-skill-action, langdock-delete-attachment-action, langdock-delete-skill-action, langdock-get-action-action, langdock-list-knowledge-files-action, langdock-search-knowledge-action, langdock-update-action-action, langdock-get-agent-action, langdock-export-usage-action, langdock-get-knowledge-file-action, langdock-invite-users-action, langdock-update-agent-action, langdock-update-trigger-action, langdock-upload-attachment-action, langdock-upload-knowledge-file-action, langdock-create-trigger-action, langdock-get-meeting-action, langdock-chat-with-agent-action, langdock-create-action-action, langdock-create-integration-action, langdock-delete-action-action, langdock-disable-or-enable-agent-action, langdock-delete-knowledge-file-action, langdock-delete-trigger-action, langdock-export-workflow-runs-action, langdock-get-integration-action, langdock-get-skill-action, langdock-import-skill-action, langdock-list-integrations-action, langdock-list-models-action, langdock-publish-agent-action, langdock-read-folder-file-action, langdock-update-knowledge-file-action, langdock-update-integration-action, langdock-update-integration-auth-action, langdock-update-skill-action, langdock-list-skills-action
langdock-file-added-to-folder-trigger

Actions

Triggers

langdock-docs-search-docs-action

Actions

Triggers

linear-add-attachment-action, linear-add-issue-to-project-action, linear-create-comment-action, linear-create-customer-action, linear-create-customer-request-action, linear-create-issue-action, linear-post-project-update-action, linear-delete-issue-action, linear-get-current-user-action, linear-get-document-action, linear-get-issue-details-action, linear-get-issues-in-team-action, linear-get-project-details-action, linear-get-team-members-action, linear-list-customer-requests-action, linear-list-customers-action, linear-list-documents-action, linear-list-issue-labels-action, linear-list-labels-action, linear-list-workflow-states-action, linear-list-initiatives-action, linear-create-or-update-project-action, linear-add-issue-to-cycle-action, linear-create-or-update-project-milestone-action, linear-list-project-statuses-action, linear-list-projects-action, linear-list-teams-action, linear-list-users-action, linear-set-issue-parent-action, linear-update-an-issue-action, linear-get-issue-comments-action, linear-search-issues-action, linear-list-cycles-action
linear-new-issue-trigger, linear-issue-state-changed-trigger, linear-assignee-assigned-trigger

Actions

Triggers

looker-run-look-by-url-action, looker-run-look-action, looker-list-explores-for-model-action, looker-run-inline-query-action, looker-list-lookml-models-action, looker-get-dashboard-action, looker-search-looks-action, looker-search-dashboards-action, looker-get-query-action, looker-list-looks-action, looker-get-dashboard-elements-action, looker-get-explore-fields-action

Actions

Triggers

looker-api-key-run-look-by-url-action, looker-api-key-list-explores-for-model-action, looker-api-key-search-looks-action, looker-api-key-list-lookml-models-action, looker-api-key-run-look-action, looker-api-key-run-inline-query-action, looker-api-key-get-explore-fields-action, looker-api-key-get-query-action, looker-api-key-get-dashboard-action, looker-api-key-get-dashboard-elements-action, looker-api-key-list-looks-action, looker-api-key-search-dashboards-action

Actions

Triggers

luma-create-event-action, luma-get-guests-action, luma-update-guest-status-action, luma-get-event-action, luma-send-invites-action, luma-get-guest-action, luma-add-event-action, luma-add-guests-action, luma-list-ticket-types-action, luma-list-calendar-coupons-action, luma-create-coupon-action, luma-update-coupon-action, luma-list-event-coupons-action, luma-list-people-action, luma-list-person-tags-action, luma-get-self-action, luma-update-event-action, luma-get-ticket-type-action, luma-add-host-action, luma-lookup-entity-action, luma-list-events-action

Actions

Triggers

metabase-run-native-query-action, metabase-list-dashboards-action, metabase-list-questions-action, metabase-get-question-action, metabase-get-database-metadata-action, metabase-get-collection-items-action, metabase-get-collection-action, metabase-search-action, metabase-run-question-action, metabase-get-root-collection-items-action, metabase-get-dashboard-action, metabase-list-collections-action, metabase-list-databases-action

Actions

Triggers

microsoft-dynamics-365-update-record-action, microsoft-dynamics-365-list-records-action, microsoft-dynamics-365-close-opportunity-as-lost-action, microsoft-dynamics-365-delete-record-action, microsoft-dynamics-365-describe-table-action, microsoft-dynamics-365-close-opportunity-as-won-action, microsoft-dynamics-365-list-tables-action, microsoft-dynamics-365-recalculate-opportunity-action, microsoft-dynamics-365-create-record-action, microsoft-dynamics-365-disqualify-lead-action, microsoft-dynamics-365-get-record-action, microsoft-dynamics-365-qualify-lead-action

Actions

Triggers

microsoft-entra-get-manager-action, microsoft-entra-add-client-secret-action, microsoft-entra-add-redirect-uri-action, microsoft-entra-delete-permission-grant-action, microsoft-entra-search-users-action, microsoft-entra-update-permission-grant-action, microsoft-entra-search-group-members-action, microsoft-entra-search-groups-action, microsoft-entra-search-applications-action, microsoft-entra-assign-app-role-action, microsoft-entra-create-permission-grant-action, microsoft-entra-get-permission-grant-action, microsoft-entra-list-app-role-assignments-action, microsoft-entra-list-expiring-credentials-action, microsoft-entra-list-permission-grants-action, microsoft-entra-remove-app-role-action, microsoft-entra-remove-client-secret-action, microsoft-entra-get-application-action, microsoft-entra-remove-redirect-uri-action

Actions

Triggers

microsoft-fabric-list-workspaces-action, microsoft-fabric-execute-graphql-mutation-action, microsoft-fabric-execute-graphql-query-action, microsoft-fabric-inspect-graphql-schema-action, microsoft-fabric-list-graphql-apis-action

Actions

Triggers

microsoft-onenote-list-notebooks-action, microsoft-onenote-copy-page-action, microsoft-onenote-search-pages-by-title-action, microsoft-onenote-list-recent-pages-action, microsoft-onenote-list-sections-action, microsoft-onenote-update-page-title-action, microsoft-onenote-append-to-page-action, microsoft-onenote-create-notebook-action, microsoft-onenote-create-page-action, microsoft-onenote-create-section-action, microsoft-onenote-delete-page-action, microsoft-onenote-get-page-action, microsoft-onenote-replace-page-content-action

Actions

Triggers

microsoft-planner-list-plans-action, microsoft-planner-search-my-tasks-action, microsoft-planner-create-bucket-action, microsoft-planner-get-task-comments-action, microsoft-planner-list-categories-action, microsoft-planner-update-task-action, microsoft-planner-delete-task-action, microsoft-planner-get-plan-action, microsoft-planner-list-groups-action, microsoft-planner-list-tasks-action, microsoft-planner-list-buckets-action, microsoft-planner-create-plan-action, microsoft-planner-add-task-comment-action, microsoft-planner-create-task-action
microsoft-planner-new-task-trigger, microsoft-planner-task-completed-trigger

Actions

Triggers

microsoft-teams-get-chat-messages-action, microsoft-teams-send-channel-message-action, microsoft-teams-reply-to-channel-message-action, microsoft-teams-create-chat-action, microsoft-teams-get-meeting-transcript-action, microsoft-teams-list-all-channels-action, microsoft-teams-find-chats-action, microsoft-teams-get-channel-message-action, microsoft-teams-list-all-chats-action, microsoft-teams-list-online-meetings-action, microsoft-teams-list-all-teams-action, microsoft-teams-list-all-users-in-channel-action, microsoft-teams-list-all-users-in-chat-action, microsoft-teams-search-users-action, microsoft-teams-search-messages-action, microsoft-teams-send-chat-message-action, microsoft-teams-get-channel-messages-action
microsoft-teams-new-channel-mention-trigger, microsoft-teams-new-reaction-in-chat-trigger, microsoft-teams-new-meeting-transcript-trigger, microsoft-teams-new-reaction-in-channel-trigger, microsoft-teams-new-chat-message-trigger, microsoft-teams-new-channel-message-trigger

Actions

Triggers

microsoft-todo-create-checklist-item-action, microsoft-todo-list-lists-action, microsoft-todo-update-task-action, microsoft-todo-list-checklist-items-action, microsoft-todo-get-task-action, microsoft-todo-list-tasks-action, microsoft-todo-get-list-action, microsoft-todo-create-list-action, microsoft-todo-create-task-action

Actions

Triggers

microsoft-viva-engage-add-community-member-action, microsoft-viva-engage-delete-message-action, microsoft-viva-engage-get-current-user-action, microsoft-viva-engage-get-community-messages-action, microsoft-viva-engage-get-network-action, microsoft-viva-engage-get-thread-messages-action, microsoft-viva-engage-get-user-action, microsoft-viva-engage-like-message-action, microsoft-viva-engage-list-community-members-action, microsoft-viva-engage-list-communities-action, microsoft-viva-engage-post-message-action, microsoft-viva-engage-remove-community-member-action, microsoft-viva-engage-reply-to-thread-action, microsoft-viva-engage-search-action, microsoft-viva-engage-unlike-message-action, microsoft-viva-engage-upload-file-action
microsoft-viva-engage-new-message-with-tag-trigger, microsoft-viva-engage-new-thread-in-community-trigger

Actions

Triggers

milvus-search-collection-action, milvus-create-collection-action, milvus-insert-entity-action, milvus-list-collections-action, milvus-similarity-search-action

Actions

Triggers

miro-get-embed-item-action, miro-get-sticky-note-item-action, miro-search-boards-action, miro-get-specific-item-action, miro-get-card-item-action, miro-get-recent-boards-action, miro-get-frame-action, miro-get-document-item-action, miro-get-frames-action, miro-get-board-items-action, miro-get-board-details-action, miro-get-boards-action, miro-get-text-item-action, miro-get-shape-item-action, miro-get-frame-items-action, miro-get-board-tags-action

Actions

Triggers

monday-com-create-task-action, monday-com-add-file-to-column-action, monday-com-add-file-to-update-action, monday-com-create-board-action, monday-com-create-column-action, monday-com-download-asset-action, monday-com-get-board-schema-action, monday-com-get-item-updates-action, monday-com-move-item-to-group-action, monday-com-update-column-action, monday-com-get-items-action, monday-com-get-users-action, monday-com-add-update-to-item-action, monday-com-create-group-action, monday-com-create-subitem-action, monday-com-get-workspaces-action, monday-com-move-item-to-board-action, monday-com-update-group-action, monday-com-update-item-action, monday-com-update-board-action, monday-com-get-boards-action, monday-com-update-item-column-values-action

Actions

Triggers

notion-get-comments-action, notion-create-comment-action, notion-find-databases-action, notion-get-database-details-action, notion-get-users-action, notion-create-page-action, notion-find-pages-action, notion-update-page-action, notion-search-action, notion-update-database-action, notion-get-page-blocks-action, notion-get-page-content-action, notion-create-database-action, notion-query-database-action, notion-get-page-details-action
notion-updated-database-item-trigger, notion-new-database-item-trigger, notion-updated-page-trigger

Actions

Triggers

onedrive-upload-file-action, onedrive-list-files-in-onedrive-folder-action, onedrive-search-files-action, onedrive-download-onedrive-file-action, onedrive-create-folder-action, onedrive-get-folder-by-name-action, onedrive-list-available-drives-action

Actions

Triggers

openregister-get-shareholders-action, openregister-get-company-information-action, openregister-get-company-by-website-url-action, openregister-search-companies-action, openregister-get-company-contact-information-action

Actions

Triggers

outlook-calendar-get-person-profile-action, outlook-calendar-apply-proposed-time-action, outlook-calendar-check-event-room-booking-status-action, outlook-calendar-create-events-action, outlook-calendar-delete-event-action, outlook-calendar-find-meeting-times-action, outlook-calendar-find-rooms-action, outlook-calendar-get-calendar-settings-action, outlook-calendar-get-events-for-specific-date-action, outlook-calendar-get-event-action, outlook-calendar-get-event-attachments-action, outlook-calendar-get-room-availability-action, outlook-calendar-get-today-s-events-action, outlook-calendar-list-calendar-events-action, outlook-calendar-list-calendars-action, outlook-calendar-list-categories-action, outlook-calendar-list-recurring-event-instances-action, outlook-calendar-propose-new-time-action, outlook-calendar-respond-to-event-action, outlook-calendar-search-people-action, outlook-calendar-update-event-action, outlook-calendar-list-proposed-times-action
outlook-calendar-new-event-trigger, outlook-calendar-new-event-matching-search-trigger

Actions

Triggers

outlook-email-create-folder-action, outlook-email-search-personal-contacts-action, outlook-email-send-reply-action, outlook-email-flag-email-action, outlook-email-send-email-action, outlook-email-create-draft-in-shared-mailbox-action, outlook-email-create-folder-in-shared-mailbox-action, outlook-email-remove-category-from-email-action, outlook-email-search-people-action, outlook-email-update-draft-action, outlook-email-create-contact-action, outlook-email-create-draft-action, outlook-email-draft-reply-to-message-action, outlook-email-draft-reply-to-message-in-shared-mailbox-action, outlook-email-flag-email-in-shared-mailbox-action, outlook-email-forward-email-from-shared-mailbox-action, outlook-email-get-current-user-action, outlook-email-get-email-action, outlook-email-list-contact-folders-action, outlook-email-get-person-profile-action, outlook-email-list-categories-action, outlook-email-list-contacts-action, outlook-email-list-drafts-action, outlook-email-list-drafts-in-shared-mailbox-action, outlook-email-list-folders-action, outlook-email-mark-email-read-status-in-shared-mailbox-action, outlook-email-move-email-to-folder-action, outlook-email-search-own-emails-action, outlook-email-search-shared-email-folders-action, outlook-email-send-draft-from-shared-mailbox-action, outlook-email-send-email-from-shared-mailbox-or-other-user-action, outlook-email-send-reply-from-shared-mailbox-action, outlook-email-update-contact-action, outlook-email-update-draft-in-shared-mailbox-action, outlook-email-add-category-to-email-action, outlook-email-mark-email-read-status-action, outlook-email-send-draft-action, outlook-email-forward-email-action
outlook-email-label-changed-on-email-in-shared-inbox-trigger, outlook-email-new-email-in-shared-inbox-trigger, outlook-email-label-changed-on-email-trigger, outlook-email-new-email-matching-search-trigger, outlook-email-new-email-trigger, outlook-email-new-email-in-shared-mailbox-folder-trigger, outlook-email-new-email-in-specific-folder-trigger

Actions

Triggers

personio-list-job-categories-action, personio-list-documents-action, personio-list-cost-centers-action, personio-update-absence-period-action, personio-list-absence-periods-action, personio-list-jobs-action, personio-update-employment-action, personio-delete-absence-period-action, personio-get-legal-entity-action, personio-list-compensation-types-action, personio-get-candidate-action, personio-search-person-by-email-action, personio-delete-attendance-period-action, personio-get-custom-attributes-action, personio-get-application-stage-transitions-action, personio-get-time-off-balance-action, personio-create-person-action, personio-delete-person-action, personio-get-employment-action, personio-get-attendance-period-action, personio-delete-document-action, personio-get-absence-type-action, personio-list-compensations-action, personio-create-compensation-type-action, personio-get-absence-period-action, personio-get-application-action, personio-get-job-action, personio-get-job-category-action, personio-create-absence-period-action, personio-get-time-off-types-action, personio-get-person-action, personio-list-persons-action, personio-get-org-unit-action, personio-update-person-action, personio-list-employments-action, personio-get-absence-period-breakdowns-action, personio-list-applications-action, personio-list-workplaces-action, personio-list-legal-entities-action, personio-list-candidates-action, personio-create-compensation-action, personio-get-attendance-action, personio-update-attendance-period-action, personio-create-attendance-action

Actions

Triggers

pinecone-upsert-record-action, pinecone-search-namespace-action

Actions

Triggers

pipedrive-add-product-to-deal-action, pipedrive-archive-project-action, pipedrive-convert-lead-to-deal-action, pipedrive-create-activity-action, pipedrive-create-deal-action, pipedrive-create-lead-action, pipedrive-get-organization-action, pipedrive-create-note-action, pipedrive-create-organization-action, pipedrive-create-person-action, pipedrive-create-project-action, pipedrive-find-deal-action, pipedrive-find-lead-action, pipedrive-find-note-action, pipedrive-find-organization-action, pipedrive-find-person-action, pipedrive-get-activity-action, pipedrive-get-current-user-action, pipedrive-get-deal-action, pipedrive-get-deal-context-action, pipedrive-get-lead-action, pipedrive-get-lead-conversion-status-action, pipedrive-get-note-action, pipedrive-get-person-action, pipedrive-get-project-action, pipedrive-list-activities-action, pipedrive-list-deal-products-action, pipedrive-get-stage-action, pipedrive-list-deals-action, pipedrive-list-filters-action, pipedrive-list-pipelines-action, pipedrive-list-organizations-action, pipedrive-list-people-action, pipedrive-list-project-activities-action, pipedrive-list-project-boards-action, pipedrive-list-project-phases-action, pipedrive-list-project-templates-action, pipedrive-list-projects-action, pipedrive-list-stages-action, pipedrive-remove-product-from-deal-action, pipedrive-search-users-action, pipedrive-list-project-tasks-action, pipedrive-search-leads-action, pipedrive-search-projects-action, pipedrive-update-activity-action, pipedrive-update-deal-action, pipedrive-update-deal-product-action, pipedrive-create-project-task-action, pipedrive-update-lead-action, pipedrive-update-note-action, pipedrive-update-organization-action, pipedrive-update-person-action, pipedrive-update-project-action, pipedrive-update-project-task-action
pipedrive-changed-deal-trigger, pipedrive-changed-activity-trigger, pipedrive-changed-lead-trigger, pipedrive-changed-note-trigger, pipedrive-changed-person-trigger, pipedrive-changed-organization-trigger

Actions

Triggers

power-bi-export-report-to-file-initiate-action, power-bi-export-paginated-report-initiate-action, power-bi-get-dataset-dependencies-action, power-bi-get-dataset-details-action, power-bi-get-dataset-schema-action, power-bi-list-dashboards-action, power-bi-list-reports-action, power-bi-list-workspaces-action, power-bi-export-report-to-file-fetch-action, power-bi-get-dashboard-details-action, power-bi-search-datasets-action, power-bi-search-reports-action, power-bi-get-report-details-action, power-bi-get-table-count-action, power-bi-get-semantic-model-measures-action, power-bi-get-table-sample-action, power-bi-get-semantic-model-relationships-action, power-bi-get-tile-details-action, power-bi-list-dashboard-tiles-action, power-bi-list-dataset-tables-push-api-only-action, power-bi-list-datasets-action, power-bi-execute-query-action, power-bi-search-workspaces-action, power-bi-list-report-pages-action
power-bi-dataset-refresh-completed-trigger, power-bi-data-value-changed-trigger

Actions

Triggers

pylon-update-issue-action, pylon-list-custom-fields-action, pylon-get-issue-followers-action, pylon-create-kb-collection-action, pylon-add-thread-to-issue-action, pylon-create-issue-action, pylon-update-user-action, pylon-get-contact-action, pylon-delete-issue-action, pylon-create-kb-route-redirect-action, pylon-get-issue-action, pylon-get-team-action, pylon-get-user-action, pylon-get-account-action, pylon-get-custom-field-action, pylon-list-teams-action, pylon-list-kb-collections-action, pylon-get-issue-threads-action, pylon-get-issue-messages-action, pylon-search-users-action, pylon-list-issues-action, pylon-create-kb-article-action, pylon-get-knowledge-base-action, pylon-create-account-action, pylon-update-account-action, pylon-create-custom-field-action, pylon-update-kb-article-action, pylon-create-account-highlight-action, pylon-create-team-action, pylon-manage-issue-followers-action, pylon-create-account-activity-action, pylon-list-accounts-action, pylon-add-note-to-thread-action, pylon-get-activity-types-action, pylon-search-issues-action, pylon-delete-account-highlight-action, pylon-search-accounts-action, pylon-list-knowledge-bases-action, pylon-update-team-action, pylon-snooze-issue-action, pylon-update-account-highlight-action, pylon-redact-message-action, pylon-manage-external-issues-action, pylon-delete-account-action, pylon-update-custom-field-action, pylon-list-users-action

Actions

Triggers

qdrant-upsert-point-action, qdrant-create-payload-index-action, qdrant-list-collections-action, qdrant-search-collection-action, qdrant-create-collection-action

Actions

Triggers

salesforce-get-contract-action, salesforce-get-campaign-action, salesforce-update-lead-action, salesforce-get-opportunity-action, salesforce-get-lead-context-action, salesforce-get-content-note-action, salesforce-get-account-action, salesforce-create-contact-action, salesforce-find-task-action, salesforce-get-content-notes-for-record-action, salesforce-get-current-user-action, salesforce-get-lead-action, salesforce-get-notes-for-record-action, salesforce-delete-custom-object-action, salesforce-create-case-action, salesforce-create-account-action, salesforce-get-campaign-member-context-action, salesforce-get-custom-object-context-action, salesforce-create-campaign-member-action, salesforce-create-content-note-action, salesforce-create-contract-action, salesforce-create-custom-object-action, salesforce-create-event-action, salesforce-create-lead-action, salesforce-create-note-action, salesforce-create-opportunity-action, salesforce-create-task-action, salesforce-execute-soql-query-action, salesforce-find-account-action, salesforce-find-campaign-action, salesforce-find-case-action, salesforce-find-contact-action, salesforce-find-contract-action, salesforce-find-custom-objects-action, salesforce-find-event-action, salesforce-find-lead-action, salesforce-find-opportunity-action, salesforce-find-records-advanced-action, salesforce-find-report-action, salesforce-get-account-context-action, salesforce-get-campaign-context-action, salesforce-get-campaign-member-action, salesforce-get-campaign-members-for-campaign-action, salesforce-get-case-action, salesforce-get-case-context-action, salesforce-get-contact-action, salesforce-get-contact-context-action, salesforce-get-contract-context-action, salesforce-get-custom-object-action, salesforce-get-event-action, salesforce-get-event-context-action, salesforce-get-note-action, salesforce-get-task-action, salesforce-get-opportunity-context-action, salesforce-get-task-context-action, salesforce-get-report-action, salesforce-get-user-action, salesforce-list-custom-object-records-action, salesforce-list-custom-object-types-action, salesforce-update-account-action, salesforce-update-campaign-action, salesforce-update-campaign-member-action, salesforce-update-case-action, salesforce-update-contact-action, salesforce-update-content-note-action, salesforce-update-contract-action, salesforce-update-custom-object-action, salesforce-update-event-action, salesforce-update-note-action, salesforce-update-opportunity-action, salesforce-update-task-action, salesforce-upload-file-action
salesforce-new-case-trigger, salesforce-new-opportunity-trigger, salesforce-new-contact-trigger, salesforce-new-lead-trigger, salesforce-new-account-trigger

Actions

Triggers

servicenow-find-configuration-items-action, servicenow-get-configuration-item-types-action, servicenow-get-task-action, servicenow-find-tasks-action, servicenow-comment-on-incident-action, servicenow-create-incident-action, servicenow-find-groups-action, servicenow-find-incidents-action, servicenow-find-knowledge-articles-action, servicenow-find-users-action, servicenow-get-configuration-item-dependencies-action, servicenow-get-current-user-action, servicenow-get-incident-action, servicenow-get-incident-metadata-action, servicenow-get-knowledge-article-action, servicenow-get-knowledge-bases-action, servicenow-update-incident-action, servicenow-update-configuration-item-dependencies-action

Actions

Triggers

sharepoint-get-drive-action, sharepoint-get-profile-action, sharepoint-list-site-pages-action, sharepoint-list-subsites-action, sharepoint-query-list-items-action, sharepoint-get-list-item-action, sharepoint-list-columns-action, sharepoint-add-section-to-page-action, sharepoint-copy-file-action, sharepoint-create-folder-action, sharepoint-create-list-action, sharepoint-create-list-item-action, sharepoint-create-page-action, sharepoint-find-site-users-action, sharepoint-get-column-action, sharepoint-get-file-action, sharepoint-get-page-action, sharepoint-get-folder-action, sharepoint-get-list-action, sharepoint-get-sensitivity-label-action, sharepoint-get-site-action, sharepoint-list-drive-children-action, sharepoint-list-site-lists-action, sharepoint-list-drives-action, sharepoint-list-files-in-sharepoint-folder-action, sharepoint-list-list-items-action, sharepoint-list-recent-files-action, sharepoint-move-file-action, sharepoint-replace-page-content-action, sharepoint-resolve-sharepoint-url-action, sharepoint-search-files-action, sharepoint-upload-file-action, sharepoint-search-sites-action, sharepoint-update-list-item-action, sharepoint-update-page-title-action
sharepoint-file-updated-trigger, sharepoint-new-item-created-trigger

Actions

Triggers

shopify-admin-add-product-media-from-url-action, shopify-admin-add-products-to-collection-action, shopify-admin-adjust-inventory-action, shopify-admin-create-discount-code-action, shopify-admin-add-discount-codes-in-bulk-action, shopify-admin-fulfill-order-action, shopify-admin-get-order-action, shopify-admin-get-product-action, shopify-admin-get-shop-details-action, shopify-admin-find-discount-codes-action, shopify-admin-find-collections-action, shopify-admin-check-inventory-levels-action, shopify-admin-find-orders-action, shopify-admin-find-products-action, shopify-admin-remove-product-media-action, shopify-admin-remove-products-from-collection-action, shopify-admin-reorder-product-media-action, shopify-admin-update-product-media-action, shopify-admin-update-product-variants-action, shopify-admin-upload-product-media-action, shopify-admin-update-product-action

Actions

Triggers

slack-get-thread-replies-action, slack-get-conversation-history-action, slack-download-file-action, slack-reply-to-message-action, slack-search-user-by-email-action, slack-get-current-user-action, slack-get-people-action, slack-send-message-action, slack-get-channels-by-name-action, slack-list-user-conversations-action, slack-search-messages-action, slack-get-channels-action
slack-new-message-by-search-trigger, slack-new-reaction-in-channel-trigger, slack-new-message-in-conversations-trigger, slack-new-message-in-channel-trigger

Actions

Triggers

snowflake-search-schema-action, snowflake-execute-sql-action, snowflake-ask-cortex-analyst-action, snowflake-describe-semantic-view-action, snowflake-list-cortex-search-services-action, snowflake-list-semantic-views-action, snowflake-query-cortex-search-service-rest-action, snowflake-query-semantic-view-action, snowflake-preview-cortex-search-sql-action

Actions

Triggers

snowflake-pat-search-schema-action, snowflake-pat-execute-sql-action, snowflake-pat-cortex-search-action

Actions

Triggers

statista-search-statistics-action, statista-get-statistics-data-by-id-action, statista-get-market-insights-indicator-action, statista-search-consumer-insights-action, statista-get-consumer-insights-action, statista-search-market-insights-action

Actions

Triggers

stripe-create-customer-action, stripe-create-invoice-action, stripe-add-invoice-item-action, stripe-retrieve-balance-action, stripe-list-payment-intents-action, stripe-search-customers-action, stripe-get-tax-id-action, stripe-get-customer-funding-instructions-action, stripe-create-refund-action, stripe-send-invoice-action, stripe-cancel-subscription-action, stripe-attach-payment-method-action, stripe-create-checkout-session-action, stripe-list-overdue-invoices-action, stripe-list-customers-action, stripe-create-tax-rate-action, stripe-update-customer-action, stripe-create-price-action, stripe-list-invoices-action, stripe-create-payment-method-action, stripe-update-subscription-action, stripe-list-tax-rates-action, stripe-confirm-payment-intent-action, stripe-create-payment-intent-action, stripe-create-charge-action, stripe-list-transactions-action, stripe-list-charges-action, stripe-get-subscription-action, stripe-create-product-action, stripe-list-subscriptions-action, stripe-get-invoice-action, stripe-create-subscription-action, stripe-get-customer-action, stripe-list-tax-ids-action
stripe-payment-failed-trigger, stripe-new-invoice-trigger, stripe-subscription-canceled-trigger, stripe-payment-succeeded-trigger, stripe-new-subscription-trigger

Actions

Triggers

tableau-get-custom-view-data-action, tableau-get-view-image-action, tableau-get-custom-view-action, tableau-get-workbook-action, tableau-list-custom-views-action, tableau-get-view-by-path-action, tableau-get-workbook-preview-image-action, tableau-list-data-sources-action, tableau-list-projects-action, tableau-list-views-for-workbook-action, tableau-list-workbooks-action, tableau-query-data-source-action, tableau-query-view-data-action, tableau-read-data-source-metadata-action, tableau-search-content-action

Actions

Triggers

uipath-check-job-status-action, uipath-get-jobs-action, uipath-get-processes-action, uipath-queue-job-action, uipath-get-audit-logs-action, uipath-get-folders-action, uipath-get-job-details-action, uipath-get-job-statistics-action, uipath-get-queue-items-action, uipath-get-queues-action, uipath-trigger-job-action
uipath-job-ended-trigger

Actions

Triggers

uipath-automation-hub-get-automation-idea-action, uipath-automation-hub-get-cost-benefit-analysis-action, uipath-automation-hub-list-applications-action, uipath-automation-hub-list-categories-action, uipath-automation-hub-list-idea-flows-action, uipath-automation-hub-search-automation-ideas-action
uipath-automation-hub-updated-automation-idea-trigger, uipath-automation-hub-new-automation-idea-trigger

Actions

Triggers

vertex-ai-vector-search-list-indexes-action, vertex-ai-vector-search-list-projects-action, vertex-ai-vector-search-search-vector-index-action, vertex-ai-vector-search-upsert-datapoint-action

Actions

Triggers

wrike-create-space-action, wrike-create-custom-field-action, wrike-create-dependency-action, wrike-query-groups-action, wrike-query-tasks-action, wrike-query-workflows-action, wrike-get-access-roles-action, wrike-get-account-action, wrike-create-folder-action, wrike-create-folder-comment-action, wrike-create-group-action, wrike-create-invitation-action, wrike-create-task-action, wrike-create-task-comment-action, wrike-create-workflow-action, wrike-delete-comment-action, wrike-delete-task-action, wrike-get-all-comments-action, wrike-get-all-contacts-action, wrike-get-custom-fields-action, wrike-get-folder-project-action, wrike-get-folder-tree-action, wrike-get-task-action, wrike-get-task-comments-action, wrike-get-task-dependencies-action, wrike-get-task-attachments-action, wrike-get-timelogs-action, wrike-get-user-action, wrike-modify-workflow-action, wrike-update-account-metadata-action, wrike-update-attachment-action, wrike-update-comment-action, wrike-update-custom-field-action, wrike-update-space-action, wrike-update-task-action, wrike-update-user-action
wrike-new-task-in-folder-trigger

Actions

Triggers

zendesk-reply-to-ticket-action, zendesk-find-tickets-action, zendesk-get-organization-action, zendesk-get-article-action, zendesk-create-help-center-article-action, zendesk-create-organization-action, zendesk-find-help-center-articles-action, zendesk-create-ticket-action, zendesk-find-users-action, zendesk-get-ticket-conversation-log-action, zendesk-list-users-action, zendesk-list-organizations-action, zendesk-search-action, zendesk-update-organization-action, zendesk-update-ticket-action, zendesk-get-ticket-action

Actions

Triggers

zoom-list-meetings-action, zoom-create-meeting-action, zoom-list-recordings-action, zoom-get-recording-transcript-action, zoom-list-past-meeting-instances-action, zoom-get-meeting-action, zoom-get-meeting-summary-action, zoom-get-meeting-recordings-action, zoom-get-current-user-action, zoom-get-past-meeting-action

Actions

Triggers

Questions & answers

What can I do with Langdock integrations?

Integrations let you connect Langdock to your existing tools so your agents and workflows can search documents, trigger actions, update data, or automate workflows across your apps.

Which tools can I integrate with Langdock?

Langdock supports a wide range of popular workplace tools like Google Drive, Notion, Confluence, Slack, Salesforce, Jira, Asana, and more. You can also build fully custom integrations for any API‑enabled tool.

Do I need to build my own integrations?

You don’t have to. Many integrations are plug‑and‑play. But if you want custom functionality or custom actions, Langdock includes a built‑in integration builder that makes it easy to create your own integration logic with guided JavaScript support.

Are integrations secure?

Absolutely. Langdock uses secure authentication (including OAuth 2.0), handles credentials safely, and runs custom code in a sandboxed environment. Langdock is also ISO 27001 certified, SOC 2 Type II audited, and GDPR compliant.

How do I use integrations inside a chat or agent?

Once connected, you can use integrations directly in any chat by typing @ to trigger available actions. Agents can also call integrations automatically based on their instructions.