Type alias EmbeddingNavigationMessage

    EmbeddingNavigationMessage: EmbeddingMessage<"navigation", {
        url: string;
    }>

    Says to Workato that it needs to navigate to provided URL.

    Type declaration

    • url: string