How to add a tag to a company

Hi,

Is there an easy way to add tags to a Company using the REST API? I was under the impression, Companies are effectively contacts so have tried to add tags the same way we add tags to contacts but it doesn’t seem to work. The API call returns SUCCESS but it doesn’t seem to add the tag to the company?

https://developer.infusionsoft.com/docs/rest/#!/Tags/applyTagToContactIdsUsingPOST

Has anyone had experience of this?

I’ve not tried it with REST but it definitely works with the xml-rpc api to use the company id in place of the contact id (which is exactly how companies are stored…as special case contacts)

Thanks John.

This work using the xml-rpc api. Reference for anyone else:

https://developer.infusionsoft.com/docs/xml-rpc/#contact-add-a-tag-to-a-contact

1 Like