Email alerts via Zapier

Adding notification integrations requires admin privileges in groundcover

This guide shows how to route groundcover alerts to email using Zapier. Since groundcover supports webhook-based alerting, and Zapier can receive webhooks and send emails, you can easily set up this workflow without writing code.


Prerequisites

  • A groundcover account with access to the Workflows tab.

  • A Zapier account (free plan is sufficient).

  • An email address where you want to receive alerts.


Step 1: Create a Webhook Integration in groundcover

  1. Go to Settings → Integrations.

  2. Click Create Integration.

  3. Choose Webhook as the type.

  4. Enter a name like zapier_email_integration.

  5. Paste your Zapier Catch Hook URL (you’ll get this in Step 2 below).

  6. Save the integration.


Step 2: Create a Zapier Webhook-to-Email Workflow

Create a Webhook Trigger

  1. Go to Zapier.

  2. Click "Create Zap".

  3. Set Trigger:

    • App: Webhooks by Zapier

    • Event: Catch Hook

  4. Copy the Webhook URL (e.g. https://hooks.zapier.com/hooks/catch/...) – you'll use this in groundcover.


Configure the Email Step

  1. Set Action:

    • App: Email by Zapier

    • Event: Send Outbound Email

  2. Configure the email:

    • To: your email address

    • Subject:

    • Body:


Step 3: Create a Workflow in groundcover

  1. Go to the Workflows section in your groundcover.

  2. Create a Notification Workflow with the integration we created in step 1.

  3. Edit the worflow YAML and use the following structure:


Step 4: Test the Flow

  1. Trigger a test alert in groundcover.

  2. Check Zapier to ensure the webhook was received.

  3. Confirm the email arrives with the right content.

Last updated