Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions public/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions src/content/chainlink-nodes/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1804,6 +1804,14 @@ See [shared fields](/chainlink-nodes/oracle-jobs/jobs/#shared-fields).

## Webhook Jobs

<Aside type="caution" title="Deprecation">
After Chainlink Node version 2.49, Chainlink is deprecating support for the legacy Webhook job type. This job type
will no longer be supported in Chainlink node releases. Node operators and developers that continue to rely on it 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. Teams using this legacy job type
should begin planning to upgrade to the [Chainlink Runtime Environment (CRE)](/cre) as an alternative.
</Aside>

Webhook jobs can be initiated by HTTP request, either by a user or external initiator.

<Aside type="note" />
Expand Down
8 changes: 8 additions & 0 deletions src/content/chainlink-nodes/oracle-jobs/all-jobs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,14 @@ See [shared fields](/chainlink-nodes/oracle-jobs/jobs/#shared-fields).

## Webhook Jobs

<Aside type="caution" title="Deprecation">
After Chainlink Node version 2.49, Chainlink is deprecating support for the legacy Webhook job type. This job type
will no longer be supported in Chainlink node releases. Node operators and developers that continue to rely on it 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. Teams using this legacy job type
should begin planning to upgrade to the [Chainlink Runtime Environment (CRE)](/cre) as an alternative.
</Aside>

Webhook jobs can be initiated by HTTP request, either by a user or external initiator.

<Aside type="note">
Expand Down
Loading