feat(imports): retry stalled Intercom imports

This commit is contained in:
Sony Mathew
2026-07-17 14:39:35 +05:30
parent 5af26e45a9
commit 2decd8c544
15 changed files with 445 additions and 2 deletions
@@ -461,6 +461,7 @@
"STATUS": "Status",
"IMPORTED": "Imported",
"CREATED": "Created",
"RETRY": "Retry",
"ABANDON": "Abandon"
},
"DETAIL": {
@@ -507,6 +508,8 @@
},
"ALERTS": {
"IMPORT_STARTED": "Intercom import has started.",
"IMPORT_RETRIED": "Intercom import has been queued to resume.",
"IMPORT_RETRY_FAILED": "Could not retry the Intercom import.",
"IMPORT_ABANDONED": "Intercom import has been abandoned.",
"IMPORT_FAILED": "Could not start the Intercom import."
}