A-A-RON
A-A-RON2mo ago

Best way to have other systems react to convex data changes

What would be the best way to send data to another system after I have inserted/updated in convex? I am thinking of using triggers to then call an external api (based off this article https://stack.convex.dev/triggers), but wondering if others have found another way or a better way to do this? Would prefer it to happen relatively quickly, so don't think an airbyte integration would work for me.
2 Replies
Convex Bot
Convex Bot2mo ago
Thanks for posting in <#1088161997662724167>. Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets. - Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.) - Use search.convex.dev to search Docs, Stack, and Discord all at once. - Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI. - Avoid tagging staff unless specifically instructed. Thank you!
jamwt
jamwt2mo ago
hi! yeah, a trigger that enqueues an action with the convex scheduler (or uses a workpool) is the right way to set up these reactive graphs

Did you find this page helpful?