> ## Documentation Index
> Fetch the complete documentation index at: https://docs.visualradioassist.live/llms.txt
> Use this file to discover all available pages before exploring further.

# Link Zenon Media to Visual Radio

> To automate Visual Radio with Zenon Media you can easily link it to your set-up by following the steps described in our documentation.

To automate Visual Radio with Zenon Media you can easily link it to your set-up by following the steps described in our documentation.

### Steps to configure Zenon Media to send Nowplaying data to VRA

1. Go to VRA Cloud Advanced Studio Settings. Add the Zenon Media Automation

   **Generate the Automation Dump URL**

   Copy the URL and make sure to verify the host IP / name of VRA Core in the URL.

   <img src="https://mintcdn.com/visualradioassist/1LQdAqmw3LInyH_s/images/set-up/link-radio-automation/link-zenon-media-to-visual-radio/1.png?fit=max&auto=format&n=1LQdAqmw3LInyH_s&q=85&s=dfd8573014c9e5d159abe16fa189a4c5" alt="" width="2018" height="1192" data-path="images/set-up/link-radio-automation/link-zenon-media-to-visual-radio/1.png" />

2. Configure a new Web \[POST] Destination in Nowplaying Playlist Export

   <img src="https://mintcdn.com/visualradioassist/1LQdAqmw3LInyH_s/images/set-up/link-radio-automation/link-zenon-media-to-visual-radio/2.png?fit=max&auto=format&n=1LQdAqmw3LInyH_s&q=85&s=fb9890e85e5964b6460703057c185f68" alt="" width="847" height="518" data-path="images/set-up/link-radio-automation/link-zenon-media-to-visual-radio/2.png" />

   <img src="https://mintcdn.com/visualradioassist/1LQdAqmw3LInyH_s/images/set-up/link-radio-automation/link-zenon-media-to-visual-radio/3.png?fit=max&auto=format&n=1LQdAqmw3LInyH_s&q=85&s=edacd77da05d1a6514828596a998062e" alt="" width="847" height="518" data-path="images/set-up/link-radio-automation/link-zenon-media-to-visual-radio/3.png" />

3. POST Content-type: “application/xml”

4. POST Multipart/form-data

5. Use the following template in the “Format String”

   ### Template

   ```xml theme={null}
   <VRA_AutomationLink><Instance>zenon_media</Instance><Current><ID>%CURRENT.ID</ID><Title>%CURRENT.NAME</Title><Artist>%CURRENT.TITLE</Artist><Duration>%CURRENT.DURATION</Duration><StartTime>%CURRENT.START</StartTime><ItemTypeID>%CURRENT.TYPE_ID</ItemTypeID><ItemType>%CURRENT.TYPE</ItemType></Current></VRA_AutomationLink>
   ```
