Prices Over Time #2717
Prices Over Time
#2717
-
I may have missed this somewhere, but is there an integration with a database (influxDB?) where prices can be stored over time? I'm thinking of something like the pricing graphs at camelcamelcamel kind of thing. |
Beta Was this translation helpful? Give feedback.
Answered by
dgtlmoon
Oct 16, 2024
Replies: 1 comment 1 reply
-
You can create your own custom notification, so you could call some API as a POST with or
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
brentonmallen1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can create your own custom notification, so you could call some API
as a POST with
{ 'price' : {{restock.price|tojson}} }
or
http://somesite.com/record.php?val={{restock.price}}
as the URL