Skip to content

Rule.io SDK


Rule.io SDK / client/src / CreateDefaultSmsMessageResult

Interface: CreateDefaultSmsMessageResult

Defined in: client/src/resources/automations/automations.types.ts:273

Result from AutomationsClient.createDefaultSmsMessage.

Contains the IDs of the three resources created: message, template, and the dynamic set linking them.

Properties

dynamicSetId

dynamicSetId: number

Defined in: client/src/resources/automations/automations.types.ts:279

The created dynamic set ID linking the message to the template.


messageId

messageId: number

Defined in: client/src/resources/automations/automations.types.ts:275

The created message ID.


templateId

templateId: number

Defined in: client/src/resources/automations/automations.types.ts:277

The created template ID.