You are helping me build the following AI agent workflow. ## Goal Identify Creator Attendees From Eventbrite: Scrapes Eventbrite attendees, enriches them with social analytics via influencers.club. ## Specification - What it does: Turn your Eventbrite event attendees into brand ambassadors by automatically finding their social profiles, crafting personalized outreach messages with AI, and sending them via email to grow your creator community. - Trigger: Triggered by an event (Event ยท on new attendee data) - Autonomy: Fully hands-off - Expected setup effort: about an afternoon - Tools/services involved: - Eventbrite: source event attendee data - influencers.club: enrich emails with social profiles and metrics - OpenAI Chat Model: process data via AI Agent - SendGrid: send personalized outreach emails ## Known pitfalls, handle each one explicitly in your implementation 1. Influencers.club might return incomplete profile data for smaller creators, so add a fallback to skip missing fields gracefully. 2. SendGrid can reject emails if the domain authentication is not fully verified, so check DNS records before dispatching. 3. Personalized messages may trigger spam filters if they contain too many links, so limit outbound URLs in the template. ## Reference implementation https://n8n.io/workflows/13495 (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/identify-creator-attendees-from-eventbrite/ via usecasesforagents.com