16
Support / Re: Using API to Send Customer Data
« on: November 28, 2021, 04:18:16 PM »
You need to integrate AbanteCart with Zapier first.
Alternatively (free), you can monitor Mysql table changes using Mysql binary log and create events based on the change.
There is a lot of information how to do this.
https://medium.com/@mohammedalrowad/monitoring-mysql-data-changes-in-real-time-via-nodejs-binary-logs-c379720c0333
This is without changing AbanteCart code.
If you want to change a code you can create a hook to registration process, and call other external process or some event queue.
Alternatively (free), you can monitor Mysql table changes using Mysql binary log and create events based on the change.
There is a lot of information how to do this.
https://medium.com/@mohammedalrowad/monitoring-mysql-data-changes-in-real-time-via-nodejs-binary-logs-c379720c0333
This is without changing AbanteCart code.
If you want to change a code you can create a hook to registration process, and call other external process or some event queue.