Eventbrite - Get venues by organization

Important: This connector and its actions have been removed from Nintex Workflow and can now be found in Nintex Gallery.

Use the Eventbrite - Get venues by organization action A tool for building the processes, logic, and direction within workflows. Actions are the steps the workflow performs to complete a process. to retrieve a list of venues by organization in Eventbrite.

For more information about the Eventbrite connector, see Eventbrite.

Configure the Eventbrite - Get venues by organization action

  1. Add the action to the workflow and open the action configuration panel. For more information, see Add an action to the workflow.

  2. Select a Connection. If you do not have a connection, see Add a connection.
  1. Specify the Organization you want to retrieve a list of venues for.

Eventbrite - Get venues by organization action fields and settings

Section

Field

Description

Variable types

(Unlabeled)

Connection Credentials and other settings that enables workflows to communicate with external systems, services, or applications. It's required to pass data between the workflow and the indicated service, which could be a cloud service, business application, or content store.

The Eventbrite connection to use to retrieve the list of venues by organization.

To refresh the available connections, click .

(n/a)

Organization The organization for which you want to retrieve a list of venues for. This list is populated after you specify a connection. If you insert a variable here, use the organization ID. Text, Decimal, Integer, Boolean, DateTime, Collection
Paging Next page token A token to get the next set of results. Use the Continuation value from the Pagination object of a previous Get venues by organization action. Text, Decimal, Integer, Boolean, DateTime, Collection
Output Venues

Stores the result of the action as an object. The following values are returned:

  • Pagination: (Object) A object describing the pagination containing the following information.
    • Continuation: (Text) The token you'll use to get to the next set of results by making the same request again but including this token. Your results will always include a new continuation token that you can use to jump to the next page.
    • Has more items: (Boolean) Whether or not there are more items in your response. When all records have been retrieved, this attribute will be “false”.
    • Object count: (Integer) The total number of objects found in your response, across all pages.
    • Page count: (Integer) The total number of pages found in your response.
    • Page number: (Integer) The page number you are currently viewing (always starts at 1).
    • Page size: (Integer) The maximum number of objects that can be returned per page for this API endpoint.
  • Venues: (Collection)

    • Maximum capacity: (Integer) Maximum number of tickets that can be sold for the Venue.

    • Venue ID: (Text) The ID of the venue.

    • Latitude: (Text) Latitude coordinates of the Venue address.

    • Longitude: (Text) Longitude coordinates of the Venue address.

    • Venue name: (Text) Venue name.

    • Resource URI: (Text) The URL to the venue page in eventbrite.com.

Object