Parse data from another agent using WebsiteAgent in huginn
Developer from somewhere
For one use case, I had to use a PostAgent, which returned html, and I wanted to parse
it’s created events with a WebsiteAgent. Here’s the code that made it happen:
PostAgent:
The events created by the previous agent will be in the
following format:
And here’s the WebsiteAgent that parses the events created ( make sure to set
the previous agent as source ):