899176a793
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
10 lines
221 B
Ruby
10 lines
221 B
Ruby
json.id webhook.id
|
|
json.url webhook.url
|
|
json.account_id webhook.account_id
|
|
json.subscriptions webhook.subscriptions
|
|
if webhook.inbox
|
|
json.inbox do
|
|
json.id webhook.inbox.id
|
|
json.name webhook.inbox.name
|
|
end
|
|
end
|