r
object that provide access to request data (headers, query, method and body) and can then update any HTTP request details./v1/api?hub.mode=subscribe&hub.challenge=1903260781&hub.verify_token=my-token"
) you have two options:r.RequestQuery["hub.challenge"]
which will return 1903260781
for this example.r.RequestRawQuery
which will return full raw query hub.mode=subscribe&hub.challenge=1903260781&hub.verify_token=my-token"
Note: customized responses only applicable if function is attached to the Input and not bucketβs Output.
r:StopForwarding()
method. This will set webhook status to rejected and this webhook will not be forwarded: