Skip to main content
Create a webhook

Authorizations

Authorization
string
header
required

Obtain a Bearer token via the Create access token endpoint using the OAuth2 client credentials flow.

Body

application/json
name
string
required

A human-readable name for the webhook.

Example:

"Salesforce Integration"

url
string<uri>
required

The HTTPS URL that will receive webhook payloads.

Example:

"https://example.com/webhooks/simpledocs"

auth_type
enum<string>
default:no_auth

The authentication method for webhook delivery.

Available options:
no_auth,
basic,
bearer
username
string

Username for basic authentication.

password
string

Password for basic authentication.

token
string

Bearer token for bearer authentication.

Response

Webhook created successfully.

data
object