Components
ChannelTargetCreateRequest
Example Usage
Fields
Field | Type | Required | Description |
---|---|---|---|
agentId | number | TRUE | The ID of the agent associated with the channel target |
channelId | number | TRUE | The ID of the channel associated with the channel target |
target | string | TRUE | The name of the channel target (must correspond to an organization-level target) |
targetMode | components.TargetModes | TRUE | Available modes (communication methods) for channel targets. |
fallbackTarget | string | FALSE | The fallback for the channel target (currently only supported for “voice” mode) |
isTest | boolean | FALSE | Whether the channel target is intended for testing. If true, any sessions created through this target will be labeled as test. |