A client would like to update en external database whenever Infusinosoft sends an email. We just need the email and timestamp.
Here are my best ideas:
-
Create a webhook and include an HTTP POST in every single sequence (every! single! sequence!) to notify us when an email has been sent. I don’t think the client has a terrible amount of contacts (yet!), but I am considering the need for a task manager and load balancing here.
-
Tell the client, no, a better idea is to add the Infusionsoft contact ID to the database, use it to format a link, and that data is a click (or two) away.
It doesn’t look like I can poll Infusionsoft for this kind of data (and I’m not sure I’d want to).
Is there a good way to do this that I am missing?
Thank you, community!