jaecustom.blogg.se

Interspire email marketer api
Interspire email marketer api






interspire email marketer api interspire email marketer api
  1. Interspire email marketer api install#
  2. Interspire email marketer api update#
  3. Interspire email marketer api code#

Please consider reviewing other projects that are pending review. Thank you, also, for your patience with the review process.Īnyone is welcome to participate in the review process. You can find more contributors chatting on the IRC #drupal-contribute channel. Helping maintainers in the issue queues.Commit messages - providing history and credit.Best practices for creating and maintaining projects.These are some recommended readings to help with excellent maintainership:

Interspire email marketer api update#

Thank you for your contribution! I am going to update your account. Strings used in the user interface should be in sentence case. '#description' => t('Your Interspire XML Path.'),.

Interspire email marketer api code#

Selecting the variables to delete using just the module name can lead to delete variables of different modules (somebody could create a module named emf_interspire_extension.module, and the code would delete its variables too). variable_del(), passing the name of the variables, which is well know when the code is complete. The correct way to delete Drupal variables used by the module is to call. $link = array('!link' => l(st('Administer > Site configuration > Interspire'), 'admin/settings/emf_interspire')) ĭrupal_set_message(st("Interspire module settings are available under !link", $link)) ĭb_query("DELETE FROM WHERE name LIKE 'emf_interspire_%'") If you contact me by mail, I can give you details of our test environment (but not in public). The functionality is similar to but this only exists for D5, not much action going on there and the EMF framework looks like a much better (and active) way to go for E-mail tool integration.Ī link to a demo is hard, because you need an Interspire account.

Interspire email marketer api install#

Interspire is an e-mailing tool much like MailChimp or CampaignMonitor, but it's a tool you can buy once and install for yourself. The module also pulls in the available Interspire lists and set of custom fields defined in each Interspire list.Įvery function currently available in the Interspire XML API has been added and tested against. This works in both directions (unsubscribers on the Interspire list will also be deleted in Drupal). When users unsubscribe, on the next cron run (or set interval), they will be unsubscribed from the Interspire list. When users subscribe through the Drupal block, on the next cron run (or set interval), they will be subscribed to the Interspire list. The module provided uses the EMF functions to sync subscriptions to availabele interspire lists between Drupal and the Interspire E-mail marketer.








Interspire email marketer api