apaleo / announcements

Subscribe to this repo to be notified about changes in the apaleo API
15 stars 1 forks source link

New webhook topic - UnitAttributeDefinition 🎉 #109

Open szymon-apaleo opened 1 year ago

szymon-apaleo commented 1 year ago

What's new? 🚀

We are thrilled to announce🎉 the release of a new webhook topic! The UnitAttributeDefinition topic offers a host of benefits and enables you to leverage real-time data updates efficiently, with the following events:

By subscribing to this topic, you can stay on top of any changes to your unit attribute definitions and ensure that you are always working with the most up-to-date information.

NOTE: It is important to note that Unit Attribute Definitions are configured per account, not per property. Therefore, the propertyIds array in the request can remain empty.

{
  "endpointUrl": "https://example.com",
  "topics": [ "UnitAttributeDefinition" ],
  "events": [
    "unitattributedefinition/created",
    "unitattributedefinition/changed",
    "unitattributedefinition/deleted",
  ],
  "propertyIds": []
}

For detailed instructions and code examples on how to work with webhook subscriptions, please refer to our developer documentation.

For questions on this issue, please refer to the announcement in our Community.