Skip to content

HTTP Integration #1197

Answered by cpvalente
DaRealFrost asked this question in Q&A
Aug 28, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Hi @DaRealFrost , thank you for taking the time to reach out.

I appreciate that the documentation and the examples of the data object here is maybe hard to read, I will see how we can clarify things but meawhile:

In your case, you are looking for a template like
{{eventNow.custom.<name-of-your-field-in-lowercase>}}

the easiest way to inspect the object so you can build your template, is to poll ontime, the response is the exact object you need.
Mind you that some elements like eventNow are only available if something is loaded

So in short:

  • load an event that contains the property you want to use
  • in the browser do localhost:4001/api/poll
  • inspect the object and build your template by follo…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@DaRealFrost
Comment options

@cpvalente
Comment options

Answer selected by DaRealFrost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants