2. Pitches, Inbox & Campaigns

Create and manage pitch templates, read your inbox, send individual emails, and launch mass outreach campaigns.

  • Chema Rodriguez
    Author
    by Chema Rodriguez
    2 months ago
  • Pitch Templates & Email Outreach

    Once you have contacts, you need to communicate with them. Groups 14's pitch and email tools let your AI agent draft, send, and track professional outreach — all without leaving the MCP context.


    Pitch Templates


    Tool: networking_get_pitches

    Description: Lists all email pitch templates you've created. Templates are reusable email drafts with predefined subjects and content.


    Tool: networking_create_pitch

    Description: Creates a new pitch template for a specific outreach scenario — playlist pitching, press release, collaboration proposal, or booking request. Your agent can draft the subject and body based on the artist's context.

    {\n  "Title": "Playlist Pitch: New Single",\n  "Subject": "New track for your consideration - Latin Pop",\n  "Content": "Hi! I'm reaching out because..."\n}

    Tool: networking_delete_pitch

    Description: Removes a pitch template you no longer need.




    Email Inbox & Sending


    Tool: networking_read_inbox

    Description: Reads your networking email inbox. By default, returns only unread messages. Your agent can process replies and decide next actions.

    {\n  "unreadOnly": true\n}

    Tool: networking_send_email

    Description: Sends an email from your configured sender identity to any contact. Essential for executing outreach campaigns programmatically.

    {\n  "toEmail": "[email protected]",\n  "subject": "New track submission",\n  "textBody": "Hi Maria,\n\nI wanted to share..."\n}

    Tool: networking_manage_campaigns

    Description: Launches a mass email campaign to all contacts tagged with a specific role, using a predefined pitch template. Your agent can target all curators, all media contacts, or all promoters in one command.

    {\n  "role": "curator",\n  "pitchId": "pitch-template-uuid"\n}

    Important: Campaigns use your email quota. Check your plan limits before launching large campaigns — email counts reset monthly and unused emails do not roll over.