Support » Plugin: CF7 to Webhook » 2 part webhook? ping / post?

  • Resolved electric1

    (@electric1)


    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)
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.