POST/desk/api/v2/contactforms.json

Create a new contactform.

Body Params

ContactForm represents a ContactForm.

    • Name
      accentColor
      Type
      string
    • Name
      createdAt
      Type
      string
      Description
      CreatedAt is a read-only date marking the creation time.
    • Name
      createdBy
      Type
      object
    • Name
      deletedAt
      Type
      string
      Description
      DeletedAt is a read-only date marking the time of deletion. Is only returned when the object is marked as deleted.
    • Name
      deletedBy
      Type
      object
    • Name
      filter_args
      Type
      object
      Description
      RequestCommons allows specifying paging and sorting options. All API endpoints should embed the RequestOrder for consistency.
    • Name
      helpdocs
      Type
      array
    • Name
      id
      Type
      integer
    • Name
      inboxFieldName
      Type
      string
    • Name
      inboxes
      Type
      array
    • Name
      isLiveChatEnabled
      Type
      boolean
    • Name
      liveChatWelcomeMessage
      Type
      string
    • Name
      name
      Type
      string
    • Name
      position
      Type
      string
    • Name
      state
      Type
      string
      Description
      State is the status of the object. Typically this will be either active or deleted. When deleted the `deletedAt` and `deletedBy` relationship will be returned.
    • Name
      theme
      Type
      string
    • Name
      token
      Type
      string
    • Name
      triggerColor
      Type
      string
    • Name
      updatedAt
      Type
      string
      Description
      UpdatedAt is a read-only date marking the last updated time. This field is not updated when the object is deleted.
    • Name
      updatedBy
      Type
      object

    Responses

    • Code
      201
      Type
      object
      Schema
      Description
      201 Created
      ContactFormAPIBody handles the get/create/update request/response for contactform.
    • Code
      400
      Type
      object
      Schema
      Description
      400 Bad Request
      Validator hold the validation errors. Typically you shouldn't create this directly but use the New() function.

    Examples

    201 Created

    ContactFormAPIBody
    {  "contactform": {    "accentColor": "string",    "createdAt": "2024-07-26T20:26:10.533Z",    "createdBy": {      "delete": true,      "id": 0,      "meta": {},      "type": 0    },    "deletedAt": "2024-07-26T20:26:10.533Z",    "deletedBy": {      "delete": true,      "id": 0,      "meta": {},      "type": 0    },    "filter_args": {