I’m looking to loop external softwares into actions taken within Fibery. For example, whenever an automation is triggered or a button pressed, I’d want to be able to emit a network call to a specific endpoint, and include query param and body data, pulled dynamically from the entity that triggered the automation (or table which owns the button). Is this possible, currently? It would let me use other services like Make or N8N for very complex automation workflows, based on events from within Fibery.
Yes, please see the Scripts section of the docs: Services
Use
http
to make arbitrary requests on the web.
2 Likes
3 posts were split to a new topic: Webhook Action in Automations
A post was merged into an existing topic: Webhook Action in Automations