Handling Conversion Failures & Rollback Procedures

Overview
Sometimes a conversion may fail (e.g. due to missing required data). Have a process to detect, alert, and correct these errors.

Steps

  1. In your workflow or API script, check the success status of the conversion call.

  2. If it fails, automate an Internal Notification or Error Log entry with details.

  3. Create a task for a rep to review and manually fix the lead data.

  4. After correction, retry conversion manually or via your script.

  5. Update the lead’s Notes tab indicating the rollback and fix.

Tips