Chatwoot/app/views/api/v1/inbox/webhooks/_webhook.json.jbuilder
2020-02-14 23:19:17 +05:30

7 lines
153 B
Ruby

json.id webhook.id
json.urls webhook.urls
json.account_id webhook.account_id
json.inbox do
json.id webhook.inbox.id
json.name webhook.inbox.name
end