TextIt

TextIt provides a way of automating conversational interactions over SMS, messaging bots and phone calls.

Go to site
Explore
/
Apps
/
TextIt

TextIt API Integrations

Build and run workflows using the TextIt API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

With the TextIt API, you can build a world of automated messaging applications to support your own projects, business, or development needs. Here are just a few of the many features that you can build using TextIt API:

  • Automated customer support applications
  • Two-way messaging bots
  • Lead generation systems
  • Surveys and polls
  • Cross-platform messaging services
  • Group messaging
  • Appointment reminders
  • Bulk messaging services
  • Automated information and broadcast services
  • Multilingual messaging services
  • And much more!

With all of these great features, the possibilities with TextIt API are endless. Whether you are building something for your business, personal project, or just want to explore the possibilities of TextIt API, you can use it to build practically anything you can dream of.

So what are you waiting for? Get started with TextIt API today, and start building your application!

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    textit: {
      type: "app",
      app: "textit",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://textit.in/api/v2/org.json`,
      headers: {
        "Authorization": `Token ${this.textit.$auth.api_key}`,
      },
    })
  },
})
Start Flow with TextIt API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + TextIt
 
Try it
Send Message (Advanced) with Discord Webhook API on New Flow Event from TextIt API
TextIt + Discord Webhook
 
Try it
Start Flow with TextIt API on New Message in Channel from Discord Bot API
Discord Bot + TextIt
 
Try it
Start Flow with TextIt API on New Submission from Typeform API
Typeform + TextIt
 
Try it
Start Flow with TextIt API on Custom Events from Zoom API
Zoom + TextIt
 
Try it
New Flow Event from the TextIt API

Emit new event for each new flow event

 
Try it
Start Flow with the TextIt API

Starts a flow. See docs here

 
Try it

Authentication

TextIt uses API keys for authentication. When you connect your TextIt account, Pipedream securely stores the keys so you can easily authenticate to TextIt APIs in both code and no-code steps.

Log in to your TextIt account, and head to the TextIt API v2 page. The API Key should appear on the top right if logged in.