• Initiates a chat by triggering a specified workflow.

    • Reveals the messenger if hidden.
    • Activates the workflow identified by the given workflowId.
    • No action is taken if workflowId is not specified.
    • Shows an error page if a workflow with the specified workflowId does not exist.
    • Caution: Utilizing this function outside a click event may cause issues in iOS Safari.

    Parameters

    • workflowId: string

      Identifier of the targeted workflow.

    Returns void

Generated using TypeDoc