I am working with an API that doesn’t support webhooks, but I’d like to set up the node as a trigger node. Essentially the node would poll an endpoint for new or updated records (would need to use node storage with id, and last_updated_at). When it finds something new should trigger the workflow. The Trigger nodes seem to require a webhook API, so what’s the recommended approach for developing this type of node?