/hey-due-date-c8-connector

Primary LanguageJavaApache License 2.0Apache-2.0

A template for new C8 connectors.

To use this template update the following resources to match the name of your connector:

...and delete this hint.

Connector Template

Camunda Connector Template

Build

mvn clean package

API

Input

{
  "token": ".....",
  "message": "....."
}

Output

{
  "result": {
    "myProperty": "....."
  }
}

Test locally

Run unit tests

mvn clean verify

Use the Camunda Job Worker Connector Run-Time to run your function as a local Job Worker.

Element Template

The element templates can be found in the element-templates/template-connector.json file.