Feature: Support account/inbox specific webhooks (#562)
This commit is contained in:
@@ -41,4 +41,11 @@ class Contact < ApplicationRecord
|
||||
pubsub_token: pubsub_token
|
||||
}
|
||||
end
|
||||
|
||||
def webhook_data
|
||||
{
|
||||
id: id,
|
||||
name: name
|
||||
}
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user