4

I use Sendgrid to send some templated emails from my server. I need to put an image with an avatar so I need to pass the link as a variable.
How can I use a variable as and image url? I tried to put {{avatar}} in the image dialog but it didn't let me save

Ben2307
  • 1,003
  • 3
  • 17
  • 31
  • I think you'll find my answer to a similar question relevant - https://stackoverflow.com/a/55238802/2314315 – Gonen Mar 19 '19 at 11:45

1 Answers1

0

You can do this with normal substitution tags, using whatever you want for the tag in the message, and declaring the URL in the substitution population.

jacobmovingfwd
  • 2,185
  • 14
  • 11