### Examples of Dynamic Variable Names Source: https://help.heyreach.io/en/articles/9879182-how-to-import-and-use-custom-variables Illustrative examples of correctly formatted dynamic personalization variable names that can be used in HeyReach campaigns. ```plaintext {AI_Icebreaker_1} ``` ```plaintext {complimentToTheProfile} ``` ```plaintext {websiteSummary} ``` -------------------------------- ### Configure Claude Desktop MCP Server Source: https://help.heyreach.io/en/articles/12123398-how-to-integrate-heyreach-mcp-with-claude Add this JSON configuration to your Claude desktop's config file to enable the HeyReach MCP server. Ensure you replace '' with your actual URL. ```json { "mcpServers": { "heyreach": { "command": "npx", "args": [ "-y", "mcp-remote", "" ] } } } ```