Search code examples
infusionsoft

Add tags in Company records using infusionsoft API


I want to tag company records after I create them using the InfusionSoft API.

How would I do this tag company records via the API?


Solution

  • Company records in Infusionsoft are really just special contact records. You can apply tags to them just like a contact using their ID.

    So after you add the company to Infusionsoft via the API, you'll get back the ID of the company. From there, apply a tag to the contact with that ID.

    Related Infusionsoft API Docs: