Trusted by 250,000+ developers from startups to Fortune 500 companies:
This is a pre-built, open source component from Pipedream's GitHub repo. The component is developed by Pipedream and the community, and verified and maintained by Pipedream.
To contribute an update to an existing component or create a new component, create a PR on GitHub. If you're new to Pipedream component development, you can start with quickstarts for trigger span and action development, and then review the component API reference.
New Event (Instant) on Eventbrite
Description:Emits an event when an event has been created
Version:0.0.1
Key:eventbrite-new-event
const common = require("../common/event.js");
module.exports = {
...common,
key: "eventbrite-new-event",
name: "New Event (Instant)",
description: "Emits an event when an event has been created",
version: "0.0.1",
dedupe: "unique",
methods: {
...common.methods,
getActions() {
return "event.created";
},
async getData(event) {
return event;
},
},
};
This component may be configured based on the props
defined in the component code. Pipedream automatically prompts for input values in the UI and CLI.
Label | Prop | Type | Description |
---|
Eventbrite | eventbrite | app | This component uses the Eventbrite app. |
N/A | db | $.service.db | This component uses $.service.db to maintain state between component invocations. |
Organization | organization | string | Select a value from the drop down menu. |
N/A | http | $.interface.http | This component uses $.interface.http to generate a unique URL when the component is first instantiated. Each request to the URL will trigger the run() method of the component. |
Eventbrite uses OAuth authentication. When you connect your Eventbrite account, Pipedream will open a popup window where you can sign into Eventbrite and grant Pipedream permission to connect to your account. Pipedream securely stores and automatically refreshes the OAuth tokens so you can easily authenticate any Eventbrite API.
Pipedream requests the following authorization scopes when you connect your account: