Custom APP in AWS - Need to configure a Trigger

Hi,
I have a custom application hosted on AWS, i was evaluating pabbly for my requirements,
How do i configure a trigger which gets invoked via a AWS Lambda function and sends an email as action.
 

Preeti Paryani

Well-known member
Staff member
To configure a trigger in Pabbly that gets invoked via your AWS Lambda function, you can use the Pabbly Webhook application. Here’s how to proceed:
  1. Create a Webhook in Pabbly: Log in to your Pabbly account and create a new workflow. This will provide you with a unique webhook URL.
  2. Integrate with AWS Lambda: Add the Pabbly webhook URL to your AWS Lambda function to send data whenever the desired event occurs.

Refer to this tutorial to learn more about Webhook(Pabbly) -

This setup will allow you to capture responses as needed. If you have any further questions or need assistance, feel free to ask!
 
Top