I want webhooks to send input url in the post request
I want webhooks to trigger api with post request when the job succeed, I found that I can pass these information to the post request:
https://docs.apify.com/platform/integrations/webhooks/actions
But I want to send the urls that I scraped, for example I scrape Bidan instgram profile, I want to pass this information to post request.
It will be great if there's something like that, appreciate your reply.
3 Replies
There is not really a simple webhook solution for this, but you may setup a webhook for actor like this https://apify.com/anchor/forward-dataset-webhook and check if that is suitable for you.
Apify
Forward dataset as POST data · Apify
This actor forwards the results of an Actor to an endpoint, instead of having to fetch the results manually. It will download the dataset and attach it to the body of a POST request you will specify. It acts as a new webhook. Simply provide this actor URL in your webhook, and specify a URL
conscious-sapphireOP•2y ago
Thank you
Do you know how to define memory for the run when I trigger it using the API ?
rare-sapphire•2y ago