Skip to content

Tag: webhooks

Lambda to call incoming webhooks

I have been using a bash script to call a webhook that trigger azure devops pipeline, now want to use lambda function to do the same thing but am having issue with identation. The error is below and am not sure why is not working. Any idea why? Trying this now and comes up with : But the error comes

Python webhook API

I am trying to create a python webhook to receive data from my ELastic SIEM (JSON format), when I try it I am getting this errors: (sorry It’s my first time using python, so couldn’t know what’s the problem) The webhook configuration: And here is the watcher that I have configured: Could you…