Feature: Support account/inbox specific webhooks (#562)
This commit is contained in:
@@ -2,6 +2,6 @@ FactoryBot.define do
|
||||
factory :webhook do
|
||||
account_id { 1 }
|
||||
inbox_id { 1 }
|
||||
urls { ['MyString'] }
|
||||
url { 'MyString' }
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user