do you have a tag named abc?
Feb 16, 2023
5
Level 3
Active Campaign API - List tags, cotacts
Hello guys, am using this package https://github.com/Label84/laravel-active-campaign to make it easier with Active Campaign, but when I am trying to list the tags or contacts it throws syntax error, unexpected identifier "int", expecting variable
I am basically following the documentation of the package but I keep getting this error.
Package I use says to do
$tags = resolve(ActiveCampaign::class)->tags()->list('abc');
API Documentation on list tags https://developers.activecampaign.com/reference/retrieve-all-tags
Level 51
@Kris01 good to know. I was going for say. I often will use the http client to just make the methods I need.
Please or to participate in this conversation.