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.

Delete row

Deletes a row from a worksheet, shifting remaining rows up.

Delete spreadsheet rows

Deletes a range of rows in a specific spreadsheet.

Delete tab

Removes a tab from a Google Docs document. The document must have at least two tabs.

Delete table row

Deletes a specific row from a table given its row index.

Delete task

Delete a specific task.

Delete task

Permanently delete a task from Planner.

Delete task

Moves a task to the Recycle Bin. The task can be restored later using the update_task action with restore=true.

Delete task list

Delete a task list and all its tasks.

Describe table

Describes a single Dataverse table: its primary ID and name attributes plus its columns (logical name, type, required level). Use this to discover the exact column names before listing, creating, or updating records.

Disqualify lead

Add-on action (Dynamics 365 Sales) — requires the Sales app on the connected Dataverse environment. Disqualifies a lead by setting its state to Disqualified with a status reason such as Lost or No longer interested.

Download attachment

Gets detailed attachment data including name, download URL, view URL, and parent resource. Requires an attachment GID from get_attachments_for_object. Returns complete attachment information needed for accessing the file

Download attachments for object

Downloads all attachments for a project, task, or project brief as base64-encoded files. Requires a parent GID from typeahead_search. Returns file names, MIME types, and base64 content

Download OneDrive file

Downloads a file from OneDrive and returns base64 content.

Download translated document

Downloads a translated document.

Draft reply to message

Creates a draft reply for review (does NOT send) — use when the user wants to draft, prepare, or save a reply for review before sending. Use the toggle to choose Reply (sender only) or Reply all (sender and all recipients); use 'send_reply' instead to send the reply immediately.

Duplicate slide or element

Duplicate an existing slide (with all its content) or a single page element (shape, text box, table, image, or line) within the same presentation; the copy is inserted directly after the original. Use it for templating - build one polished slide, then duplicate it per section and customize each copy. ID flow: pass the OBJECT ID of the slide/element to duplicate (from get_presentation or the action that created it). The API auto-generates new IDs for the copy and its children and only returns the new top-level ID, so optionally supply idMappings to assign your own predictable IDs and edit the copy immediately without a follow-up get_presentation. Returns the new top-level object ID plus the full old-to-new ID map.

Edit shape text

Edits the text of an existing shape, text box, or table cell on a slide — replace all text, replace a specific character range, or insert text at a position. Use it to fill placeholders or update copy after a shape exists. You must pass the element's exact object ID in `elementId`: get it from the action that created the element (add_shape_with_text, add_table, etc., which return the id they used) or from get_presentation (outputFormat "map" or "json"). Never invent an ID and never pass a slide number.

Edit speaker notes

Write, append to, or clear the speaker notes for one slide (the presenter-facing 'Notes' area below the slide), not the visible on-slide text. Use it to draft what the presenter should say, add talking points to a slide you just created, or wipe outdated notes. Operates on a single slide identified by its slide OBJECT ID. ID flow: pass the presentationId from the URL and the slide's objectId (from create_slide / build_deck_from_outline output, or get_presentation outputFormat 'map'); the action automatically locates the speaker-notes shape on that slide, so you never supply the notes shape ID yourself.

Embed Sheets chart

Embed an existing chart from a Google Sheets spreadsheet onto a slide as either a LINKED chart (stays connected to the Sheet so it can be refreshed with the latest data) or a NOT_LINKED_IMAGE (a static, non-refreshable snapshot). Use it to drop a Sheets-built chart into a deck instead of recreating the data in Slides. You must have at least view access to the source spreadsheet (the Slides API reads it on your behalf). ID flow: pass the presentationId from the URL, the slide's OBJECT ID (not its number — get it from get_presentation outputFormat "map", or from create_slide / build_deck_from_outline), the spreadsheetId, and the INTEGER chartId from inside that Sheet (0, 1, 2, …) — NOT a Slides object ID. Returns the embedded chart's object ID (objectId / chartObjectId) and whether it is linked, so you can later refresh, move, resize, or delete it.

Execute query

Run DAX queries, DMVs, MDX queries, or INFO DAX functions against a Power BI dataset. Results with more than 50 rows are returned as a CSV file to preserve full data for analysis. DAX queries on standard datasets use the Execute Queries API. Live connection/Azure Analysis Services datasets, DMVs, MDX queries, and INFO DAX functions use XMLA endpoint.

Execute query

Executes a SQL query in BigQuery and returns the results.

Execute SOQL query

Executes a SOQL query and automatically fetches all result pages.

Execute SQL

Execute SQL query and return resulting data.

Execute SQL

Execute SQL query and return resulting data.

Export paginated report (initiate)

Initiates a Power BI paginated report export job. Supports more formats than regular reports including XLSX, CSV, DOCX, XML. Returns export ID for use with fetch action.

Export presentation

Export an entire Google Slides deck as a downloadable file and return it to the user — PDF (preserves exact layout/visuals; best for sharing or printing), PPTX (editable PowerPoint), or TXT (plain-text extraction of all slide text). Use this when the user wants to download, save, share, or convert a whole deck. The file is named after the presentation title (e.g. 'My Deck.pdf'). This action consumes only the presentationId (no slide or element IDs); take the presentationId from the URL or from the presentationId returned by create_presentation / copy_presentation. Note: Google's Drive export endpoint caps exports at 10MB — very large decks return an actionable error suggesting TXT or a manual download.

Export report to file (fetch)

Fetches a Power BI report export (regular or paginated) by checking status and downloading the file if ready.

Export report to file (initiate)

Initiates a Power BI report export job. Returns export ID for use with fetch action.

Export usage

Exports workspace usage data for the given date range. Pick the dataset (agents, assistants, users, workflows, projects, or models) and a from/to range; returns the matching records inline. Requires USAGE_EXPORT_API scope.

File info

Retrieve the url of a file associated with a candidate.

Find account

Finds accounts with full-text search capabilities.

Find campaign

Finds campaigns with full-text search capabilities.

Find case

Finds cases with full-text search capabilities.

Find chat

Allows you to find a Microsoft Teams chat by its name.

Find company

Finds a company by searching.

Find components

Returns a paginated list of components for one or more projects. Use this to discover component IDs before creating or updating issues with components.

Find configuration items

Finds configuration items based on a query.

Find contact

Finds contacts with full-text search capabilities.

Find contact

Finds a contact by searching.

Find contract

Finds contracts. Two modes: (1) text search on indexed Contract fields when 'Search Term' is provided (>=2 chars, no wildcards alone); (2) filter-only query when 'Where' is provided without a search term (use this for AccountId, Status, or date filters). At least one of the two must be set.

Find custom object

Searches for records in a HubSpot custom object. Supports full-text search, filters, sorting, and property selection. Use 'Get custom object context' to discover filterable property names.

Find custom objects

Finds records of a specified custom object with full-text search.

Find databases

Searches for Notion databases by title across the workspace. Requires a search query string. Returns a list of matching databases with their IDs, titles, and URLs.

Find deal

Finds a deal by searching.

Find email

Finds an email by searching.

Find event

Finds events with full-text search capabilities.

Find groups

Finds groups based on a query.

Find help center articles

Find articles in the Zendesk Help Center.

Find incidents

Finds ServiceNow incidents using a query.

Find knowledge articles

Searches the ServiceNow knowledge base for information. Use this whenever the user asks about information that could be documented in the ServiceNow knowledge base. Returns article titles, numbers, states, categories, and knowledge base names. Use get_knowledge_article to then retrieve the full article body.

Find lead

Finds leads with full-text search capabilities.

Find meeting

Searches for meetings in HubSpot. Accepts an optional search query, filters (date range, outcome, owner), and sort order. Returns a list of meetings including titles, notes, descriptions, start/end times, outcomes, and owner IDs.

Find meeting times

Finds available meeting times for yourself and additional participants. Checks free/busy schedules and suggests optimal time slots within the specified window.

Find note

Finds a note by searching.

Find opportunity

Finds opportunities using Salesforce Parameterized Search with optional sobject-level filters like where, limit, and orderBy.

Find pages

Searches for Notion pages by title across the workspace. Requires a search query string. Returns a list of matching pages with their IDs, titles, and URLs.

Find records

Searches for records in a table with optional filtering. Requires a base ID and table name. Returns matching records with their fields.

Find records (advanced)

Executes advanced querys on supported Salesforce objects based on SOQL queries.

Find report

Finds reports with full-text search capabilities.

Find rooms

Lists conference rooms and meeting spaces in the organization with details including capacity, building, floor, and equipment.

Find task

Finds tasks with full-text search capabilities.

Find task

Finds a task by searching.

Find tasks

Finds Tasks based on a query. Per default filters for tasks and service catalog tasks.

Find ticket

Searches for tickets with optional filters and sorting.

Find tickets

Finds existing tickets by searching.

Find users

Finds users in Zendesk based on a query string or external ID.

Find users

Finds users based on a query.

Find users

Returns a list of active users that match the search string and property.

Format cells

Applies formatting to cells including font styles, background colors, and borders.

Format text

Applies formatting styles like bold, italic, underline, font size, or color to all occurrences of a text string in a Google Docs document

Forward email

Forwards an email to another recipient including original attachments.

Forward email

Forwards an existing email message to one or more recipients with optional comment.

Geocode address

Converts a street address into geographic coordinates (latitude and longitude).

Get absence period

Retrieves an absence period by ID. Get absence period IDs from list_absence_periods or create_absence responses.

Get absence period breakdowns

Retrieves daily breakdowns for an absence period.

Get absence type

Retrieves an absence type by ID.

Get access roles

Returns all access roles in the account.

Get account

Get an account by its ID or external ID.

Get account

Gets an account by id.

Get account

Returns current account information.

Get account context

Gets all fields and metadata for the Account object.

Get activity types

Get custom activity types configured in your Pylon instance.

Get agent

Retrieves the configuration and details of an existing agent including its instructions, model, capabilities, and actions. Requires ASSISTANT_API scope.

Get all comments

Get all comments in current account.

Get all contacts

List contacts of all users and user groups in current account.

Get all issue types for user

Gets all issue types for a user.

Get all table columns

Retrieves all columns from a table.

Get application

Retrieve a recruiting application by ID.

Get application info

Fetch application details by application id or by submitted form instance id (which is return by the applicationForm.submit endpoint).

Get applications

Gets all applications in the organization.

Get application stage transitions

Get the history of stage transitions for a recruiting application.

Get article

Gets a specific article from the Zendesk Help Center by ID.

Get association

Gets associations between objects in HubSpot.

Get association labels

Gets the available association types and labels between two object types. Use this to discover valid associationTypeId values before creating labeled associations. Works with both standard objects (contacts, companies, deals, tickets) and custom objects.

Get attachments for object

Lists attachment metadata (names, types, IDs) for a project, task, or project brief without downloading file content. Requires a parent GID from typeahead_search. Returns attachment GIDs, names, and resource types

Get attendance

Get attendance records with date range and employee filtering.

Get attendance period

Retrieve a single attendance period by ID.

Get base schema

Returns all tables and their fields for a base. Requires a base ID. Returns table names, field names, types, and select options.

Get board details

Retrieves detailed information about a specific board.

Applicant stage change

Triggers when an applicant changed stages.

Booking canceled

Triggers when a Calendly booking is canceled.

Changes in path

Triggers when files are added or modified in a specific path. Useful for CI/CD pipelines, config monitoring, code review automation, or content tracking.

Contact added to list

Triggers when a contact is added to a specific HubSpot list.

Dataset refresh completed

Triggers when a Power BI dataset refresh completes or fails.

Data value changed

Triggers when the result of a DAX, DMV, or MDX query changes.

Event start

Triggers when events are about to start within a specified time window.

Label changed on email

Triggers when labels are added to or removed from an email.

Label changed on email

Triggers when categories are added to or removed from an email in your Outlook mailbox.

New account

Triggers when a new account is created in Salesforce.

New application

A trigger that checks every 2 minutes for new applications.

New booking

Triggers when someone books a meeting through Calendly.

New channel mention

Triggers when you are mentioned in a channel.

New channel message

Triggers when a new message to a channel is send.

New chat message

Triggers when you receive a new chat message.

New commit

Triggers when new commits are pushed to a specific branch.

New contact

Triggers when a new contact is created in Salesforce.

New database item

Triggers when new database items are added.

New deal

Triggers when a new deal is created in HubSpot.

New email

Triggers when a new email is received in your inbox (sent emails are excluded).

New email

Triggers when a new email is received.

New email in shared inbox

Triggers when new emails are received in specified shared inboxes (users you have Mail.Read.Shared access to).

New email in shared mailbox folder

Triggers when emails appear in a specific folder of a shared mailbox (either newly received or moved to it). Requires Mail.Read.Shared permission and folder access.

New email in specific folder

Triggers when emails appear in a specific folder (either newly received or moved to it).

New email matching search

Triggers when new emails matching your search query are received (sent emails excluded unless you add 'in:sent').

New email matching search

Triggers when new emails matching the specified search query are received.

New event

Triggers when new calendar events are created in specified calendars.

New event

Triggers when new calendar events are created in specified calendars.

New event matching search

Triggers when new calendar events matching the specified search query are created.

New event matching search

Triggers when new calendar events matching the specified search query are created.

New file

Triggers when new files are added to Google Drive.

New folder

Triggers when new folders are added to Google Drive.

New form submission

Triggers when a form is submitted in HubSpot.

New invoice

Triggers when a new invoice is created.

New issue

Triggers when new issues are created. Optionally filter with JQL.

New issue

Triggers when a new issue is created in the repository. Does not trigger for pull requests.

New lead

Triggers when a new lead is created in Salesforce. Excludes converted leads.

New meeting transcript

Triggers when a transcript becomes available for a recently ended Teams meeting.

New message by search

Triggers when a new message is found by searching for a specific keyword or other criteria.

New message in channel

Triggers when a new message was posted in a channel (public, private, DM, etc.).

New message in conversations

Triggers when a new message is posted in a specific conversation (DM, group DM, or channel).

New note

Triggers when a new note is created in HubSpot.

New opportunity

Triggers when a new opportunity is created in Salesforce.

New page

Triggers when new pages are published in Confluence.

New pull request

Triggers when a new pull request is opened in the repository.

New reaction in channel

Triggers when a new reaction is added to a message in a specific channel.

New release

Triggers when a new release is published in the repository.

New subscription

Triggers when a new customer subscription is created.

New task

Triggers when a new task is created in a specified plan.

New task

Triggers when a new task is created in the selected Asana project. Includes subtasks

Payment failed

Triggers when a payment attempt fails.

Payment succeeded

Triggers when a payment is successfully captured.

Pull request merged

Triggers when a pull request is merged in the repository.

Subscription canceled

Triggers when a customer subscription is canceled.

Task completed

Triggers when a task is marked as completed (100% progress) in a specified plan.

Updated database item

Triggers when items in the database are updated.

Updated file

Triggers when files are updated in Google Drive.

Updated issue

Triggers when an existing Jira issue is modified (e.g., status change, field edit, reassignment). Does not fire for newly created issues — use "New issue" for that.

Updated page

Triggers when pages are updated.

Updated page

Triggers when a published Confluence page is updated.

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

airtable-update-records-action, airtable-delete-record-action, airtable-create-records-action, airtable-get-base-schema-action, airtable-list-bases-action, airtable-find-records-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

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

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-action, confluence-remove-page-label-action, confluence-get-pages-action, confluence-create-page-action, confluence-search-action, confluence-update-comment-action, confluence-get-comments-action, confluence-delete-comment-action, confluence-get-folder-action, confluence-get-spaces-action, confluence-add-page-label-action, confluence-update-page-action, confluence-add-comment-action
confluence-updated-page-trigger, confluence-new-page-trigger

Actions

Triggers

databricks-invoke-agent-endpoint-action, databricks-get-table-metadata-action, databricks-list-catalogs-action, databricks-list-volumes-action, databricks-search-tables-action, databricks-list-schemas-action, databricks-list-serving-endpoints-action, databricks-list-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-text-to-speech-action, elevenlabs-get-conversation-transcript-action, elevenlabs-get-recent-conversations-action

Actions

Triggers

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

Actions

Triggers

github-create-pull-request-action, github-get-pull-request-files-action, github-change-file-action, github-search-code-action, github-get-release-action, github-get-pull-request-commits-action, github-list-issues-action, github-get-pull-request-comments-action, github-get-release-by-tag-action, github-list-releases-action, github-compare-action, github-list-branches-action, github-get-pull-request-action, github-get-commit-diff-action, github-list-pull-requests-action, github-create-issue-comment-action, github-list-repositories-action, github-get-branch-action, github-create-issue-action, github-update-issue-action, github-get-repository-content-action, github-get-file-content-action
github-pull-request-merged-trigger, github-new-pull-request-trigger, github-new-issue-trigger, github-new-commit-trigger, github-new-release-trigger, github-changes-in-path-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-search-files-action, google-drive-get-folder-action, google-drive-upload-file-action, google-drive-get-current-user-action, google-drive-list-files-in-folder-action, google-drive-create-folder-action, google-drive-get-file-action, google-drive-copy-file-action, google-drive-get-recent-files-action, google-drive-get-file-metadata-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-transcription-action, google-meet-get-meeting-details-action

Actions

Triggers

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

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-list-lists-action, hubspot-get-ticket-action, hubspot-find-meeting-action, hubspot-get-association-action, hubspot-find-ticket-action, hubspot-list-forms-action, hubspot-get-deal-context-action, hubspot-find-task-action, hubspot-update-contact-action, hubspot-delete-custom-object-action, hubspot-delete-custom-object-association-action, hubspot-get-form-action, hubspot-get-company-action, hubspot-list-custom-object-types-action, hubspot-get-list-action, hubspot-get-task-action, hubspot-get-contact-engagement-action, hubspot-create-contact-action, hubspot-find-deal-action, hubspot-create-deal-action, hubspot-get-contact-action, hubspot-get-ticket-context-action, hubspot-create-task-action, hubspot-create-company-action, hubspot-get-current-user-context-action, hubspot-create-ticket-action, hubspot-get-deal-action, hubspot-update-task-action, hubspot-find-note-action, hubspot-create-custom-object-action, hubspot-get-meeting-action, hubspot-find-email-action, hubspot-update-ticket-action, hubspot-find-custom-object-action, hubspot-get-custom-object-associations-action, hubspot-get-association-labels-action, hubspot-create-note-action, hubspot-find-contact-action, hubspot-update-deal-action, hubspot-find-company-action, hubspot-update-company-action, hubspot-get-company-context-action, hubspot-create-custom-object-association-action, hubspot-get-custom-object-action, hubspot-update-custom-object-action, hubspot-get-custom-object-context-action, hubspot-get-form-submissions-action, hubspot-get-hubspot-owners-action
hubspot-new-note-trigger, hubspot-new-form-submission-trigger, hubspot-new-deal-trigger, hubspot-contact-added-to-list-trigger

Actions

Triggers

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

Actions

Triggers

langdock-search-knowledge-action, langdock-upload-attachment-action, langdock-list-models-action, langdock-get-integration-action, langdock-update-integration-action, langdock-create-trigger-action, langdock-create-agent-action, langdock-create-integration-action, langdock-update-action-action, langdock-get-knowledge-file-action, langdock-upload-knowledge-file-action, langdock-create-action-action, langdock-list-integrations-action, langdock-update-trigger-action, langdock-get-agent-action, langdock-update-agent-action, langdock-invite-users-action, langdock-list-knowledge-files-action, langdock-update-knowledge-file-action, langdock-export-usage-action

Actions

Triggers

langdock-docs-search-docs-action

Actions

Triggers

linear-get-team-members-action, linear-get-current-user-action, linear-create-issue-action, linear-get-issue-comments-action, linear-create-comment-action, linear-search-issues-action, linear-get-issues-in-team-action, linear-update-an-issue-action, linear-get-issue-details-action, linear-list-teams-action

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-list-ticket-types-action, luma-send-invites-action, luma-list-person-tags-action, luma-create-coupon-action, luma-add-guests-action, luma-list-events-action, luma-list-event-coupons-action, luma-update-guest-status-action, luma-get-guest-action, luma-add-host-action, luma-get-event-action, luma-add-event-action, luma-get-ticket-type-action, luma-update-coupon-action, luma-list-people-action, luma-lookup-entity-action, luma-update-event-action, luma-get-self-action, luma-list-calendar-coupons-action, luma-get-guests-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-search-users-action

Actions

Triggers

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

Actions

Triggers

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

Actions

Triggers

microsoft-teams-send-channel-message-action, microsoft-teams-list-all-users-in-channel-action, microsoft-teams-reply-to-channel-message-action, microsoft-teams-list-all-teams-action, microsoft-teams-search-messages-action, microsoft-teams-get-meeting-transcript-action, microsoft-teams-get-chat-messages-action, microsoft-teams-list-online-meetings-action, microsoft-teams-search-users-action, microsoft-teams-get-channel-message-action, microsoft-teams-list-all-channels-action, microsoft-teams-send-chat-message-action, microsoft-teams-list-all-users-in-chat-action, microsoft-teams-list-all-chats-action, microsoft-teams-find-chat-action, microsoft-teams-get-channel-messages-action
microsoft-teams-new-meeting-transcript-trigger, microsoft-teams-new-chat-message-trigger, microsoft-teams-new-channel-message-trigger, microsoft-teams-new-channel-mention-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

milvus-search-collection-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-get-boards-action, monday-com-get-item-updates-action, monday-com-create-task-action, monday-com-update-item-action, monday-com-update-item-column-values-action, monday-com-get-items-action, monday-com-create-column-action, monday-com-get-board-schema-action, monday-com-update-group-action, monday-com-get-workspaces-action, monday-com-create-subitem-action, monday-com-create-board-action, monday-com-create-group-action, monday-com-move-item-to-board-action, monday-com-get-users-action, monday-com-move-item-to-group-action, monday-com-add-update-to-item-action, monday-com-update-board-action, monday-com-update-column-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-list-categories-action, outlook-calendar-get-events-for-specific-date-action, outlook-calendar-find-meeting-times-action, outlook-calendar-get-calendar-settings-action, outlook-calendar-delete-event-action, outlook-calendar-search-people-action, outlook-calendar-list-proposed-times-action, outlook-calendar-apply-proposed-time-action, outlook-calendar-get-event-action, outlook-calendar-list-calendars-action, outlook-calendar-get-today-s-events-action, outlook-calendar-respond-to-event-action, outlook-calendar-find-rooms-action, outlook-calendar-create-events-action, outlook-calendar-list-calendar-events-action, outlook-calendar-update-event-action, outlook-calendar-propose-new-time-action
outlook-calendar-new-event-trigger, outlook-calendar-new-event-matching-search-trigger

Actions

Triggers

outlook-email-send-draft-action, outlook-email-list-drafts-in-shared-mailbox-action, outlook-email-search-own-emails-action, outlook-email-create-draft-in-shared-mailbox-action, outlook-email-list-contacts-action, outlook-email-send-email-from-shared-mailbox-or-other-user-action, outlook-email-list-folders-action, outlook-email-list-contact-folders-action, outlook-email-draft-reply-to-message-action, outlook-email-list-drafts-action, outlook-email-forward-email-action, outlook-email-remove-category-from-email-action, outlook-email-create-draft-action, outlook-email-send-reply-action, outlook-email-send-draft-from-shared-mailbox-action, outlook-email-add-category-to-email-action, outlook-email-get-person-profile-action, outlook-email-search-people-action, outlook-email-list-categories-action, outlook-email-create-folder-action, outlook-email-move-email-to-folder-action, outlook-email-update-draft-in-shared-mailbox-action, outlook-email-get-email-action, outlook-email-create-contact-action, outlook-email-update-draft-action, outlook-email-search-shared-email-folders-action, outlook-email-send-email-action
outlook-email-new-email-matching-search-trigger, outlook-email-label-changed-on-email-trigger, outlook-email-new-email-trigger, outlook-email-new-email-in-shared-mailbox-folder-trigger, outlook-email-new-email-in-shared-inbox-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

power-bi-get-report-details-action, power-bi-get-dashboard-details-action, power-bi-list-dashboards-action, power-bi-list-reports-action, power-bi-execute-query-action, power-bi-export-report-to-file-fetch-action, power-bi-export-paginated-report-initiate-action, power-bi-search-datasets-action, power-bi-search-workspaces-action, power-bi-list-workspaces-action, power-bi-get-table-sample-action, power-bi-list-report-pages-action, power-bi-list-dashboard-tiles-action, power-bi-list-datasets-action, power-bi-get-dataset-schema-action, power-bi-search-reports-action, power-bi-export-report-to-file-initiate-action, power-bi-list-dataset-tables-push-api-only-action, power-bi-get-table-count-action, power-bi-get-dataset-details-action, power-bi-get-dataset-dependencies-action, power-bi-get-tile-details-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-campaign-members-for-campaign-action, salesforce-get-notes-for-record-action, salesforce-update-content-note-action, salesforce-find-account-action, salesforce-update-contract-action, salesforce-get-campaign-context-action, salesforce-create-content-note-action, salesforce-get-custom-object-context-action, salesforce-find-contract-action, salesforce-find-campaign-action, salesforce-get-note-action, salesforce-get-campaign-member-action, salesforce-create-note-action, salesforce-find-event-action, salesforce-get-account-context-action, salesforce-create-task-action, salesforce-get-lead-context-action, salesforce-get-campaign-action, salesforce-create-account-action, salesforce-find-lead-action, salesforce-list-custom-object-types-action, salesforce-create-custom-object-action, salesforce-find-case-action, salesforce-find-contact-action, salesforce-create-campaign-member-action, salesforce-update-event-action, salesforce-execute-soql-query-action, salesforce-update-lead-action, salesforce-get-account-action, salesforce-get-lead-action, salesforce-get-opportunity-action, salesforce-get-contact-action, salesforce-get-current-user-action, salesforce-get-event-action, salesforce-get-report-action, salesforce-get-case-action, salesforce-update-task-action, salesforce-update-account-action, salesforce-get-user-action, salesforce-get-task-action, salesforce-find-custom-objects-action, salesforce-get-task-context-action, salesforce-find-task-action, salesforce-create-event-action, salesforce-update-campaign-action, salesforce-update-note-action, salesforce-create-contact-action, salesforce-get-campaign-member-context-action, salesforce-create-opportunity-action, salesforce-get-custom-object-action, salesforce-update-contact-action, salesforce-update-case-action, salesforce-update-opportunity-action, salesforce-get-contact-context-action, salesforce-get-contract-context-action, salesforce-get-opportunity-context-action, salesforce-delete-custom-object-action, salesforce-get-contract-action, salesforce-create-contract-action, salesforce-find-opportunity-action, salesforce-find-records-advanced-action, salesforce-list-custom-object-records-action, salesforce-get-content-notes-for-record-action, salesforce-get-event-context-action, salesforce-get-content-note-action, salesforce-get-case-context-action, salesforce-find-report-action, salesforce-update-campaign-member-action, salesforce-create-lead-action, salesforce-update-custom-object-action, salesforce-create-case-action
salesforce-new-opportunity-trigger, salesforce-new-contact-trigger, salesforce-new-lead-trigger, salesforce-new-account-trigger

Actions

Triggers

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

Actions

Triggers

sharepoint-move-file-action, sharepoint-list-site-pages-action, sharepoint-list-files-in-sharepoint-folder-action, sharepoint-query-list-items-action, sharepoint-create-list-item-action, sharepoint-get-column-action, sharepoint-get-list-action, sharepoint-get-profile-action, sharepoint-update-list-item-action, sharepoint-resolve-sharepoint-url-action, sharepoint-list-recent-files-action, sharepoint-create-list-action, sharepoint-create-page-action, sharepoint-list-list-items-action, sharepoint-search-files-action, sharepoint-create-folder-action, sharepoint-get-folder-action, sharepoint-get-file-action, sharepoint-get-list-item-action, sharepoint-search-sites-action, sharepoint-list-drive-children-action, sharepoint-list-drives-action, sharepoint-get-drive-action, sharepoint-upload-file-action, sharepoint-list-subsites-action, sharepoint-get-sensitivity-label-action, sharepoint-list-columns-action, sharepoint-list-site-lists-action, sharepoint-get-page-action, sharepoint-get-site-action

Actions

Triggers

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

Actions

Triggers

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

Actions

Triggers

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

Actions

Triggers

statista-search-market-insights-action, statista-get-market-insights-indicator-action, statista-get-statistics-data-by-id-action, statista-search-statistics-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-workbook-action, tableau-list-views-for-workbook-action, tableau-query-data-source-action, tableau-read-data-source-metadata-action, tableau-list-projects-action, tableau-list-custom-views-action, tableau-list-workbooks-action, tableau-list-data-sources-action, tableau-query-view-data-action, tableau-get-custom-view-data-action, tableau-get-view-by-path-action, tableau-get-custom-view-action, tableau-search-content-action

Actions

Triggers

vertex-ai-vector-search-search-vector-index-action

Actions

Triggers

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

Actions

Triggers

zendesk-create-help-center-article-action, zendesk-get-organization-action, zendesk-get-ticket-conversation-log-action, zendesk-list-organizations-action, zendesk-find-users-action, zendesk-search-action, zendesk-update-ticket-action, zendesk-find-help-center-articles-action, zendesk-reply-to-ticket-action, zendesk-create-ticket-action, zendesk-find-tickets-action, zendesk-get-article-action, zendesk-list-users-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.