Loading...
+ + return ( ++ Connect ABE to Slack, GitHub, Jira, or custom webhooks to receive findings automatically. +
+{integration.name}
++ {TYPE_LABELS[integration.type] ?? integration.type} +
+
+ ABE sends a signed POST request to these URLs for every new finding. Verify with the{' '}
+ X-ABE-Signature header (HMAC-SHA256).
+
{ep.url}
++ {ep.lastDeliveredAt + ? `Last delivered: ${new Date(ep.lastDeliveredAt).toLocaleString()} — HTTP ${ep.lastStatus ?? '?'}` + : 'No deliveries yet'} +
+