<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Send notification hook for using with Gravity Forms Mass Import plugin?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/send-notification-hook-for-using-with-gravity-forms-mass-import-plugin</link>
		<description>Gravity Support Forums Topic: Send notification hook for using with Gravity Forms Mass Import plugin?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:04:10 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/send-notification-hook-for-using-with-gravity-forms-mass-import-plugin" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Send notification hook for using with Gravity Forms Mass Import plugin?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/send-notification-hook-for-using-with-gravity-forms-mass-import-plugin#post-146977</link>
			<pubDate>Thu, 14 Feb 2013 14:59:45 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">146977@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I think the trigger needs to come from the mass import plugin.  I think that plugin works by inserting entries direct to the database, so none of the Gravity Forms code is run.  I'm not familiar with that plugin enough to know if that is the case for sure.&#60;/p&#62;
&#60;p&#62;If you're modifying that plugin, you could copy the code that Gravity Forms uses and send your own notification if you wanted, or write some simple code to duplicate the functions in Gravity Forms which send the email.  In common.php there are two functions:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
public static function send_user_notification($form, $lead, $override_options = false){
public static function send_admin_notification($form, $lead, $override_options = false){&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I'm not sure if you can call those functions directly, or if you can copy them and use them in your modified plugin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jminatrea on "Send notification hook for using with Gravity Forms Mass Import plugin?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/send-notification-hook-for-using-with-gravity-forms-mass-import-plugin#post-145921</link>
			<pubDate>Mon, 11 Feb 2013 13:24:53 +0000</pubDate>
			<dc:creator>jminatrea</dc:creator>
			<guid isPermaLink="false">145921@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there a hook or filter I can use to tell Gravity forms to send out a notification for entries created with the Gravity Forms Mass Import plugin? I know you guys didn't create this plugin, so I am modifying it myself to try and get it to send out notifications when a record imported. The problem is I don't know where the notifications are created in Gravity Forms.&#60;/p&#62;
&#60;p&#62;In the developer docs (&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Developer_Docs&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Developer_Docs&#60;/a&#62;) there are lots of filters for modifying the notification object, but none that I can see that trigger the notification. Anything you can share about how to trigger that notification would be greatly appreciated.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
