Sign in

Update message

documented

Update an existing email message (content, subject, tags, etc.).

PUT /API/v1.1/Rest/ConsoleService.svc/Console/List/{id_List}/Email/{id_Message}Email messagesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://services.mailup.com/API/v1.1/Rest/ConsoleService.svc/Console/List/{{$id_List}}/Email/{{$id_Message}}" \
  -X PUT \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"Subject":"{{$subject}}","Content":"{{$content}}","Embed":{{$embed}},"Fields":[{"Description":"{{$field_description}}","Id":{{$field_id}},"Value":"{{$field_value}}"}],"IsConfirmation":{{$is_confirmation}},"Notes":"{{$notes}}","Tags":{{$tags}},"TrackingInfo":{"CustomParams":"{{$custom_params}}","Enabled":{{$tracking_enabled}},"Protocols":{{$protocols}}}'"