Circleback Trigger

Trigger workflow when meeting notes and action items are ready

Trigger workflow when meeting notes and action items are ready

This is a webhook-based trigger. Configure the webhook URL in your external service to send events to TradingGoose.

Events

Circleback Meeting Notes Ready

Trigger workflow when meeting notes and action items are ready

Signing Secret
••••••••
Validates that webhook deliveries originate from Circleback using HMAC-SHA256.

Output Schema

Event Payload
idnumberCircleback meeting ID
namestringMeeting title/name
urlstringURL of the virtual meeting (Zoom, Google Meet, Teams, etc.)
createdAtstringISO8601 timestamp when meeting was created
durationnumberMeeting duration in seconds
recordingUrlstringRecording URL (valid for 24 hours, if enabled)
tagsarrayArray of tag strings
icalUidstringCalendar event identifier
attendeesarrayArray of attendee objects with name and email
notesstringMeeting notes in Markdown format
actionItemsarrayArray of action item objects with id, title, description, assignee, status
transcriptarrayArray of transcript segments with speaker, text, and timestamp (in seconds)
insightsobjectUser-created insights keyed by insight name, each containing array of insight results
meetingobjectFull meeting payload object

Circleback Webhook

Generic webhook trigger for all Circleback events

Trigger Type*
Select...
Signing Secret
••••••••
Validates that webhook deliveries originate from Circleback using HMAC-SHA256.

Output Schema

Event Payload
idnumberCircleback meeting ID
namestringMeeting title/name
urlstringURL of the virtual meeting (Zoom, Google Meet, Teams, etc.)
createdAtstringISO8601 timestamp when meeting was created
durationnumberMeeting duration in seconds
recordingUrlstringRecording URL (valid for 24 hours, if enabled)
tagsarrayArray of tag strings
icalUidstringCalendar event identifier
attendeesarrayArray of attendee objects with name and email
notesstringMeeting notes in Markdown format
actionItemsarrayArray of action item objects with id, title, description, assignee, status
transcriptarrayArray of transcript segments with speaker, text, and timestamp (in seconds)
insightsobjectUser-created insights keyed by insight name, each containing array of insight results
meetingobjectFull meeting payload object

Circleback Meeting Completed

Trigger workflow when a meeting is processed and ready in Circleback

Signing Secret
••••••••
Validates that webhook deliveries originate from Circleback using HMAC-SHA256.

Output Schema

Event Payload
idnumberCircleback meeting ID
namestringMeeting title/name
urlstringURL of the virtual meeting (Zoom, Google Meet, Teams, etc.)
createdAtstringISO8601 timestamp when meeting was created
durationnumberMeeting duration in seconds
recordingUrlstringRecording URL (valid for 24 hours, if enabled)
tagsarrayArray of tag strings
icalUidstringCalendar event identifier
attendeesarrayArray of attendee objects with name and email
notesstringMeeting notes in Markdown format
actionItemsarrayArray of action item objects with id, title, description, assignee, status
transcriptarrayArray of transcript segments with speaker, text, and timestamp (in seconds)
insightsobjectUser-created insights keyed by insight name, each containing array of insight results
meetingobjectFull meeting payload object