Replies: 3 comments 7 replies
-
Is this what you want? https://github.com/caronc/apprise/wiki/Notify_Custom_Form |
Beta Was this translation helpful? Give feedback.
1 reply
-
It's written in the documentation, wiki, and even in the UI that you can use "posts://.." or "post://..." Syntax which is actually not from apprise, but it's our own custom extension
…On 26 October 2023 23:35:14 UTC, Constantin Hong ***@***.***> wrote:
Is this what you want? https://github.com/caronc/apprise/wiki/Notify_Custom_Form
--
Reply to this email directly or view it on GitHub:
#1894 (comment)
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
4 replies
-
@dgtlmoon wouldn't it be an idea or possible to be able to use curl in the notifications section of self-hosted? This would be amazing to create own notifications / triggers? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been looking into automating my homelab even further and saw that it is also possible to post directly into an API.
However, the ansible API I'm using needs different data in the payload.
Is it possible to achieve this with the Notifications section? Or is there a different place where I can "curl" a payload to an API?
Basically what I'm trying to achieve is when there are github updates on scripts / data I use; I want Ansible to receive a request to run a task to update the script/data. As I'm using ansible-semaphore, this is achievable by POST with an API token.
Beta Was this translation helpful? Give feedback.
All reactions