VBOUT

VBOUT offers several marketing tools into one powerful platform: Social media, landing pages, lead management, email marketing, automation and analytics.

Go to site

VBOUT API Integrations

Build and run workflows using the VBOUT API. Use 1000s of source-available triggers and actions across 1,600+ apps. Or write custom code to integrate any app or API in seconds.

Overview

The 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:

  • Create lead management workflows to capture leads, qualify leads, and pass them onto other systems like Salesforce.
  • Automatically segment contacts and set up automated email campaigns based on their individual preferences.
  • Track the performance of your marketing activities and optimize campaigns for optimal results.
  • Create personalized emails that are tailored to individual customer interests.
  • Utilize our analytics capabilities to gain insights into customer behavior and uncover new opportunities to drive engagement and conversions.
  • Leverage A/B testing capabilities to find out what works best with your target audience.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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}`,
      },
    })
  },
})

Choose an API to Connect with VBOUT API

1
-
12
of
1,600+
apps by most popular

HTTP / Webhook
HTTP / Webhook
Get a unique URL where you can send HTTP or webhook requests
Node
Node
Anything you can do with Node.js, you can do in a Pipedream workflow. This includes using most of npm's 400,000+ packages.
Beta
Python
Python
Anything you can do in Python can be done in a Pipedream Workflow. This includes using any of the 350,000+ PyPi packages available in your Python powered workflows.
Schedule
Schedule
Trigger workflows on an interval or cron schedule.
Beta
Data Stores
Data Stores
Use Pipedream Data Stores to manage state throughout your workflows.
Telegram Bot
Telegram Bot
Telegram is a cloud-based instant messaging and voice over IP service
OpenAI (ChatGPT)
OpenAI (ChatGPT)
OpenAI is an AI research and deployment company with the mission to ensure that artificial general intelligence benefits all of humanity. They are the makers of popular apps like ChatGPT and DALL·E 2.
Google Sheets
Google Sheets
With Google Sheets, you can create, edit, and collaborate wherever you are
Discord
Discord
Use this app to create a Discord source that emits messages from your guild to a Pipedream workflow.
GitHub
GitHub
Where the world builds software. Millions of developers and companies build, ship, and maintain their software on GitHub—the largest and most advanced development platform in the world.
Formatting
Formatting
Pre-built actions to make formatting and manipulating data within your workflows easier.
Slack
Slack
Slack is a channel-based messaging platform. With Slack, people can work together more effectively, connect all their software tools and services, and find the information they need to do their best work — all within a secure, enterprise-grade environment.
Add Contact To List By Email with VBOUT API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + VBOUT
 
Try it
Send Message (Advanced) with Discord Webhook API on New Contact Property Change from VBOUT API
VBOUT + Discord Webhook
 
Try it
Add Contact To List By Email with VBOUT API on New Item in Feed from RSS API
RSS + VBOUT
 
Try it
Add Contact To List By Email with VBOUT API on New Submission from Typeform API
Typeform + VBOUT
 
Try it
Add Contact To List By Email with VBOUT API on Custom Events from Zoom API
Zoom + VBOUT
 
Try it
New Contact from the VBOUT API

Emit new event for each new contact. See docs here

 
Try it
New Contact Property Change from the VBOUT API

Emit new event for each new property changed in a specific contact. See docs here

 
Try it
New Email Campaign from the VBOUT API

Emit new event for each new email campaign. See docs here

 
Try it
New Social Media Message from the VBOUT API

Emit new event for each new social media message. See docs here

 
Try it
Add Contact To List with the VBOUT API

This action move a contact to a specific list. See the docs here

 
Try it
Add Contact To List By Email with the VBOUT API

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

 
Try it
Add Custom Event To Contact with the VBOUT API

This action add a custom activity to the contact. See the docs here

 
Try it
Create Email List with the VBOUT API

This action creates a new list. See the docs here

 
Try it
Create Email Marketing Campaign with the VBOUT API

This action creates a new email marketing campaign. See the docs here

 
Try it

Authentication

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,

  • Navigate to your VBOUT account and sign in
  • Go to “Settings” > “API Integrations”