I often use WF as the single source of truth and build many integrations for it. On top of ‘opusfluxus’, I’ve written high-level wrapper functions.
The most commonly used methods are getItemsByTag and getLastItemByTag. The required items are pre-labeled with the necessary tags. This makes the system more flexible and dynamic compared to hardcoding IDs directly into the code.
And the often-used methods are addChildItem and updateItem.
In the ideal API for my integrations, I would like to have webhooks for adding/editing items.