We develop the best web and mobile technologies to deliver great experiences and engage participants at meetings and events
Go to siteEvenium is a powerful API that enables developers to build a wide range of applications. Here are some examples of what you can build with the Evenium API:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
evenium: {
type: "app",
app: "evenium",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://secure.evenium.com/api/1/contacts`,
params: {
accessToken: `${this.evenium.$auth.access_token}`,
},
})
},
})
Evenium uses API keys for authentication. When you connect your Evenium account, Pipedream securely stores the keys so you can easily authenticate to Evenium APIs in both code and no-code steps.
You can find your access token on API Key under the Profile menu on the top right of your Evenium account.