Skip to main content

@wildix/xbees-conversations-client > GetOrCreateSmsChannelInput

GetOrCreateSmsChannelInput interface

Signature:

export interface GetOrCreateSmsChannelInput 

Properties

Property

Modifiers

Type

Description

outgoing?

boolean | undefined

(Optional) Indicates if the channel is outgoing. It's prevents applying routing settings for the channel. This parameter will be reset to false after 48 hours. Default is false.

recipientId?

string | undefined

(Optional) The unique identifier of the recipient. Required if recipientNumber is not provided.

recipientNumber?

string | undefined

(Optional) The unique identifier of the recipient. Required if recipientId is not provided.

serviceUri

string

The unique identifier of the telephony channel.

userId?

string | undefined

(Optional) The unique identifier of the user when a service token is used. Required if used PBX or S2S token.