Mark K - Hello - when a user pins an answer for...
Hello - when a user pins an answer for the first time, and they have no liveboard already, a new liveboard called "{username}'s first liveboard" is created. I want to change this to be "{user's firstname}'s first liveboard".
My initial thought was to listen to an embed event, but it doesn't look like one is emitted in the scenario of a first liveboard. I've tried listening to the following and none fire on this event (only on subsequent pins)
4 Replies
You can disable this functionality, but I am not sure if you can change the livebaords name. I would recommend to create a ticket for this to see the options..
cc @jbc
There is no straightforward way currently. One option could be to listen to the Pin event to get the liveboardId, and then use REST API's Export TML and Import TML APIs to updat the liveboard name to your preference.
@shikharTS which functionality can we disable?
@jbc that was my thought, but it doesn't look like the pin event is actually triggered in the scenario where no liveboards already exists.
The functionality to pin with
" a new liveboard called "{username}'s first liveboard"