You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be easier to just create a scoold:// plugin for you (add it into what is already supported) and do the mapping for you? Or maybe call it para:// to follow the common structure?
You're request though may be possible to do as well.
The goal is to permit Scoold (or para apps) to call by webhook apprise, to permit Scoold send notifications.
Not apprise to call Scoold, via plugin para:// or scoold://
In this case, it will not necessary to make a apprise plugin ?
It think, it will be better to have the flexibility that re-map json, can access to a sub-key.
That will be useful for big rang of of apps webhook.
💡 The Idea
Support re-mapping sub-key of JSON
For exemple to support Scoold webhook format described here
We need to access the JSON sub-key, witch is a Object contain in a Array
🔨 Breaking Feature
It will be great to re-map with sub-keys of the JSON.
For example we would like to access to the key
items[0].objectURI
Call URL will be in this case :
http://apprise/notify/{KEY}?:appid=title&:items[0].objectURI=body
The text was updated successfully, but these errors were encountered: