The Only Interactive Video CX Platform You Ever Need to Create, Send & Track B2B Videos.
Go to siteThe Hippo Video API lets you harness the power of video in your business processes. Through Pipedream, you can automate video creation, management, and distribution workflows. This means you can trigger actions in Hippo Video based on events from other apps, or use Hippo Video events to kick off processes elsewhere. Whether it's automating video emails in your CRM, monitoring video analytics, or managing video content at scale, Pipedream's serverless platform empowers you to build and run workflows seamlessly.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
hippo_video: {
type: "app",
app: "hippo_video",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://www.hippovideo.io/api/v1/me/videos/list`,
params: {
email: `${this.hippo_video.$auth.email}`,
api_key: `${this.hippo_video.$auth.api_key}`,
},
})
},
})
Customer Support Video Responses: Automate sending personalized video responses to support ticket submissions via Zendesk. When a ticket is created, trigger a workflow to create a video in Hippo Video, then reply back to the ticket with the video link for a more engaging customer support experience.
Video Testimonials Pipeline: Streamline collecting and publishing customer testimonials. Set up a workflow that triggers when a form is submitted, use Hippo Video to record and manage the testimonial, and then post the approved videos onto your company website or social media platforms through CMS or social media APIs.
Marketing Automation with Video Analytics: Enhance your marketing campaigns by triggering actions based on video view analytics. Create a Pipedream workflow that listens for video view events from Hippo Video, analyze the viewing patterns, and integrate with email marketing platforms such as Mailchimp to follow up with viewers based on their engagement level.
Emit new event when any of the selected events are triggered.
Sends a personalization request for a specified video. See the documentation
Hippo Video uses API keys for authentication. When you connect your Hippo Video account, Pipedream securely stores the keys so you can easily authenticate to Hippo Video APIs in both code and no-code steps.
Hippo Video requires their users enter their email in order to connect to their API. For more info, refer to Hippo Video’s documentation.
To retrieve your API key,