Create Webhook Destination
This endpoint creates a new webhook destination. A webhook destination is a URL where webhook payloads will be sent.
Path parameters
The unique identifier (UUID) for the organization. This specifies the organization within which the webhook destination is created.
Request body
Example request
{
"credentials": {
"name": "Integration Credentials",
"apiKey": "api key",
"secret": "api secret"
}
}Response
Returns the DestinationCreateRequest
Example response
{
"credentials": {
"apiKey": "api key",
"secret": "api secret"
}
}Changes
Changed in 4 of the 10 revisions of this API.3112
- ○
added the new
M3TER_APP_SIGNATUREenum value to the request propertycredentials/allOf[IntegrationM3terSignedCredentialsRequest]/allOf[IntegrationCredentialsRequestBase]/typerequest-property-enum-value-added
- ○
added the new
SAGE_INTACCT_CLIENT_CREDENTIALSenum value to the request propertycredentials/allOf[IntegrationM3terSignedCredentialsRequest]/allOf[IntegrationCredentialsRequestBase]/typerequest-property-enum-value-added
- ○
added the new
SLACK_WEBHOOKenum value to the request propertycredentials/allOf[IntegrationM3terSignedCredentialsRequest]/allOf[IntegrationCredentialsRequestBase]/typerequest-property-enum-value-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the new
HUBSPOT_ACCESS_TOKENenum value to the request propertycredentials/allOf[IntegrationM3terSignedCredentialsRequest]/allOf[IntegrationCredentialsRequestBase]/typerequest-property-enum-value-added
- ○
added the new
HUBSPOT_CLIENT_SECRETenum value to the request propertycredentials/allOf[IntegrationM3terSignedCredentialsRequest]/allOf[IntegrationCredentialsRequestBase]/typerequest-property-enum-value-added
- ○
added the new
OPSGENIE_KEYenum value to the request propertycredentials/allOf[IntegrationM3terSignedCredentialsRequest]/allOf[IntegrationCredentialsRequestBase]/typerequest-property-enum-value-added
- ○
added the new
SAP_BYDenum value to the request propertycredentials/allOf[IntegrationM3terSignedCredentialsRequest]/allOf[IntegrationCredentialsRequestBase]/typerequest-property-enum-value-added
- ○
- ▲
the response property
credentialsbecame optional for the status200response-property-became-optional
- ▲
the response property
urlbecame optional for the status200response-property-became-optional
- ▲
the
urlresponse property's minLength was decreased from1to0for the response status200response-property-min-length-decreased
- ○
added
DestinationResponseAbstractResponseWithAuditFieldsAbstractResponseto the response bodyallOflist for the response status200response-body-all-of-added
- ○
removed
DestinationRequestAbstractRequestfrom the response bodyallOflist for the response status200response-body-all-of-removed
- ○
added
IntegrationM3terSignedCredentialsResponseto thecredentialsresponse propertyallOflist for the response status200response-property-all-of-added
- ○
removed
IntegrationM3terSignedCredentialsRequestfrom thecredentialsresponse propertyallOflist for the response status200response-property-all-of-removed
This revision also has 53 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
added the new
STRIPE_SIGNED_REQUESTenum value to thecredentials/allOf[IntegrationM3terSignedCredentialsRequest]/allOf[IntegrationCredentialsRequestBase]/typeresponse property for the response status200response-property-enum-value-added
- ○
added the new
STRIPE_SIGNED_REQUESTenum value to the request propertycredentials/allOf[IntegrationM3terSignedCredentialsRequest]/allOf[IntegrationCredentialsRequestBase]/typerequest-property-enum-value-added
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●