Update a Template
Update an existing email template in SenderWiz by its unique identifier.
🔄 Update a Template
This endpoint allows you to modify the details of a template such as its name, content, or CSS preferences.
🔹 HTTP Request
🔸 URL Segments
Segment
Required
Description
TEMPLATE-UNIQUE-ID
Yes
Unique ID of the template to update.
📝 PUT Parameters
Parameter
Type
Required
Description
data
array
Yes
Array with the updated template details.
Refer to the Create Template documentation for full parameter definitions.
🔐 Authorization Header
💻 PHP Example
📦 Sample JSON Response
Last updated