Delaverse AI Knowledge Base

Back to Home

Knowledge Base

Delaverse AI Platform v2.0

API Node

Your gateway to external systems. Connect, authenticate, and integrate with any API to expand your automation capabilities beyond platform boundaries.

External System Integration & API Management

The API Node establishes connections to external systems (e.g., CRM, ERP, Trello) by defining base URLs and authentication methods, enabling seamless data retrieval or interaction. It serves as the foundation for integrating your workflows with any external service or platform.

Think of it as your universal connector that speaks the language of APIs. Whether you're connecting to Salesforce, Trello, WordPress, or your custom business systems, this node handles the technical complexity of authentication and connection management, so you can focus on building powerful automations.

Core Integration Capabilities

The API Node provides comprehensive tools for connecting to external systems with enterprise-grade security and reliability:

API Connection Management

Establishes secure connections to external systems by defining base URLs and authentication methods, creating a reliable foundation for data exchange.

Common Examples:

CRM system connections
ERP platform integration
Social media APIs
E-commerce platforms

Authentication & Security

Supports multiple authentication methods including Basic Auth, Bearer Tokens, and API Keys to ensure secure access to external services.

Common Examples:

Bearer token authentication
API key management
Basic auth credentials
OAuth integration

System Integration

Seamlessly connects to popular external platforms like Trello, WordPress, logistics systems, and custom APIs for comprehensive workflow automation.

Common Examples:

Trello project management
WordPress content systems
Logistics tracking APIs
Customer support platforms

Foundation for Data Requests

Prepares the groundwork for Request API Nodes to execute specific data operations, enabling complex multi-step API workflows.

Common Examples:

Data retrieval setup
Request pipeline preparation
Endpoint configuration
Parameter standardization

Configuration Guide

Setting up the API Node requires careful configuration of connection details and authentication. Follow these steps to establish reliable API connections:

1

Adding the Node

Select API Node from the Playground menu and drag it onto the canvas.
Assign a descriptive title, e.g., Trello API for task management or CRM API for lead management.
2

Base URL Configuration

Enter the base URL for your external system, e.g., https://api.trello.com/1/boards/[board_id].
For CRM systems, use URLs like https://crm.example.com/api.
Ensure the URL structure supports your intended API operations.
3

Authentication Setup

Choose from multiple authentication methods based on your API requirements.
None: For open APIs that do not require authentication.
Basic Auth: Enter username and password credentials.
Bearer Token: Provide your authentication token.
API Key: Enter the key name and corresponding value.
4

Headers & Parameters

Add custom headers as needed, e.g., Content-Type: application/json.
Configure default query parameters for consistent API calls.
Set up any required custom authentication headers.
5

Node Connections

Output: Connect to Request API Node to execute specific API calls.
Example: In Team Task Management workflows, connect to Request API for Trello data retrieval.
Ensure proper connection flow for your automation pipeline.
6

Saving Configuration

Click Save Changes to apply your API configuration.
Close the editor using the top-left close button.
Test the connection with a simple Request API Node to verify setup.

Node Appearance

The API Node features a distinctive blue design representing external connectivity and integration capabilities:

API Node

The API Node with its distinctive blue color and external connection indicator

Authentication Methods

Choose the appropriate authentication method based on your external system requirements:

API Key

Simple key-based authentication for most modern APIs

Best For:

Common for SaaS platforms and modern web services

Example:

X-API-Key: your-api-key-here

Bearer Token

Token-based authentication for secure API access

Best For:

OAuth flows and JWT-based authentication systems

Example:

Authorization: Bearer eyJhbGciOiJIUzI1NiIs...

Basic Auth

Username and password authentication

Best For:

Legacy systems and simple authentication requirements

Example:

Authorization: Basic dXNlcjpwYXNzd29yZA==

None

Public APIs that require no authentication

Best For:

Open data APIs and public information services

Example:

Direct access without credentials

Example Configuration: Trello Integration

Here's a complete example of how to configure the API Node for Trello project management integration:

API Node Configuration Example - Trello Integration:

1. Base URL Setup:
   URL: https://api.trello.com/1
   Description: Base endpoint for Trello API v1

2. Authentication:
   Method: API Key
   Key Name: key
   Key Value: your-trello-api-key
   Token Name: token
   Token Value: your-trello-token

3. Default Headers:
   Content-Type: application/json
   Accept: application/json

4. Query Parameters:
   fields: name,dateLastActivity,shortUrl
   lists: all

5. Connection Flow:
   API Node → Request API Node → AI Assistant Node
   
Purpose: Retrieve Trello board data for task management automation

Configuration Benefits:

Secure API key authentication
Optimized data retrieval
Standardized headers
Workflow-ready integration

Common Use Cases

Discover how businesses leverage the API Node for various external system integrations:

CRM Integration

Setup CRM API → Configure authentication → Connect to Request API → Fetch customer data

Popular Systems:

SalesforceHubSpotPipedrive

Project Management

Connect to Trello API → Authenticate with API key → Request task data → Process with AI

Popular Systems:

TrelloAsanaMonday.com

E-commerce Analytics

Setup store API → Configure OAuth → Fetch sales data → Generate insights

Popular Systems:

ShopifyWooCommerceMagento

Content Management

Connect WordPress API → Set bearer token → Retrieve posts → Automate publishing

Popular Systems:

WordPressDrupalContentful

Pro Tips for API Integration

Always test your API connection with a simple Request API Node before building complex workflows
Store sensitive credentials securely and avoid hardcoding API keys in your configurations
Use descriptive names for your API Nodes to easily identify them in complex workflows
Check API documentation for rate limits and implement appropriate delays in high-frequency workflows

Ready to Connect Your World?

The API Node is your bridge to unlimited possibilities. Whether you're integrating with CRM systems, project management tools, or custom business applications, this node handles the complexity so you can focus on building amazing automations.