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) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • send email to the main contact in organizations
Pages: [1]

Author Topic: send email to the main contact in organizations  (Read 656 times)

Vicky Liao

  • I’m new here
  • *
  • Posts: 2
  • Karma: 0
  • CiviCRM version: 4.4.3-0
  • CMS version: Drupal
  • MySQL version: 5.2
  • PHP version: 5.2
send email to the main contact in organizations
January 19, 2014, 10:41:16 pm
Hi, I am new to CiviCRM,
I have read the user and administrator guide and played around.
what i would like to do is 
I have a list of organizations and a list of contact people belonging to these organizations.
but some organizations have more than one contact and i am wondering if there is a way to control whether i send emails to all contacts or main contact in these organizations when i send a bulk email?
Would anyone shed some light?
Best regards,

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: send email to the main contact in organizations
January 19, 2014, 11:31:31 pm
What you could do is add a customized relationship type called 'Main contactperson'?
Consultant/project manager at EEatWork and CiviCooP (http://www.civicoop.org/)

JonGold

  • Ask me questions
  • ****
  • Posts: 638
  • Karma: 81
    • Palante Technology
  • CiviCRM version: 4.1 to the latest
  • CMS version: Drupal 6-7, Wordpress 4.0+
  • PHP version: PHP 5.3-5.5
Re: send email to the main contact in organizations
January 21, 2014, 09:22:42 am
Hi Vicky,

To build a bit on what Erik said - I do this now for billing contacts at an organization.

* Create the "Main Contact" relationship type (Administer menu -> Customize Data and Screens -> Relationship types) as Erik suggested.
* In advanced search (Search menu -> Advanced Search), go to the "Relationships" section, and select "Main Contact", press Search.
* Optionally, save the search as a smart group.

Jon
Sign up to StackExchange and get free expert CiviCRM advice: https://civicrm.org/blogs/colemanw/get-exclusive-access-free-expert-help

petednz

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4899
  • Karma: 193
    • Fuzion
  • CiviCRM version: 3.x - 4.x
  • CMS version: Drupal 6 and 7
Re: send email to the main contact in organizations
January 21, 2014, 11:20:49 am
I agree with the above and do it in some cases - but just realised another route that might save another relationship would be to give the 'main' contacts a 'permissioned relationship' (presumably the 'employee of' which they would already have) and use the Adv Search option for 'permissioned relationship' and then make a Smart Group from that
Sign up to StackExchange and get free expert advice: https://civicrm.org/blogs/colemanw/get-exclusive-access-free-expert-help

pete davis : www.fuzion.co.nz : connect + campaign + communicate

Vicky Liao

  • I’m new here
  • *
  • Posts: 2
  • Karma: 0
  • CiviCRM version: 4.4.3-0
  • CMS version: Drupal
  • MySQL version: 5.2
  • PHP version: 5.2
Re: send email to the main contact in organizations
January 30, 2014, 05:34:14 pm
Thank you for all your replies
but The problem is there is an organization which has no contact person, then i need to put the email and phone number directly into this organization,
in this case, using the search to create a smart group will miss out all these organizations?? please advise

petednz

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4899
  • Karma: 193
    • Fuzion
  • CiviCRM version: 3.x - 4.x
  • CMS version: Drupal 6 and 7
Re: send email to the main contact in organizations
January 30, 2014, 05:42:04 pm
perhaps create an Individual called eg first name 'contact for' last name 'name of organisation'
Sign up to StackExchange and get free expert advice: https://civicrm.org/blogs/colemanw/get-exclusive-access-free-expert-help

pete davis : www.fuzion.co.nz : connect + campaign + communicate

Fabian_SYSTOPIA

  • I post occasionally
  • **
  • Posts: 74
  • Karma: 3
  • CiviCRM version: 4.3.x, 4.4.x
  • CMS version: Drupal 7.x
  • MySQL version: 5.4.10
  • PHP version: 5.4.10
Re: send email to the main contact in organizations
January 31, 2014, 01:36:45 am
Hi Vicky,

we have been dealing with a very similar challenge and found an approach that works for us - it is a bit lenghty and complicated though:

1. Find all Contact Persons and put them in a group:
  • create a relationship just as described by Erik and Jon
  • then use the advanced search to find all contact persons (of organisations matching your selection criteria) and put them in a (smart) group (Group 1)
2. Find organisations without contact persons an put them in a group:
  • search for all organisations (matching your selection criteria) in your database and put them in a (smart) group (Group 2)
  • find all organisations (matching your selection criteria) that have contact persons and put them in a (smart) group (Group 3)
  • use the include-exclude search to find all organisation: include contacts from Group 2, exclude contacts from Group 3
  • the result will be all organisations without contact persons - put them in yet another group (Group 4)
3. Send your Mailing to contact persons (where applicable) or to the organisation itself (when tehy have no contact person):
  • send your mailing to group 1 and 4

Summing up, this works for us but we (and some other users we know) think that this is way to complicated. Other CRM-Systems offer much more comfortable ways to deal with the (quite common) "contact person challenge".

If many other users consider this a problem too it may be a good extension that could for example be realized in a make it happen project.

Best Regards
Fabian

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • send email to the main contact in organizations

This forum was archived on 2017-11-26.