Upsert Group And Usecases
Use Cases
Upsert Group And Usecases
Create or update a UseCaseGroup and REPLACE its use-case configs with the provided list in one call.
- If payload.group_id is provided, update the existing group; otherwise create a new one.
- The set of configs under the group will be made to exactly match payload.use_cases. • If payload.use_cases is empty, all existing configs for the group are deleted.
POST
Upsert Group And Usecases
Authorizations
Retrieve your API Key from Dashboard API Keys Section.
Path Parameters
Available options:
microsoft, google Body
application/json
Human friendly group name
Optional explicit slug; if omitted will be generated
Associated sheet link for this group
Assistant identifier bound to this group
Timezone identifier e.g. America/Chicago
Time of day to run the use-case group (HH:MM:SS)
If provided, updates the existing group; otherwise creates a new group
Required string length:
24Pattern:
^[0-9a-f]{24}$Example:
"5eb7cf5a86d9755df3a6c593"
List of use-case configurations to upsert under this group
Response
Successful Response