The best webinar software. Grow your business, engage with customers and be an expert with professional webinars.
Go to siteYou can build a lot of things with the WebinarGeek API! WebinarGeek enables you to effortlessly create and manage successful webinars and online events, featuring all the necessary features – streaming, engagement, and analytics.
Using the WebinarGeek API, you can create features and services to increase your webinar's reach and engagement. Here are some examples:
Whether you want to create automated messages, gamification elements, and custom themes, or harness the analytics data and integrate third-party channels, the WebinarGeek API has the features you need to create a unique and successful webinar.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
webinargeek: {
type: "app",
app: "webinargeek",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://app.webinargeek.com/api/v2/account`,
headers: {
"Api-Token": `${this.webinargeek.$auth.api_key}`,
},
})
},
})
WebinarGeek uses API keys for authentication. When you connect your WebinarGeek account, Pipedream securely stores the keys so you can easily authenticate to WebinarGeek APIs in both code and no-code steps.
To get your API Key, open WebinarGeek and sign in to your account. Click on your name in the upper right corner and select Integrations. On the right menu bellow Advanced, click API.