• Resolved vipinanand

    (@vipinanand)


    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

    (@ironikus)

    Hey @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/

    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

    (@vipinanand)

    Hi @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

    (@ironikus)

    Hey @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/
    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

    (@vipinanand)

    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

    (@vipinanand)

    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: https://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 5 years ago by vipinanand.
    Plugin Contributor Ironikus

    (@ironikus)

    Hey @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/)

    Thread Starter vipinanand

    (@vipinanand)

    Cool. Let me take a look at it more…will reach out to you.

    Thread Starter vipinanand

    (@vipinanand)

    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

    (@ironikus)

    Hey @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

    (@vipinanand)

    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

    (@ironikus)

    Hi @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.