Skip to content

Webhooks - Body received empty from FreeScout #3679

@tufloc

Description

@tufloc

Describe the bug
When attempting to send a webhook from FreeScout to n8n, the body is always received empty.

The request works properly on other webhook testing sites (Tested on Zapier, IFTTT and others)

[
{
"headers": {
"host": "domain",
"x-forwarded-for": "ip",
"x-forwarded-host": "domain",
"x-forwarded-port": "443",
"x-forwarded-proto": "https",
"x-forwarded-ssl": "on",
"connection": "close",
"content-length": "5289",
"user-agent": "GuzzleHttp/6.3.3 curl/7.68.0 PHP/7.4.3",
"content-type": "application/hal+json",
"accept-encoding": "gzip",
"x-freescout-event": "convo.created",
"x-freescout-signature": "hash",
"accept": "*/*"
},
"params": {
},
"query": {
},
"body": {
}
}
]

To Reproduce
Steps to reproduce the behavior:

  1. Send a webhook request from FreeScout.
  2. Receive an empty body on n8n.
  3. See error

Expected behavior
Receive the actual body.

Environment:

  • OS: Ubuntu Linux 22.04
  • n8n Version 0.185.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions