Title: Gragrid: Gravity Forms + SendGrid
Author: Vlass Contreras
Published: <strong>15 de Septiembre de  2020</strong>
Last modified: 11 de Junio de  2022

---

Buscar plugins

![](https://ps.w.org/gragrid/assets/banner-772x250.png?rev=2483129)

Este plugin **no ha sido probado con ninguna las 3 últimas versiones principales
de WordPress**. Puede que ya no se mantenga o no tenga soporte, y puede que tenga
problemas de compatibilidad cuando se utiliza con versiones más recientes de WordPress.

![](https://ps.w.org/gragrid/assets/icon.svg?rev=2483129)

# Gragrid: Gravity Forms + SendGrid

 Por [Vlass Contreras](https://profiles.wordpress.org/vlass/)

[Descargar](https://downloads.wordpress.org/plugin/gragrid.2.2.2.zip)

 * [Detalles](https://cl.wordpress.org/plugins/gragrid/#description)
 * [Reseñas](https://cl.wordpress.org/plugins/gragrid/#reviews)
 *  [Instalación](https://cl.wordpress.org/plugins/gragrid/#installation)
 * [Desarrollo](https://cl.wordpress.org/plugins/gragrid/#developers)

 [Soporte](https://wordpress.org/support/plugin/gragrid/)

## Descripción

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.

## Capturas de pantalla

 * [[
 * Plugin settings page
 * [[
 * Multiple feeds, send submissions to multiple lists
 * [[
 * Feed settings page

## Instalación

 1. Upload the extracted contents of `gravity-forms-sengrid.zip` to the `/wp-content/
    plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Go to Forms > Settings > SendGrid and add your API key

## FAQ

### Why can’t I create a feed?

Make sure you have set a valid API key in the global SendGrid settings by going 
to Forms > Settings > SendGrid. There should be a green checkmark next to the API
key field if the API key is valid.

### What permissions do I need to select when creating an API key?

This plugin only requires full access to **Marketing > Marketing**.

### Why the field dropdowns in the mapping settings are empty?

 * To map the **Email** you need to have a field of type [Email](https://docs.gravityforms.com/email/)
   or [Hidden](https://docs.gravityforms.com/hidden/).
 * To map the **First Name** and **Last Name** you need to have a field of type 
   [Name](https://docs.gravityforms.com/name/), [Text](https://docs.gravityforms.com/text-field/),
   or [Hidden](https://docs.gravityforms.com/hidden/)
 * To map the **Address** you need to have a field of type [Address](https://docs.gravityforms.com/address-field/),
   [Text](https://docs.gravityforms.com/text-field/), or [Hidden](https://docs.gravityforms.com/hidden/)

### The field dropdown options in the mapping settings are blank but selectable, what’s going on?

The field dropdowns show the [Field Label](https://docs.gravityforms.com/common-field-settings/#field-label)
or [Admin Field Label](https://docs.gravityforms.com/common-field-settings/#admin-field-label),
so make sure you have either of those set up in your fields. Or both, it’s also 
a good practice for accessibility!

### Why I don’t see any custom fields in the form settings?

The custom field mapping won’t appear unless you have at least 1 custom field in
your SendGrid account, so make sure you have at least one.

### Can this plugin be installed at the same time as the official SendGrid Gravity Forms add-on?

Yes. The official add-on and this plugin have different purposes and do not have
conflicts in between.

### Can this plugin be installed at the same time as the official SendGrid WordPress plugin?

Yes. Just like Gravity Forms’ SendGrid add-on, this plugin serves a different purpose
and does not conflict with it.

## Reseñas

![](https://secure.gravatar.com/avatar/2bee0f27a9a8b36c17d8e9b5b67201d72de775a90b6ef57d5688cee11f07fdda?
s=60&d=retro&r=g)

### 󠀁[Amazing](https://wordpress.org/support/topic/amazing-3027/)󠁿

 [kevinfbs](https://profiles.wordpress.org/kevinfbs/) 15 de Marzo de 2021 1 respuesta

This plugin is amazing and works exactly as described and integrates perfectly with
SendGrid. This plugin saved many hours of customization coding and tons of lines
of codes to achieve these results. The author is extremely talented and follows 
up with all support and has even made 2 huge upgrades based on feedback in past 
couple of weeks. Highly recommend.

 [ Leer 1 comentario ](https://wordpress.org/support/plugin/gragrid/reviews/)

## Colaboradores & Desarrolladores

“Gragrid: Gravity Forms + SendGrid” es software de código abierto. Las siguientes
personas han contribuido a este plugin.

Colaboradores

 *   [ Vlass Contreras ](https://profiles.wordpress.org/vlass/)

“Gragrid: Gravity Forms + SendGrid” ha sido traducido en 1 idioma. Gracias a [los traductores](https://translate.wordpress.org/projects/wp-plugins/gragrid/contributors)
por sus contribuciones.

[Traduce “Gragrid: Gravity Forms + SendGrid” a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/gragrid)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/gragrid/), echa un
vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/gragrid/), o suscríbete
al [registro de desarrollo](https://plugins.trac.wordpress.org/log/gragrid/) por
[RSS](https://plugins.trac.wordpress.org/log/gragrid/?limit=100&mode=stop_on_copy&format=rss).

## Historial de cambios

#### 2.2.2

 * Fixes the truncated contact lists on the feed settings page
 * Tested on WordPress 6.0

#### 2.2.1

 * Handles fatal error on the feed listing when the API key is invalid
 * Escape HTML in translation strings
 * Tested on WordPress 5.8

#### 2.2.0

 * Fixes fatal error due to unitialized API class on Gravity Forms 2.5+ [[#15](https://github.com/vlasscontreras/gragrid/issues/15)]
 * Adds error feedback when contact lists cannot be retrieved on the feed settings

#### 2.1.0

 * Adds support to map more reserved/default SendGrid fields
 * Adds support to map custom fields 🥳
 * Introduces a new filter hook `gragrid_contact_params` to filter contact data 
   at entry context

#### 2.0.0

 * Uses Twilio SendGrid’s new Marketing Campaigns API (see [#9](https://github.com/vlasscontreras/gragrid/issues/9))
 * Adds address fields to map them to SendGrid Contacts
 * New logo 💅🏻

#### 1.1.0

 * Adds support for conditional feeds
 * Adds notes to form entries when the feeds are processed

#### 1.0.0

 * Initial release

## Meta

 *  Versión **2.2.2**
 *  Última actualización **hace 4 años**
 *  Instalaciones activas **100+**
 *  Versión de WordPress ** 5.2 o superior **
 *  Probado hasta **6.0.11**
 *  Versión de PHP ** 7.3 o superior **
 *  Idiomas
 * [English (US)](https://wordpress.org/plugins/gragrid/) y [Spanish (Mexico)](https://es-mx.wordpress.org/plugins/gragrid/).
 *  [Traducir a tu idioma](https://translate.wordpress.org/projects/wp-plugins/gragrid)
 * Etiquetas
 * [emails](https://cl.wordpress.org/plugins/tags/emails/)[forms](https://cl.wordpress.org/plugins/tags/forms/)
   [gravity forms](https://cl.wordpress.org/plugins/tags/gravity-forms/)[sendgrid](https://cl.wordpress.org/plugins/tags/sendgrid/)
   [subscribers](https://cl.wordpress.org/plugins/tags/subscribers/)
 *  [Vista Avanzada](https://cl.wordpress.org/plugins/gragrid/advanced/)

## Calificaciones

 5 de 5 estrellas.

 *  [  1 valoración de 5 estrellas     ](https://wordpress.org/support/plugin/gragrid/reviews/?filter=5)
 *  [  0 valoraciones de 4 estrellas     ](https://wordpress.org/support/plugin/gragrid/reviews/?filter=4)
 *  [  0 valoraciones de 3 estrellas     ](https://wordpress.org/support/plugin/gragrid/reviews/?filter=3)
 *  [  0 valoraciones de 2 estrellas     ](https://wordpress.org/support/plugin/gragrid/reviews/?filter=2)
 *  [  0 valoraciones de 1 estrellas     ](https://wordpress.org/support/plugin/gragrid/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/gragrid/reviews/#new-post)

[Ver todas las reseñas](https://wordpress.org/support/plugin/gragrid/reviews/)

## Colaboradores

 *   [ Vlass Contreras ](https://profiles.wordpress.org/vlass/)

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/gragrid/)

## Donar

¿Te gustaría apoyar el avance de este plugin?

 [ Donar para este plugin ](https://github.com/vlasscontreras/gragrid)