Hi,
Note:- AWX is running inside GKE cluster.
I am trying to integrate AWX webhook notifications to OpsGenie, to create alerts whenever jobs getting failed in AWX. I have created API integration for AWX application in the OPSgenie portal and used the same API key for authorization in the AWX webhook notification templates.
Authorization: Genie Key <api_key>
I am getting below error message
textPayload: "2026-01-29 11:18:20,454 ERROR [7a32fffaccf14d98bc4aa1646805ba2d] awx.main.notifications.webhook_backend Error sending webhook notification: 403"
textPayload: "2026-01-29 11:18:20,455 ERROR [7a32fffaccf14d98bc4aa1646805ba2d] awx.main.tasks.system Send Notification Failed Error sending webhook notification: 403"
File "/var/lib/awx/venv/awx/lib64/python3.11/site-packages/awx/main/tasks/system.py", line 350, in send_notifications sent = notification.notification_template.send(notification.subject, notification.body)"