Circleback

Available Circleback triggers for automating workflows

Circleback provides 3 triggers for automating workflows based on events.

Triggers

Circleback Meeting Completed

Trigger workflow when a meeting is processed and ready in Circleback

Configuration

ParameterTypeRequiredDescription
webhookSecretstringNoValidates that webhook deliveries originate from Circleback using HMAC-SHA256.

Output

ParameterTypeDescription
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
namestringAttendee name
emailstringAttendee email address
notesstringMeeting notes in Markdown format
actionItemsarrayArray of action item objects
idnumberAction item ID
titlestringAction item title
descriptionstringAction item description
assigneeobjectPerson assigned to the action item (or null)
namestringAssignee name
emailstringAssignee email
statusstringStatus: PENDING or DONE
transcriptarrayArray of transcript segments
speakerstringSpeaker name
textstringTranscript text
timestampnumberTimestamp in seconds
insightsobjectUser-created insights keyed by insight name
meetingobjectFull meeting payload object
idnumberMeeting ID
namestringMeeting name
urlstringMeeting URL
durationnumberDuration in seconds
createdAtstringCreation timestamp
recordingUrlstringRecording URL

Circleback Meeting Notes Ready

Trigger workflow when meeting notes and action items are ready

Configuration

ParameterTypeRequiredDescription
webhookSecretstringNoValidates that webhook deliveries originate from Circleback using HMAC-SHA256.

Output

ParameterTypeDescription
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
namestringAttendee name
emailstringAttendee email address
notesstringMeeting notes in Markdown format
actionItemsarrayArray of action item objects
idnumberAction item ID
titlestringAction item title
descriptionstringAction item description
assigneeobjectPerson assigned to the action item (or null)
namestringAssignee name
emailstringAssignee email
statusstringStatus: PENDING or DONE
transcriptarrayArray of transcript segments
speakerstringSpeaker name
textstringTranscript text
timestampnumberTimestamp in seconds
insightsobjectUser-created insights keyed by insight name
meetingobjectFull meeting payload object
idnumberMeeting ID
namestringMeeting name
urlstringMeeting URL
durationnumberDuration in seconds
createdAtstringCreation timestamp
recordingUrlstringRecording URL

Circleback Webhook

Generic webhook trigger for all Circleback events

Configuration

ParameterTypeRequiredDescription
webhookSecretstringNoValidates that webhook deliveries originate from Circleback using HMAC-SHA256.

Output

ParameterTypeDescription
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
namestringAttendee name
emailstringAttendee email address
notesstringMeeting notes in Markdown format
actionItemsarrayArray of action item objects
idnumberAction item ID
titlestringAction item title
descriptionstringAction item description
assigneeobjectPerson assigned to the action item (or null)
namestringAssignee name
emailstringAssignee email
statusstringStatus: PENDING or DONE
transcriptarrayArray of transcript segments
speakerstringSpeaker name
textstringTranscript text
timestampnumberTimestamp in seconds
insightsobjectUser-created insights keyed by insight name
meetingobjectFull meeting payload object
idnumberMeeting ID
namestringMeeting name
urlstringMeeting URL
durationnumberDuration in seconds
createdAtstringCreation timestamp
recordingUrlstringRecording URL

On this page