Voodoo SMS

Powerful, easy to use, mobile messaging platform for businesses to communicate with their customers or staff.

Go to site
Explore
/
Apps
/
Voodoo SMS

Voodoo SMS API Integrations

Build and run workflows using the Voodoo SMS 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

The Voodoo SMS API provides developers with an awesome way to unleash their creativity. Whether you're looking to create powerful marketing campaigns, payment notifications, or customer engagement initiatives, the Voodoo SMS API can help you get the job done.

Here are some examples of what you can build using the Voodoo SMS API:

  • An SMS notification system to alert customers of upcoming discounts, special offers, and product launches
  • Payment reminders sent to customers via SMS
  • A bulk SMS sending system to reach customers with timely and accessible notifications
  • A two-way SMS chatbot to provide a seamless customer service experience
  • An SMS order confirmation system to inform customers of their purchases
  • Surveys and customer feedback via SMS
  • An automated SMS marketing campaign to send promotional offers
  • An event reminder system to send reminders about upcoming events
  • A two-way SMS conversation system to provide a better customer experience
  • An automated customer service system to handle customer questions and inquiries
  • An SMS coupon delivery system to send promotional codes and discounts
  • A welcome SMS system to greet new customers with engaging messages
  • A text-to-voice system to allow customers to interact with your application via SMS
  • An SMS advertising system to reach customers with targeted ads
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: {
    voodoo_sms: {
      type: "app",
      app: "voodoo_sms",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.voodoosms.com/credits`,
      headers: {
        Authorization: `Bearer ${this.voodoo_sms.$auth.api_key}`,
      },
    })
  },
})

Authentication

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

The API key can be generated on the portal in Send SMS>API SMS>RESTful API. Once there, click Create New API Key button to get your API Key.