The Hyros API offers the ability to track and analyze customer interactions across various marketing channels, aiming to improve ad tracking and ROI. Integrated within Pipedream, it allows for the automation of data collection, real-time analytics, and operational workflows. By leveraging Pipedream's serverless platform, developers can create workflows that respond to events from Hyros, trigger actions based on data insights, or synchronize data with other apps seamlessly.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
hyros: {
type: "app",
app: "hyros",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.hyros.com/v1/api/v1.0/user-info`,
headers: {
"API-Key": `${this.hyros.$auth.api_key}`,
},
})
},
})
Lead Scoring and Segmentation: Use Hyros to monitor customer interactions and score leads based on engagement. In Pipedream, create a workflow that updates a CRM like Salesforce or HubSpot with scored and segmented leads for personalized follow-up campaigns.
Real-time Alerting for High-Value Activities: Set up a Pipedream workflow that listens for events via the Hyros API, identifying high-value customer actions. Trigger alerts or tasks in collaboration tools like Slack or Asana when a customer performs a key action, ensuring your team responds swiftly.
Automated Ad Spend Adjustment: Implement a Pipedream workflow that utilizes Hyros data to analyze the performance of ad campaigns. Connect with advertising platforms like Google Ads or Facebook Ads to automatically adjust spend based on real-time conversion data received from Hyros.
Hyros uses API keys for authentication. When you connect your Hyros account, Pipedream securely stores the keys so you can easily authenticate to Hyros APIs in both code and no-code steps.
Sign in and copy your API key from your Profile.