Skip to main content
POST
Create new Webhook

Authorizations

x-api-key
string
header
required
x-api-secret
string
header
required

Path Parameters

workspaceId
string
required

Body

application/json
name
string
required
Example:

"Production Webhook"

url
string
required
Example:

"https://example.com/webhook"

module
enum<string>
required
Available options:
global,
dynamics
Example:

"global | dynamics"

description
string
Example:

"Webhook for production environment"

extraHeaders
string[]
Example:
identifiers
string[]
events
enum<string>[]
Available options:
video_watched,
video_played,
video_cta_clicked,
video_viewed,
video_liked,
video_request_received,
video_generated_dv,
video_mp4_ready,
video_generated_error
Example:
metadata
object

Response

Successful

The response is of type object.