CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • Email notifications requirement - possible?
Pages: [1]

Author Topic: Email notifications requirement - possible?  (Read 771 times)

dadii

  • I’m new here
  • *
  • Posts: 1
  • Karma: 0
  • CiviCRM version: 3.3
  • CMS version: Drupal 7
  • MySQL version: Latest
  • PHP version: Latest
Email notifications requirement - possible?
July 24, 2011, 03:29:29 pm
Hi folks.

We're looking to set up CiviCRM with a Drupal 7 website we've produced. The intention is to use CiviCRM to handle incoming enquiries from their website (via form capture)

The key question we have is about email notifications. Now we understand this isn't standard functionality, but is it possible to do what we need?

Essentially, the system will assign incoming queries (Cases?) to a CiviCRM/Drupal user - based on form criteria (i.e. which location was selected on the form). This user will then be notified by email.

Then, if the user assigns it to somebody else, they are notified by email too.

THEN, if this user doesnt update to another status (say 'in progress') within 24 hours, they are reminded by email. If 48 hours pass, the original assignee is notified. As the case/activity remains open, the assignee is reminded by email once a week and the original owner notified once a month.

We were wondering if:

- The original assignee (and their email) can be remembered (using custom fields/set?)
- Whether to use Cron jobs to handle this email processing? if so, could this handle the various times/emails we need?

Any insights much appreciated - as well as any developers who could take this on as contract work for us.

Thanks in advance

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Email notifications requirement - possible?
July 24, 2011, 11:12:59 pm
There was some reminder functionality implemented as a part of ARMS project in 3.4.x ( http://wiki.civicrm.org/confluence/display/CRM/ARMS+Project+Home)

You can check this functionality on http://drupal.demo.civicrm.org

HTh
Kurund
Found this reply helpful? Support CiviCRM

Erik Hommel

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1773
  • Karma: 59
    • EE-atWork
  • CiviCRM version: all sorts
  • CMS version: Drupal
  • MySQL version: Ubuntu's latest LTS version
  • PHP version: Ubuntu's latest LTS version
Re: Email notifications requirement - possible?
July 25, 2011, 12:25:49 am
Quote
The original assignee (and their email) can be remembered (using custom fields/set?)
You would indeed have to use custom fields to remember the original assignee, and use hooks and API to make sure the relevant data is stored and retrieved.

Quote
The key question we have is about email notifications. Now we understand this isn't standard functionality, but is it possible to do what we need?
Depends on your exact requirements. For activities (in Cases and outside Cases) email notifications are sent to assignees and this is standard functionality. The same happens if an activity is assigned to someone else. So that behaviour is standard. If a query is assigned from outside you might want to add an Activity (or a Case, depends on the functional requirement)  using the API and have an automatic email sent to the assignee?

The reminder functionality is not standard, although Kurund pointed you to some additional functionality that was developed. If this is not sufficient, you would have to develop a script that deals with the other stuff. ANd yes, you could use Cron to schedule that script.
Consultant/project manager at EEatWork and CiviCooP (http://www.civicoop.org/)

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • Email notifications requirement - possible?

This forum was archived on 2017-11-26.