Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 614 Bytes

File metadata and controls

29 lines (25 loc) · 614 Bytes
description
The EVENT_STREETSIGN_UPDATED push event notifies your server when a street sign has been updated from the CAD.

Sign Updated

{% hint style="warning" %} This push event requires the pro version of Sonoran CAD or higher.
For more information, see our pricing page. {% endhint %}

EVENT_STREETSIGN_UPDATED

{
  "key": "YOUR_API_KEY", // Authenticate legitimate event traffic
  "type": "EVENT_STREETSIGN_UPDATED",
  "data": {
    "signData": {
      "ids": [1, 2],
      "text1": "",
      "text2": "",
      "text3": ""
    }
  }
}