Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface IdentifiedBy

    Identifies the recipient of the message. Requires either contact_id or identified_by. If Dispatch Mode is used, only identified_by is allowed.

    interface IdentifiedBy {
        contact_id?: never;
        identified_by: ChannelIdentities;
    }
    Index

    Properties

    contact_id?: never
    identified_by: ChannelIdentities

    The identity as specified by the channel.