Skip to content

Commit 46c75b3

Browse files
committed
chore: add sms template overrides to mapi
1 parent d4115fb commit 46c75b3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

content/mapi.mdx

+12
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,18 @@ Contains all properties of the <a href="#workflowstep-definition">`WorkflowStep`
460460
type="string"
461461
description="A text template for the SMS notification message."
462462
/>
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+
/>
463475
</Attributes>
464476

465477
#### Push template attributes

0 commit comments

Comments
 (0)