Smoove is a marketing automation platform that will take your business to the next level! Easily create landing pages, manage your leads and send personalized emails. All in one easy to use system that will improve your marketing efforts.
Go to siteThe Smoove API, part of the Sendbird platform, offers a suite of communication capabilities such as messaging, chat, and video interactions. With Pipedream, you can leverage these features to automate interactions, sync communication data with other services, and create event-driven workflows. For example, you can trigger actions in other applications when new messages arrive, synchronize user profiles across platforms, or automate notifications for chat events.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
smoove: {
type: "app",
app: "smoove",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://rest.smoove.io/v1/Lists`,
headers: {
Authorization: `Bearer ${this.smoove.$auth.api_key}`,
},
})
},
})
Customer Support Ticketing Automation: When a new message is received via Smoove, trigger a Pipedream workflow to create a support ticket in a tool like Zendesk. The workflow can categorize the ticket based on message content and assign it to the appropriate team, streamlining the support process.
User Engagement Analysis: Analyze chat data by connecting Smoove to a data analytics platform like Google BigQuery through Pipedream. Automatically export chat logs, run sentiment analysis, or generate engagement reports to gain insights into user interactions and improve service offerings.
Real-time Notifications for CRM Updates: Integrate Smoove with a CRM platform like Salesforce using Pipedream. Set up a workflow to send real-time notifications to sales or support teams when a user sends a message, updating the CRM record with the latest interaction details to help personalize follow-ups.
Emit new event when a new subscriber is created. See the docs.
Adds a new contact to your account or update an existing contact. See the docs.
Checks if a contact exists in your account otherwise will create a contact. See the docs.
Contacts information can be retrieved by sending the function a unique identifier (contact's ID, email, cell phone or external ID). See the docs.
Smoove uses API keys for authentication. When you connect your Smoove account, Pipedream securely stores the keys so you can easily authenticate to Smoove APIs in both code and no-code steps.
To get your API Key, simply on the admin portal go to the settings menu, click on the API keys options