← Back to all apps

Goldcast

Businessby OpenAI

Connector for Goldcast event management and Q&A API. See https://customapi.goldcast.io for endpoint documentation

3ChatGPT Tools
OpenAIDeveloper
BusinessCategory

Available Tools

Answer Question

answer_question
Full Description

Submit an answer to an audience question.

Parameters (4 required)
Required
broadcast_idstring
event_idstring
qnaAnswerstring
question_idstring

List Events

list_events
Full Description

Retrieve the list of events accessible in the organization.

Parameters (0 required, 2 optional)
Optional
cursorstring
Default: null
limitinteger
Default: null

List Questions

list_questions
Full Description

Fetch audience Q&A questions for a specific event session.

Parameters (2 required, 3 optional)
Required
broadcast_idstring
event_idstring
Optional
answeredboolean
Default: null
cursorstring
Default: null
limitinteger
Default: null

List Sessions

list_sessions
Full Description

Get the broadcast sessions for a specific event.

Parameters (1 required)
Required
event_idstring

Send Chat Message

send_chat_message
Full Description

Send a message to the public chat of a given event session.

Parameters (3 required)
Required
broadcast_idstring
event_idstring
messagestring