Infusion Soft (In development)
Infusion Soft intergration supports
- Lead Import
- Disposition Actions
Connection to Infusion Soft is configured via the External Connections page.
Lead Import is configured from the Campaign Importers page.
Disposition actions are configured from the Dispostion Action Page.
Initial authentication is a multi step process involving the user logging into Infusion Soft and allowing API access to thier Infusion Soft instance.
Details on the authentication process can be found here
A Developer account must be created at https://developer.infusionsoft.com/get_started and an "Application" must be created, the only important setting is the callback url, it must be
- https://{NJAdmin hostname}/servicemanager/InfusionSoftOauth2CallbackServlet
The Key & Secret will be required for the External Connection settings.
External Connections Settings:
Setting | Value |
---|---|
API URL | https://api.infusionsoft.com/crm/xmlrpc/v1 |
OAuth2 Auth URL | https://signin.infusionsoft.com/app/oauth/authorize |
OAuth2 Callback URL | https://{NJAdmin hostname}/servicemanager/InfusionSoftOauth2CallbackServlet |
OAuth2 Token URL | https://api.infusionsoft.com/token |