Gragrid: Gravity Forms + SendGrid

plugin banner

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

Author:Vladimir Contreras (profile at wordpress.org)
WordPress version required:5.2
WordPress version tested:6.0
Plugin version:2.2.2
Added to WordPress repository:15-09-2020
Last updated:11-06-2022
Rating, %:100
Rated by:1
Plugin URI:https://github.com/vlasscontreras/gragrid
Total downloads:1 801
Active installs:200+
plugin download
Click to start download

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.

Screenshots
FAQ
ChangeLog