Blocks
Whereby
Simple embedded video meetings
Integrate with Whereby to embed video meetings into your app without external links. Easy-to-use video conferencing with up to 50 participants, perfect for small to medium-sized meetings with API key authentication.
Block Preview
Whereby
Simple embedded video meetings
Usage
- Add the block to your workflow and connect it to the upstream step.
- Configure any required credentials or tokens in the inputs.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the whereby block with monitoring enabled in production.
Inputs (UI)
Whereby API Key
short-inputPlaceholder: Enter your Whereby API key
Layout: full
Operation
dropdownLayout: full
Options: Create Meeting, Get Meeting, Delete Meeting, List Meetings
Room Name
short-inputPlaceholder: my-meeting-room
Layout: full
Condition: operation = "create_meeting"
Meeting ID
short-inputPlaceholder: Enter meeting ID
Layout: full
Condition: operation = ["get_meeting","delete_meeting"]
Start Date (ISO 8601)
short-inputPlaceholder: 2025-01-15T10:00:00Z
Layout: half
Condition: operation = "create_meeting"
End Date (ISO 8601)
short-inputPlaceholder: 2025-01-15T11:00:00Z
Layout: half
Condition: operation = "create_meeting"
Inputs (API)
credential
stringRequired
operation
stringRequired
roomName
stringOptional
meetingId
stringOptional
startDate
stringOptional
endDate
stringOptional
Outputs
Primary response type:
{
"data": "json"
}