Hi all,
I am completely new to Zapier and somewhat new to Shopify. We have a product that allows a customer to sign up for subscription and the product automatically gets shipped to them every 30 days. In addition, this product allows customers to be reimbursed for a portion of their purchase. The first time the customer makes an order and signs up for the subscription, we present them with a form to fill out that gives us all the data we need to submit the reimbursement claim on their behalf. We are using a webhook to save that data to MySql. Customers should only have to fill out this form the first time and we submit the reimbursement claims for them in the future automatically.
What we want to do, is when the new order is sent each month:
Pull data from MySQL about the customer and format an HTTP request.
Submit the reimbursement claim on their behalf by sending the request through our partner’s API.
Has anyone done something similar to this? What is the best way to go about it?
Thanks,
R Bailey