{/* Webhook URL Section */}
{
toast.success(t(`${i18nPrefix}.urlCopied`, { ns: 'workflow' }))
}}
/>
{inputs.webhook_debug_url && (
{
copy(inputs.webhook_debug_url || '')
setDebugUrlCopied(true)
setTimeout(() => setDebugUrlCopied(false), 2000)
}}
>
{t(`${i18nPrefix}.debugUrlTitle`, { ns: 'workflow' })}
{inputs.webhook_debug_url}
)}
/>
{debugUrlCopied ? t(`${i18nPrefix}.debugUrlCopied`, { ns: 'workflow' }) : t(`${i18nPrefix}.debugUrlCopy`, { ns: 'workflow' })}
{isPrivateOrLocalAddress(inputs.webhook_debug_url) && (
{t(`${i18nPrefix}.debugUrlPrivateAddressWarning`, { ns: 'workflow' })}
)}
)}
{/* Content Type */}
{/* Query Parameters */}
{/* Header Parameters */}
{/* Request Body Parameters */}
{/* Response Configuration */}
value !== null && handleStatusCodeChange(value)}
onValueCommitted={(value, eventDetails) => {
if (eventDetails.reason === 'input-blur' || eventDetails.reason === 'input-clear')
handleStatusCodeChange(normalizeStatusCode(value ?? DEFAULT_STATUS_CODE))
}}
>