Implementations

Tag your Infusionsoft contacts with .NET Core

By on 04/10/2018

Putting my OpenSource implementation for the Infusionsoft API into action. Basically it’s about authorizing the hosted web application to access your Infusionsoft account. And then you can read all tags, and assign a tag to a contact. If the contact doesn’t exist, it’s created automatically.

You can see and try the implementation here. Don’t forget to press the ‘Reset’ button once your done. Yes, I guarantee you that the WebApp deletes your generated token in the moment you do so!

https://infusionsofttagexample.azurewebsites.net/

Here’s a screenshot of the application. I think it’s pretty self-explaining…

The implementation can be found here on GitHub as usual.

HAPPY PLANTING

TAG