Integrates Gravity Forms with SendGrid, allowing form submissions to be automatically sent to your SendGrid contact lists.
As of April 2026, Gragrid: Gravity Forms + SendGrid is a WordPress forms plugin with 100 active installations and a 5/5 rating from 1 reviews. It has been downloaded 4.0K+ times in total. Requires WordPress 5.2+ and PHP 7.3+. Available on WordPress.org since 2020. Last updated 3 years ago — may have compatibility concerns. Top alternative: WPForms – Easy Form Builder for….
Integrate your Gravity Forms with SendGrid to send submissions with email fields to your contact lists.
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.| WordPress | 5.2+ requiredTested up to 6.0.11 |
| PHP | 7.3+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.