Build sales leads with accuracy, reduce customer attrition, and engage with clients using personalized interactions.
Go to siteThe SMS-IT API provides a way to send and receive SMS messages programmatically. Using Pipedream, you can create event-driven workflows that leverage this API for a variety of use cases. You can integrate SMS capabilities into your applications, automate notifications, confirmations, or alerts, and engage with your audience through text messages. In Pipedream, you can use pre-built actions or run custom Node.js code to connect with the SMS-IT API, making it a versatile tool for developers looking to add SMS functionality to their services.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
sms_it: {
type: "app",
app: "sms_it",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://controlpanel.smsit.ai/apis/getcreditbalance/`,
headers: {
"Content-Type": `application/x-www-form-urlencoded`,
},
params: {
type: `1`,
apikey: `${this.sms_it.$auth.api_key}`,
},
})
},
})
Automated Appointment Reminders: Trigger a workflow in Pipedream when an appointment is scheduled in your calendar (like Google Calendar). Send an SMS reminder through SMS-IT to the customer one day before the appointment to reduce no-shows.
E-commerce Order Updates: Connect SMS-IT with an e-commerce platform (such as Shopify) in Pipedream. When an order status changes to 'Shipped', automatically send an SMS with tracking details to the customer, enhancing the post-purchase experience.
System Outage Alerts: Monitor your service's health using a tool like Uptime Robot. Create a Pipedream workflow that listens for downtime alerts and uses SMS-IT to send real-time outage notifications to a list of IT personnel for rapid response.
SMS-IT uses API keys for authentication. When you connect your SMS-IT account, Pipedream securely stores the keys so you can easily authenticate to SMS-IT APIs in both code and no-code steps.
To retrieve your API key,