Skip to content

Commit

Permalink
Merge pull request #247 from ringcentral/29320-expose-content-events-…
Browse files Browse the repository at this point in the history
…as-webhook-aro

Add new content.thread_* webhooks RD-29320
  • Loading branch information
alx75 authored Jun 3, 2024
2 parents 51b57fa + d617b9d commit d3c1df4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/webhooks/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ Type | Description
`content.exported` | When a new content has been exported from RingCX to the source. **This does not mean that the export succeeded. The synchronization_status field needs to be checked.**
`content.imported` | When a new content has been imported from the source to RingCX.
`content.replied` | When someone replied to another content. **This does not mean that the content has been published yet. Notifications about exports are done with content.exported.**
`content.thread_auto_closed` | When an Engage Messaging thread was automatically locked.
`content.thread_closed` | When a thread is locked.
`content.thread_opened` | When a thread is unlocked.
`content.update_exported` | When a content has been update_exported (and the update has been propagated to the external source).

!!! warning "New content events"
Expand Down

0 comments on commit d3c1df4

Please sign in to comment.