Vision6

Australia's Most Reliable Email & SMS Marketing Software. Sign Up for a Free Trial Today!

Go to site
Explore
/
Apps
/
Vision6

Vision6 API Integrations

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

Overview

Vision6 offers a powerful API that can help you build a variety of projects. Whether you're a developer, marketer, or business owner, you can use the Vision6 API to get your products in front of customers and drive conversions. With the Vision6 API, you can create complex automated marketing campaigns, manage your customer data, and create powerful visualizations with ease. Here are some examples of the ways you can use Vision6 for your digital marketing needs:

  • Automated marketing campaigns: You can create complex automated campaigns that send emails or SMS messages based on customer behavior or usage data. You can also create automated drip campaigns to nurture customers through their purchase journey.
  • Customer data management: The Vision6 API allows you to store, manage, and analyze customer data. With customer data, you can personalize your messaging and track conversions.
  • Visualizations: You can use Vision6 to create compelling visualizations and infographics that help you make better decisions and show customers trends in your data.
  • Integrations: You can connect third-party applications or services to the Vision6 API, allowing you to leverage a variety of tools to create a seamless customer experience.
  • Surveys and feedback collection: With the Vision6 API, you can create surveys and polls and collect feedback from customers. This feedback can help you tailor your messaging and create more meaningful customer experiences.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    vision6: {
      type: "app",
      app: "vision6",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://${this.vision6.$auth.region}.api.vision6.com/v1/lists`,
      headers: {
        Authorization: `Bearer ${this.vision6.$auth.api_key}`,
        "Content-Type": `application/json; charset=UTF-8`,
      },
    })
  },
})
Create Contact with Vision6 API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + Vision6
 
Try it
Send Message (Advanced) with Discord Webhook API on Contact Unsubscribed from Vision6 API
Vision6 + Discord Webhook
 
Try it
Create Contact with Vision6 API on New Item in Feed from RSS API
RSS + Vision6
 
Try it
Create Contact with Vision6 API on New Submission from Typeform API
Typeform + Vision6
 
Try it
Create Contact with Vision6 API on Custom Events from Zoom API
Zoom + Vision6
 
Try it
Contact Activated from the Vision6 API

Emit new event when a contact is activated

 
Try it
Contact Deactivated from the Vision6 API

Emit new event when a contact is deactivated

 
Try it
Contact Subscribed from the Vision6 API

Emit new event when a contact is subscribed

 
Try it
Contact Unsubscribed from the Vision6 API

Emit new event when a contact is unsubscribed

 
Try it
Contact Updated from the Vision6 API

Emit new event when a contact is updated

 
Try it
Create Contact with the Vision6 API

Create a new contact. See the docs here

 
Try it
Deactivate Contact with the Vision6 API

Deactivate an existing contact. See the docs here

 
Try it
Delete Contact with the Vision6 API

Delete a contact. See the docs here

 
Try it
Reactivate Contact with the Vision6 API

Reactivate an existing contact. See the docs here

 
Try it
Subscribe Contact with the Vision6 API

Subscribe an existing contact. See the docs here

 
Try it

Authentication

Vision6 uses API keys for authentication. When you connect your Vision6 account, Pipedream securely stores the keys so you can easily authenticate to Vision6 APIs in both code and no-code steps.

  • You can get your API Key and Region from the Integrations page in your Vision6 account, on the API Keys tab.
  • Your region is us1 if your Vision6 REST API Endpoint is https://us1.api.vision6.com/