Localizado por IA

Obter template

const response = await fetch('https://api.emailit.com/v2/templates/tem_47TaFwzJx6mD7NeJYvLjFxVwbgT', {
  method: 'GET',
  headers: {
    'Authorization': 'Bearer em_test_51RxCWJ...vS00p61e0qRE',
    'Content-Type': 'application/json'
  }
});

const result = await response.json();

Respostas

{
  "data": {
    "id": "tem_47TaFwzJx6mD7NeJYvLjFxVwbgT",
    "name": "E-mail de Boas-vindas v1",
    "alias": "welcome-email",
    "from": "Suporte <support@company.com>",
    "subject": "Bem-vindo!",
    "reply_to": ["support@company.com"],
    "html": "<h1>Bem-vindo!</h1>",
    "text": "Bem-vindo!",
    "editor": "html",
    "published_at": "2025-12-24T10:30:00.000000Z",
    "preview_url": "https://cdn.company.com/previews/welcome.png",
    "created_at": "2025-12-24T09:00:00.000000Z",
    "updated_at": "2025-12-24T10:30:00.000000Z",
    "versions": [
      {
        "id": "tem_anotherOidHere123456789",
        "name": "E-mail de Boas-vindas v2",
        "published_at": null,
        "created_at": "2025-12-24T11:00:00.000000Z",
        "updated_at": "2025-12-24T11:00:00.000000Z"
      }
    ]
  }
}