Configure a Webhook in Slack
After the 25.3.9 release, the structure of the webhook payload URL was updated. Customers need to update the webhook URL in the repository settings of their remote repo. Some customers are still using the old webhook URL containing autorabitrest, which should now be replaced with api.
Example:
Old URL: https://na25.autorabit.com/autorabitrest/webhook/triggerSCMPushrequest
Updated URL: https://na25.autorabit.com/api/webhook/triggerSCMPushrequest
Unless you update the Payload URL, you might face pull request/trigger build-on-commit jobs triggering.
Log in to your Slack account.
Navigate to https://api.slack.com/
Click Create an app.

On the Create an app screen, click From scratch.

Enter an App Name, choose a Workspace from the dropdown, and click Create App.

In the app settings, click Incoming Webhooks under Features or Add features and functionality.

Activate Incoming Webhooks by toggling the switch from disabled to enabled.
Scroll down and click Add New Webhook to Workspace.

Choose the channel where notifications should be sent and click Allow.

After authorization, you'll return to the previous screen. Scroll down and click Copy to get the webhook URL.

The webhook URL can be reused or deleted from this section in Slack.
Finally, integrate your Slack webhook URL with ARM. For more guidance, refer to this configuration guide.
Last updated
Was this helpful?

