Helping 1000+ Sales/Marketing teams with hyper-personalized images, gifs & interactive videos for outreach & engagement.
Go to siteThe Nexweave API lets you create personalized images and videos at scale, transforming static designs into dynamic templates. With it, you can automate the generation of customized content for email campaigns, social media, or advertising, by integrating user-specific data to create a more engaging and personalized experience. On Pipedream, you can harness this power to craft serverless workflows that trigger Nexweave's capabilities in response to various events and integrate them with other apps and services.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
nexweave: {
type: "app",
app: "nexweave",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.nexweave.com/api/v1/integration/campaign`,
headers: {
"X-API-KEY": `${this.nexweave.$auth.api_key}`,
},
})
},
})
Personalized Email Campaigns: Integrate Nexweave with an email service like SendGrid on Pipedream. When a new contact is added to your CRM, automatically generate a personalized image or video using Nexweave and send it via email through SendGrid, enhancing your email marketing with bespoke content.
Dynamic Social Media Content: Combine Nexweave with Twitter's API on Pipedream to create and post personalized images or videos. Set up a workflow where a new follower on Twitter receives a welcome message with a customized image, increasing engagement and personal connection on social media.
Custom Advertisements for E-commerce: Use Nexweave together with Shopify's API on Pipedream to automatically create personalized product videos or images whenever a new product is added to your Shopify store. These can then be used in your advertising campaigns to showcase products in a way that resonates with individual customers.
Generates a campaign experience based on a selected campaign. See the documentation
Creates an image experience from a template. See the documentation
Creates a video experience from a template. See the documentation
Nexweave uses API keys for authentication. When you connect your Nexweave account, Pipedream securely stores the keys so you can easily authenticate to Nexweave APIs in both code and no-code steps.
To retrieve your API keys,