New notification method: Request URL #2903

Closed
opened 2026-02-28 03:11:03 -05:00 by deekerman · 1 comment
Owner

Originally created by @Toserk1024 on GitHub (Dec 9, 2023).

⚠️ Please verify that this feature request has NOT been suggested before.

  • I checked and didn't find similar feature request

🏷️ Feature Request Type

New Notification

🔖 Feature description

Add a new notification method: Request URL,This can facilitate access to some PHP scripts to achieve DNS switching and other functions.

✔️ Solution

Sends a request to a URL when the status of a monitored item changes, The request content can be escaped using some variables,For example, when the test monitoring item is down, the notification is set as "https://example.com/?name={{name}}&status={{status}}"The real URL of the request at this point is "https://example.com/?name=test&status=down"

Alternatives

No response

📝 Additional Context

No response

Originally created by @Toserk1024 on GitHub (Dec 9, 2023). ### ⚠️ Please verify that this feature request has NOT been suggested before. - [X] I checked and didn't find similar feature request ### 🏷️ Feature Request Type New Notification ### 🔖 Feature description Add a new notification method: Request URL,This can facilitate access to some PHP scripts to achieve DNS switching and other functions. ### ✔️ Solution Sends a request to a URL when the status of a monitored item changes, The request content can be escaped using some variables,For example, when the test monitoring item is down, the notification is set as "https://example.com/?name={{name}}&status={{status}}"The real URL of the request at this point is "https://example.com/?name=test&status=down" ### ❓ Alternatives _No response_ ### 📝 Additional Context _No response_
Author
Owner

@CommanderStorm commented on GitHub (Dec 9, 2023):

See the Webhook monitor instead:

image

Note that templating the request url is tracked in #1734

=> closing as a duplicate

@CommanderStorm commented on GitHub (Dec 9, 2023): See the Webhook monitor instead: ![image](https://github.com/louislam/uptime-kuma/assets/26258709/86d862a7-da6f-4a8f-b4d8-db4207aab002) Note that templating the request url is tracked in #1734 => closing as a duplicate
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/uptime-kuma#2903
No description provided.