Drupal is a registered trademark of Dries Buytaert
drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)! drupal 11.3.6 Update released for Drupal core (11.3.6)! drupal 10.6.6 Update released for Drupal core (10.6.6)! cms 2.1.0 Update released for Drupal core (2.1.0)! bootstrap 8.x-3.40 Minor update available for theme bootstrap (8.x-3.40). menu_link_attributes 8.x-1.7 Minor update available for module menu_link_attributes (8.x-1.7). eca 3.1.1 Minor update available for module eca (3.1.1). layout_paragraphs 2.1.3 Minor update available for module layout_paragraphs (2.1.3). ai 1.3.3 Minor update available for module ai (1.3.3). ai 1.2.14 Minor update available for module ai (1.2.14). node_revision_delete 2.0.3 Minor update available for module node_revision_delete (2.0.3). moderated_content_bulk_publish 2.0.52 Minor update available for module moderated_content_bulk_publish (2.0.52). klaro 3.0.10 Minor update available for module klaro (3.0.10). klaro 3.0.9 Minor update available for module klaro (3.0.9). layout_paragraphs 2.1.2 Minor update available for module layout_paragraphs (2.1.2). geofield_map 11.1.8 Minor update available for module geofield_map (11.1.8).

This module extends the Webform Remote post handler, which posts submissions to a URL. The Remote post (Queued) handler provided by this module adds the submission to a queue to be handled at a later stage, usually during Cron runs although manual queue processing is also possible.

Features

The Webform module's Remote post handler posts webform submissions to an external URL when the form is submitted. If you want to control the number and frequency of submissions to the URL this module's Remote post (Queued) handler adds the submission to a queue rather than sending it immediately. The queue will be processed at a later stage, either during a Cron run or by being triggered manually.

Post-Installation

After installing the module you can configure a Remote post (Queued) handler as follows:

  1. Edit the webform you wish to add the handler to.
  2. Under the Settings tab, click on Emails/Handlers.
  3. Click on Add handler and select Remote post (Queued).
  4. Add the URL you wish to post the submission to in the Completed URL field.
  5. Add the data you wish to post in the Completed custom data field. Use tokens to include submission data.

When the form is submitted, the submission will be added to the Webform Remote Post queue and will be processed on cron.

Additional Requirements

This module depends on the Webform module.

To manually trigger the remote post you can install the Queue UI module.
Go to Administration > Configuration > System > Queue UI where you can view the Webform Remote Post Queue and force it to be processed.

Activity

Total releases
2
First release
May 2025
Latest release
11 months ago
Release cadence
4 days
Stability
0% stable

Releases

Version Type Release date
1.0.0-beta3 Pre-release May 13, 2025
1.0.0-beta2 Pre-release May 9, 2025