post campaigns
{
"type" :"regular",
"recipients": {
"list_id": "0270xxxcf7"
}
,
"settings": {
"subject_line": "Thank you for your reservation",
"from_name": "Customer Service",
"reply_to": "reception@xxxx.com",
"template_id": 37125
}
}
every time the response is with ["template_id"]=>int(0)
I tried with php script and directly from "Developer Playground"... I got the same response. Seems it's not possible to set the template id when you create a new campaign.
If I setup template_id: '37125' I receive this error:
template_id must to be integer
I tried with intval(37125)....nothing, I got the same ["template_id"]=>int(0)
response.
Can somebody help me with this issue?