News:

AbanteCart v1.4.2 is released.

Main Menu

Using API to Send Customer Data

Started by rknott, November 28, 2021, 12:50:47 PM

Previous topic - Next topic

rknott

Is there a way to get customer data sent out of AbanteCart when I new customer registration is added?  For example, how could I use something like Zapier to listen for a new customer added into the database, and when that happens, then pull that data and send it out to another application?

Thanks in advance for any assistance!!

abantecart

#1
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.

Forum Rules Code of conduct
AbanteCart.com 2010 -