Send Offline Livechat Message
    • Dark
      Light
    • PDF

    Send Offline Livechat Message

    • Dark
      Light
    • PDF

    Article summary

    Post
    /api/v1/livechat/offline.message

    Send the offline message when no agent is available to attend the omnichannel conversation.

    Body parameters
    Example 1
    {
      "name": "Livechat Visitor",
      "email": "[email protected]",
      "message": "I need help",
      "department": "Support",
      "host": "null"
    }
    object
    name
    string Required

    Message name.

    email
    string Required

    The visitor email.

    message
    string Required

    Message text.

    department
    string Required

    The department name.

    host
    string Required

    The username of the agent.

    Responses
    200
    Success Example
    {
      "message": "Livechat offline message sent",
      "success": true
    }
    object
    message
    string
    success
    boolean
    400

    Bad Request

    Example 1
    {
      "success": false,
      "error": "must have required property 'name' [invalid-params]",
      "errorType": "invalid-params"
    }
    object
    success
    boolean
    error
    string
    errorType
    string

    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.