You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -349,6 +349,19 @@ WebhookCall::create()
349
349
```
350
350
or activate the `throw_exception_on_failure` global option of the `webhook-server` config file.
351
351
352
+
### Sending raw string body instead of JSON
353
+
354
+
By default, all webhooks will transform the payload into JSON. Instead of sending JSON, you can send any string by using the `sendRawBody(string $body)` option instead.
355
+
356
+
Due to type mismatch in the Signer API, it is currently not support to sign raw data requests
0 commit comments