0

I have to add a user to Infusionsoft using Laravel 5.2 framework.I have made a register form and when I click register user must be added on Infusionsoft. How can I do that? And how can I create a free sandbox application? I've made an account but I haven't received any message on my email.

Michelle
  • 7
  • 4

1 Answers1

1

The restriction of Infusionsoft that sandbox applications don't send emails.

If you want to save any data to Infusionsoft, start with reading API documentation.

Infusionsoft PHP SDK provides Laravel support.

Y. E.
  • 687
  • 1
  • 10
  • 29