Proofly shows user behavior on the site, inspires action, creates rush interest, builds trust and, most importantly, sells.
Go to siteThe Proofly API enables you to create, manage, and deploy social proof notifications on your website to boost conversions. It provides various endpoints that allow you to automate the process of updating notifications based on specific triggers or events. Using Pipedream, you can create workflows that integrate with the Proofly API to dynamically control these notifications, respond to analytics, and sync with your marketing or sales tools to optimize user engagement.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
proofly: {
type: "app",
app: "proofly",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://proofly.io/api/user`,
headers: {
"X-Api-Key": `${this.proofly.$auth.api_key}`,
},
})
},
})
Automate Notification Updates Based on User Behavior: Using Pipedream, you can design a workflow that listens for webhooks from your analytics platform, then triggers Proofly API to update notifications when a user performs a specific action like signing up or completing a purchase.
Sync Proofly Campaigns with Email Marketing: Craft a workflow that ties Proofly notifications with your email campaigns. When a new email subscriber is added to your Mailchimp list, for instance, trigger a Proofly notification on your site to welcome the new subscriber and incentivize further engagement.
Aggregate Feedback for A/B Testing: Assemble a workflow that utilizes Proofly API to switch between different notification designs or messages based on user interaction data piped in from your A/B testing platform. Use this data to determine which notifications are most effective at converting visitors.
Emit new event when notification data is received. See the documentation
Switch a campaign's status between active and inactive. See the documentation
Proofly uses API keys for authentication. When you connect your Proofly account, Pipedream securely stores the keys so you can easily authenticate to Proofly APIs in both code and no-code steps.
To retrieve your API keys,