feat: Add delivery status for Twilio Channel (#8082)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Muhsin Keloth
2023-10-11 21:17:46 +05:30
committed by GitHub
parent 88de3359a5
commit 0bc20873f6
10 changed files with 224 additions and 9 deletions

View File

@@ -126,6 +126,8 @@ en:
instagram_story_content: "%{story_sender} mentioned you in the story: "
instagram_deleted_story_content: This story is no longer available.
deleted: This message was deleted
delivery_status:
error_code: "Error code: %{error_code}"
activity:
status:
resolved: "Conversation was marked resolved by %{user_name}"

View File

@@ -396,6 +396,7 @@ Rails.application.routes.draw do
namespace :twilio do
resources :callback, only: [:create]
resources :delivery_status, only: [:create]
end
get 'microsoft/callback', to: 'microsoft/callbacks#show'