Skip to main content
POST
Upsert Group And Usecases

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Path Parameters

integration
enum<string>
required
Available options:
microsoft,
google

Body

application/json
name
string
required

Human friendly group name

slug
string | null

Optional explicit slug; if omitted will be generated

Associated sheet link for this group

assistant_id
string | null

Assistant identifier bound to this group

timezone
string | null

Timezone identifier e.g. America/Chicago

start_time
string<time> | null

Time of day to run the use-case group (HH:MM:SS)

group_id
string | null

If provided, updates the existing group; otherwise creates a new group

Required string length: 24
Pattern: ^[0-9a-f]{24}$
Example:

"5eb7cf5a86d9755df3a6c593"

use_cases
UseCaseConfigPayload · object[]

List of use-case configurations to upsert under this group

Response

Successful Response