Freescout: More email variables like "Job Title" and "Phone Number"

Created on 28 Jun 2019  路  7Comments  路  Source: freescout-helpdesk/freescout

Hi,
My suggestion as title and thank you. It's really a good project!

help wanted

All 7 comments

Fantastic product. We like to use title in our signatures so our customers know who they are dealing with (on our desk are mainly not support people but either programmers or designers so title is relevant).

What I'd like to see in signature is this: {%user.jobTitle%}

I tried it myself just for fun but it's not there. I have $100 bounty for jobTitle being added for signatures in October.

I'll be giving it a shot!

Bounty will be supposed to go to @frommMoritz

Release will be ready in a few days.

One more Idea, there is only one (main) property from the user that is not available as a template. At the moment there is no way to reference a users profile picture. My toughts on that:

I would tend to create a variable that contains the absolute URL to the profile picture. This way you could simply add an tag like this (when you want to personalize your E-Mall by adding an image of the agent):

<img src="{%user.pictureUrl%}" title="Picture of {%user.fullName%}" alt="Picture of {%user.fullName%}">

I prefer this way over attaching an image for a couple of reasons:

  • It is way easier to implement. If you look at the way placeholders are filled this isn't quite compatible with attaching something. Basically the signature is takenand send to an function that replaces all of the matching strings. This function has absolutely no control over the final E-Mail, it only contributes a small text.
  • Attaching an image on every E-Mail will take an significant amount of storage. I do not know how much mail you are sending, but having an attachment on every single of your E-Mails would not impress the person on the other side. Especially in regions with slow internet connection downloading an additional 2-3KB when you are syncing your E-Mails seems somewhat unnecessary (imo).
  • Somewhat related to the point above, but the URL to the profile picture can easily be cached across multiple E-Mails, not so for an attachment (as far as I know).

My main point is the significant amount of work it would take to get an attachment from the text-only function to the final E-Mail. This doesn't fit to the "keep the core neat and clean" mentality.

If you (esp. @freescout-helpdesk @foliovision @nczz) could give me some feedback I'd implement it.

Agreed. Just better to call the variable %user.photoUrl%

@frommMoritz That's a great idea to use a referenced image. The only issue with an external image is that many mail clients see images as tracking pixels and will not show the image, leaving a broken signature. But I agree that's better than cluttering everyone's mailbox with dozens/hundreds of little signature images.

Look forward to the final commit/release and delivering the bounty!

Perfect! Thank you all! @frommMoritz @foliovision @freescout-helpdesk

Was this page helpful?
0 / 5 - 0 ratings

Related issues

imc67 picture imc67  路  5Comments

diguinho2018 picture diguinho2018  路  6Comments

freescout-helpdesk picture freescout-helpdesk  路  6Comments

victoras picture victoras  路  8Comments

TimoStramann picture TimoStramann  路  5Comments