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”

Notion image
 

Configure Webhook

Add the endpoint URL, the payload data (the scraped data you want to send) and any headers (if required)

Headers are like an ID card that a server may require to know who is making a request, where it is coming from, and what type of data is being sent. If the server needs this information, then you will need to provide it by adding headers to your webhook configuration. Not all platforms will require you to specify a header so if you are unsure, try first without the headers
Headers are like an ID card that a server may require to know who is making a request, where it is coming from, and what type of data is being sent. If the server needs this information, then you will need to provide it by adding headers to your webhook configuration. Not all platforms will require you to specify a header so if you are unsure, try first without the headers
 
/icons/code_gray.svg
All requests will be sent from the client meaning you can use localhost in your endpoint url if desired for more custom applications
 

Breakdown

Notion image
 

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?
😞
😐
🤩