Can Glideapp webhook used to send data to Outside server

I want to send data from Glideapp to some server (https://example.com/mubeen/) through the webhook of glideapp. I want to ask is it possible or glideapp just able to send data to integromat or zapier. If possible to send data anywhere which method is glideapp used post or get and how can i design my code?
I am unable to catch data with Post and Get method.
I attached both end pic slightly_smiling_face:

1 Like

You can send a Glide webhook anywhere that you want.

I haven’t touched PHP for many years, so I won’t be much help debugging your code, but I can tell you that Glide will pass a params object (in a POST request) which is a collection containing each of the key/value pairs that you send. Each of those will have a type and a value.

4 Likes