Adrian - Hi, I am trying to configure communica...

Hi, I am trying to configure communication channels to use webhooks so I can use “webhooks for Liveboard schedule events”. I send a request (as per the docs) to configure it for organisation or cluster and in both cases I get 500 error from the server with a message: “Channel type: WEBHOOK is not supported for event: LIVEBOARD_SCHEDULE”. I was assured that the "Webhooks for Liveboard schedule events" feature is ON for us. Here is payload to the /api/rest/2.0/system/preferences/communication-channels/configure request I send:
{
org_preferences: [
{
org_identifier: '0', // I tried org name as well
preferences: [
{
event_type: 'LIVEBOARD_SCHEDULE',
channels: ['WEBHOOK'],
},
],
},
],
}
{
org_preferences: [
{
org_identifier: '0', // I tried org name as well
preferences: [
{
event_type: 'LIVEBOARD_SCHEDULE',
channels: ['WEBHOOK'],
},
],
},
],
}
I also tried setting it for cluster with below payload
{
cluster_preferences: [
{
event_type: 'LIVEBOARD_SCHEDULE',
channels: ['WEBHOOK'],
},
],
}
{
cluster_preferences: [
{
event_type: 'LIVEBOARD_SCHEDULE',
channels: ['WEBHOOK'],
},
],
}
1 Reply
pallav
pallav6d ago
@Adrian could you pls let me know your cluster url here (or in DM), so i can check?

Did you find this page helpful?