arrobaMail
Module 083 endpoints

Templates /templates

Endpoints

3 total
GET/templatesUser

List templates (shared and private)

Example

curl -X GET "https://envios.arrobamail.com/v3/api/templates" \
  -H "Authorization: Bearer $TOKEN"

Response 200

{
  "list": [
    { "id": 10, "nombre": "Basic Newsletter", "preview": "...", "catid": 2, "type": "shared", "userid": 0 }
  ],
  "categories": [
    { "id": 1, "name": "Welcome", "order": 1 },
    { "id": 2, "name": "Newsletter", "order": 2 }
  ]
}
GET/templates/:templateIdUser

Get template with full HTML

Private templates are only accessible by their owner.

Path parameters

NameDescription
templateIdNumeric template ID

Example

curl -X GET "https://envios.arrobamail.com/v3/api/templates/{TEMPLATEID}" \
  -H "Authorization: Bearer $TOKEN"
DELETE/templates/:templateIdUser

Delete private template

Only your own templates (type: "user") can be deleted. Shared templates cannot be deleted.

Path parameters

NameDescription
templateIdNumeric template ID

Example

curl -X DELETE "https://envios.arrobamail.com/v3/api/templates/{TEMPLATEID}" \
  -H "Authorization: Bearer $TOKEN"

Response 200

{ "success": true }

Get started with arrobaMail
in under 5 minutes.

Free plan, AI generations included, no credit card required — and real support from a real team.

Try it free now
WhatsAppOur team replies