From db479b0094f06861a0b29bda68f7d9c744cdea87 Mon Sep 17 00:00:00 2001 From: Bohdan Agarkov Date: Sun, 22 Sep 2024 13:23:52 +0200 Subject: [PATCH] Changed to deleted: false, + trigger type --- community-plugins.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community-plugins.json b/community-plugins.json index e18d8ade2..22a82ba5f 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -577,11 +577,11 @@ "external_integration" ], "external_integration": { - "triggers_on": "transcript_processed", + "triggers_on": "memory_creation", "webhook_url": "https://based-hardware--plugins-api.modal.run/multion/process_transcript", "setup_completed_url": "https://based-hardware--plugins-api.modal.run/multion/check_setup_completion", "setup_instructions_file_path": "/plugins/instructions/multion-amazon/README.md" }, - "deleted": true + "deleted": false } ]