We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c4f31b commit 3295db7Copy full SHA for 3295db7
src/content/chainlink-nodes/oracle-jobs/all-jobs.mdx
@@ -402,7 +402,11 @@ See [shared fields](/chainlink-nodes/oracle-jobs/jobs/#shared-fields).
402
Webhook jobs can be initiated by HTTP request, either by a user or external initiator.
403
404
<Aside type="note">
405
- <p>You'll need `FEATURE_WEBHOOK_V2=true` in your `.env` file.</p>
+ <p>
406
+ You must have `ExternalInitiatorsEnabled = true` in your config to enable these jobs. See{" "}
407
+ <a href="/chainlink-nodes/v1/node-config#externalinitiatorsenabled">ExternalInitiatorsEnabled</a> in the config
408
+ reference for details.
409
+ </p>
410
</Aside>
411
412
This is an example webhook job:
0 commit comments