Unblu Agent Embedded JS API
    Preparing search index...

    Interface ForwardToTeamOptions

    Options for a forwarding to a team. Forwarding a conversation returns it to the queue.

    interface ForwardToTeamOptions {
        comment?: string;
        teamId: string;
    }
    Index

    Properties

    Properties

    comment?: string

    An optional comment displayed to agents in their queue

    teamId: string

    The ID of the team to which the conversation should be forwarded