Button Approve on Email Sent Method Post

Are there any limitations when using an “Approve Button” in an email that sends a POST request?

Hi there, in my experience, the button in an email can only have a GET request

but you can have a workaround here where you make an n8n workflow that starts with webhook

so on the email button, you call the webhook and then on the workflow, it will call the actual POST request that you want with HTTP request

hope that helps!

1 Like
Please provide some guidance on how to write code.

Thank you.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.