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 provides an easy and powerful way for developers to integrate their applications with the VBOUT marketing automation platform. With the VBOUT API, developers can create custom integrations and applications to manage and automate customer communications in the most effective way possible.
Here are just a few examples of what you can build with the VBOUT API:
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}`,
},
})
},
})
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,