Appearance
Rule.io SDK / client/src / SmsCampaignMessage
Type Alias: SmsCampaignMessage
SmsCampaignMessage =
Message
Defined in: client/src/resources/messages/messages.types.ts:128
A message belonging to an SMS campaign.
Structurally identical to Message; the named alias makes method signatures and variable declarations self-documenting at the call site.
Example
typescript
const message: SmsCampaignMessage =
await client.messages.createSmsCampaignMessage(campaignId, { ... });