You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ As you can see, the template key store in mongo will be the concatenation of:
67
67
- Language
68
68
69
69
70
-
## Send Notification (Flow Description)
70
+
###Send Notification (Flow Description)
71
71
The main points will be:
72
72
- First, any microservice could generate the Notification Message json:
73
73
@@ -110,10 +110,10 @@ This is the name of the template loaded previously
110
110
This is the way to specify the channel or channels to use in the notification
111
111
(By default if a available channel not appear here, the value will be False. In the example, the sms channel will not be available)
112
112
113
-
### Language:
113
+
####Language:
114
114
This is the language for the notification. If there are several templates available for a notification, with the language will be select the correct one.
115
115
116
-
### Custom data:
116
+
####Custom data:
117
117
This is the value of the variables in order to be matched into the {{.CustomData.XXXX}} templates placesholder
0 commit comments