New accounts in your CRM should come with context. When a new organization is added in Pipedrive, this build reads the company website, creates a clean note in the record, and posts a summary to Slack. Sales reps get useful facts fast without manual research.
A Pipedrive event starts the run when an organization is created. The website URL saved on the record is sent to ScrapingBee to fetch the homepage content. That HTML goes to an OpenAI GPT model which extracts products, target market, and possible competitors, then returns a short HTML brief. The note is written back to Pipedrive for future use. A markdown node converts the HTML, and a code step adjusts the format so Slack renders headers, lists, and links cleanly. The Slack post includes the organization name and the AI summary for quick review.
You will need a custom website field on the organization, API keys for ScrapingBee and OpenAI, and Slack access so the bot can post in a channel. Make sure the website field is mapped correctly because Pipedrive shows custom fields as an id. Create a test organization with a real homepage to validate the note and Slack message. Expect faster qualification, better notes in the CRM, and fewer copy paste errors, especially for inbound leads, list imports, and partner accounts.