I need to send data via http protocol (GET or POST request) from the function or trigger. Is it possible?
feedback
|
You could try writing the trigger in PL/Python and use urllib2 to POST. | |||||
feedback
|
Any "untrusted" language with HTTP support can do this:
but you shouldn't really do it. See Does PLV8 support making http calls to other servers? and why you shouldn't send email from a trigger function. | |||
feedback
|
There is an extension to do this, use with caution. | |||
feedback
|