Maintainers strive to actively monitor issues and respond in a timely manner.

Webclient

This is a library module. It provides no out of the box functionality other then providing an API that other modules can use.

The Webclient API is seperated into three major components:

  • Webclient
  • Webclient Formatters
  • Webclient Proxy

All of the above components were translated to seperate modules so that developers can create a dependency with the functionality they need.

Webclient

Creates an API wrapper around cURL using an OO-based approach thus providing a more intuitive way of managing and retrieving request and response data.

As of WebClient 7.x-1.2 integration with the Drupal HTTP API is available without the need of additional extensions or modules. See #1930196: Override drupal_http_request() using Drupal variable for more info.

Webclient Formatters

A formatter is way of transforming raw response data into usable data, e.g. converting a JSON string into an object or array.

The Webclient Formatters module provides the following MIME type support out of the box:

  • application/json
  • text/xml
  • text/html

However new formatters can be added using the hook_webclient_response_formatter_info().

Webclient Proxy

Email Campaigns

Email Campaigns screenshot

Overview
The Email Campaigns module facilitates the site administrator/user to send mails to multiple recipients from their Drupal website.

Views Access

A description will follow soon[tm].

RedHen Lead

This module assumes you have one or more things and you want to gate access to those things behind forms that create a RedHen Contacts. Beyond that, it also lets you track conversions (form submissions) on a thing-by-thing and contact-by-contact basis. It also lets you define your own segments for further analysis.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained