Can I pass custom data to Website Content Crawler?
I really need to pass a user id to Website Content Crawler and have that included in webhooks, but I don't see any way to do so. Is it not possible?
If not possible to include that data in the webhook, can I at least somehow see the entire request body from my API request, using the run id? I tried get run and the response doesn't include any of the input data/request body from my api call.
1 Reply
fascinating-indigoOP•17mo ago
never mind I realized I should just store the run id and other data I want in db, then when webhook comes, read the run id and look it up in my db.