Australia's Most Reliable Email & SMS Marketing Software. Sign Up for a Free Trial Today!
Go to siteVision6 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:
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`,
},
})
},
})
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.
us1
if your Vision6 REST API Endpoint is https://us1.api.vision6.com/