What would the best Convex best practice way when our system requires a bidirectional sync between the Convex application and a CRM?
I can see from CRM -> Convex, that webhooks would likely be the best way. What about goingf rom Convex to CRM? In my current non-Convex version of the application, we are using AWS Eventbridge to publish events, and have a consumer write to the CRM. I'm curious what would be the best equivalent