ballerinax/orbitcrm Ballerina library

1.5.1

Overview

This is a generated connector for Orbit API v1 OpenAPI specification.

Orbit API used to track activities of users and manage users.

Prerequisites

Before using this connector in your Ballerina application, complete the following:

Quickstart

Step 1: Import connector

Import the ballerinax/orbitcrm module into the Ballerina project.

Copy
import ballerinax/orbitcrm;

Step 2: Create a new connector instance

Add the project configuration file by creating a Config.toml file. Config file should have following configurations. Add the tokens obtained in the previous step to the Config.toml file.

Copy
[auth]
token = "<Bearer_token">
Copy
configurable http:BearerTokenConfig & readonly auth = ?;
orbitcrm:ClientConfig clientConfig = {auth : auth};

orbitcrm:Client myclient = check new orbitcrm:Client(clientConfig, {}, "https://app.orbit.love/api/v1");

Step 3: Invoke connector operation

  1. You can get activity details as follows with getActivitiesById method by passing Id of a work sheet as a parameter. Successful creation returns the json containing activity detail and the error cases returns an error object.
    Copy
    orbitcrm:json result = check myclient->getActivitiesById(<Workspace_ID>);
  2. Use bal run command to compile and run the Ballerina program.

Import

import ballerinax/orbitcrm;Copy

Metadata

Released date: 12 months ago

Version: 1.5.1

License: Apache-2.0


Compatibility

Platform: any

Ballerina version: 2201.4.1

GraalVM compatible: Yes


Pull count

Total: 1

Current verison: 0


Weekly downloads


Source repository


Keywords

Sales & CRM/Customer Relationship Management

Cost/Freemium


Contributors

Other versions

See more...