pluginsGLPI / formcreator

GLPI Plugin Formcreator (DOWNLOAD : https://github.com/pluginsGLPI/formcreator/releases)
http://www.teclib-edition.com
GNU General Public License v3.0
172 stars 125 forks source link

Add a target for MS365 Flow #1740

Open Chouille opened 4 years ago

Chouille commented 4 years ago

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like I would like to migrate some powerapps forms into form creator but for that, i need to be able to fire Power automate by an authenticated http request.(https://stackoverflow.com/questions/57926000/way-to-get-data-from-html-form-to-microsoft-flow-without-a-page-refresh-and-no-p)

Additional context In waiting, someone can give me a simple help in order to test this implementation, i don't know where to add a new target type and how to add the form linked to this new target type. Thanks.

btry commented 4 years ago

Hi

If you want to experiment this feature you must create a new class in the plugin, inherited from PluginFormcreatorTargetBase.

You may look at inc/targetticket.class.php or inc/taretchange.php as an example.

Chouille commented 4 years ago

Thanks btry