Skip to main content
Convosphere AI home page
Search...
⌘K
Support
Get Started
Get Started
Search...
Navigation
Webhooks
Create Webhook
Guides
API Reference
Dashboard
Support
Overview
API Reference
Authentication
POST
Login
POST
Signup
POST
Refresh Token
Agents
GET
List Agents
POST
Create Agent
GET
Get Agent
PUT
Update Agent
DEL
Delete Agent
Chat
POST
Send Message
POST
Stream Message
GET
Get Messages
GET
Get Conversations
Knowledge Base
GET
List Documents
POST
Upload Document
POST
Add URL
DEL
Delete Document
Integrations
GET
List Integrations
POST
Create Integration
GET
List Providers
Webhooks
GET
List Webhooks
POST
Create Webhook
Webhook Events
200
Copy
{
"id"
:
"<string>"
,
"url"
:
"<string>"
,
"events"
: [
{}
]
}
Webhooks
Create Webhook
Copy page
Copy page
POST
/
api
/
integrations
/
webhooks
Try it
200
Copy
{
"id"
:
"<string>"
,
"url"
:
"<string>"
,
"events"
: [
{}
]
}
Description
Create a new webhook.
Authentication
Required (API key or JWT token)
Request Body
url
string
required
Webhook URL endpoint
events
array
required
Array of event types to subscribe to
secret
string
Optional webhook secret for signature verification
Response
id
string
Created webhook ID
url
string
Webhook URL
events
array
Subscribed events
Was this page helpful?
Yes
No
Suggest edits
Raise issue
List Webhooks
Webhook Events
⌘I