Variabila | Tip | Descriere |
---|---|---|
list_id | int|string | ID-ul listei pe baza căreia va fi identificat contul SMTP |
template_id | string | ID-ul template-ului care trebuie returnat |
account_id | string|boolean | ID-ul unui anumit cont SMTP din care să fie preluat template-ul (opțional). |
Parametru | Descriere |
---|---|
array | dict conținând datele template-ului: type, content |
{ "content": "<html>\n <body>\n The start content here<br\/>\n s\n {{specific_id}}<\/body>\n<\/html>", "type": "html", "props": null }
Cod | Mesaj | Descriere |
---|---|---|
407 | Missing required param list_id | Parametrul list_id este obligatoriu |
101 | Not allowed for list_id = %s | Acces nepermis la list_id |
17001 | Invalid message | Valoarea parametrului message este invalidă |
17003 | Could not find the SMTP account | Nu a fost găsit contul SMTP |
17004 | The SMTP account is inactive | Contul SMTP este inactiv |
17006 | The template could not be fetched: [error_reason] | Template-ul nu a putut fi preluat |
{ "err": true, "message": "Missing required param list_id", "code": 407 }
{ "err": true, "message": "Could not find the SMTP account", "code": 17003 }
{ "err": true, "message": "The SMTP account is inactive", "code": 17004 }
{ "err": true, "message": "The template could not be fetched: Request error No template found for template_id_2", "code": 17006 }