Eventbrite - Get organizations

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

Use the Eventbrite - Get organizations action A tool for building the processes, logic, and direction within workflows. to retrieve a list of organizations in Eventbrite.

For more information about the Eventbrite connector, see Eventbrite.

Configure the Eventbrite - Get organizations 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. Create or select a variable for the output.

Eventbrite - Get organizations action fields and settings

Section

Field

Description

Variable types

(Unlabeled)

Connection Credentials and other settings 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 organizations from Eventbrite.

To refresh the available connections, click .

(n/a)

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 organizations action. Text, Decimal, Integer, Boolean, DateTime, Collection
Output Organizations

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.
  • Organizations: (Collection)

    • ID: (Text) The ID of the organization.

    • Name: (Text) Organization name.

Object