Quantcast
Channel: Developers - Community
Viewing all articles
Browse latest Browse all 479

Possible to add multiple tags in one API call?

$
0
0

@snowys wrote:

https://developers.activecampaign.com/reference?_ga=2.79955607.1449727395.1613343671-859000771.1589352574#contact-tags

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

Read full topic


Viewing all articles
Browse latest Browse all 479