Multichannel markting: SMS marketing, email marketing, WhatsApp and interactive voice.
Go to siteThe 360NRS API allows the automation of messaging services, providing capabilities to send SMS, email, and push notifications efficiently. This API can be particularly useful in Pipedream to create dynamic, responsive communication workflows that enhance customer engagement and operational efficiency. By integrating 360NRS with other applications, users can streamline notifications, reminders, and marketing campaigns based on user data and interaction triggers from various sources.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
_360nrs: {
type: "app",
app: "_360nrs",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://dashboard.360nrs.com/api/rest/account`,
auth: {
username: `${this._360nrs.$auth.username}`,
password: `${this._360nrs.$auth.api_password}`,
},
})
},
})
Automated Customer Support Notifications: Trigger SMS or email notifications from 360NRS in response to customer support tickets created in Help Desk software like Zendesk. When a new ticket is submitted, a Pipedream workflow can automatically send a confirmation message or update via 360NRS, ensuring customers receive timely communication.
E-Commerce Order Alerts: Connect 360NRS with an e-commerce platform like Shopify. Set up a workflow in Pipedream that sends an SMS or email when a new order is placed, providing customers with immediate order confirmation and expected delivery details.
Event-Driven Marketing Campaigns: Use Pipedream to monitor user activity from a web analytics tool like Google Analytics. Launch targeted email or SMS marketing campaigns through 360NRS based on specific user actions or milestones, such as visiting a particular product page several times, or achieving a new level in a loyalty program.
360NRS uses API keys for authentication. When you connect your 360NRS account, Pipedream securely stores the keys so you can easily authenticate to 360NRS APIs in both code and no-code steps.