Matt Sephton

Results 1277 comments of Matt Sephton

I can help you debug your attempt if it does not work. Here is the help text: > The Trigger Agent will watch for a specific value in an Event...

Here is how I use it: - Receive RSS Feed - use regex to check for match in `title` of RSS entry/event - `keep_event` is true because I want to...

So, I think you would do: 1. generate event (not sure where yours are coming from) 2. to trigger (where it is checked and modified) 3. to Post Agent You...

Yes, you're correct. Sorry! Now that I have more details about what you want to do, Trigger Agent is not required. You can use a field from the RSS like...

Well, it works for me I tested it. Attached is my test Scenario. Obviously I'm POSTing to the default RSS URL, which does not accept POST requests. But the process...

OK, can confirm. But, there is a workaround. We can use `Event Formatting Agent` in between. [url-merge-post.json.zip](https://github.com/huginn/huginn/files/10889733/url-merge-post.json.zip) - Pay attention to the final text that is sent to your discord...

As I understand it, and I am probably wrong, the `merge` using the `Event Formatting Agent` puts the `url` variable in a slightly different place - internally - so we...

> Also, is there a way to utilize jsons in events? ``` "payload": { "content": "{{embeds.first.title}}", "username": "BotName" }, ``` See sidebar of `Data Output Agent` and/or `Liquid Output Agent`...

Ah, I see. I would have to do research in this!

There are often multiple solutions!