+
+ Webhook {index + 1}
+
+
+
+ {
+ const outputs = [...values.outputs]
+ outputs[index] = { ...output, url: event.currentTarget.value }
+ form.setValue('outputs', outputs, { shouldDirty: true })
+ }}
+ />
+ {
+ const outputs = [...values.outputs]
+ outputs[index] = { ...output, headersJson: value }
+ form.setValue('outputs', outputs, { shouldDirty: true })
+ }}
+ />
+ {
+ const outputs = [...values.outputs]
+ outputs[index] = { ...output, prompt: event.currentTarget.value }
+ form.setValue('outputs', outputs, { shouldDirty: true })
+ }}
+ />
+
+
+ ))}
+ {!outputsValid && (
+
+ Enter a webhook URL for each configured output webhook.
+
+ )}
+