0.0.3 • Published 1 year ago

wbb-eventbrite v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

WBB Eventbrite

With this integration you can get all events created from client's Eventbrite account and filter them based if they're organized as online or in person.

Blocks Provided

Provide a list of the blocks provided as part of this integration. This should be a list of block name, and its description.

Block NameDescription
Get eventsFirstly will ask the organisation name and the filter if the events are online or in person afterwards it will call the handler for fetching the events
Eventbrite errorIt will be throwin in case if any of required arguments aren't set on Get Events blocks
Eventbrite no eventsIt will be thrown when no events are from organisation

Handler Names

The following handler names and their functions are available :

Handler NamePurpose
getEventsFetch organisation's events

Configuration Options

( Provide a list of the configuration options for each of the handlers mentioned above )

Within the function there are a number of options that can be set to configure the behaviour of the integration. The tables below show the settings that are available for each handler.

Get events

PropertyRequiredDescription
tokentrueAPI token generated for Eventbrite account of client
organisationNametrueName of organisation of Eventbrite's account for which to be shown the events
showReturnToMenuChoicefalseIf set will show the Menu choice to each event item
returnToMenuBlockIDfalseIf set it will return the block with corresponding id for the choice of event item, need to be set the showReturnToMenuChoice to make this parameter available
menuChoiceTitlefalseThe title for the choice if returnToMenuBlockID is set