Hi everyone, I’m currently working on a use-case where we are trying to connect IoT device data (via flespi MQTT/API) with a CRM system that manages digital membership cards. The goal is to trigger real-time updates in the membership system based on device activity (like entry logs or usage tracking). I’m facing an issue where the data sync is getting delayed when pushing events from flespi to the external API. Sometimes the webhook triggers correctly, but the digital membership cards are not updating instantly, which affects the user experience.
- - Has anyone here implemented a similar integration between flespi and an external CRM or membership system?
- - Would you recommend using streams, webhooks, or a different approach to ensure real-time and reliable data sync?
Any suggestions or best practices would be really helpful.