Webhook Notifications Question

Forgive me if this question doesn't make sense technically, I'm not super technical.

I'm using Mute Deck and it can send Webhook Notifications to alert that a button has triggered.

Is there a way for BTT to intake the webhook notification to trigger an action?

You can probably achieve that via BTT's webserver:

Thank you so much, what I understood is that you have to send data to the webserver in a specific format, not free text. MuteDeck doesn't let me control what is being sent, is it possible to say when I receive "X Text" then "Y Action Triggers"?

you can trigger directly by url like this:

http://127.0.0.1:12345/trigger_named/?trigger_name=Foo&shared_secret=…

This would trigger the named trigger called Foo (specified in Automations, Named & Other Triggers), shared secret is only required if you have configured it