feat: notification service
This commit is contained in:
@@ -56,7 +56,7 @@ components:
|
||||
payload_mode: template
|
||||
idempotency_key: notification:mail-124
|
||||
requested_at_ms: "1775121700001"
|
||||
payload_json: '{"to":["pilot@example.com"],"cc":[],"bcc":[],"reply_to":[],"template_id":"game.turn_ready","locale":"fr-FR","variables":{"turn_number":54},"attachments":[]}'
|
||||
payload_json: '{"to":["pilot@example.com"],"cc":[],"bcc":[],"reply_to":[],"template_id":"game.turn.ready","locale":"fr-FR","variables":{"game_id":"game-123","game_name":"Nebula Clash","turn_number":54},"attachments":[]}'
|
||||
schemas:
|
||||
RenderedDeliveryCommandEnvelope:
|
||||
type: object
|
||||
|
||||
Reference in New Issue
Block a user