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](https://apidocs.teamwork.com/guides/desk/filtering-api-results) query parameter:
- body
- createdAt
- createdBy
- deletedAt
- deletedBy
- id
- message
- note
- sendAt
- state
- status
- ticket
- timezone
- title
- updatedAt
- updatedBy
- zone
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.
200 OK
BulkOpResponse
{
"jobId": "string"
}