| Variabila | Tip | Descriere |
|---|---|---|
| template_id | string|int | ID-ul template-ului pentru care se preia conținutul |
| Parametru | Descriere |
|---|---|
| list_id | ID-ul listei template-ului |
| type | Tipul template-ului |
| subject | Tipul subiectului |
| text | Textul template-ului |
| html | Html-ul template-ului |
{ "list_id": "my_list_id", "type": "subscribe_confirm", "subject": "Test Subject", "text": "Please confirm your subscription [##confirm_link##]", "html": "<html><body><a href=\"##confirm_link##\">Please confirm your subscription<\/a><\/body><\/html>" }
| Cod | Mesaj | Descriere |
|---|---|---|
| 407 | Missing required param template_id | Parametrul template_id este obligatoriu |
| 203 | Could not get the email template | Template-ul nu a fost găsit |
{ "err": true, "message": "Missing required param template_id", "code": 407 }
{ "err": true, "message": "Could not get the email template", "code": 203 }