How do I transfer data from my website to Infusionsoft?

I have a SAAS. Every time a new users signs up, I want to send the email to Infusionsoft and create a new contact. Do I have to use the API for this?

Is it possible to use tags or fields or some other parameter instead?

Hey Tom. It sounds like you may need to seek out the API. How are people signing up on the website?

1 Like

Thanks. I’m looking into the api. Unfortunately the “official” python library is broken and unsupported.

People sign up filling out a form on my website. My platform is django. So ideally, once they confirm their email I would send the email to Infusionsoft to create a contact and then enable an email sequence.

Support fixed the python library so I was able to add a contact.

1 Like