v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBWebhooks Integration
Create a custom variable
Creates an endpoint with the name <CUSTOM_VARIABLE_NAME>.
post/api/v1/integration/webhooks/configuration/custom-variables
Request body
Example request
{
"is_secret": true,
"name": "CUSTOM_VARIABLE_NAME",
"value": "CUSTOM_VARIABLE_VALUE"
}Response
OK
Example response
{
"is_secret": true,
"name": "CUSTOM_VARIABLE_NAME",
"value": "CUSTOM_VARIABLE_VALUE"
}