Webooks reference typo?

On the webhook reference page Webhook reference in the query property section, you have:
REQUEST URL
http://<url>/?q=data&my+app

should it not be:
REQUEST URL
http://<url>/?q=data&p=my+app

It depends. If your server supports https (TLS/SSL) then it should be https. But webhooks do work with non-secure server (http).

I was referring to the missing parameter (p=) in the request url :slight_smile:
The json for the example is:
EXAMPLE
“query”: {
“q”: “{{{PARTICLE_EVENT_VALUE}}}”,
“p”: “my app”
}