I’m attempting to send a Slack notification when a calendar sensor has been triggered, but I can’t for the life of me figure out how to get the attribute into the Slack message. I can access it using a debug node and msg.data.new_state.attributes.description
, but Node Red doesn’t like the following in the message field: { "message": msg.data.new_state.attributes.description }
.
Any suggestions where I’m going wrong?