joshuafredrickson / gravityforms-addon-json-emails
Gravity Forms add-on: Send email notifications with JSON-formatted form entry data.
Installs: 24
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- php: >=8.1
README
This Gravity Forms add-on allows you to send email notifications with JSON-formatted form entry data.
Installation
Once the plugin is activated, you'll be able to set up JSON email feeds on any given form.
Traditional
- Download the latest zip from Releases.
- Install and activate the plugin.
Bedrock or Composer
composer require joshuafredrickson/gravityforms-addon-json-emails
Example Email
To: recipient@example.test
Message-ID: <5RKPJXYADpt9YGHiZqR3rfBHSmUINZVeuyHY98HIA@example.test>
X-Mailer: PHPMailer 6.9.1 (https://github.com/PHPMailer/PHPMailer)
Return-Path: <sender@example.test>
Received: from localhost by mailhog.example (MailHog)
id gOn49ooSzPEnNg5qXfx-Hw23VlJ7J3ASjLuENMOLSjQ=@mailhog.example; Sat, 18 May 2024 19:06:00 -0500
Subject: Form 14: Entry 13
Date: Sun, 19 May 2024 00:06:00 +0000
From: Test Sender <sender@example.test>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
{"id":"13","status":"active","form_id":"14","ip":"127.0.0.1","source_url":"https:\/\/example.test\/wp\/?gf_page=preview&id=14","currency":"USD","post_id":null,"date_created":"2024-05-19 00:06:00","date_updated":"2024-05-19 00:06:00","is_starred":0,"is_read":0,"user_agent":"Mozilla\/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/124.0.0.0 Safari\/537.36","payment_status":null,"payment_date":null,"payment_amount":null,"payment_method":"","transaction_id":null,"is_fulfilled":null,"created_by":"22","transaction_type":null}