ZBrain Documentation
  • ZBrain Documentation
    • Components of ZBrain
    • Getting started with ZBrain
    • πŸ“šKnowledge base
      • How to create a knowledge base?
      • Knowledge source
      • Information schema
      • File summary
      • Automated reasoning
      • Retrieval testing
      • Knowledge base settings
    • πŸ“±APP
      • How to create a new app?
      • How to set up and customize your app?
      • How to access the app reporting dashboard?
    • πŸ€–ZBrain AI agents
      • Get started with agents on ZBrain
      • 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 Constant Contact with ZBrain Flow
  • How to Create a Connection for Constant Contact in ZBrain Flow
  • Available Actions in ZBrain Flow
  1. ZBrain Documentation
  2. ZBrain AI agents
  3. Creating custom AI agents
  4. Define Flow
  5. Flow Components

Constant Contact

Constant Contact is an online marketing platform that enables businesses to create and manage email campaigns, automate customer engagement, and track performance with analytics. It provides tools for contact management, social media marketing, and e-commerce integration. Businesses use it to streamline communication, nurture leads, and enhance customer relationships.

How to Integrate Constant Contact with ZBrain Flow

To integrate Constant Contact with ZBrain Flow:

  1. Click the β€˜+’ button in ZBrain Flow.

  2. Type "Constant Contact" in the search bar and select it from the available options.

  3. Choose an action to begin the setup process.

How to Create a Connection for Constant Contact in ZBrain Flow

To establish a connection between Constant Contact and ZBrain Flow:

  1. Enter a Connection Name – Provide a name for easy identification.

  2. Click β€˜Connect’ – Initiate the authentication process.

  3. Log in to Constant Contact – A pop-up window will appear for login credentials.

  4. Grant Permissions – Approve the necessary permissions for ZBrain Flow to access Constant Contact.

  5. Save the Connection – Click β€˜Save’ to finalize the setup.

Once connected, ZBrain Flow can interact with Constant Contact to automate contact management and perform API-based actions.

Available Actions in ZBrain Flow

1. Create or Update Contact

This action allows you to create a new contact or update an existing one in Constant Contact.

Configuration Steps:

  • Select an existing connection or create a new one.

  • Enter the contact list where the contact should be added.

  • Provide the email address of the contact.

  • Enter the first and last name of the contact.

  • Add additional details such as:

    • Job title

    • Company name

    • Phone number

2. Custom API Call

This action allows users to perform advanced operations by interacting directly with the Constant Contact API.

Configuration Steps:

  1. Select an existing connection or create a new one.

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

  3. Select the HTTP Method based on your desired action:

    • GET – Retrieve contact or campaign details.

    • POST – Create new contacts or email campaigns.

    • PATCH – Modify existing contact details.

    • PUT – Update email templates or lists.

    • DELETE – Permanently remove contacts or lists.

    • HEAD – Fetch response headers without retrieving data.

  4. Add Headers – Define additional headers if required (authorization headers are automatically injected). Click β€˜+ Add Item’ to include more headers.

  5. Add Query Parameters – Customize API requests with filters or additional options. Click β€˜+ Add Item’ to add parameters.

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

  7. Set Timeout (in seconds) – Define the request timeout duration to prevent long-running API calls from stalling the process.

Note: Click β€˜f’ to insert dynamic values for flexible configurations.

PreviousConnectionsNextContiguity

Last updated 1 month ago

πŸ€–