This recipe automates the process of adding new candidates from Dripify to Recruit CRM.
🔗 How to connect your Recruit CRM app in Workflow Automation
1. Navigate to Admin Settings >>> Workflow Automation & Integrations.
2. Click on the Connections tab under the 'Workflows' section and click on the 'Create' button >>> 'Connection'.
3. Use the search bar to search for the Recruit CRM app and connect it by selecting it and entering the API key.
Once the app is successfully connected, you will be able to see a message as 'Connection Established'.
🔗 How to connect your Dripify app in Workflow Automation
In your Dripify app, set up your webhook events to be sent to the Workato webhook address for this recipe, then proceed to the next step to listen for a sample event.
Workato webhook address for dripify:
https://webhooks.workato.com/webhooks/rest/153a6d49-7f5f-4288-a2de-9b6fd8cf5212/dripify
📋 Overview of each step in the Recipe
1. Trigger: New candidate received via a webhook from Dripify:
This is the starting point of the automation. It gets triggered whenever a new candidate is received via a webhook from Dripify.
2. Actions:
Monitor step:
It helps in monitoring the following actions for errors. This makes the automation more reliable.
Search Candidates in Recruit CRM:
When a new candidate is received via a webhook from Dripify, the recipe searches for the candidate in Recruit CRM using the LinkedIn URL.
IF Condition:
Checks whether the candidate exists in Recruit CRM:
If yes, then no further action is taken.
If no, it continues to the next step, which is to create a new candidate record with the provided details such as name, location, email, LinkedIn profile link, phone number, and current organization.
Error Handler:
If something fails within the Monitor block, then this step is triggered. The Retry Logic ensures that if the errors match those specified (429, 500–504), it retries the monitored actions up to 3 times. If the error continues after 3 retries, or if the error doesn’t match the handled types, the automation stops.
That's it! I hope this helps.
Feel free to reach out if you have any questions, or run into any errors! Happy recruiting :)

![Screen Recording 2025-05-04 at 6.48.38 PM.mov [video-to-gif output image]](https://downloads.intercomcdn.com/i/o/t8m01b3j/1588724925/9ba5e46a5a8a34a3a3365e6c8de5/ezgif-8217423ec47417.gif?expires=1790081100&signature=41b66ac436e670f3a41d2d83e237ad8bfb5e178dc73cf577644918bc6c36b059&req=dSUvHs58mYhdXPMW1HO4zZI3Vxhhh038wNNl6ICHfWqmVf5hWjiy7Df2xaqH%0AZI3tESJETFGizYZO2g0%3D%0A)