Manage the Publisher Shortlist
manage_publisher_shortlistRead or change the brand's outreach publisher shortlist.
'list': every publisher on the board with its status (shortlisted, contacted or won) and any saved publishing idea.
'add': save a publisher (domain required). From discover_publishers, also pass its research_id with a specific article_idea, the rationale and a proposed_route (for example its write-for-us page); the evidence from that research is saved with the idea. Adding one already on the board changes nothing.
'remove': take a shortlisted publisher off the board. One already contacted, won, or with tracked articles stays.
Saved publishers appear on the Outreach page in Trakkr. The brand's own site can't be added. Needs editor access for add and remove.
Args: brand_id: The brand (required). action: 'list', 'add' or 'remove'. domain: Publisher domain, e.g. "balancejournal.co". Required for add and remove. research_id: The research_id from discover_publishers. article_idea: The specific article to propose, up to 1,000 characters. rationale: Why this publisher fits, up to 1,600 characters. proposed_route: How to reach the editor, up to 1,000 characters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| domain | No | ||
| brand_id | Yes | ||
| rationale | No | ||
| research_id | No | ||
| user_intent | No | Analytics hint: the user's latest request in one short sentence. Omit secrets and prior chat. | |
| article_idea | No | ||
| proposed_route | No |