feat: introduce singleton webhook URL
This commit is contained in:
@@ -60,6 +60,8 @@ const updateStep = async (
|
||||
})
|
||||
.withGraphFetched('connection');
|
||||
|
||||
await step.updateWebhookUrl();
|
||||
|
||||
return step;
|
||||
};
|
||||
|
||||
|
@@ -82,6 +82,7 @@ type Trigger {
|
||||
name: String
|
||||
key: String
|
||||
description: String
|
||||
showWebhookUrl: Boolean
|
||||
pollInterval: Int
|
||||
type: String
|
||||
substeps: [Substep]
|
||||
|
Reference in New Issue
Block a user