The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Studio incoming webhook https://URL/SECRET does not work

Beau Herger
Contributor
August 28, 2026

The https://URL/SECRET workaround mentioned in Webhooks-Trigger-for-Atlassian-Automation does not seem to work for me in studio.atlassian automations.

curl -i -X POST \
-H "X-Automation-Webhook-Token: FOO-TOKEN" \
-H "Content-Type: application/json" \
https://api.atlassian.com/automation/sc3/o/studio/t/workspace/i/***/webhooks/a/*** \
-d '{}'
HTTP/2 200

curl -i -X POST \
-H "Content-Type: application/json" \
https://api.atlassian.com/automation/sc3/o/studio/t/workspace/i/***/webhooks/a/***/FOO-TOKEN \
-d '{}'
HTTP/2 404
...
{"timestamp":"2026-08-29T02:09:14.212477844Z","status":404,"error":"Not Found","message":"No message available","path":"/automation/sc3/o/studio/t/workspace/i/***/webhooks/a/***/FOO-TOKEN/"}%

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Robin Kon
Contributor
August 29, 2026

The 404 is a good clue since the same endpoint works with X-Automation-Webhook-Token. I’d stick with the header token for Studio for now rather than treating the secret as part of the URL.

Beau Herger
Contributor
August 31, 2026

Unfortunately, this is not always an option to extend headers - even with Atlassian's own Bitbucket webhooks.  I would like to know if the advertised workaround is planned to be supported, or if this is merely a bug.

Like Steffen Opel _Utoolity_ likes this
TAGS
AUG Leaders

Atlassian Community Events