Create and manage pitch templates, read your inbox, send individual emails, and launch mass outreach campaigns.
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.
networking_get_pitchesDescription: Lists all email pitch templates you've created. Templates are reusable email drafts with predefined subjects and content.
networking_create_pitchDescription: 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}networking_delete_pitchDescription: Removes a pitch template you no longer need.
networking_read_inboxDescription: Reads your networking email inbox. By default, returns only unread messages. Your agent can process replies and decide next actions.
{\n "unreadOnly": true\n}networking_send_emailDescription: 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}networking_manage_campaignsDescription: 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.