Is it Possible to Catch Webhooks from a Project Management System in Pipedream?

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

I’m trying to catch webhooks from a project management system that requires a .txt file to be added to the domain root or path folder to validate the domain and say it’s ok to send to. Is this possible in pipedream? API docs here

That’s kind of a bizarre requirement for sending webhooks, but it sounds like using a custom webhook domain will likely be your best bet: Custom Domains

Then you can verify ownership with the .txt file on the domain of your choosing, then configure that domain with Pipedream

Agreed on the requirement…
And ok sounds good, just saw the cusotm domain feature when testing out various things. Will give that a go