I feel like there’s likely some useful functions that maybe aren’t mentioned in the Fibery markdown page that could be helpful.
The seemingly simple one I’m looking for at the moment is just getting the URL of an entity! I know I can get the UUID with {id} but experimenting with {url} didn’t seem to work and I can’t seem to figure out what’s needed to get it.
Am I missing something obvious or does it require some complicated custom script?
I don’t think you’re missing something obvious - I don’t think there is a simple markdown syntax for the entity view url.
I think this should turn into a feature request, but I’m curious to know the use case.
Thanks, for clarifying it’s not as simple as I had hoped.
Our use case:
When an “iteration” is done, our production team changes its state to “complete” which triggers a summary email to our finance team that tells them which client needs to be billed, how much, etc.
We would like this summary email to include a link to the entity that triggered it, because in some cases the finance team might need extra info or context that isn’t already in the email and we want that process to be as quick/easy as possible for them since they’re not fibery power users.
Example of our desired email:
Email Subject:
A new iteration is complete and ready to be billed.
Email Body:
Client: Bob’s Burgers
Initiative: New Menu Marketing Campaign
Release: 1.0
Iteration: 3
Billing Amount: $10,000
Fibery Link: {url}
Or if you need it to be totally generic, you would have to use scripting, perhaps taking advantage of the getEntityUrl(type: string, publicId: string) function.
Could you clarify what you mean by “qualified name”? I thought you were referring to the space/database of the entity I wanted the URL for, but it doesn’t seem to work (getting a “Sprints is not defined” error)
In my case, the automation is being triggered by an “Iteration” that is related to a “Client”, “Order”, “Initiative” & “Release”
Their spaces/databases are:
Sprints/Iteration
Sprints/Release
Clients/Initiative
Clients/Order
Clients/Client