Skip to content

camunda-community-hub/connector-dingtalk

Repository files navigation

Camunda DingTalk Connector

Build

mvn clean package

API

Input

{
  "authentication":{
    "accessToken":"secrets.ACCESS_TOKEN",
    "secretToken":"secrets.SECRET_TOKEN"
  },
  "messageType": "TEXT OR MARKDOWN",
  "title": "only_for_markdown",
  "content": "content"
}

Output

{
  "errcode": "error code",
  "errmsg": ""
}

Test locally

Run unit tests

mvn clean verify

Test as local Job Worker

Use the Camunda Connector Runtime to run your function as a local Job Worker.

Element Template

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

Build a release

Trigger the release action manually with the version x.y.z you want to release and the next SNAPSHOT version.

Releases

No releases published

Packages

No packages published