Listen to Connectors short id generation

API 5.0

Whenever a user creates a connector for the first time a shortId is generated for that connector that represents the long connectorId. This short id is useful for when you create long connector ids and the id will be longer than the max of 200 characters.

You can use this shortId instead of the long connectorId to update the connector value in Touch Portal.

This message can be send by Touch Portal on several occassions and can be sent multiple times per connectorId and shortId combination.

{
  "type":"shortConnectorIdNotification",
  "pluginId":"id of the plugin",
  "shortId":"shortid of the connector",
  "connectorId":"the long normal connector id"
}