feat: add Whatsapp embedded signup API

This commit is contained in:
Tanmay Deep Sharma
2025-05-28 20:05:57 +05:30
parent 454686ab5d
commit c8a66b9ebb
15 changed files with 832 additions and 80 deletions
@@ -0,0 +1,5 @@
class AddChannelAttributesToInboxes < ActiveRecord::Migration[7.0]
def change
add_column :inboxes, :channel_attributes, :jsonb, default: {}
end
end