mailchimp

dewolfe001's picture

Using CiviCRM fields in MailChimp

I have a Drupal 7.21 / CiviCRM 4.2.2 install.
It uses CiviCRM, MailChimp and Profile2. I need to put the first name and last name from a CiviCRM contact into the MailChimp for the mailouts. What I planned on using to make the linkage is Custom Token. I didn't want to write a custom module to pull this off if Custom Token were available to do almost the same job.

Here is what I built:

<?php
if (module_exists('civicrm')) {
$user = user_load(arg(1));
civicrm_initialize(TRUE);

require_once 'api/v2/UFGroup.php';

$userID = civicrm_uf_match_id_get( $user->uid );
Read more
Time has come's picture

Senior Drupal Developer | The Monthly and Schwartz Media

Employment type: 
Full time
Telecommute: 
Not allowed

Are you an experienced Drupal web developer?

Want to be the brains behind a high profile media website?

The Monthly and Schwartz Media are a fast growing independent media group located in Collingwood with a staff of 25.

We are seeking an autonomous all-rounder to play a central role in our digital growth.

But you won’t be alone. You will have ongoing help from the external developers of the existing web properties below and daily interaction with a small online team.

Read more
heartmath's picture

Drupal learning platform consultant | HeartMath LLC (HeartMastery Division)

Employment type: 
Contract
Telecommute: 
Allowed

HeartMastery® (www.heartmastery.com) is a learning platform for subscription-based online personal development courses. It is fully featured, with courses, web store, social network, affiliate programs, etc. Our current webmaster/project manager is transitioning to another company. We are looking for an experienced Drupal expert to consult full time, for 1 to 2 months while the team decides on next directions. Please provide us your Drupal.org username.

Read more
Quevin's picture

Social Networking, Sales & Marketing Contract | Quevin, LLC

Employment type: 
Contract
Telecommute: 
Allowed

Quevin (kweh-vin)—the business—prides itself on effective methods of planning, designing, and developing exceptional Drupal based websites. It focuses on standards compliant, Drupal-based development with professional project management, creative web design, and experienced programming personnel. Quevin is dedicated to delivering projects on time and on budget, while paying attention to all the details that will make our client's projects successful.

Read more
ZoeN's picture

MailChimp add-on module to import newsletters from MailChimp as Drupal nodes

This month, I wrote a custom module for a client, that import newsletters (or "campaigns", as MailChimp calls them) from a given MailChimp account into a Drupal site as nodes. (As many of you know, MailChimp is a rather nice third-party newsletter service.)

How it works:
- Depends on mailchimp.module, using the same account configured in mailchimp.module settings.
- Uses a custom table to store ID's of imported messages.
- Checks MailChimp account for new messages on every cron run, or when an admin pushes the big shiny "Import campaigns" button.

Read more
geoffb's picture

Options for integrating an email newsletter service

I'm looking for the best way to set up a email newsletter service within our Drupal site.

We currently send weekly emails to a subscriber list that exists outside our CMS (we use CommuniGate Pro: LIST Module), but it is limited to simply managing the mail list and we want to move to a system that will give us options like tracking, reports, and perhaps even integration with taxonomy, etc.

Read more
Subscribe with RSS Syndicate content