Skip to content

Commit 3b759db

Browse files
committed
Add document on sms settings page #2060
1 parent 4144c3a commit 3b759db

File tree

1 file changed

+3
-1
lines changed
  • content/en/building/reference/app-settings

1 file changed

+3
-1
lines changed

content/en/building/reference/app-settings/sms.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ SMS settings are defined under the `sms` key, as an object supporting the follow
1818
|------------------|---------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
1919
| outgoing_service | medic-gateway | Defines the service to use to send SMS messages. Currently supports "medic-gateway", "africas-talking" or "rapidpro". For more information read the documentation on ["africas-talking" configuration]({{% ref "building/messaging/gateways/africas-talking" %}}) and ["rapidpro" configuration]({{% ref "building/messaging/gateways/rapidpro" %}}). |
2020
| duplicate_limit | 5 | The number of identical sms message allowed to be sent to the same recipient.
21+
| clear_failing_schedules | false | Sets whether messages that can not be set to `pending` state for various reasons are set to `clear` or not.
2122

2223
## Code sample
2324

@@ -26,7 +27,8 @@ The definition takes the typical form below:
2627
```json
2728
"sms": {
2829
"outgoing_service": "medic-gateway",
29-
"duplicate_limit": "2"
30+
"duplicate_limit": "2",
31+
"clear_failing_schedules": "true"
3032
}
3133
```
3234

0 commit comments

Comments
 (0)