tony.cheng
2026-03-13 22ae69256f66f4e413f577a32732e9de200e73e5
web-app/src/services/OutboundBotAPIService.js
@@ -60,6 +60,14 @@
  static updateCallStatus(data) {
    return request.post('/api/v1/outbound-bot/update-status', data);
  }
  static syncStatusByCase(data) {
    return request.post('/api/v1/outbound-bot/sync-status-by-case', data);
  }
  static backfillConversationByCase(data) {
    return request.post('/api/v1/outbound-bot/backfill-conversation-by-case', data);
  }
}
export default OutboundBotAPIService;
export default OutboundBotAPIService;