TextIt provides a way of automating conversational interactions over SMS, messaging bots and phone calls.
Go to siteWith 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:
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!
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}`,
},
})
},
})
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.