Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Add Subscription Notes and URL to Webhook Payload #561

Closed
YamenSharaf opened this issue Oct 9, 2024 · 2 comments · Fixed by #562
Closed

[Feature Request] Add Subscription Notes and URL to Webhook Payload #561

YamenSharaf opened this issue Oct 9, 2024 · 2 comments · Fixed by #562
Assignees
Labels
Completed Feature is implemented and merged enhancement New feature or request

Comments

@YamenSharaf
Copy link

YamenSharaf commented Oct 9, 2024

Request

Currently, it seems that the following variables are available to webhooks:

{{days_until}}, {{subscription_name}}, {{subscription_price}}, {{subscription_currency}}, {{subscription_category}}, {{subscription_date}}, {{subscription_payer}}, {{subscription_days_until_payment}}

It would be great to get the other subscription fields as well, namely the notes and URL.

Use-case

My use-case for this is that while most of my subscriptions are paid automatically, some of them are credit-based and as such, even though they may be paid annually, manual interaction is needed. There is no field to signify that, so I use the notes to leave a note saying something "paid manually".

This is useless now, but I'm thinking if I can get this value along with the link in the webhook payload, I can pass that information to Home Assistant, and when the notes have the word manual, for instance, I can create a to-do item in Todoist with Home Assistant that tells me I should pay that particular subscription.

@ellite ellite self-assigned this Oct 9, 2024
@ellite ellite added enhancement New feature or request Completed Feature is implemented and merged labels Oct 9, 2024
@ellite ellite linked a pull request Oct 9, 2024 that will close this issue
@ellite
Copy link
Owner

ellite commented Oct 9, 2024

Will be available soon.

@YamenSharaf
Copy link
Author

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Completed Feature is implemented and merged enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants