Forum Discussion

NicolasNicolas's avatar
NicolasNicolas
Qrew Member
9 years ago

Automate sending emails with tasks

My Project Management processes (App containing a Customer table, with related Projects with multiple tasks) require that I send my customers regular emails based on "tasks / mileposts" completed.  Ex.:

  • I order a product from ACME to be delivered to my Customer
  • I need to send an email to my Customer with an ETA of when they can expect to receive that ACME product
  • Later, when ACME knows the *exact* date of the delivery, they let me know
  • I need to send another email to my Customer with the better/specific date/time of delivery
  • etc.

A whole bunch of repetitive follow-ups --- which I would like to automate.

I have like 10-15 text templates which I re-use constantly, with maybe some minor customizations needed before sending.  So my question is:

Can I:

  1. Pre-configure / pre-enter those text templates in QB somewhere?
  2. Have "Tasks" *trigger" a new "event" (or I can select a drop-down) whereas a specific email text-template is generated, ready to be sent to my Customer
  3. I can make the required customizations --- and then send the email
  4. That becomes an "event" in my "Task" with a timestamp.


Thanks!

20 Replies

  • I'm glad you ask the question --- Because, my confusion comes from the fact that the "Tasks" table:

    Customers --> many Projects --> many Tasks

    does not have a specific direct relationship of type:

    Customers --> many Tasks

    The tasks are only in relationship to the "Projects."


    Similarly, conceptually, those "Email Communications" really should belong to a "Project", even as they need to use data (email address) contained within the "Customers" table.

    Thoughts?
  • Do you want to choose an email from the list of emails for that customer for every different Mailto email?  Or do you want to choose an email address (contact) to be used for emails from a particular project.
  • Contact.

    So then I should add that relationship.

    I will post a separate thread for the other question. :smile:
  • what does "Contact" mean.

    Why do you think that you need a relationship directly from Customers to tasks?  That does not sound right to me.
  • In the Customers table, there is a field for "email" (which contains an email address)

    *That* is the field I seek to fetch to auto-fill my EmailComm table (for the "TO").

    And my question is --- Do I *need* this kind of T2T relationship?  Customers --> many EmailComms

    Or ---

    Is is sufficient to only establish the same kind of T2T relationshp that exists with the Tasks table:

    Customers --> many Projects --> many Tasks

    Thus:

    Customers --> many Projects --> many EmailComms

    :smile:

    Am I making sense?
  • sorry, maybe I'm not understanding your data setup.  Does each customer have many possible contacts and you need to choose which customer contact to send to, or does each customer record have a a couple of fields for the contact name and their emails
  • I am *so* sorry for all those silly questions.  I now understand what I was doing wrong and I realise my question did not make any sense.  I did not understand how to create "2-hoppers" (field lookups) but once I figured that out, I was able to conceptualise the whole thing.

    I thank you again --- I have more questions but I will start new threads so as not to confuse people further :smile:   Thanks!
  • BTW ---

    Here's what I ended up doing, and it works perfectly :smile:   

    ------

    "MailTo:"&([Customer - Email])
    &"?cc="&([Customer - Salesperson])
    &"&subject="&([Customer Name])&" : SomethingSomething"
    &"&body="&"Ref.: Contract n� "&([Contract ID])&"  ("&([Project Name])&" --- "&([Customer - Install Address A])&")"
    &"%0A%0A"
    &"Good day,"
    &"%0A"
    &"%0A"&"SomethingSomethingSomethingSomething."
    &"%0A"
    &"%0A"&"SomethingSomethingSomethingSomething."
    &"%0A"
    &"%0A"&"Please do not hesitate to contact me if you have any questions."
    &"%0A"
    &"%0A"&"Regards,"
    &"%0A%0A"


    ------
  • I'm attempting this, but it's not working out.  Thoughts?

    "MailTo:"&([Staff member])
    &"?cc="&([Staff Member - Assistant])
    &"&subject="You Have a Visitor In the Lobby"
    &"&body=
    &"%0A%0A"
    &"Hello! The following visitor is in the lobby"
    &"%0A"
    &"%0A"&"Name:  [First Name] [Last Name]"
    &"%0A"
    &"%0A"&"Arrival Time:  [Arrival Time]"
    &"%0A"
    &"%0A"&"Appointment Time:  [Appointment Time]"
    &"%0A"
    &"%0A"&"Regards,"

    &"%0A%0A