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
@@ -11,6 +11,10 @@ class DataImportsAPI extends ApiClient {
return axios.post(`${this.url}/${id}/start`);
}
retry(id) {
return axios.post(`${this.url}/${id}/retry`);
}
abandon(id) {
return axios.post(`${this.url}/${id}/abandon`);
}