File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -460,6 +460,18 @@ Contains all properties of the <a href="#workflowstep-definition">`WorkflowStep`
460
460
type = " string"
461
461
description = " A text template for the SMS notification message."
462
462
/>
463
+ <Attribute
464
+ name = " settings.payload_overrides"
465
+ type = " string"
466
+ typeSlug = " /integrations/sms/settings-and-overrides#provider-json-overrides"
467
+ description = " A JSON template for any custom overrides to merge into the API payload that is sent to the SMS provider."
468
+ />
469
+ <Attribute
470
+ name = " settings.to_number"
471
+ type = " string"
472
+ typeSlug = " /integrations/sms/settings-and-overrides#overriding-the-default-to-number"
473
+ description = " An override for the phone number to send the SMS to. When not set, defaults to `recipient.phone_number`."
474
+ />
463
475
</Attributes >
464
476
465
477
#### Push template attributes
You can’t perform that action at this time.
0 commit comments