POST/desk/api/v2/triggernotifications/{id}.json

Create a new triggernotification.

Path Params

  • Name
    id
    Type
    integer
    required
    Description

Body Params

TriggerNotification is a custom email that could be send to multiple customer or agents

    • Name
      body
      Type
      string
    • Name
      createdAt
      Type
      string
      Description
      CreatedAt is a read-only date marking the creation time.
    • Name
      createdBy
      Type
      object
    • Name
      customers
      Type
      array
    • 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
      id
      Type
      integer
    • 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
      subject
      Type
      string
    • Name
      type
      Type
      string
      Description
      Valid values are `customer` and `agent`.
    • 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
    • Name
      users
      Type
      array

    Responses

    • Code
      201
      Type
      object
      Schema
      Description
      201 Created
      TriggerNotificationAPIBody handles the get/create/update request/response for triggernotification.
    • 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

    TriggerNotificationAPIBody
    {  "included": {    "customers": [      {        "addMethod": "string",        "address": "string",        "avatarURL": "string",        "company": {          "delete": true,          "id": 0,          "meta": {            "additionalProp": "Unknown Type: any"          },          "type": 0        },        "contacts": [          {            "delete": true,