Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.msgflash.com/llms.txt

Use this file to discover all available pages before exploring further.

Endpoint

PUT /api/v1/templates/{id}

Parameters path

NomTypeRequiredDescription
idUUIDyesID du template

Body

FieldTypeRequiredDescription
namestringnoNouveau nom
bodystringnoNouveau body
mediaUrlstringnoNouvelle URL media

Success response 200

{
  "data": {
    "id": "tmpl_uuid",
    "variables": ["contact.firstName"]
  }
}