{ "embeds": ["0"] } error sending message with embeds to Discord

Danny Roosevelt : Hey it looks like there are 2 issues here:

  1. The "" around the value you’re trying to pass for the url field is getting evaluated literally, so Discord is getting it as {{steps…}} instead of http... like I think you’re intending.
  2. Within those "", we aren’t evaluating anything inside the {{}} because that’s not technically valid JS due to the {{}} at the top of that code block. You should actually just pass the variable directly, without the surrounding {{}}.