I'm playing with WebHooks at the moment. Whenever I used the "Send test webhook" function the JSON I receive is missing the shareSecret. It is always blank.
I'm planning on testing the sharedSecret is make sure the WebHook I am receiving is valid.
Does anyone else see this issue when testing their WebHook?
{ version: '0.1',
sharedSecret: '',
sentAt: '2019-11-11T07:22:40.656046Z',
organizationId: '***',
organizationName: 'IFM***',
organizationUrl:
'https://***/manage/organization/overview',
networkId: 'L_******',
networkName: 'IFM***',
networkUrl:
'https://***/manage/nodes/wired_status',
alertId: '',
alertType: 'Settings changed',
occurredAt: '2019-11-11T07:22:40.654907Z',
alertData: {} }