So I am trying to design this Zap that is triggered when a Contact in Solve CRM is tagged as a “Lead” and then inserts the correct Activity Template in Solve. The only Actions available with Solve CRM are Create New Contact or Create New Company. I don’t want to create a new contact each time there is a new lead.
I thought I could do this using a webhook and a POST request but that did not seem to be enough. I have been playing around with Code by Zapier being the action and using a frankencode put together using python and the information at the following link:
https://solve360.com/help/integration-walkthroughs/solve-webhooks-examples/
This is a bit outdated though so I am not sure how to modify it to fit with zapier.
Code by Zapier is a little lacking though because you cannot import certain libraries which would be needed and I am not a pro with Python enough to be able to some how piece what I need together to get this through.
I definitely feel like this is something that can be done through a Zap, but I am not sure how else to do this. Any suggestions are welcome.