Discussions
Webhook
Hello,
We are currently working with Besab on setting up an integration between Next and Microsoft 365.
Specifically, we are looking to trigger downstream actions (e.g. creating a Team in Microsoft Teams) when a new project is created in Next.
From reviewing the available documentation, we have not been able to identify whether Next supports webhooks or any event-based subscription mechanism. Could you please clarify:
Does Next provide webhook support or any form of event-driven notifications (e.g. project created/updated)?
If so, is there any available API reference or documentation for this?
If not, are there recommended patterns for detecting new or updated projects efficiently without relying on frequent polling?
Our current fallback approach would be to poll the API at intervals and compare results to detect new projects, but we would prefer a more event-driven or efficient solution to avoid unnecessary load and duplication handling.
Any guidance or best practices you can share would be highly appreciated.
