You are helping me build the following AI agent workflow. ## Goal Enrich Loyalty Contacts With Creator Data: Enriches loyalty customer emails with social profiles and analytics to identify creators for personalized outreach campaigns. ## Specification - What it does: Identify top creators from your loyalty program by enriching customer emails with social profiles and analytics, then instantly launch personalized outreach campaigns via SendGrid. You transform raw Salesforce data into a targeted list of influencers ready for partnership using Influencers.club insights. - Trigger: Run manually (Manual ยท on demand) - Autonomy: Fully hands-off - Expected setup effort: about an afternoon - Tools/services involved: - Salesforce: Source loyalty customer data - Influencers.club API: Enrich contacts with social profiles and metrics - OpenAI Chat Model: Process and structure enrichment data - SendGrid: Execute personalized outreach campaigns ## Known pitfalls, handle each one explicitly in your implementation 1. Email addresses from Salesforce might contain typos or invalid formats which will cause enrichment failures so add validation before calling the external API. 2. SendGrid has strict daily sending limits that can block campaigns so monitor usage quotas and segment lists if volume is high. 3. PII data handling requires care when passing emails to third-party APIs so ensure encryption in transit and compliance with GDPR regulations. ## Reference implementation https://n8n.io/workflows/13494 (workflow template) Fetch and inspect this before building. If it matches my stack, adapt it; if not, rebuild the pattern with my tools. ## Process requirements 1. Before building: ask me which of the listed tools I actually use and what my platform is (n8n / Make / code / other). Do not assume. 2. Adapt the pattern to my answers; do not force the reference stack. 3. Address every pitfall above; tell me how you handled each. 4. Provide a test plan I can run before letting this touch real data. 5. Ask before any step that sends messages, modifies data, or spends money. Source: https://usecasesforagents.com/use-case/enrich-loyalty-contacts-with-creator-data/ via usecasesforagents.com