-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Related to #8. I can imagine having a node like this:
<on eventName="gmailMessage">
<sequence>
</sequence>
</on>
In this case, we must provide a way to emit an event inside the flow. I can imagine having an HTTP
server - waiting for a webhook call (for example, from the GMail
/zapier
integration), and just as the webhook arrives, it emits
the event within the deserialized flow (serialized as a way of saving the state for #8)