On February 1, 2024, the notify
feature on CircleCI will be sunset.
An example of the .circleci/config.yml
syntax:
notify:
webhooks:
- url: # A list of hook hashes, containing the URL field
This feature has been deprecated for several years and has been superseded by our “outbound webhooks” feature. Outbound webhooks can be configured either in the CircleCI UI or via our v2 API.
Note: If you are using this functionality to generate notifications from CircleCI from a well-defined set of IP addresses, the “outbound webhooks” feature uses this deterministic set of IPs which can be added to your firewall’s allowlist.
Comment below with any questions/concerns