Circle CI Adapter for ConnectALL
Circle CI Adapter for ConnectALL
ConnectALL Circle CI adapter is built on top of Universal adapter configuration.
Trigger a pipeline when an action is done in the source system.
Configuration -> Connections
screen and create a new connection to Trello using https:/circleci.com
as the endpointAs of now only Get Record, Create Record API’s are implemented for triggering the pipelines in CircleCI
Operation | API Method | Template |
---|---|---|
QUERY MODIFIED RECORDS | GET | /api/v2/project/${VCS}/${Organization}/${Repository}/pipeline |
READ RECORD BY ID | GET | /api/v2/project/${VCS}/${Organization}/${Repository}/pipeline/${recordId} |
CREATE RECORD | POST | /api/v2/project/${VCS}/${Organization}/${Repository}/pipeline |
UPDATE RECORD | PUT | /api/v2/project/${VCS}/${Organization}/${Repository}/pipeline |
In order to use the circleci adapter you will need to get the license from ConnectALL sales team. Please reach out to sales@connectall.com for licenses and quotes.