right here: Notifying the team | n8n Docs
if you copy this: This week we’ve {{$json[“totalBooked”]}} booked orders with a total value of {{$json[“bookedSum”]}}. My Unique ID: {{ $(‘HTTP Request’).params[“headerParameters”][“parameters”][0][“value”] }}
and use it in the workflow you will get an err: [
{
“message”: “Your message is incorrectly formatted.”
}
]
the way around it is to remove the space between ie change “My Unique ID: {{ $('H” to “My Unique ID:{{ $('H”
took me hours of chasing my tail
the question is why put the space in the docs?
kindly look into it.