Email/Social Platform Disconnect Payload

The payload for when your mailbox or Linkedin Account disconnects

Instead of receiving emails, we've built the ability to ping an API endpoint of your choice when the disconnects or other warning notifications happens, in real time.

Here's the 2 payloads you need to consider when listening:

Email Disconnect Payload

{
  "eventType": "EMAIL_ACCOUNT_DISCONNECTED",
  "accountId": 139919,
  "email": "[email protected]",
  "error": "SMTP Failure - Host unavialable",
  "appUrl": "https://app.smartlead.ai/app/email-account/139919/error-state",
  "title": "Email account [email protected] needs attention",
  "message": "Hey Ramesh, One of your sender accounts -> [email protected] got disconnected with error - SMTP Failure - Host unavialable.\nPlease review it at your soonest convenience.\nPS: Click 👉 https://app.smartlead.ai/app/email-account/139919/error-state to review.\nThanks,\nSmartlead Support Team."
}

Campaign Autobounce Threshold Breach Paylod

{
  "eventType": "CAMPAIGN_BOUNCE_BREACH",
  "campaignId": 139919,
  "error": "Your campaign bounce threshold has been breached",
  "appUrl": "https://app.smartlead.ai/app/email-campaign/528774", // 528774 is the variable of your campaign
  "title": "Campaign Paused - Bounce threshold",
  "message": "Hey ${firstName}, Your campaign ID = ${campaignId} breached your auto bounce pause threshold. We have paused your campaign temporarily. Meaning your campaigns leads are not of the highest quality. Please immediately review your campaign by clicking on this link -> https://app.smartlead.ai/app/email-campaign/${campaignId}."
}


Did this answer your question?
😞
😐
😁