We make text message marketing and SMS marketing easy. Increase revenue and build customer loyalty with our SMS marketing software.
Go to siteSlickText provides a platform to harness the power of text messaging for marketing and communication purposes. With its API, you can automate the sending of SMS messages, manage contacts, and track message performance directly through Pipedream. Pipedream's serverless execution model and vast connectivity with other apps make it an ideal environment to build complex messaging workflows, enriching communications with data from CRMs, customer support platforms, and marketing tools.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
slicktext: {
type: "app",
app: "slicktext",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.slicktext.com/v1/account`,
auth: {
username: `${this.slicktext.$auth.public_api_key}`,
password: `${this.slicktext.$auth.private_api_key}`,
},
})
},
})
SMS Marketing Automation: Trigger a SlickText SMS campaign when a new subscriber is added to a Mailchimp mailing list. This can help bridge the gap between email and SMS marketing, ensuring that your audience receives your message through their preferred channel.
Event-Triggered Text Alerts: Send text messages via SlickText when specific events occur in your web application. For instance, set up a workflow that sends a discount code via SMS when a customer signs up on your website, leveraging apps like Stripe for payment events, or Shopify for e-commerce interactions.
Customer Feedback Collection: Collect customer feedback by sending automated surveys after a purchase. When a new order is detected in Square, trigger a SlickText message with a survey link. The responses can be collected and aggregated in Google Sheets for analysis, allowing for real-time customer sentiment analysis.
SlickText uses API keys for authentication. When you connect your SlickText account, Pipedream securely stores the keys so you can easily authenticate to SlickText APIs in both code and no-code steps.
To retrieve your API Keys,