Hello and thanks for reading. I have a product where one person might be buying it for someone else. The GIFTER is buying for RECIPIENT. I need functionality where the GIFTER might buy the product today, but the RECIPIENT will receive their first email from mailchimp in the future.
My plan is this. When GIFTER purchases in this situation my app sends the RECIPIENT information to a zapier webhook. The webhook post includes start_date field. I’m then looking to send this RECIPIENT information to Mailchimp on the start_date.
I created a Zap:
Catch Hook in Webhooks by Zapier » Continue only if… start_date / equals / xxx » Add subscriber to mailchimp
The problem is that I cannot figure out how to set start_date equals TODAY.
If also worried this isn’t the right Zap if I want to trigger a future action. Continue only if Zap makes me think the function is just to stop a Zap if the conditions aren’t met. It will not activate something on a future date.
Hoping someone can advise me on the best approach here.