Skip to content

Rule.io SDK


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?

optional utmCampaign?: string | null

Defined in: client/src/resources/messages/messages.types.ts:424

New UTM campaign parameter. Pass null to clear.


utmTerm?

optional utmTerm?: string | null

Defined in: client/src/resources/messages/messages.types.ts:426

New UTM term parameter. Pass null to clear.