• waste of time very poor documentation no proper instructions. Maybe it is useful if you already have paid services with other automation integration tools like zapier, Integromat etc. If you go with this approach you will be needing multiple paid add-ons from this plugin author and automation services. It’s not for small shops. Not sure if this plugin works individually or not, so I have deleted this plugin.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Ironikus

    (@ironikus)

    Hey @careerbuggy – thanks for your review, but I don’t fully get why you don’t just ask our support if you have any questions? ??
    We are more than happy to help if something is not clear, especially since our plugin is very versatile, so calling it a “waste of time” is only then true, if you let it happen.
    It can be also used as a standalone version without any third-party integrations, so that shouldn’t be an issue.
    Feel free to let me know where you faced issue and I’ll guide you to what you want to achieve.

    Thread Starter careerbuggy

    (@careerbuggy)

    Thanks for your response, I installed this plugin to test the user registration process from mobile applications. Using JWT to restrict REST API. I did not find any examples or documentation on how to use this plugin as standalone, checked your support website for documentation and also your youtube channel. I did not find any and not sure where to add key, values if I use it as standalone. If you can tell how we can use that would be great.

    Plugin Contributor Ironikus

    (@ironikus)

    Hey @careerbuggy – thanks for your response.
    I think we haven’t had an active case regarding this setup in the past (that’s probably also why we don’t have a specific documentation for that use-case).
    Anyways, I believe the action that works best for you is our custom_action webhook endpoint.
    It allows you to catch any kind of data you send to the webhook URL, which you then can process within an own, WordPress callback.

    To read more about the custom_action endpoint, feel free to check out our web view of the plugin: https://wp-webhooks.com/?wpwh=wp-webhooks-pro&wpwhtb=recieve-data

    Once there, simply look for the custom_action accordion, click on it and open the description for an example.

    How our plugin works in general is basically quite simple:

    For incoming connections to your website (Called Receive Data tab within our plugin):
    Let’s assume you send over a JSON from an external API or webhook to our plugin action URL, which has the following Payload:

    {
    “action”: “custom_action”,
    “some_data”: “first value”,
    “more_data”: “Another Value”
    }

    What we call arguments within our plugin, are usually the keys of the data you send over. In case of the JSON above, the so called arguments would be action, some_data and more_data

    For outgoing data that you send to external websites or services (Called Send Data within our plugin tabs):
    You simply add the endpoint URL within the webhook trigger. Once that’s done, you can send a demo request to the endpoint to see if our static data arrives. If that’s the case, you are set up.

    I hope that makes it more clear so far.
    If you have further questions or you would like to dive deeper into the topic, feel free to open a support ticket at https://ironikus.com/contact/ – I will then personally take care of it.

    This way, we can also share pictures and get it solved in the quickest way.

    (And of course we are going to extend our documentation based on that case ?? )

    Looking forward to your reply.

    Thread Starter careerbuggy

    (@careerbuggy)

    sure will check and let you know. Thanks for your prompt response

    Plugin Contributor Ironikus

    (@ironikus)

    Sure, you are welcome, that’s what we are here for ??

    Plugin Contributor Ironikus

    (@ironikus)

    Hey @careerbuggy – I hope you are doing well.
    I just wanted to send a follow-up if you have been able to resolve your questions? If not, feel free to let me know and we will guide you through the setup.
    Thank you already a lot. ??

    Plugin Contributor Ironikus

    (@ironikus)

    @careerbuggy – Do you need any further help from our end? Otherwise I’ll close the ticket we created for this incident.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘waste of time’ is closed to new replies.