Skip to content

Commit

Permalink
Merge pull request #755 from teamleadercrm/ATL-2260-call-webhooks
Browse files Browse the repository at this point in the history
ATL-2260 Document web hooks for Calls
  • Loading branch information
Jordy De Wit authored Nov 20, 2023
2 parents 0cc0df7 + e9c44e9 commit a3d1a8e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ We list all backwards-compatible additions here. These are currently available i
- We added the `callOutcomes.list` endpoint.
- We added `late_fees` to `invoices.info` and `invoices.list`.
- We added the `invoices.updateBooked` endpoint.
- We added `call.added`, `call.updated` and `call.deleted` types to supported Webhook types.

#### September 2023
- We added the `meetings.list` and `meetings.info` endpoints.
Expand Down Expand Up @@ -7934,6 +7935,9 @@ Fetch cloudPlatform url for type and id
+ Members
+ account.deactivated
+ account.deleted
+ call.added
+ call.updated
+ call.deleted
+ company.added
+ company.deleted
+ company.updated
Expand Down
1 change: 1 addition & 0 deletions src/changes-backwards-compatible.apib
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ We list all backwards-compatible additions here. These are currently available i
- We added the `callOutcomes.list` endpoint.
- We added `late_fees` to `invoices.info` and `invoices.list`.
- We added the `invoices.updateBooked` endpoint.
- We added `call.added`, `call.updated` and `call.deleted` types to supported Webhook types.

#### September 2023
- We added the `meetings.list` and `meetings.info` endpoints.
Expand Down
3 changes: 3 additions & 0 deletions src/datastructures.apib
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@
+ Members
+ account.deactivated
+ account.deleted
+ call.added
+ call.updated
+ call.deleted
+ company.added
+ company.deleted
+ company.updated
Expand Down

0 comments on commit a3d1a8e

Please sign in to comment.