Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 997 Bytes

README.md

File metadata and controls

55 lines (39 loc) · 997 Bytes

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.