API
This section is intended for developers utilizing our APIs to add channels. Below you will find the keys to generate secret payloads for adding or updating a channel via the Script API. Refer to the c
WEBHOOK_CODE
async process(params) {
// Add your code here
console.log('This is the JS code block');
return new Response('It is working');
}WEBHOOK_TOKEN
ba88bcee6907d5e8d62bf2d466d1dbe04fbc688WEBHOOK_SECRETS
Last updated
Was this helpful?

