ErtemE
Convex Community5mo ago
1 reply
Ertem

Convex + Composio syncing

hi!
i have a convex app which uses composio for agent tools. the issue is that composio has no webhooks for CRUD events for connected accounts/tools

currently i use actions to proxy all my requests to hit their api but obviously this makes my source of truth distributed between two services and vanishes all benefits of convex

the question is how should i better architect such communication? i thought of creating a cron polling task which will poll composio while client is alive but i wanted to verify that im on the right path

thanks!
Was this page helpful?