• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

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

Status
Not open for further replies.

colind

Member
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"
}
 
P

Pabblymember11

Guest
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.

 

colind

Member
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&param2=xyz
to be added in the button HTML.

Regards.
 
Status
Not open for further replies.
Top