BigMarker

The Switchboard BigMarker connector automates access to the BigMarker Integration API to obtain report data on conference registration/attendance.

Prerequisites

To configure access to the BigMarker connector, you need an API Key.

To obtain the API Key, go to your user’s settings page to request an API key.

Scheduling

The BigMarker connector can be scheduled to ingest data once per day at a user-defined hour and timezone.

By default, the connector will run once at 6am PT.

See Daily Scheduling for more information.

Switchboard Script Syntax

download bundle t {
    type: "big_marker";
    key: "big_marker";
    table registrations using {*};
    table live_attendees using {*};
    table no_shows using {*};
    table on_demand_attendees using {*};
};