docs consolidation work
This commit is contained in:
9
docs/modules/notify/fixtures/redaction/sample.json
Normal file
9
docs/modules/notify/fixtures/redaction/sample.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"tenant_id": "tenant-123",
|
||||
"delivery_id": "00000000-0000-4000-8000-000000000001",
|
||||
"channel": "email",
|
||||
"subject": "User signup",
|
||||
"body": "User john@example.com joined",
|
||||
"redacted_body": "User ***@example.com joined",
|
||||
"pii_hash": "dd4eefc8dded5d6f46c832e959ba0eef95ee8b77f10ac0aae90f7c89ad42906c"
|
||||
}
|
||||
1
docs/modules/notify/fixtures/rendering/index.ndjson
Normal file
1
docs/modules/notify/fixtures/rendering/index.ndjson
Normal file
@@ -0,0 +1 @@
|
||||
{"template_id":"tmpl-incident-start","locale":"en-US","channel":"email","expected_hash":"05eb80e384eaf6edf0c44a655ca9064ca4e88b8ad7cefa1483eda5c9aaface00","body_sample_path":"tmpl-incident-start.email.en-US.json"}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"subject": "Incident started: ${incident_id}",
|
||||
"body": "Incident ${incident_id} started at ${started_at}. Severity: ${severity}.",
|
||||
"merge_fields": ["incident_id", "started_at", "severity"],
|
||||
"preview_hash": "05eb80e384eaf6edf0c44a655ca9064ca4e88b8ad7cefa1483eda5c9aaface00"
|
||||
}
|
||||
10
docs/modules/notify/fixtures/traces/sample-trace.json
Normal file
10
docs/modules/notify/fixtures/traces/sample-trace.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"trace_id": "00000000000000000000000000000001",
|
||||
"tenant_id": "tenant-123",
|
||||
"rule_id": "RULE-INCIDENT",
|
||||
"channel_id": "email-default",
|
||||
"attributes": {
|
||||
"delivery_id": "00000000-0000-4000-8000-000000000001",
|
||||
"status": "sent"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user