Evenium

We develop the best web and mobile technologies to deliver great experiences and engage participants at meetings and events

Go to site
Explore
/
Apps
/
Evenium

Evenium API Integrations

Build and run workflows using the Evenium API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

Evenium 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:

  • A ticketing system for events
  • A venue management system
  • An event management system
  • A registration system for events
  • A payment system for events
  • A social media platform for events
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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}`,
      },
    })
  },
})

Authentication

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.