one-msg-sdk 2.0.0

Public client API for sending messages, managing groups, flows, and templates. This is the API exposed to end customers via platform.1msg.io **Authentication:** All requests require `token` query parameter with JWT or API key. **Documentation:** https://help.1msg.io/platform-1msg/getting-start/quick-start **API Docs:** https://docs.1msg.io/
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# SendTemplateRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**template** | Option<**String**> |  | [optional]
**language** | Option<[**models::SendTemplateRequestLanguage**]SendTemplateRequestLanguage.md> |  | [optional]
**namespace** | Option<**String**> |  | [optional]
**params** | Option<**Vec<serde_json::Value>**> |  | [optional]
**phone** | Option<**String**> |  | [optional]
**use_m_mlite** | Option<**bool**> | Force Marketing Messages API (POST marketing_messages). If omitted: auto for MARKETING category when channel has mm_lite_enabled and mm_lite_available service settings.  | [optional]
**message_activity_sharing** | Option<**bool**> | Sets message_activity_sharing on WABA payload. Enables click tracking webhooks. Requires MM Lite path. Ignored on Cloud API fallback.  | [optional]
**message_send_ttl_seconds** | Option<**i32**> | Template message TTL in seconds (message_send_ttl_seconds). MARKETING via MM Lite: 43200–2592000. AUTHENTICATION: 30–900. UTILITY: 30–43200. AUTH/UTILITY also accept -1 (30-day custom TTL).  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)