ZBrain Documentation
  • ZBrain Documentation
    • ZBrain XPLR
      • ZBrain XPLR modules
      • Get started with ZBrain XPLR
      • Simulation XPLR
      • Solution XPLR
      • Portfolio XPLR
      • Functional Design XPLR
    • ZBrain Builder
      • Components of ZBrain Builder
      • πŸ“šKnowledge base
        • How to create a knowledge base?
        • Knowledge source
        • Information schema
        • File summary
        • Automated reasoning
        • Retrieval testing
        • Knowledge base settings
      • πŸ“±App
        • How to leverage knowledge base for app creation
        • How to set up and customize your app?
        • How to access the app reporting dashboard?
      • πŸ€–ZBrain AI agents
        • Get started with agents on ZBrain Builder
        • Deploying pre-built agents
        • Creating custom AI agents
          • Agent setup
          • Define input sources
          • Define Flow
            • Key elements of a Flow
            • Flow Components
              • Activepieces Platform
              • AITable
              • Airtable
              • Amazon S3
              • Amazon SNS
              • Amazon SQS
              • Amazon Textract
              • Apify
              • Apollo
              • Approval
              • Asana
              • Azure Communication Services
              • Azure Cosmos DB
              • Azure Document Intelligence
              • Azure OpenAI
              • Azure Translation
              • Bannerbear
              • Baserow
              • Beamer
              • Bedrock Claude
              • Bettermode
              • Binance
              • Bing Search
              • Blackbaud
              • Bonjoro
              • Box
              • Brevo
              • Brilliant Directories
              • Bubble
              • CSV
              • Calendly
              • Certopus
              • Clearout
              • Clockodo
              • Code
              • Confluence
              • Connections
              • Constant Contact
              • Contiguity
              • Contentful
              • Customer.io
              • Crypto
              • Databricks
              • Data Mapper
              • Date Helper
              • DeepL
              • Delay
              • Discord
              • Discourse
              • Drip
              • Dropbox
              • Dust
              • Facebook Pages
              • Figma
              • Files Helper
              • Flowise
              • Flowlu
              • Formbricks
              • Frame
              • Freshdesk
              • Freshsales
              • GCloud Pub/Sub
              • GenerateBanners
              • GhostCMS
              • GitHub
              • GitLab
              • Gmail
              • Google Calendar
              • Google Contacts
              • Google Docs
              • Google Drive
              • Google Forms
              • Google Gemini
              • Google My Business
              • Google Search
              • Google Search Console
              • Google Sheets
              • Google Tasks
              • Groq
              • Hacker News
              • Heartbeat
              • HubSpot
              • HTTP
              • Image Helper
              • Inputs
              • Instagram for Business
              • Intercom
              • Invoice Ninja
              • Jira Cloud
              • Jotform
              • Kimai
              • Kizeo Forms
              • LeadConnector
              • Line Bot
              • Linear
              • LinkedIn
              • LinkedIn Actions
              • LLMRails
              • Lusha
              • MailerLite
              • Mailchimp
              • Mautic
              • Microsoft Dynamics 365 Business Central
              • Microsoft Dynamics CRM
              • Microsoft Excel 365
              • Microsoft OneDrive
              • Microsoft Outlook Calendar
              • Microsoft Teams
              • Mixpanel
              • MongoDB
              • Notion
              • Odoo
              • OpenAI
              • OpenRouter
              • Pastebin
              • PDF
              • Postgres
              • PostHog
              • Pushover
              • Qdrant
              • Queue
              • Razorpay
              • Router
              • Salesforce
              • SendGrid
              • ServiceNow
              • SFTP
              • SharePoint
              • Slack
              • SMTP
              • Snowflake
              • SOAP
              • Spotify
              • Stability AI
              • Stable Diffusion Web UI
              • Storage
              • Stripe
              • SurrealDB
              • SurveyMonkey
              • Taskade
              • Telegram Bot
              • Text Helper
              • Trello
              • Twilio
              • Twitter
              • Utilities
              • WhatsApp Business
              • WordPress
              • XML
              • YouTube
              • ZBrain
              • Zendesk
              • ZeroBounce
              • Zoho Books
              • Zoho CRM
              • Zoho Invoice
              • Zoom
            • How to Define a Flow?
            • How to Test Each Step in the Flow?
          • Configure Additional Settings
          • Test and Deploy Agents
          • How to access, monitor, and manage agent performance and tasks?
      • Settings
      • πŸ“–API tutorials
        • πŸ“šKnowledge base
          • Automated reasoning
        • πŸ“±APP
        • πŸ€–Agents
Powered by GitBook
On this page
  • How to Integrate Twilio with ZBrain Flow
  • How to Create a Twilio Connection in ZBrain Flow
  • Available Actions in Twilio Integration
  1. ZBrain Documentation
  2. ZBrain Builder
  3. ZBrain AI agents
  4. Creating custom AI agents
  5. Define Flow
  6. Flow Components

Twilio

Twilio is a cloud communications platform that enables businesses to send SMS, make voice calls, and integrate messaging services into applications. It provides scalable and secure communication solutions for businesses of all sizes.

How to Integrate Twilio with ZBrain Flow

Integrating Twilio with your application allows you to send SMS messages, make voice calls, and automate communication workflows.

Steps to Integrate Twilio:

  1. Click the β€˜+’ Button in Zoho Flow – Start a new integration.

  2. Search for Twilio – Type β€œTwilio” in the search bar.

  3. Choose an Action – Select the desired action, such as sending an SMS or making an API request.

How to Create a Twilio Connection in ZBrain Flow

To establish a connection between Twilio and ZBrain Flow:

Steps to Connect Twilio:

  1. Provide a Connection Name – Assign a unique name to identify the Twilio connection.

  2. Enter the Account SID – This is required to authenticate API requests.

  3. Enter the Auth Token – Used for secure authentication.

  4. Click β€˜Save’ – Finalize the connection setup.

How to Get Your Twilio Account SID and Auth Token

  1. Navigate to the Dashboard – Your Account SID and Auth Token are displayed on the dashboard.

  2. Copy Your Credentials:

    • The Account SID starts with β€œAC” followed by 32 alphanumeric characters.

    • The Auth Token is a 32-character string

    • Click the "eye" icon to reveal and copy it.

  3. Secure Your Credentials – Store them safely, as they grant access to your Twilio services.

Available Actions in Twilio Integration

1. Send SMS

Allows sending an SMS message to a specified phone number using Twilio.

Steps:

  • Select an existing connection or create a new one.

  • Select From: Choose the Twilio phone number that will send the SMS.

  • Enter the Message Body: Type the content of the SMS.

  • Enter To: Provide the recipient's phone number.

2. Custom API Call

Enables advanced interactions with Twilio's API using custom requests.

Steps:

  1. Select an Existing Connection or Create a New One – Choose or establish a connection.

  2. Enter the URL – Use the full API URL or a relative path to the base URL.

  3. Select the HTTP Method – Choose the request type:

    • GET – Retrieve details like messages or call logs.

    • POST – Send messages or initiate calls.

    • PATCH – Modify existing records, such as updating messages.

    • PUT – Replace content, like updating Twilio settings.

    • DELETE – Remove messages or call records permanently.

    • HEAD – Fetch response headers without retrieving full data.

  4. Add Headers – Define any custom headers required. Authentication headers are automatically included. Click β€˜+ Add Item’ to add more headers.

  5. Add Query Parameters – Specify filters or additional options for API requests. Click β€˜+ Add Item’ to include more parameters.

  6. Enter JSON Body – Provide structured request data in JSON format.

  7. Set Timeout (in Seconds) – Define the timeout to prevent long-running API calls from delaying.

Note: Click 'f' to insert dynamic values for flexible configurations.

PreviousTrelloNextTwitter

Last updated 1 month ago

Log in to Twilio – Go to the and sign in.

πŸ€–
Twilio Console