feat(inboxes): improve channel finish setup guidance

This commit is contained in:
Sojan Jose
2026-02-13 16:43:13 -08:00
parent 6b7180d051
commit 1f66034750
5 changed files with 82 additions and 36 deletions
@@ -20,7 +20,7 @@ class Api::V1::Accounts::Channels::TwilioChannelsController < Api::V1::Accounts:
ActiveRecord::Base.transaction do
authenticate_twilio
build_inbox
setup_webhooks if @twilio_channel.sms?
setup_webhooks
end
end