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
| 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" %}}). |
20
20
| 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.
21
22
22
23
## Code sample
23
24
@@ -26,7 +27,8 @@ The definition takes the typical form below:
0 commit comments