Australia's Most Reliable Email & SMS Marketing Software. Sign Up for a Free Trial Today!
Go to siteThe 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.
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`,
},
})
},
})
Automated Contact Syncing Between Platforms: Synchronize contacts from your CRM platform like Salesforce to Vision6 lists automatically. Upon a new contact entry or update in Salesforce, trigger a workflow in Pipedream that adds or updates the contact details in a specified Vision6 list, keeping your mailing list fresh and up-to-date.
Dynamic Email Campaigns Based on User Behavior: Trigger personalized email campaigns from Vision6 when a user performs a specific action on your website or app, tracked via Google Analytics. Pipedream can capture the event, analyze the action, and instruct Vision6 to send a tailored email to the user, creating an instantly responsive marketing strategy.
Real-Time Data-Driven Product Recommendations: Connect Vision6 with an e-commerce platform like Shopify. Use Pipedream to monitor purchase history or browsing behaviour and trigger targeted product recommendation emails via Vision6. This can increase customer engagement by offering relevant products and enhancing the shopping experience.
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/