On insert -> send http request to discord webhook
I created a function
and a trigger that listens to INSERT events on
My problem is that I am unable to choose
How to proceed?
I wish to call
send_feedback_to_discord:and a trigger that listens to INSERT events on
feedback table.My problem is that I am unable to choose
send_feedback_to_discord as a function to call in the trigger. "Only functions that return a trigger will be displayed below".How to proceed?
I wish to call
send_feedback_to_discord function with user_id value from the new row as a parameter, when the row is inserted.