Docs Menu

Docs HomeAtlas App Services

Configure Service Webhooks [Deprecated]

On this page

  • Overview
  • Procedure
  • Set Up a New Webhook
  • Name the New Webhook
  • Configure User Authentication
  • Select the Webhook's HTTP Method
  • Configure the Webhook Response
  • Specify an Authorization Expression
  • Specify the Request Validation Method
  • Write the Webhook Function
  • Save the Webhook
  • Pull the Latest Version of Your App
  • Add a Webhook Configuration Directory
  • Add a Webhook Configuration File
  • Name the New Webhook
  • Configure User Authentication
  • Specify the Webhook's HTTP Method
  • Configure the Webhook Response
  • Specify an Authorization Expression
  • Specify the Request Validation Method
  • Add the Webhook Function Source Code
  • Deploy the Incoming Webhook Configuration

Important

Third Party Services & Push Notifications Deprecation

Third party services and push notifications in App Services have been deprecated in favor of creating HTTP endpoints that use external dependencies in functions.

Webhooks have been renamed to HTTPS Endpoints with no change in behavior. You should migrate existing Webhooks.

Existing services will continue to work until November 1, 2024.

Because third party services and push notifications are now deprecated, they have been removed by default from the App Services UI. If you need to manage an existing third party service or push notification, you can add the configurations back to the UI by doing the following:

  • In the left navigation, under the Manage section, click App Settings.

  • Enable the toggle switch next to Temporarily Re-Enable 3rd Party Services, and then save your changes.

Some external services allow you to create incoming webhooks that external clients can call over HTTP. You can create webhooks for these services from the App Services UI or with App Services CLI. Select the tab below that corresponds to the method you want to use.

←  Configure Third-Party Services [Deprecated]Configure Service Rules [Deprecated] →