• Hello.
    first i want to say thank you for your plugin! it helps a lot ??
    second is i have a bit of a problem with sending the data to Integromat.
    as you can see in the following image:
    https://prnt.sc/trnt7n
    the taxonomy is not sent with the data upon creating a new post in the website.

    the category is written in Hebrew, could that be the problem?
    thank you!

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

    (@ironikus)

    Hey @ahiad – thank you a lot for your message, as well as for using our plugin. ??
    By default, we always send over the saved taxonomies at the given point.
    If there’s no data, it can have a couple of reasons. Down below I will mention some of the most common ones:

    1. You deactivated the Post Trigger delay.
    This delay allows our plugin to collect all webhook requests within one instance of WordPress and sends them directly before PHP shuts down. This creates the possibility of catching extra data that was saved later than at the given time.
    To make sure it is activated (which is the case, by default), please head into your WordPress dashboard -> Settings -> WP Webhooks -> Settings – and make sure that the setting Deactivate Post Trigger Delay is unchecked.

    2. The taxonomy you save is not really a taxonomy.
    Some plugins use their own, custom logic, which does not use the default taxonomies engine. Instead, they save the data in custom tables. Did you make sure that the data really is a taxonomy?

    If the issue still persists after, it’ll be great if you can share some further details on the issue. ??
    Thank you already a lot for your time.

    I have a request regarding this issue aswell, is it possible to customize the data sent to include post category and post tags as a comma seperated list instead of part of the taxonomy.
    I noticed when sending data to integromat there’s no good way to include all categories and tags for further use.

    An even better feature would be if users were able to completely customize the data sent so you don’t have to catch it first and filter what you need (using integromat in my case).

    Awesome plugin, hope you can reply soon ^^

    Plugin Contributor Ironikus

    (@ironikus)

    Hey @lburk we are currently working on a new data mapping engine, which will fulfill certain of these parts.
    For now, you can use our existing data filter to customize the sent data: https://ironikus.com/docs/knowledge-base/filter-webhook-trigger-data/

    If you have further questions, feel free to ask at any time. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘taxonomy is not send with data for new post’ is closed to new replies.