PATCH/desk/api/v2/scheduledemails/update.json

Update multiple scheduledemails.

Update all the given properties for matching resources. Any omitted properties will be unchanged.

        The following values are allowed in the [filter](/docs/desk/d667a6937d077-filtering-api-results) query parameter:
    
  • id
  • ticket
  • message
  • status
  • title
  • note
  • body
  • sendAt
  • timezone
  • zone
  • createdAt
  • updatedAt
  • deletedAt
  • createdBy
  • updatedBy
  • deletedBy
  • state

Body Params

ScheduledEmailAPIBody handles the get/create/update request/response for scheduledemail.

    • Name
      included
      Type
      object
      Description
      Included allows adding referenced objects on the API response. The included keys should map to the `types` in the Relationship slices/objects.
    • Name
      scheduledemail
      Type
      object
      Description
      ScheduledEmail represents a ScheduledEmail.
    • Name
      sendNow
      Type
      boolean

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 OK
      BulkOpResponse is a bulk operation response
    • 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

    200 OK

    BulkOpResponse
    {
      "jobId": "string"
    }