Skip to content

Commit d3c1df4

Browse files
authored
Merge pull request #247 from ringcentral/29320-expose-content-events-as-webhook-aro
Add new content.thread_* webhooks RD-29320
2 parents 51b57fa + d617b9d commit d3c1df4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/webhooks/events.md

+3
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,9 @@ Type | Description
179179
`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.**
180180
`content.imported` | When a new content has been imported from the source to RingCX.
181181
`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.**
182+
`content.thread_auto_closed` | When an Engage Messaging thread was automatically locked.
183+
`content.thread_closed` | When a thread is locked.
184+
`content.thread_opened` | When a thread is unlocked.
182185
`content.update_exported` | When a content has been update_exported (and the update has been propagated to the external source).
183186

184187
!!! warning "New content events"

0 commit comments

Comments
 (0)