diff --git a/public/changelog.json b/public/changelog.json index 582dad3cec6..9150fc046be 100644 --- a/public/changelog.json +++ b/public/changelog.json @@ -402,6 +402,13 @@ } }, "data": [ + { + "category": "deprecation", + "date": "2026-05-29", + "description": "Chainlink is deprecating support for the legacy Webhook job type.\n\nAfter version 2.49, this job type will no longer be supported in Chainlink node releases. Node operators and developers that continue to rely on this job type can choose to remain on the last compatible release, but should not expect ongoing development support, including maintenance, bug fixes, security patches, or compatibility with future releases.\n\nTeams using this legacy job type should begin planning to upgrade to the [Chainlink Runtime Environment (CRE)](https://docs.chain.link/cre) as an alternative.", + "title": "Deprecating support for Webhook", + "topic": "Nodes" + }, { "category": "integration", "date": "2026-05-29", diff --git a/src/content/chainlink-nodes/llms-full.txt b/src/content/chainlink-nodes/llms-full.txt index b6ae5ab8d78..9d449bab5a2 100644 --- a/src/content/chainlink-nodes/llms-full.txt +++ b/src/content/chainlink-nodes/llms-full.txt @@ -1804,6 +1804,14 @@ See [shared fields](/chainlink-nodes/oracle-jobs/jobs/#shared-fields). ## Webhook Jobs + + Webhook jobs can be initiated by HTTP request, either by a user or external initiator.