New activity: deleted

Real Geeks has added a new activity type to our Outgoing API:

{
  "description": "This lead was deleted from Lead Manager", 
  "source": "LeadManager",
  "type": "deleted"
}

This activity is sent when a lead is deleted from our Lead Manager, which also deletes the lead from the website, which means this lead no longer exists in Real Geeks.

This activity complements an existing one which notifies when a lead is deleted from the website only, but remains in the Lead Manager:

{
  "description": "This lead was deleted from the website",
  "source": "Website",
  "type": "deleted_from_website"
}

Leave a comment