How to send scraped data to a Webhook
How to setup exporting your scraped data from an automation to any webhook
Sending scraped data to a Webhook
When you’ve used scrape
while recording your automation you can use the scraped text for filters, variables in other steps or you can export this data to Google Sheets or Webhooks.
To export to a Webhook, after recording your automation click “Send to Webhook”
Configure Webhook
Add the endpoint URL, the payload data (the scraped data you want to send) and any headers (if required)
All requests will be sent from the client meaning you can use localhost in your endpoint url if desired for more custom applications
Breakdown
Save!
After saving run your automation and upon a successful run it will send any scraped data you specify to your endpoint
Did this answer your question?
😞
😐
🤩