In my case I would like to add Contact to my webserver Database only if Contact is applied to some tag e.g “PushToSystem”. So whenever Contact is applied tag “PushToSystem” on Infusionsoft, it should make call to public API created on my webserver e.g https://example.com/api/saveContact?contactId=ContactId
With contactId, I will pull all the contact info from Inufusionsoft and create new customer entry on my server.