Hi!
I was wondering if anyone could help me with my project? Basically, I’m building a scenario that’ll take data from a customer in Square when they’re new and they’ve been assigned the relevant reference id, and when they’re old and have had updated ‘service department notes’.
The different routes look like this:
New customer, ‘s’ added to reference id, new Trello card created underneath ‘service’ list in Trello including: name, number, address, email, information in service department notes (our custom field in square).
New customer, ‘w’ added to reference id, new Trello card created underneath ‘warranty’ list in Trello, including: name, number, address, email, information in service department notes (our custom field in square).
New customer, ‘w, s’ added to reference id, new Trello card created underneath ‘warranty’ list in Trello AND ‘service list’ including: name, number, address, email, information in service department notes (our custom field in square).
Old customer, (they have a reference id, could be ‘w’, ‘s’, or ‘w,s’, they’re service department notes have been updated- new Trello card created under the relevant list.
There’s no problem syncing along the basic Square information on the customer profile like “name, address, phone number” etc. But when it comes to syncing the service department notes it is tricky because it is a custom field and not typically included in the square module in Make. I have to create an Http module that connects to Square API but currently I’m having trouble getting this to actually work.
What would be the best way to go about this? Does anyone know?
Thank you in advance!!