Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webhook set for "created" only gets a "crawled" event too. #1092

Open
1 task done
filviu opened this issue Mar 4, 2025 · 0 comments
Open
1 task done

Webhook set for "created" only gets a "crawled" event too. #1092

filviu opened this issue Mar 4, 2025 · 0 comments
Labels
bug Something isn't working status/untriaged This issue needs triaging to confirm it

Comments

@filviu
Copy link

filviu commented Mar 4, 2025

Describe the Bug

I've setup a webhook to ping an n8n instance whenever a URL is hoarded. It works fine but I was surprised to see two calls for each new URL hoarded.

I checked the payload and looks like I get one for "operation": "created" and a second one for "operation": "crawled"

I double-checked and only created is selected as event. Just for fun I set it up to only send events on crawled but I still get two calls.

Steps to Reproduce

  1. Create Webhook, select "created" for Events
  2. Add URL to hoarder
  3. Inspect webhook payloads

Expected Behaviour

I would like to only get created or crawled depending on what I select.

Just to be greedy I would love a new Event type - AI tagged - which includes the assigned tags.

Screenshots or Additional Context

Image

Thanks for the awesome app !

Device Details

No response

Exact Hoarder Version

0.22.0

Have you checked the troubleshooting guide?

  • I have checked the troubleshooting guide and I haven't found a solution to my problem
@filviu filviu added bug Something isn't working status/untriaged This issue needs triaging to confirm it labels Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working status/untriaged This issue needs triaging to confirm it
Projects
None yet
Development

No branches or pull requests

1 participant