-
Notifications
You must be signed in to change notification settings - Fork 51.6k
Closed
Description
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:
- Send a webhook request from FreeScout.
- Receive an empty body on n8n.
- See error
Expected behavior
Receive the actual body.
Environment:
- OS: Ubuntu Linux 22.04
- n8n Version 0.185.0
Metadata
Metadata
Assignees
Labels
No labels