AI Agent

Update a notification rule

patch/companies/{company}/agents/{agent}/notification-rules/{rule}

Path parameters

companyinteger required
agentinteger required
ruleinteger required

Request body

idinteger

One notification rule on an AI Agent (DEV-2656).

namestring nullable
enabledboolean
frequency'every_call' | 'important_only' | 'daily_digest'
importantCallTriggersstring[]
importantCallDurationThresholdSecsinteger
digestTimestring nullable

Daily digest send time as HH:MM. Accepted as HH:MM or HH:MM:SS on write.

emailEnabledboolean
recipientsstring[]
pushEnabledboolean
pushUserIdsinteger[]
createdAtstring date-time nullable
updatedAtstring date-time nullable

Response

Rule updated

idinteger

One notification rule on an AI Agent (DEV-2656).

namestring nullable
enabledboolean
frequency'every_call' | 'important_only' | 'daily_digest'
importantCallTriggersstring[]
importantCallDurationThresholdSecsinteger
digestTimestring nullable

Daily digest send time as HH:MM. Accepted as HH:MM or HH:MM:SS on write.

emailEnabledboolean
recipientsstring[]
pushEnabledboolean
pushUserIdsinteger[]
createdAtstring date-time nullable
updatedAtstring date-time nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.