@snowys wrote:
I’m currently able to add one tag, but I would like to add multiple tags in the one api call. To keep my requests down.
Is there a way to do this?
I thought something like this as the JSON but it doesn’t work{
“contactTag”: [{
“contact”: “1”,
“tag”: “20”
},
{
“contact”: “1”,
“tag”: “22”
}]
}Thanks
Posts: 2
Participants: 2