Skip to content

Commit

Permalink
Fix typo in webhook event description
Browse files Browse the repository at this point in the history
  • Loading branch information
gharbat committed Aug 1, 2024
1 parent ace8bc0 commit 778ffc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api-reference/webhooks/unsubscribe_api.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Events typs"
description: "List of the support webhook types"
description: "List of the supported webhook types"
icon: "globe"
---

Expand Down Expand Up @@ -91,7 +91,7 @@ This event is triggered when a conversation is closed, a conversation can be mar

`conversation.handoff_to_human`

This event is triggered when a conversation is handed off to a human agent, notice that a handoff event can happne for multiple reasons, for example, a human agent can decide to take over the conversation, or the AI decides to handoff the conversation to a human agent.
This event is triggered when a conversation is handed off to a human agent. Note that a handoff event can happen for multiple reasons; for example, a human agent might decide to take over the conversation, or the AI might decide to hand off the conversation to a human agent.

<Accordion title="Sample Payload">
```json
Expand Down

0 comments on commit 778ffc1

Please sign in to comment.