Hi,
I want to get Webhooks from my Cisco Webex Teams Account without exposing my Node Red installation.
Therefore I registered to node-red-contrib-webhookrelay and I am already receiving messages.
{"id":"Y2lzY29zcGFyazovL3VzL1dFQkhPT0svMGY1MDBmNTEtMjE5Ni00MWEwLTk0MDUtMmIyNTJkMGIxOGRk","name":"NODE-RED:7a067edd.a87e3","targetUrl":"https://my.webhookrelay.com/v1/webhooks/xyz","resource":"messages","event":"created","orgId":"xyz","createdBy":"xyz","appId":"xyz","ownedBy":"creator","status":"active","created":"2020-02-02T12:32:42.365Z","actorId":"xyz","data":{"id":"this-id-i-want-to-extract","roomId":"xyz","roomType":"group","personId":"Y...
I need the second ID, the ID with the value "this-id-i-want-to-extract" as payload.

Best Regards,
Johannes