Problem/Motivation

This project was originally launched long ago for Drupal 6. No D7/8/9 work occurred here or in the related drufoo module.

Steps to reproduce

N/A

Proposed resolution

Create a D7 and D8/9 version of this module. Use the "wufoo" namespace instead of "drufoo." This should be compatible with current Wufoo guidelines.

Remaining tasks

Contribution, discussion, admin, releases, etc.

User interface changes

Many

API changes

Many

Data model changes

Many

Comments

ndewhurst created an issue.

ndewhurst’s picture

I put together a D7 module with support for Drupal-managed Wufoo webhooks that uses this adaptation of the old Wufoo PHP SDK. The module automates some aspects of webhook management like creating and enforcing handshake keys, and provides a handler for incoming webhook requests, with access control and hook invocation.

https://www.drupal.org/sandbox/ndewhurst/3179498