Provider guides
Vtiger
What’s supported
Supported actions
This connector supports:
- Proxy Actions.
- If your instance name is your_instance.odx, the base URL for API requests will be: https://your_instance.odx/restapi.
Example integration
To define an integration for vtiger, create a manifest file that looks like this:
Using the connector
This connector uses Basic Auth, which means that you do not need to set up a Provider App before getting started. (Provider apps are only required for providers that use OAuth2 Authorization Code grant type.)
To start integrating with vtiger:
- Create a manifest file like the example above.
- Deploy it using the amp CLI.
- Embed the InstallIntegration UI component. The UI component will prompt the customer for their username and password.
- Start making Proxy Calls, and Ampersand will automatically attach the correct header required by Basic Auth. Please note that if your instance name is your_instance.odx, then connector’s base URL will be: https://your_instance.odx/restapi.