SendGrid Trigger

SendGrid Plugin

Kaholo trigger for integration with SendGrid Webhook

How to use:

After installing the plugin on Kaholo, Follow this documentation to setup your webhook on SendGrid. Also make sure to copy your API Token from SendGrid and store it in Kaholo’s vault.

Settings

  1. Public Key (String) Optional – If specified, validate the request with the key specified, otherwise, don’t verify request.

Method: Email Event:

Triggers whenever there is an email event sent to our SendGrid webhook.

Webhook URL:

{KAHOLO_URL}/webhook/sendgrid/event

Parameters:

  1. Email Pattern (String) Optional – The email or email global pattern to accept. Filters any alerts that didn’t come from the specified mail.
  2. Event Type (Options) Optional – The type of events to catch. Possible values are:
  • Any
  • Any Delivery Event ( Dropped | Delivered | Deferred | Bounce )
  • Any Engagement Event ( Open | Click | Spam Report | Unsubscribe || Group Unsubscribe || Group Resubscribe)
  • Any specific existing event type: Dropped | Delivered | Deferred | Bounce | Open | Click | Spam Report | Unsubscribe || Group Unsubscribe || Group Resubscribe
  1. Category Patterns (Text) Optional – The categories or the global patterns of the categories. Can enter multiple values by separating each with a new line.