#zepatrik_api

1 messages ยท Page 1 of 1 (latest)

obsidian fractalBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1501877912469635072

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

stuck totem
#

Indeed, that's not a publicly supported API parameter โ€“ the Dashboard often has multiple 'exclusive' features and this is one of them

The workaround is to manually update each invoice pre-finalisation with the memo

glacial tide
#

That will not work for our use-case though where we have hundreds of subscriptions that we need to manage in an automated way.

#

Templates will also not work as the text has to be different per subscription, although it seems that this is also an "exclusive" feature?

stuck totem
stuck totem
glacial tide
#

are there plans to expose this?

stuck totem
#

Which part? The description parameter or templates?

glacial tide
#

The description on the subscription directly.

stuck totem
#

Don't really think templating makes senses here for you, FWIW, given that each memo is unique

stuck totem
glacial tide
#

Somehow related, is there a way to have clickable links in the invoice description?

stuck totem
#

Don't believe so no, they don't support markdown

glacial tide
#

thats very unfortunate... also proper templating support for templates e.g. through metadata would be really helpful

#

can I request those features somewhere?

stuck totem
glacial tide
stuck totem
#

I don't know what you mean by 'metadata into the description'

glacial tide
#

The "invoice description" property of the invoice template is not templatable. It would be nice to have something like Please go to [your dashboard](https://example.com/dashboard/{{.Subscription.Metadata.WorkspaceID}}) for details. in the invoice template description, because then I can change the wording in the template easily, but still have the full customizability.

stuck totem
#

Got it, so you'd want to be able to reference other properties on the subscription

glacial tide
#

just reference anything really