clerk.update_instance_communication_settings
Update SMS communication settings for a connected Clerk instance.
Call clerk.get_connected_accounts first. Pass clerk_instance_id to target a specific connection, or omit it to use the default account.
Returns the updated communication settings.
Cost = 8 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clerk_instance_id | No | Clerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account. | |
| blocked_country_codes | No | ISO country codes to block from receiving SMS messages (up to 250). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| communication_settings | No | Updated Clerk instance communication settings from the Backend API. |