Things to ask your assistant
Practical prompts for reading results, preparing campaigns and finding leads.
Connect your client first. Replace the bracketed values below with your workspace or campaign ID. These prompts describe your intent; your key's scopes enforce access.
Check results without changing anything
In workspace [workspace ID], list my campaigns. For campaign [campaign ID], show its results and explain the metrics. Do not make any changes.
Uses list_campaigns and get_campaign_metrics. Understand campaign results.
Create a draft without launching it
In workspace [workspace ID], create a draft called September interviews. Ask me for any required details that are missing. Leave it as a draft and do not search for leads or launch it.
Requires a workspace key with campaigns:write. Creating the draft does not send a campaign, but configured campaign-created automations may run.
Prepare and review a sequence
For draft campaign [campaign ID] in workspace [workspace ID], show me the email steps you propose before attaching them. Do not launch the campaign.
The assistant can use set_campaign_sequence for a draft without an existing sequence. Review the saved sequence in Acquisity; the API does not return its contents. Sequence limitations.
Preview leads before spending credits
In workspace [workspace ID], propose filters for UK marketing agency owners at companies with 10–50 employees. Show the filters for review, then preview the match count. Do not run a paid search or attach any leads.
Uses ai_search_leads and preview_lead_search, with a workspace key and leads:read. For a campaign-specific preview, use ai_search_campaign_leads and preview_campaign_lead_search, which require campaigns:write.
Run an approved paid search
Use the filters I approved in workspace [workspace ID] to search for at most 100 leads and export them without adding them to a campaign. This paid search is approved. Use one idempotency key, keep it for any retry, and give me the operation ID and download link when complete.
Uses search_leads with leads:search. Only use this prompt when you intend to spend credits. Wait for the operation to succeed; use get_operation if it is still running.
Check readiness before launch
Validate campaign [campaign ID] in workspace [workspace ID]. Explain every issue and suggest what I should fix. Do not launch it.
Uses validate_campaign with campaigns:read. A ready result does not guarantee that every provider-side check will pass during launch.
When you explicitly want to send:
Launch campaign [campaign ID] in workspace [workspace ID]. I approve sending real outreach. Use a stable idempotency key and return the operation ID and status.
This requires campaigns:write and can send real email and spend money. Launch and pause guide.
Pause a campaign
Pause campaign [campaign ID] in workspace [workspace ID]. Report the operation status and tell me if anything still needs attention.
Uses pause_campaign. Messages already handed off to the sending provider may still be delivered.
Check work that is still running
Check operation [operation ID]. If it is still running, report that status without submitting the original change again. If it failed, explain the error and suggested next step.
Uses get_operation. For campaign lead searches, a succeeded operation means the search was dispatched, so inspect the campaign's leads to see when attachment has finished.