Voice + SMS broadcasting service that gives members the ability to create a message and send it out to all of their contacts instantly.
Go to siteThe DialMyCalls API lets you harness the power of voice and text messaging for mass communication. With this API, you can automate the creation and dispatch of messages to lists of recipients, schedule calls, manage contacts, and track the delivery status of your messages. This becomes particularly useful in scenarios like emergency alerts, appointment reminders, and promotional campaigns where reaching out to a broad audience swiftly and reliably is key.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
dialmycalls: {
type: "app",
app: "dialmycalls",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.dialmycalls.com/2.0/account`,
auth: {
username: `${this.dialmycalls.$auth.api_key}`,
password: `x`,
},
})
},
})
Emergency Alert System: Automatically trigger voice or SMS alerts to a predefined list of contacts when Pipedream detects a specific keyword in an email or a tweet, ensuring rapid dissemination of critical information during emergencies.
Appointment Reminder Service: Integrate Pipedream with a calendar app like Google Calendar to schedule and send reminder calls or texts via DialMyCalls API to clients about their upcoming appointments, reducing no-shows.
Marketing Campaign Automation: Use Pipedream to listen for new subscribers on platforms like Mailchimp, then automatically enroll them in a promotional campaign via DialMyCalls, sending personalized messages or special offers to engage them right away.
DialMyCalls uses API keys for authentication. When you connect your DialMyCalls account, Pipedream securely stores the keys so you can easily authenticate to DialMyCalls APIs in both code and no-code steps.
To retrieve your API keys,