campaign-sending
Upload finalized emails for sequencing and sending. Maps fields to lead schema, creates or finds campaigns, uploads leads with dedup, and provides a pre-send verification checklist. Triggers on: "upload to instantly", "run instantly", "send emails", "instantly campaign", "push to instantly", "start campaign", "load into instantly". --- # Run Campaign Upload finalized emails for sequencing and sending. ## Environment Provider selection and credentials are handled in Step 0 of the workflow. ## Workflow ### Step 0: Confirm provider and learn API 1. Ask the user which email sequencing provider they want to use. If they're unsure, pre-configured options with local reference docs are available in [references/](references/). 2. Fetch or read the provider's API documentation and identify: - Campaign/sequence creation endpoint - Lead upload endpoint and schema - Deduplication options - Custom variable / personalization support - Authentication method and credentials - Throughput limits and upload constraints 3. Ask for their API credentials and confirm access 4. Plan the field mapping based on the provider's lead schema and confirm with the user before proceeding ### Step 1: Read and analyze final emails Load the finalized email CSV (output from `email-generation`). Read the CSV headers to discover all available columns. Verify required columns exist (`email`, `first_name`, `company_name`, `company_domain`). Identify all content columns (paragraph fields, hypothesis, tier, etc.) that will need to be mapped to the provider's variables. ### Step 2: Check DNC list Read the context file and remove any domains on the DNC list. Report how many were removed. ### Step 3: Create or find campaign Using the chosen provider's API: - List existing campaigns - Create a new campaign if needed (suggest name based on vertical + date) Ask the user to specify the campaign based on **region** and **time zone** — leads in different regions/time zones should go into separate campaigns so sending
更新日志: Source: GitHub https://github.com/extruct-ai/gtm-skills
还没有评论,快来第一个发言吧。