Date: 20/05/2026

Updates an existing email draft in Stronde. Use this after Create Draft Email when you need to change content without creating a new draft.


Endpoint LIVE

POST https://app.strondeforemail.com/api/requests/updateEmail.php

Note: The dev environment is protected by HTTP Basic Auth. Requests must include valid Basic Auth credentials in addition to API token authentication.

API token auth

Header: X-API-Key: <RAW_API_TOKEN>

Optional (also accepted): Authorization: Bearer <RAW_API_TOKEN>

Token permission: updateDraft (or createDraft if updateDraft is not set on the token)

Content-Type: application/json

Endpoint DEV

POST https://dev.strondeforemail.com/api/requests/updateEmail.php

Note: The dev environment is protected by HTTP Basic Auth. Requests must include valid Basic Auth credentials in addition to API token authentication.


Authentication (Dev)

This endpoint has two auth layers in dev:

  1. API token auth (see above)
  2. Server access (HTTP Basic Auth)