Skip to content

[feat] event triggered agents #9

@pkarw

Description

@pkarw

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions