VBOUT offers several marketing tools into one powerful platform: Social media, landing pages, lead management, email marketing, automation and analytics.
Go to siteThe VBOUT API unlocks the potential to automate your marketing stack, leveraging Pipedream's capabilities for seamless integrations with other services. With VBOUT, you can manage contacts, automate email campaigns, track user actions, and analyze performance data. Pipedream enhances this by allowing you to capture events in real-time, process data with serverless code, and connect with countless apps to extend your marketing automation workflows.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
vbout: {
type: "app",
app: "vbout",
}
},
async run({steps, $}) {
return await axios($, {
method: "post",
url: `https://api.vbout.com/1/app/me.json`,
headers: {
"Content-Type": `application/json`,
},
params: {
key: `${this.vbout.$auth.api_key}`,
},
})
},
})
Lead Scoring and Segmentation: When a user performs a specific action on your website, captured by Google Analytics, Pipedream listens for this event and triggers a VBOUT workflow to update the lead score of the user. Based on the new score, the lead is then automatically segmented into a new email campaign in VBOUT for targeted follow-ups.
Social Media Engagement to Email Campaigns: A user's interaction with your brand's social media post, monitored by Pipedream's Twitter trigger, can initiate a sequence of events in VBOUT. Depending on the interaction type, a personalized email is crafted in VBOUT and sent to the user, encouraging them to explore related products or content, thus enhancing customer engagement.
Customer Feedback Loop: After a customer support ticket is resolved in Zendesk, an event is sent to Pipedream, triggering an automation that sends a follow-up survey email via VBOUT. The customer's survey response is then captured and logged back into VBOUT for sentiment analysis, helping to improve the support process and product offerings.
Emit new event for each new property changed in a specific contact. See docs here
Emit new event for each new social media message. See docs here
This action move a contact to a specific list. See the docs here
This action add a specific list to a contact. All emails having the same email text available in the provided list will be updated if exists See the docs here
This action add a custom activity to the contact. See the docs here
This action creates a new email marketing campaign. See the docs here
VBOUT uses API keys for authentication. When you connect your VBOUT account, Pipedream securely stores the keys so you can easily authenticate to VBOUT APIs in both code and no-code steps.
To retrieve your API key,