Walkthroughs

8) Define data models

ype Interfaces are exposed by specific configurations of a Signals or Actions element. Signals and Actions may expose one or multiple interfaces that can then be used to map the raw data from the remote service they represent to a constant shape that all of the services in doFlo can understand. This not only helps keep your Workflows durable to low level changes but also helps other elements understand how to interconnect.Example configuration for a Discord message can be found here: https://github.com/doflo-elements/flow-element-discord/blob/main/doflo.jsonc#L676
Previous
7) Defining actions