Sign in

Ignore unclaimed

documented

Ignore a lead.

POST /people/ignoreUnclaimedPeopleno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.followupboss.com/v1/people/ignoreUnclaimed" \
  -X POST \
  -H "Authorization: Basic {{FOLLOWUPBOSS_SECRET}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"leadId": {{$lead_id}}}'
Ignore unclaimed · followupboss · OpenIntegrations