• Hello! I’m testing your free plugin, playing with post creation and deletion. I send the webhook to n8n. But I reveive only general data, nothing about the post details as it’s described in the Outgoing data section. This is what I get (replaced some info with *):

    [
    {
    "headers": {
    "host": "***",
    "user-agent": "WP Webhooks/3.2.1 Trigger (WordPress/5.8)",
    "accept": "*/*",
    "accept-encoding": "deflate, gzip",
    "content-type": "application/json; charset=UTF-8",
    "referer": "https://***",
    "x-forwarded-for": "***",
    "x-forwarded-host": "***",
    "x-forwarded-port": "443",
    "x-forwarded-proto": "https",
    "x-forwarded-server": "***",
    "x-real-ip": "***",
    "x-wp-webhook-name": "post_delete",
    "x-wp-webhook-source": "https://d*****s.ru/",
    "x-wp-webhook-url-name": "post-deleted"
    },
    "params": {
    },
    "query": {
    },
    "body": {
    }
    }
    ]

    What can be the problem here?

    • This topic was modified 3 years, 3 months ago by artildo.
Viewing 1 replies (of 1 total)
  • Plugin Contributor Ironikus

    (@ironikus)

    Hey @artildo – Thanks for checking out our plugin!
    From what I can see within your provided data, there are a couple of redirect parameters set. This tells me that your initial request is redirected, means it loses all of the attached data.
    Is it possible that you call your webhook URL with HTTP instead of HTTPS?

Viewing 1 replies (of 1 total)
  • The topic ‘Don’t receive any post-related data’ is closed to new replies.