Skip to content
Text2VIP logo
Text2VIP logo

Text2VIP Integrations

Communication

Put Text2VIP to work with AI and enterprise-grade automation

Automate smarter with Text2VIP and scale with confidence. Zapier is built for enterprise-grade security, compliance, and performance.

Start free with email
Start free with email
Google Logo Continue with Google
  • No-code AI automation
  • Full audit trails and controls
  • SOC 2 and GDPR compliant
  • Easy visual workflow builder
  • 9,000+ apps, 450+ AI tools
  • Free tier available
Text2VIP logoText2VIP logo
Or pick an app to pair with
arrow pointing down
Integrate Google Sheets with Text2VIPIntegrate Google Sheets with Text2VIP
Google Sheets
Google, Spreadsheets
Integrate Mailchimp with Text2VIPIntegrate Mailchimp with Text2VIP
Mailchimp
Marketing Automation
Integrate Amazon Alexa with Text2VIPIntegrate Amazon Alexa with Text2VIP
Amazon Alexa
Amazon, Devices
Integrate Gmail with Text2VIPIntegrate Gmail with Text2VIP
Gmail
Email, Google
Integrate Slack with Text2VIPIntegrate Slack with Text2VIP
Slack
Team Chat
Integrate Google Calendar with Text2VIPIntegrate Google Calendar with Text2VIP
Google Calendar
Calendar, Google
Integrate Google Drive with Text2VIPIntegrate Google Drive with Text2VIP
Google Drive
File Management & Storage, Google
Integrate HubSpot with Text2VIPIntegrate HubSpot with Text2VIP
HubSpot
Marketing Automation
Integrate Google Forms with Text2VIPIntegrate Google Forms with Text2VIP
Google Forms
Forms & Surveys, Google
Integrate Google Sheets with Text2VIPIntegrate Google Sheets with Text2VIP
Google Sheets
Google, Spreadsheets
Integrate Mailchimp with Text2VIPIntegrate Mailchimp with Text2VIP
Mailchimp
Marketing Automation
Integrate Amazon Alexa with Text2VIPIntegrate Amazon Alexa with Text2VIP
Amazon Alexa
Amazon, Devices
Integrate Gmail with Text2VIPIntegrate Gmail with Text2VIP
Gmail
Email, Google
Integrate Slack with Text2VIPIntegrate Slack with Text2VIP
Slack
Team Chat
Integrate Google Calendar with Text2VIPIntegrate Google Calendar with Text2VIP
Google Calendar
Calendar, Google
Integrate Google Sheets with Text2VIPIntegrate Google Sheets with Text2VIP
Google Sheets
Google, Spreadsheets
Integrate Mailchimp with Text2VIPIntegrate Mailchimp with Text2VIP
Mailchimp
Marketing Automation
Integrate Amazon Alexa with Text2VIPIntegrate Amazon Alexa with Text2VIP
Amazon Alexa
Amazon, Devices
Integrate Gmail with Text2VIPIntegrate Gmail with Text2VIP
Gmail
Email, Google
Integrate Slack with Text2VIPIntegrate Slack with Text2VIP
Slack
Team Chat
Integrate Google Calendar with Text2VIPIntegrate Google Calendar with Text2VIP
Google Calendar
Calendar, Google
Integrate Google Drive with Text2VIPIntegrate Google Drive with Text2VIP
Google Drive
File Management & Storage, Google
Integrate HubSpot with Text2VIPIntegrate HubSpot with Text2VIP
HubSpot
Marketing Automation
Integrate Google Forms with Text2VIPIntegrate Google Forms with Text2VIP
Google Forms
Forms & Surveys, Google

Top companies trust Zapier to automate work and free up time

Join millions worldwide who automate their work using Zapier

Google Logo Sign up with Google

Launch your first automated workflow

  • Create Text2VIP subscriptions from new Google Sheets rows

    • Google Sheets logo
    • Text2VIP logo
    Google Sheets + Text2VIP
  • Create Text2VIP lists from new Google Sheets spreadsheet rows

    • Google Sheets logo
    • Text2VIP logo
    Google Sheets + Text2VIP
  • Create Text2VIP subscriptions when new Amazon Alexa trigger phrases are spoken

    • Amazon Alexa logo
    • Text2VIP logo
    Amazon Alexa + Text2VIP
  • Create Text2VIP lists from new Amazon Alexa spoken phrases

    • Amazon Alexa logo
    • Text2VIP logo
    Amazon Alexa + Text2VIP
  • Send sms to Text2VIP list(s) when new Google Sheets rows are added

    • Google Sheets logo
    • Text2VIP logo
    Google Sheets + Text2VIP
  • Create Text2VIP subscriptions from new Google Sheets rows

    • Google Sheets logo
    • Text2VIP logo
    Google Sheets + Text2VIP
  • Create Text2VIP lists from new Google Sheets spreadsheet rows

    • Google Sheets logo
    • Text2VIP logo
    Google Sheets + Text2VIP
  • Create Text2VIP subscriptions when new Amazon Alexa trigger phrases are spoken

    • Amazon Alexa logo
    • Text2VIP logo
    Amazon Alexa + Text2VIP
  • Create Text2VIP lists from new Amazon Alexa spoken phrases

    • Amazon Alexa logo
    • Text2VIP logo
    Amazon Alexa + Text2VIP
  • Send sms to Text2VIP list(s) when new Google Sheets rows are added

    • Google Sheets logo
    • Text2VIP logo
    Google Sheets + Text2VIP
    • Supported triggers and actions

      Zapier helps you create workflows that connect your apps to automate repetitive tasks. A trigger is an event that starts a workflow, and an action is an event a Zap performs.

        • List Name
          Required
        • Display Name
          Required
        • Frequency
          Required
        • Description
          Required
        Action
        Write
      • Text2VIP triggers, actions, and search
        Get Lists

        Look up basic information, like list IDs and names, of existing distribution lists, or look up detailed information from a specific distribution list.

        Action
        Write
        • SMS Message
          Required
        • Subscriber ID
          Required
        Action
        Write
        • List Name
          Required
        • Mobile Number
          Required
        • Country Code
        • First Name
        • Last Name
        • Email Address
        Action
        Write
        • SMS Message
          Required
        • List ID
          Required
        Action
        Write

      For builders

      Let your AI safely access Text2VIP

      Go beyond Zap workflows. Install Zapier in your AI to call Text2VIP actions directly from your agents—with governance built in. Authenticate once. Revoke access anytime.

      No code

      Call actions in natural language with Zapier MCP

      Act in Text2VIP from your AI—no exposed credentials, and you control which actions your AI can touch. One install covers 9,000+ other apps.

      Example actions on this page

      • Create a List
      • Create Subscription

      Works with

      Claude · ChatGPT · Cursor · Any MCP-compatible AI

      Install Zapier MCP
      Code

      Work in code with the Zapier SDK

      Expose Text2VIP actions from backend services, scripts, or agent code. Zapier handles the OAuth and scoped permissions. Access 9,000+ apps, plus thousands more with .fetch().

      Install

      npm install @zapier/zapier-sdk
      npm install -D @zapier/zapier-sdk-cli
      zapier-sdk login
      # create a Text2VIP connection @ https://zapier.com/app/assets/connections

      Run an action

      // Typescript
      import { createZapierSdk } from "@zapier/zapier-sdk";
      
      const zapier = createZapierSdk();
      
      const { data: connection } = await zapier.findFirstConnection({ app: "text2vip", owner: "me" });
      
      await zapier.runAction({
        app: 'text2vip',
        action: 'create_list',
        connection: connection.id,
        input: {
          {inputKeyValuePairs}
        },
      });
      Open the SDK docs

      Direct API calls to raw endpoints through fetch are not yet subject to org-level app and action restrictions.

      Text2VIP Help & Support

      Common questions

      text2vip logo
      About Text2VIP
      Text2VIP is an SMS Marketing Software to allow you to drive customer engagement through SMS Marketing.
      Related categories

      Popular Text2VIP Integrations

      • Google Sheets
      • Mailchimp
      • Amazon Alexa
      • Gmail
      • Slack