Execute command's preview item
    • Dark
      Light
    • PDF

    Execute command's preview item

    • Dark
      Light
    • PDF

    Article summary

    Post
    /api/v1/commands.preview

    Changelog

    VersionDescription
    3.0.0Added tmid and triggerId fields
    0.65.0Added
    Header parameters
    X-Auth-Token
    stringRequired

    The authToken of the authenticated user.

    ExampleRScctEHSmLGZGywfIhWyRpyofhKOiMoUIpimhvheU3f
    X-User-Id
    stringRequired

    The userId of the authenticated user.

    ExamplerbAXPnMktTFbNpwtJ
    Body parameters
    Example
    {
      "command": "unmute",
      "roomId": "ByehQjC44FwMeiLbX",
      "tmid": "Hsj2435g4bvrj4bjh",
      "params": "@user123",
      "triggerId": "awovufbukuefzuper",
      "previewItem": {
        "id": "nucobdipokaikazia",
        "type": "image",
        "value": "https://dev.null/gif"
      }
    }
    Expand All
    object
    command
    string Required

    The name of the command to be executed.

    roomId
    string Required

    The ID of the room.

    tmid
    string Required

    The ID of the thread to run the command.

    params
    string

    Parameters of the command if required. It is undefined by default.

    triggerId
    string

    The triggerId generated by the client that allows the command to interact with the UI

    previewItem
    objectRequired

    The data of the preview item to be executed by the command

    id
    string Required

    The ID of the selected preview item

    type
    string Required

    The type of the selected preview item

    value
    string Required

    The value of the selected preview item

    Responses
    200

    OK

    object

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.