Database as Output for Trigger

It would be helpful to have database options for trigger outputs. Either a local postgres database or external SQL type database would be fine.

1 Like

what about HTTP callback ?

I’m not sure what that would look like, can you give an example?

Well the idea is to provide you an option a make an HTTP call as an action for the trigger.
You add parameters to that HTTP GET/POST, and on your server side you handle that request to do whatever you want, like DB push or whatever

Ah, ok that makes sense. I’ve actually never done that before but can’t be too hard. That should work.

How to Send Submissions to Your MySQL Database Using PHP Something like this?