SalesTouch Docs
All MCP tools
Writes to LinkedInLinkedIn

Cancel pending action

queue_cancel

Cancel a queued SalesTouch action or an automatic follow-up waiting for connection acceptance.

When to use it

Cancel an action that SalesTouch queued, or an automatic follow-up still waiting for connection acceptance.

Required scopes
linkedin:accesssalestouch:use
Execution
Synchronous MCP tool call

Requirements

Provide exactly one identifier: queued_action_id for queued work, or followup_id from lead.status for a waiting-acceptance follow-up.
Cancelling by followup_id leaves the invitation unchanged.

Example

Ask your agent

Cancel the pending automatic follow-up fu_123 without cancelling its invitation.

Tool arguments
{
  "followup_id": "fu_123"
}
MCP response envelope
{
  "content": [
    {
      "type": "text",
      "text": "{\n  \"data\": { ... },\n  \"meta\": null\n}"
    }
  ],
  "isError": false
}

Expected: A cancellation confirmation for the queued action or pending follow-up.

Parameters

queued_action_id
string

Queued action id returned by status or lead.status.

followup_id
string

Automatic follow-up id returned by lead.status. Cancels only the pending follow-up, not its invitation.

Aliases are shown independently because MCP clients send a flat JSON object. Use one alias from each required group, not every alias.

Common errors

insufficient_scope

Reconnect the MCP and approve the requested LinkedIn permission.

paid_plan_required

Use a SalesTouch workspace with LinkedIn MCP access.

trial_payment_method_required

Add a payment method in SalesTouch billing to activate the trial and LinkedIn MCP access.