A complete example of a web application that uses webhooks to process run results.
pip install Flask
).
ngrok
to create a secure public URL for your local server.
https://<unique_id>.ngrok.io
.
customer_cleaner
Flow, add a new Webhook Notification pointing to your ngrok URL (e.g., https://<unique_id>.ngrok.io/lume-webhook
).
new_customers.csv
uploaded to S3)
id | name | |
---|---|---|
1 | John Doe | [email protected] |
2 | JANE SMITH | [email protected] |
customer_id | full_name | email_address | is_premium |
---|---|---|---|
CUST-1 | John Doe | [email protected] | false |
CUST-2 | Jane Smith | [email protected] | false |
is_premium
flag.