Create a workflow to sync Square customer to rettol Database

Good morning,

I would like to create a workflow that listen to Square API so everytime a new customer is created in Square, I create an entry in my Retool database.

Is it feasible with workflows ?

Nicolas

Hi Nicolas! You would have to query this API for changes. You could set up multiple manual runs (e.g. check every minute), though that would get very expensive.

A Webhook trigger would be much more efficient! https://docs.retool.com/workflows/guides/webhooks