Eventzilla

Eventzilla is a leading cloud-based event registration & marketing platform with thousands of users worldwide. We make it easy for event organizers to create a beautiful, professional web presence to promote their live or virtual events.

Go to site
Explore
/
Apps
/
Eventzilla

Eventzilla API Integrations

Build and run workflows using the Eventzilla 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

With Eventzilla, you can easily craft beautiful event pages and manage registrations with ease.

Here are some examples of what you can build with Eventzilla:

  • A stunning event page that will grab your attendees' attention
  • A registration form that is easy for your attendees to fill out
  • A event management system that will help you keep track of your attendees and your event's progress
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: {
    eventzilla: {
      type: "app",
      app: "eventzilla",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://www.eventzillaapi.net/api/v2/users`,
      headers: {
        "x-api-key": `${this.eventzilla.$auth.api_key}`,
      },
    })
  },
})

Choose an API to Connect with Eventzilla API

1
-
12
of
1000+
apps by most popular

Authentication

Eventzilla uses API keys for authentication. When you connect your Eventzilla account, Pipedream securely stores the keys so you can easily authenticate to Eventzilla APIs in both code and no-code steps.

To get started using Eventzilla API, generate your own application x-api-key in the API Credentials page.