What do you want to automate

with Eventbrite and Kizeo Forms?

Prompt, edit and deploy AI agents that connect to Eventbrite, Kizeo Forms and 2,500+ other apps in seconds.

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Create Event with Eventbrite API on New Form Created from Kizeo Forms API
Kizeo Forms + Eventbrite
 
Try it
Create Event with Eventbrite API on New Form Data Created from Kizeo Forms API
Kizeo Forms + Eventbrite
 
Try it
Create User with Kizeo Forms API on New Attendee Check-In (Instant) from Eventbrite API
Eventbrite + Kizeo Forms
 
Try it
Create User with Kizeo Forms API on New Attendee Registered (Instant) from Eventbrite API
Eventbrite + Kizeo Forms
 
Try it
Create User with Kizeo Forms API on New Event (Instant) from Eventbrite API
Eventbrite + Kizeo Forms
 
Try it
New Form Created from the Kizeo Forms API

Emit new event when a new form is created on Kizeo Forms. See the documentation

 
Try it
New Attendee Check-In (Instant) from the Eventbrite API

Emit new event when an attendee checks in to an event

 
Try it
New Form Data Created from the Kizeo Forms API

Emit new event each time new form data is created in Kizeo Forms. See the documentation

 
Try it
New Attendee Registered (Instant) from the Eventbrite API

Emit new event when an attendee registers for an event

 
Try it
New Event (Instant) from the Eventbrite API

Emit new event when an event has been created

 
Try it
Create Event with the Eventbrite API

Create a new Eventbrite event. See the documentation

 
Try it
Create User with the Kizeo Forms API

Creates a new user in the Kizeo Forms platform. See the documentation

 
Try it
Get Event Attendees with the Eventbrite API

Get event attendees for a specified event. See the documentation

 
Try it
Export Form Data to CSV or Excel with the Kizeo Forms API

Exports data from a form to CSV or Excel format. See the documentation

 
Try it
Get Event Details with the Eventbrite API

Get details for a specified event. See the documentation

 
Try it
Integrate the Eventbrite API with the Kizeo Forms API
Setup the Eventbrite API trigger to run a workflow which integrates with the Kizeo Forms API. Pipedream's integration platform allows you to integrate Eventbrite and Kizeo Forms remarkably fast. Free for developers.

Overview of Eventbrite

The Eventbrite API offers a powerful way to create, manage, and attend events programmatically. With Pipedream, you can leverage this API to automate a swath of tasks such as syncing attendee data, updating events in real-time, and connecting Eventbrite to other apps to streamline event workflows. By employing Pipedream's serverless platform, you can engineer intricate automations that respond to event triggers (like new event creation or ticket purchase) and conduct actions across your software stack without writing extensive code.

Connect Eventbrite

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: {
    eventbrite: {
      type: "app",
      app: "eventbrite",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://www.eventbriteapi.com/v3/users/me/`,
      headers: {
        Authorization: `Bearer ${this.eventbrite.$auth.oauth_access_token}`,
      },
    })
  },
})

Overview of Kizeo Forms

Kizeo Forms API lets you interact with the Kizeo platform to automate form data retrieval, manage users, and push or pull data to or from forms. On Pipedream, you can harness this API to create serverless workflows that trigger actions based on form submissions, integrate with other apps, or manage form data effectively. Use the API to connect Kizeo Forms with CRMs, project management tools, databases, and more, streamlining data collection and processing activities.

Connect Kizeo Forms

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: {
    kizeo_forms: {
      type: "app",
      app: "kizeo_forms",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://www.kizeoforms.com/rest/v3/users`,
      headers: {
        "Authorization": `${this.kizeo_forms.$auth.api_token}`,
      },
    })
  },
})

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo