Call to undefined method Infusionsoft\Api\Rest\ContactService::addToGroup()

338 views Asked by At

I'm using https://github.com/infusionsoft/infusionsoft-php but when I try to apply tags for a contact I'm getting this error.

Someone knows something about it?

1

There are 1 answers

0
tareqanwar On

As Mr. Void said there is no addToGroup() method in Rest Api. You should use this ContactService class instead of the one from Rest.