How can I send data from a button in an email to a webhook in Pabbly Connect?

Status: Closed · Asked by Colin D'Cruz on · 0 views

colind — Question ·

I would like a user to press a button in an email. That button needs to call a webhook in Pabbly Connect and perform some actions. How do I send data from the button to the webhook? What is the format?

I get the following error:
{
"status": "error",
"message": "Invalid WebHook Data"
}

Pabblymember11 — Reply ·

Hey @colind

Could you please tell us which application you are referring to get the data?

Further, you can use the Email Parser trigger event to capture email content once you get the mail in your inbox.

You can also refer to the following video tutorial for your better understating.

youtube.com/watch?v=xxWoEJbrtFE

colind — Reply ·

Thanks for responding Supreme,

I just managed to solve my question. All I wanted to know was how to pass parameters to a webhook from a button. It's now solved.
Here is the solution. Just add the parameters at the end of your webhook as with an API.
e.g. https://webhook123445?param1=abc¶m2=xyz
to be added in the button HTML.

Regards.

Back to all forum threads · Log in to reply