Vision6

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

Integrate the Vision6 API with the Schedule API

Setup the Vision6 API trigger to run a workflow which integrates with the Schedule API. Pipedream's integration platform allows you to integrate Vision6 and Schedule remarkably fast. Free for developers.

Create Contact with Vision6 API on Custom Interval from Schedule API
Schedule + Vision6
 
Try it
Create Contact with Vision6 API on Daily schedule from Schedule API
Schedule + Vision6
 
Try it
Create Contact with Vision6 API on Monthly Schedule from Schedule API
Schedule + Vision6
 
Try it
Create Contact with Vision6 API on Weekly schedule from Schedule API
Schedule + Vision6
 
Try it
Deactivate Contact with Vision6 API on Custom Interval from Schedule API
Schedule + Vision6
 
Try it
Contact Activated from the Vision6 API

Emit new event when a contact is activated

 
Try it
Custom Interval from the Schedule API

Trigger your workflow every N hours, minutes or seconds.

 
Try it
Contact Deactivated from the Vision6 API

Emit new event when a contact is deactivated

 
Try it
Daily schedule from the Schedule API

Trigger your workflow every day.

 
Try it
Contact Subscribed from the Vision6 API

Emit new event when a contact is subscribed

 
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

Overview of Vision6

The Vision6 API offers a powerful way to automate email marketing and audience engagement directly through Pipedream. With it, you can programmatically manage lists, contacts, and messages, and also track campaign performance. This API provides granular control over email workflows, enabling custom triggers, targeted actions, and detailed analytics retrieval. The combination of Vision6 with Pipedream's serverless platform unlocks endless possibilities for syncing data, personalizing communication, and optimizing marketing strategies without manual intervention.

Connect Vision6

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`,
      },
    })
  },
})

Overview of Schedule

The Schedule app in Pipedream is a powerful tool that allows you to trigger workflows at regular intervals, ranging from every minute to once a year. This enables the automation of repetitive tasks and the scheduling of actions to occur without manual intervention. By leveraging this API, you can execute code, run integrations, and process data on a reliable schedule, all within Pipedream's serverless environment.