HTTP Integration #1197
-
So when you try bind a cycle to API, it shows {{timer.duration}} as the default, But I cannot find the docs anywhere of what the entire object looks like. I don't know if it's possible but I want to get custom fields of the current event. For context I want to integrate this into my OBS workflow. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
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 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. So in short:
Hope this helps, feel free to continue the conversation or reach out to [email protected] |
Beta Was this translation helpful? Give feedback.
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 loadedSo in short: