Is Anyone Else Experiencing Problems with Webhooks Not Being Triggered?

This topic was automatically generated from Slack. You can find the original thread here.

Anyone else seeing an issue whereby webhooks are not being triggered? I’ve tried sending sending a POST request with Axios from another workflow, and using Postman, and neither are being detected.

Response from Pipedream is:

{
success: true,
info: ‘To customize this response, check out our docs at Triggers
}

Not having issues, I would just double check if the URL is the expected one for good measure

Thank you. Issue was on my side, Axios was not sending a body so it was not triggering.