The Pidj API allows users to manage and automate SMS communication directly through their platform. Integrating Pidj with Pipedream offers a powerful way to streamline communications, synchronize data across apps, and trigger SMS actions based on specific conditions. With Pipedream, you can effortlessly connect Pidj to other apps, creating sophisticated, multi-step workflows that react in real-time to events across your software stack.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
pidj: {
type: "app",
app: "pidj",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://gopidj.com/api/2020/contacts`,
auth: {
username: `${this.pidj.$auth.account_key}`,
password: `${this.pidj.$auth.token}`,
},
})
},
})
Customer Support Ticket Alert: Trigger an SMS alert via Pidj whenever a high-priority support ticket is created in Zendesk. The workflow listens for new Zendesk tickets, filters for priority level, and sends an SMS to the assigned support agent, ensuring immediate attention.
E-commerce Order Confirmation: Send an order confirmation SMS through Pidj when a customer completes a purchase on Shopify. This workflow activates on a new Shopify order event, extracts customer details, and sends a personalized SMS confirmation, enhancing the customer experience.
Appointment Reminder System: Automatically send appointment reminders to clients a day before their scheduled time, using Pidj to dispatch the messages. This workflow can be triggered by calendar events from Google Calendar, fetching appointment details and sending timely SMS reminders to minimize no-shows.
Initiates a process to add a new contact to your Pidj account. See the documentation.
Triggers a pre-configured text survey to a specific contact. Requires the contact's information and the survey ID. See the documentation.
Sends a text message to a specified phone number from your pidj account. See the documentation.
Pidj uses API keys for authentication. When you connect your Pidj account, Pipedream securely stores the keys so you can easily authenticate to Pidj APIs in both code and no-code steps.
To retrieve your Account Key and Token,