PATCH Requests for Custom Webhook Actions
under review
B
Brian Pappalardo
Hey there,
Currently we can send POST, GET, PUT, & DELETE requests through the Custom Webhook action. I'm running into an issue where I need to send a PATCH request. Would it be possible to add that to the list of methods please?
Log In
W
Wesley Schiesari
It is essential, through the Custom Webhook, to be able to perform PATCH actions, not just POST, GET, PUT and DELETE. Today it is very common for other platforms and software to use PATCH.
J
Jeff Stec
(Bumping) Still Under Review?
Y
Yanis DM
+1. I need PATCH support to update records via REST APIs (e.g. Notion).
Without it, I’m forced to use external middleware just to convert POST to PATCH.
This adds unnecessary complexity for a standard HTTP method.
R
Robin De Niet
How is this not a thing, I needed it today and now I cannot build the workflow... WTF!!! It's so simple yet needed.
A
Adrian Rollin
Absolute no-brainer! Having to go off platform and use n8n for such a simple task really grates on me.
Core Platform
marked this post as
under review
R
Robin De Niet
Core Platform How long can you keep this under review?!!
P
Patrick Stephenson
This seems logical and a no brainer. This is needed and necessary part of webhooks.