Send the current song in your stream chat (teal.fm)
Detects updates of the current listening song from teal.fm and sends the song info to Streamplace chat
fm.teal.actor.status- Lexicon
fm.teal.actor.status- Operations
- Record updated
Steps (2)
- If
event.didequals{{self}}- Fetches updates only from yourself
Then
Create a recordAction 1
- Target Collection

place.stream.chat.message- Record Template
{ "$type": "place.stream.chat.message", "createdAt": "{{now}}", "streamer": "{{self}}", "text": "Now playing: '{{event.commit.record.item.trackName}}' - {{event.commit.record.item.artists.0.artistName}} ({{event.commit.record.item.releaseName}})" }