Title: 2 part webhook? ping / post?
Last modified: September 19, 2020

---

# 2 part webhook? ping / post?

 *  Resolved [electric1](https://wordpress.org/support/users/electric1/)
 * (@electric1)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/2-part-webhook-ping-post/)
 * I want to deliver data from a cf7 form in 2 parts like a ping/post to a webhook
   URL. Is it possible with this plugin? Here’s an example:
 *     ```
       JSON Example
       Ping - https://apiurlexample.com/apiJSON.php
       {
           "Request": {
               "Mode": "ping",
               "Return_Best_Price": "1",
               "TYPE": "31",
               "Zip": "60610",
               "Email_Hash": "8cc071e795knjewd937ee4965d8d",
               "Phone_Hash": "847cj0kjnkjkj43fs8s98737f7934r8r",
           }
       }
       Post - https://apiurlexample.com/apiJSON.php
       {
           "Request": {
               "Mode": "post",
               "Lead_ID": "CapturedFromPingResponse",
               "TYPE": "31",
               "IP_Address": "77.2.97.777",
               "First_Name": "John",
               "Last_Name": "Anderson",
           }
       }
       ```
   

Viewing 1 replies (of 1 total)

 *  Plugin Author [Mário Valney](https://wordpress.org/support/users/mariovalney/)
 * (@mariovalney)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/2-part-webhook-ping-post/#post-13427804)
 * Hi. It isn’t by default.
 * But you can use the action **ctz_trigger_webhook** to trigger this PING before
   the POST sent by plugin.
 * Check the action here:
    [https://plugins.trac.wordpress.org/browser/cf7-to-zapier/trunk/modules/zapier/class-module-zapier.php#L49](https://plugins.trac.wordpress.org/browser/cf7-to-zapier/trunk/modules/zapier/class-module-zapier.php#L49)

Viewing 1 replies (of 1 total)

The topic ‘2 part webhook? ping / post?’ is closed to new replies.

 * ![](https://ps.w.org/cf7-to-zapier/assets/icon-256x256.jpg?rev=3214555)
 * [CF7 to Webhook](https://wordpress.org/plugins/cf7-to-zapier/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cf7-to-zapier/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cf7-to-zapier/)
 * [Active Topics](https://wordpress.org/support/plugin/cf7-to-zapier/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cf7-to-zapier/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cf7-to-zapier/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Mário Valney](https://wordpress.org/support/users/mariovalney/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/2-part-webhook-ping-post/#post-13427804)
 * Status: resolved