Skip to main content

ChatBox

attachments object[]

Attachments in Chatbox

  • Array [
  • fileName stringnullable

    File Name of the attachment in Chatbox

    Example: 123-abc
    url url

    URL of attachments for the CAPA report

    Example: https://.../image1.jpg
  • ]
  • createdDate date-time

    Creation date of the message in Chatbox

    Example: 2021-05-25T13:58:26+00:00
    email string

    Email of the contact who posted the message in Chatbox

    firstName stringnullable

    First Name of the contact who posted the message in Chatbox

    Example: John
    lastName stringnullable

    Last Name of the contact who posted the message in Chatbox

    Example: Doe
    message stringnullable

    Message in Chatbox

    Example: Please update the status
    organizationName stringnullable

    Organization of the contact who posted the message in Chatbox

    Example: Acme Corp
    ChatBox
    {
    "attachments": "file1",
    "createdDate": "2021-05-25T13:58:26+00:00",
    "email": "[email protected]",
    "firstName": "John",
    "lastName": "Doe",
    "message": "Please update the status",
    "organizationName": "Acme Corp"
    }