sms
Overview
Name | sms |
Type | Resource |
Id | okta.template.sms |
Fields
Name | Datatype |
---|---|
id | string |
name | string |
created | string |
lastUpdated | string |
template | string |
translations | object |
type | string |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | templateId, subdomain | Fetches a specific template by id |
list | SELECT | subdomain | Enumerates custom SMS templates in your organization. A subset of templates can be returned that match a template type. |
insert | INSERT | subdomain | Adds a new custom SMS template to your organization. |
delete | DELETE | templateId, subdomain | Removes an SMS template. |
partialUpdate | EXEC | templateId, subdomain | Updates only some of the SMS template properties: |
update | EXEC | templateId, subdomain | Updates the SMS template. |