Documentation is being updated. Some sections may not reflect the latest features.
Looking for step-by-step guides? Explore Tutorials →

Integrations Node

Connect to third-party services and APIs with pre-built integrations.

Overview

The Integrations node allows you to connect to popular third-party services like Google, Slack, Notion, and more. It handles authentication via OAuth and provides pre-built actions for common operations.

Configuration

Field Description Required
Integration Select the service to connect to Yes
Action Choose the action to perform Yes
Output Variable Variable name to store the result Yes

How It Works

  1. Select Integration - Choose from available services
  2. Connect - Authenticate with the service (OAuth)
  3. Select Action - Pick the operation to perform
  4. Configure Parameters - Fill in action-specific fields
  5. Set Output Variable - Store the result for later use

Available Integrations

Integrations are dynamically loaded and may include:

  • Google (Drive, Sheets, Calendar, Gmail)
  • Slack (Messages, Channels)
  • Notion (Pages, Databases)
  • Airtable (Records, Tables)
  • HubSpot (Contacts, Deals)
  • And more...

Action Parameters

Each action has its own set of parameters. Parameter types include:

Type Description
String Text input
Text Multi-line text
Number Numeric value
JSON Structured JSON data
DateTime Date and time picker

Using Variables

You can use template variables in action parameters:

{{user_email}}
{{document_content}}
{{search_query}}

Authentication

Integrations use OAuth for secure authentication:

  1. Click Connect next to the integration
  2. Authorize access in the popup window
  3. Connection status shows as connected
  4. Actions become available

Example: Send Slack Message

Integration: Slack
Action: Send Message
Parameters:
  channel: #general
  message: {{notification_text}}
Output Variable: slack_response

Best Practices

  • Test integrations with sample data first
  • Store sensitive data in variables, not hardcoded
  • Handle potential errors in subsequent nodes
  • Check rate limits for each service
AI AssistantPowered by Ubex
Beta
Ask me anything about Ubex workflows, nodes, or the API.