WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by Vlass Contreras v2.2.2

Gragrid: Gravity Forms + SendGrid

Integrates Gravity Forms with SendGrid, allowing form submissions to be automatically sent to your SendGrid contact lists.

Gragrid: Gravity Forms + SendGrid

The facts

Rating
5★ from 1
Active installs
100+
Price
Free
Last updated
11 Jun 2022
Added
Sep 2020
Requires WP
5.2
Tested up to
WP 6.0.14
Requires PHP
7.3
Downloads
4,243

Our analysis

AI-assisted

Gragrid is a WordPress plugin that integrates Gravity Forms with SendGrid, allowing you to send form submissions directly to your contact lists. It is designed for users who need to manage email communications efficiently by connecting form data to their email marketing service.

The plugin offers customization options through hooks, enabling you to modify the contact data sent to SendGrid and the API request parameters. This makes it suitable for users who require a tailored integration between their forms and email marketing workflows.

Best for: This plugin is best for WordPress users who use Gravity Forms and want to manage email subscriptions via SendGrid.

What it does well

  • Integrates Gravity Forms with SendGrid
  • Allows customization of contact data sent
  • Customizable SendGrid API requests
  • Free to use from the WordPress.org directory
  • Active installation count of 100

Where it falls short

  • Limited information on additional features
  • Directory score of 46/100 indicates potential issues

Verdict

Gragrid provides a straightforward solution for integrating Gravity Forms with SendGrid, though its limited features and low directory score suggest users should consider their specific needs before installation.

From the developer

Vlass Contreras's own description of Gragrid: Gravity Forms + SendGrid, lightly tidied.

Integrate your Gravity Forms with SendGrid to send submissions with email fields to your contact lists.

Advanced

You can customize the contact data sent to SendGrid in the entry submission context with this hook:

apply_filters( 'gragrid_contact_params', array $contact_params, array $entry, array $form )
  • $contact_params (array): Contact parameters, includes first name, email, custom fields, etc.
  • $entry (array): The form entry that was just created.
  • $form (array): The current form, the origin of the submission.

You can also customize the SendGrid API requests using the following hook:

apply_filters( 'gragrid_request_args', array $args, string $path )
  • $args (array): Request arguments, includes headers, method, body, etc.
  • $path (string): The specific API endpoint being called.

Read the full description on the official page →

Tagged as