Cancel pending action
queue_cancelCancel 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.
linkedin:accesssalestouch:useRequirements
Example
Cancel the pending automatic follow-up fu_123 without cancelling its invitation.
{
"followup_id": "fu_123"
}{
"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_idstringQueued action id returned by status or lead.status.
followup_idstringAutomatic 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_scopeReconnect the MCP and approve the requested LinkedIn permission.
paid_plan_requiredUse a SalesTouch workspace with LinkedIn MCP access.
trial_payment_method_requiredAdd a payment method in SalesTouch billing to activate the trial and LinkedIn MCP access.