Hyperise is essentially an image personalisation toolkit. These images can be used in outreach and on your website landing pages. Hyperise integrates with 1000's of MarTech, so whatever your outreach and website builder tools you're using, we most likely integrate with them.
Go to siteThe Hyperise API lets you dynamically personalize images with user-specific data, making it easier to create tailored visual content for each recipient. With Pipedream, you can automate this personalization process by integrating Hyperise with various apps to generate and share custom images on the fly. This could be particularly useful for marketing campaigns, sales outreach, or social media engagement where personalized content significantly boosts user interaction.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
hyperise: {
type: "app",
app: "hyperise",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://app.hyperise.io/api/v1/regular/users/current`,
params: {
api_token: `${this.hyperise.$auth.api_token}`,
},
})
},
})
Automated Personalized Email Campaigns: Integrate Hyperise with an email service like SendGrid on Pipedream. Automatically generate personalized images for each subscriber and include them in targeted email campaigns to enhance engagement and conversion rates.
Dynamic Social Media Posts: Connect Hyperise with a social media platform like Twitter. Use Pipedream to personalize images with user data and post them to your social media account, providing a unique experience that can increase follower interaction and brand recognition.
Custom Analytics Dashboard: Combine Hyperise with a data visualization tool like Google Sheets. Use Pipedream to fetch analytics data, create personalized images reflecting individual user metrics, and update a dashboard that provides users with a visual and personalized summary of their data.
Emit new event when a new personalised image is viewed. See the documentation
Creates a personalised short URL from provided inputs. See the documentation
Hyperise uses API keys for authentication. When you connect your Hyperise account, Pipedream securely stores the keys so you can easily authenticate to Hyperise APIs in both code and no-code steps.
To retrieve your API tokens,