1. Import the template into Make
Click Get Template above to download the blueprint JSON. In Make, go to Scenarios → Create a new scenario, click the ... menu at the bottom and select Import Blueprint. Upload the JSON file. You'll see 3 modules:
Module 1: Slack - Watch New Events (listens for new messages in a channel)
Module 2: FullEnrich - Enrich (enriches the LinkedIn URL with email and phone) — has a filter: only runs if the message contains
linkedin.com/in/Module 3: Slack - Create a Message (posts the enriched email and phone back to the channel)
2. Set up your Slack app
You need a Slack app with an Events webhook. In Make:
Open Module 1 (Watch New Events) and create or select a Slack webhook
Make will give you a webhook URL — copy it
In your Slack App settings (api.slack.com), go to Event Subscriptions, enable events, and paste the Make webhook URL
Subscribe to the
message.channelsevent (or the appropriate message event for your channel type)
3. Connect your accounts
Open each module and connect the required accounts:
Module 2 (FullEnrich Enrich): Connect your FullEnrich API key. The template is pre-configured to enrich with both emails and phone numbers using the LinkedIn URL from the Slack message.
Module 3 (Slack Create Message): Connect your Slack account and select the channel where you want the enrichment results posted.
4. Test the scenario
Click Run once, then paste a LinkedIn profile URL into your Slack channel, e.g.: https://linkedin.com/in/johndoe. The scenario will detect the LinkedIn URL, enrich the profile via FullEnrich, and post the email and phone number back to the channel.
5. Activate the scenario
Toggle the scenario ON. Since it uses a webhook trigger (instant), it will fire immediately whenever a new message with a LinkedIn URL is posted — no polling needed.
Tip: The filter between Module 1 and Module 2 checks if the message text contains
linkedin.com/in/. This means regular messages are ignored — only LinkedIn profile URLs trigger the enrichment. You can customize the response format in Module 3 to include additional fields from the FullEnrich response.
