Skip to main content
PATCH
Update Slack Channel Trigger

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

trigger_id
string<uuid>
required

The Slack channel trigger's unique identifier

Body

application/json
channel_id
string

New Slack channel ID to watch. Omit to leave unchanged.

Minimum string length: 1
channel_name
string

New Slack channel name, without the leading #.

Minimum string length: 1
match_rule
object

Which channel messages fire the trigger: {"kind":"all"} for every message, or {"kind":"contains","values":["invoice"]} to match keywords.

is_private
boolean

Whether the channel is private.

enabled
boolean

Set to false to pause the trigger without deleting it, or true to resume it. Resuming requires the connection the trigger uses to still be available on the agent.

Response

Default Response

slack_trigger
object
required