locomotivecms / engine

A platform to create, publish and edit sites
http://www.locomotivecms.com
Other
2.31k stars 625 forks source link

Add triggerbutton for content entries to trigger external actions for backend users. #1379

Open psal0 opened 3 years ago

psal0 commented 3 years ago

Feature request: I would be extremely helpful, if i could add a UI button for backend users to trigger an external action, e.g. "Export". All the button would need as a parameter would be an external url and the content record id could be attached as a url param. E.g. Button "Export", URL: https://api.whateverexternalurl.com/triggerme.html?contentid=xyz

Then the external service would use locomotives API in order to fetch that content data.