Appearance
Rule.io SDK / client/src / UpdateSmsCampaignMessagePayload
Interface: UpdateSmsCampaignMessagePayload
Defined in: client/src/resources/messages/messages.types.ts:422
Payload for MessagesClient.updateSmsCampaignMessage.
All fields are optional — only the fields you include are changed.
Example
typescript
await client.messages.updateSmsCampaignMessage(messageId, {
utmCampaign: 'spring-sale',
});Properties
utmCampaign?
optionalutmCampaign?:string|null
Defined in: client/src/resources/messages/messages.types.ts:424
New UTM campaign parameter. Pass null to clear.
utmTerm?
optionalutmTerm?:string|null
Defined in: client/src/resources/messages/messages.types.ts:426
New UTM term parameter. Pass null to clear.