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.
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.
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
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.
This endpoint has two auth layers in dev:
https://dev.strondeforemail.com/*