Solved
Problems with the /campaign-message-assign-template/ endpoint
Hi there
Trying to use the /campaign-message-assign-template/, but I keep getting this error:
[400] 'template' is not an allowed relation on the campaign-messages resource.Here’s the body of my request:
{
"data": {
"type": "campaign-message",
"relationships": {
"template": {
"data": {
"type": "template",
"id": "S4VwaY"
}
}
},
"id": "01HDTMG65QMHMWRNQ9GQBF02DB"
}
}Any suggestions?
