Hi all! I'm looking to integrate Clay with some sort of Agent tool (ideally ChatGPT) to do the following:
Find me the phone number/email for ...... LinkedIn profile
Find me similar leads to ..... using Ocean and return the data within ChatGPT
So our sales team 'chats' to ChatGPT and that would push it into defined Clay tables and return the data to them Is anyone doing anything similar or aware of a way to do this?
n8n or similar could likely solve some of this -> you’ll have the tables built inside clay right? and then sales will talk to the agent and send what, like a list of leads as a starting point?
Sounds interesting - lucky sales team if it comes together, that’s some solid enablement.
And yeah you could either use the client with a customGPT or trigger via Slack and use an API key, and then you can just select 4.1 mini or something.
n8n worth a look for sure. If you don’t have someone in the team who’s a whizz it might take some troubleshooting and a good bit of patience to crack though :)
Very high level it would probably look something like: Slack message (as trigger) -> n8n agent parses data from slack message (e.g. first names, last names, LinkedIn URLs etc -> formats the data ready for sending to clay -> webhook source in the clay table ready to receive the data -> data added to clay table-> enrichment flow runs -> status notification returned to slack
or customGPT -> n8n webhook -> webhook response to customGPT