post https://app.activecalculator.com/api/v1/webhooks
Create a new webhook right from the API and see it active right away!
Log in to see full request history
Responses
Create a new webhook right from the API and see it active right away!
xxxxxxxxxx
11curl --request POST \
--url https://app.activecalculator.com/api/v1/webhooks \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"triggers": [
"newSubmission"
]
}
'
Try It!
to start a request and see the response here! Or choose an example: