Title: WP Webhook send data using Ignition Deck plugin
Last modified: March 11, 2020

---

# WP Webhook send data using Ignition Deck plugin

 *  Resolved [vipinanand](https://wordpress.org/support/users/vipinanand/)
 * (@vipinanand)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/wp-webhook-send-data-using-ignition-deck-plugin/)
 * Hi,
    I am a beginner in WordPress and have a crowdfunding website. We are making
   use of Ignition Deck plugin for creating security issuance programs like publishing
   projects and creating pitch decks. I have installed WP Webhook plugin on our 
   WordPress website. I have also activated the “send data” option and created a
   Webhook with the appropriate URL for “post_create” trigger. I tested the url 
   using the “Send demo” option and it worked perfectly. However, while creating
   and publishing a new project (post), I don’t see any WP “post_create” trigger
   which would eventually call the webhook URL.
 * I am more than happy to jump on a call, if needed, and collaborate.
    Please advise.
 * Thanks and regards,
    Vipin

Viewing 11 replies - 1 through 11 (of 11 total)

 *  Plugin Contributor [Ironikus](https://wordpress.org/support/users/ironikus/)
 * (@ironikus)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/wp-webhook-send-data-using-ignition-deck-plugin/#post-12536703)
 * Hey [@vipinanand](https://wordpress.org/support/users/vipinanand/) – thank you
   a lot for your message.
    Did you customize the settings of the webhook URL you
   included into the trigger?
 * You can easily check if outgoing webhook calls work with the following site: 
   [https://webhook.site/](https://webhook.site/)
 * Once you go on there, you will get a URL, which you can use to include as well
   as a trigger.
    Once you create a new post for any of the available post types,
   you will see the outgoing call there. Hope this helps. If you need anything else,
   feel free to let me know.
 *  Thread Starter [vipinanand](https://wordpress.org/support/users/vipinanand/)
 * (@vipinanand)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/wp-webhook-send-data-using-ignition-deck-plugin/#post-12537166)
 * Hi [@ironikus](https://wordpress.org/support/users/ironikus/),
    Thank you so 
   much for replying back. Yes. I tested this on webhook.site and it worked!. I 
   wonder if there is something wrong with my webhook url but it was triggered while
   using the “send demo” link.
 *  Plugin Contributor [Ironikus](https://wordpress.org/support/users/ironikus/)
 * (@ironikus)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/wp-webhook-send-data-using-ignition-deck-plugin/#post-12537198)
 * Hey [@vipinanand](https://wordpress.org/support/users/vipinanand/) – thank you
   a lot for your reply!
    The only difference between the “Send Demo” hook and the
   real one is the data that is sent over. I remember other users had a similar 
   issue and for them, it was because the webhook calls have been flagged and they
   needed to whitelist them on their other system.
 * Is none of the real calls arriving at your endpoint?
    If you really can’t figure
   it out, feel free to reach out to us through our website: [https://ironikus.com/contact/](https://ironikus.com/contact/)
   This way we can make some better debugging and I can help you accordingly with
   better data. Thank you already a lot.
 *  Thread Starter [vipinanand](https://wordpress.org/support/users/vipinanand/)
 * (@vipinanand)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/wp-webhook-send-data-using-ignition-deck-plugin/#post-12538134)
 * Is none of the real calls arriving at your endpoint? -> Yep none of the calls
   were arriving at the endpoint…. weird where should I whitelist them? that webhook.
   site thing worked like a charm.
 *  Thread Starter [vipinanand](https://wordpress.org/support/users/vipinanand/)
 * (@vipinanand)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/wp-webhook-send-data-using-ignition-deck-plugin/#post-12539094)
 * Looked into apache error logs and found this….
 * [Fri Mar 13 01:02:53.554306 2020] [php7:warn] [pid 9879] [client 127.0.0.1:60990]
   PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback,
   function ” not found or invalid function name in /usr/share/wordpress/wp-includes/
   class-wp-hook.php on line 286, referer: [http://localhost:8081/blog/wp-admin/options-general.php?page=wp-webhooks-pro&wpwhprovrs=send-data](http://localhost:8081/blog/wp-admin/options-general.php?page=wp-webhooks-pro&wpwhprovrs=send-data)
 * This is the error I see after using “Send Demo”.
    -  This reply was modified 6 years, 2 months ago by [vipinanand](https://wordpress.org/support/users/vipinanand/).
 *  Plugin Contributor [Ironikus](https://wordpress.org/support/users/ironikus/)
 * (@ironikus)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/wp-webhook-send-data-using-ignition-deck-plugin/#post-12540387)
 * Hey [@vipinanand](https://wordpress.org/support/users/vipinanand/) – thanks for
   your details.
    That none of the messages works is very odd.
 * What I suggest you: Send the data once to the webhook.site endpoint and check
   the setup. There might be something that needs to be adjusted from your other
   webhook endpoint (E.g. the post method – some accept only POST, some only GET
   and so on).
    I would also suggest contacting the service provider.
 * Regarding the error you sent over: This is a very generic one, which could be
   cause by any of the plugins you have installed. It certainly wouldnt cause the
   trigger to not send.
 * Hope that makes sense so far.
    If it doesn’t work, feel free to reach out to 
   us through our website, so that we can share further information within a separate
   ticket. ([https://ironikus.com/contact/](https://ironikus.com/contact/))
 *  Thread Starter [vipinanand](https://wordpress.org/support/users/vipinanand/)
 * (@vipinanand)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/wp-webhook-send-data-using-ignition-deck-plugin/#post-12540857)
 * Cool. Let me take a look at it more…will reach out to you.
 *  Thread Starter [vipinanand](https://wordpress.org/support/users/vipinanand/)
 * (@vipinanand)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/wp-webhook-send-data-using-ignition-deck-plugin/#post-12544494)
 * It’s working fine….had to log PHP outputs somewhere to figure this out. Thank
   you so much for this beautiful plugin. I will play with it more and then will
   buy the PRO version 🙂
 *  Plugin Contributor [Ironikus](https://wordpress.org/support/users/ironikus/)
 * (@ironikus)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/wp-webhook-send-data-using-ignition-deck-plugin/#post-12545034)
 * Hey [@vipinanand](https://wordpress.org/support/users/vipinanand/) – thank you
   a lot for the update, happy to hear it works! 🙂
    Can you please share some further
   details on the issue itself? We’re happy to include some information about that
   into our debugging docs. Thank you already a lot!
 *  Thread Starter [vipinanand](https://wordpress.org/support/users/vipinanand/)
 * (@vipinanand)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/wp-webhook-send-data-using-ignition-deck-plugin/#post-12553570)
 * Sorry. Couldn’t reply earlier…was busy with stocking stuff amid coronavirus. 
   Well, actually there wasn’t an issue. Your webhook is working perfectly. It’s
   just, oh well I am also new to PHP, I was not able to log my request/response
   anywhere. So, I figured that out and saw all the requests coming through.
 *  Plugin Contributor [Ironikus](https://wordpress.org/support/users/ironikus/)
 * (@ironikus)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/wp-webhook-send-data-using-ignition-deck-plugin/#post-12556898)
 * Hi [@vipinanand](https://wordpress.org/support/users/vipinanand/) – thanks for
   your feedback.
    If you need anything else, feel free to reach out again. Stay
   safe!

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘WP Webhook send data using Ignition Deck plugin’ is closed to new replies.

 * ![](https://ps.w.org/wp-webhooks/assets/icon-256x256.jpg?rev=2656397)
 * [WP Webhooks - Automate repetitive tasks by creating powerful automation workflows directly within WordPress](https://wordpress.org/plugins/wp-webhooks/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-webhooks/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-webhooks/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-webhooks/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-webhooks/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-webhooks/reviews/)

## Tags

 * [send data](https://wordpress.org/support/topic-tag/send-data/)

 * 11 replies
 * 2 participants
 * Last reply from: [Ironikus](https://wordpress.org/support/users/ironikus/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/wp-webhook-send-data-using-ignition-deck-plugin/#post-12556898)
 * Status: resolved