-1

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?

Arnaud
  • 7,259
  • 10
  • 50
  • 71
  • There is no addToGroup method in this file: https://github.com/infusionsoft/infusionsoft-php/blob/master/src/Infusionsoft/Api/Rest/ContactService.php – enno.void Aug 28 '17 at 15:14

1 Answers1

0

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

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
tareqanwar
  • 88
  • 8