We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the past there was added "feature on Apify Platfrom" which allowed to put headers to the Request when adding Webhook integration to the Actor.
But this was not reflected to the SDK yet. There are people asking for it on discord.
Keep in sync the possibility of the Platform with the Apify SDK.
Possibly just add headers parameter - something like:
headers
await Actor.addWebhook({ eventTypes: ['ACTOR.RUN.SUCCEEDED'], requestUrl: process.env.RUN_SUCCEEDED_WEBHOOK_URL, idempotencyKey: process.env.APIFY_ACTOR_RUN_ID, headers: { 'Authorization': Bearer ${process.env.APIFY_API_TOKEN}, } })
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature
In the past there was added "feature on Apify Platfrom" which allowed to put headers to the Request when adding Webhook integration to the Actor.
But this was not reflected to the SDK yet. There are people asking for it on discord.
Motivation
Keep in sync the possibility of the Platform with the Apify SDK.
Ideal solution or implementation, and any additional constraints
Possibly just add
headers
parameter - something like:Alternative solutions or implementations
No response
Other context
The text was updated successfully, but these errors were encountered: