agentbox-client
agentbox-client
provides client connectivity to AgentBox CRM for Node js applications.
To use, create a new instance of the AgentBoxClient
provider and supply base url, client id & api key.
Get started
In your Node application update package.json
and add the @dbc-tech/agentbox-client
package:
{
"dependencies": {
"@dbc-tech/agentbox-client": "^1.0.0"
}