Apps and services
Read and write data in connected services such as Microsoft, Google, Nextcloud and HubSpot.
4 min readUpdated
Apps and services
Read and write data in connected services such as Microsoft, Google, Nextcloud and HubSpot.
Use Apps and services as a clearly defined step in an anymize workflow.
Alle Seiten in diesem Bereich
HTTP nodeCalls an external URL, e.g. an API, another webhook or an MCP server. Auth, body, headers and query parameters can be filled from templates. The response body is parsed as JSON automatically. Learn how to configure it, map inputs and outputs, run a test and resolve common errors.Postgres nodeRuns an SQL query against one of your connected Postgres databases. Parameters ($1, $2, …) prevent SQL injection, never concatenate user input straight into the SQL string. Learn how to configure it, map inputs and outputs, run a test and resolve common errors.MySQL nodeUse MySQL as a clearly defined step in an anymize workflow. Learn how to configure it, map inputs and outputs, run a test and resolve common errors.Email nodeSends an email through your configured SMTP server. The content supports templates like {{ $json.user_name }}; the HTML body lives under the advanced options. Learn how to configure it, map inputs and outputs, run a test and resolve common errors.Web search nodeSearches the web and returns the most relevant hits as a list, title, URL, snippet. Handy paired with the AI agent: feed the hits as context into the prompt to produce up-to-date answers. Learn how to configure it, map inputs and outputs, run a test and resolve common errors.DeepL: Translate nodeTranslates text with DeepL. It runs on the anymize DeepL access, so you don't need your own key. Billed per character, and the block reports the credits it used. Learn how to configure it, map inputs and outputs, run a test and resolve common errors.Slack nodePosts through a channel-bound Slack incoming webhook. The secret URL is encrypted in Workflow Secrets; the node stores only its secret name. A Slack app with Incoming Webhooks enabled must be created or installed in Slack. Learn how to configure it, map inputs and outputs, run a test and resolve common errors.Outlook nodeMail operations (send, list, reply, move) on your connected Outlook account. Learn how to configure it, map inputs and outputs, run a test and resolve common errors.Outlook Calendar nodeCreate or list events in the connected Outlook calendar. Learn how to configure it, map inputs and outputs, run a test and resolve common errors.OneDrive nodeList files in OneDrive, upload/download or create folders. Learn how to configure it, map inputs and outputs, run a test and resolve common errors.Teams nodeSend channel or direct-chat messages in Microsoft Teams. Learn how to configure it, map inputs and outputs, run a test and resolve common errors.Microsoft To Do nodeCreates a new task in Microsoft To Do. The title and notes support templates like {{ $json.summary }}, so you can turn an incoming email into a task, for example. Learn how to configure it, map inputs and outputs, run a test and resolve common errors.OneNote nodeCreates a new page in your default notebook, title and HTML content from templates. Handy for meeting notes or as a logging sink for workflow summaries. Learn how to configure it, map inputs and outputs, run a test and resolve common errors.Excel nodeRead or write cell ranges in an .xlsx file on OneDrive. Uses the Graph Workbook API. Learn how to configure it, map inputs and outputs, run a test and resolve common errors.Nextcloud Files nodeRead-only access to your Nextcloud files: search by name, list a folder, or read the text content of a file (over WebDAV). Learn how to configure it, map inputs and outputs, run a test and resolve common errors.Nextcloud Calendar nodeLists your Nextcloud calendar events within a time range (read-only, via CalDAV). Default: the next 30 days from now. Learn how to configure it, map inputs and outputs, run a test and resolve common errors.Nextcloud Contacts nodeSearches your Nextcloud contacts by name, email, phone, or organization (read-only, via CardDAV). Empty search term = all contacts. Learn how to configure it, map inputs and outputs, run a test and resolve common errors.GraphQL nodeSend a GraphQL query or mutation with variables to an endpoint and return `data` / `errors`. A thin specialization of the HTTP block. Learn how to configure it, map inputs and outputs, run a test and resolve common errors.Gmail nodeSend, search, or read emails through your connected Gmail account. Google BYO credentials are stored as an encrypted OAuth profile in Workflow Secrets. Learn how to configure it, map inputs and outputs, run a test and resolve common errors.Google Sheets nodeRead tables from Google Sheets, append new rows or update individual cell ranges. Perfect for reports, logs or as a data source for downstream AI steps. Learn how to configure it, map inputs and outputs, run a test and resolve common errors.Google Calendar nodeCreate events in Google Calendar or list existing events in a time window. Title, attendees, and description can come from workflow data. Learn how to configure it, map inputs and outputs, run a test and resolve common errors.Google Drive nodeList, upload, download files in Google Drive or create folders, e.g. drop a PDF generated by a workflow straight into a client folder. Learn how to configure it, map inputs and outputs, run a test and resolve common errors.Google Docs nodeCreate new Google Docs documents, read content, or append text to the end. Templates like {{ $json.summary }} get resolved into the content. Learn how to configure it, map inputs and outputs, run a test and resolve common errors.HubSpot Contacts nodeCRM contacts in the connected HubSpot account: search, view, create, update. Learn how to configure it, map inputs and outputs, run a test and resolve common errors.HubSpot Deals nodeDeals in the HubSpot sales pipeline: search, view, create, update. Uses your connected HubSpot account (Sidebar → Connectors) and calls CRM v3 directly. Learn how to configure it, map inputs and outputs, run a test and resolve common errors.Stripe nodeCreate and list customers, create and retrieve payments (Payment Intents), directly via the Stripe API. Learn how to configure it, map inputs and outputs, run a test and resolve common errors.SendGrid nodeSend transactional emails via SendGrid (Twilio), plain text and/or HTML content, CC/BCC, and reply-to. Learn how to configure it, map inputs and outputs, run a test and resolve common errors.Mailchimp nodeAdd a subscriber to a Mailchimp list (audience) or list subscribers of a list. Learn how to configure it, map inputs and outputs, run a test and resolve common errors.Trello nodeCreate cards in Trello lists, list cards in a list, and add comments to cards. Learn how to configure it, map inputs and outputs, run a test and resolve common errors.ClickUp nodeCreate, list, and update tasks in ClickUp, connected via a personal API token. Learn how to configure it, map inputs and outputs, run a test and resolve common errors.Twilio nodeSend SMS messages via the Twilio API, e.g. order confirmations, 2FA codes, or alerts straight from your workflow. Learn how to configure it, map inputs and outputs, run a test and resolve common errors.Telegram nodeSends text messages through your Telegram bot and answers inline-button clicks, in private chats, groups, channels, and forum topics. Learn how to configure it, map inputs and outputs, run a test and resolve common errors.Discord nodeSend messages to a Discord channel via an Incoming Webhook, with optional username and avatar override. Learn how to configure it, map inputs and outputs, run a test and resolve common errors.Zendesk nodeManage Zendesk support tickets right from your workflow: create tickets, list them, and add comments. Learn how to configure it, map inputs and outputs, run a test and resolve common errors.App action nodeRuns an authorized action from a connected app or MCP connector. The workflow fixes the account, tool and write permission. Learn how to configure it, map inputs and outputs, run a test and resolve common errors.