• I’ve set up the plugin to send an event when a new post is created. In the taxonomy array however, the posts category data is not sent. Is there something that has to be set in order for the category information to be passed in the data?

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Contributor Ironikus

    (@ironikus)

    Hey @saphier – thank you a lot for your message, as well as for using our plugin.
    By default, we send over every attached taxonomy on the newly created post. What might happen is that the post was created as an auto draft or as a version before you have actually saved the post (via ajax).
    To fix that, we recommend using the setting Trigger on initial post status change within the webhook URL settings. This trigger allows you to only fire the post once the post status changes.

    If that does not solve your problem, there is another possible issue, which only then appears when you turn off the post-delay within the plugin settings.

    If you have further questions, feel free to let me know at any time.

Viewing 1 replies (of 1 total)
  • The topic ‘New post webhook not sending category data?’ is closed to new replies.