Execute_SendInsuranceMessage
Description
Sends an insurance-related mobile message with converted string formats. The message content in S1 supports the format tokens: {InsuranceJoiningFee}, {InsuranceRecurringFee}, {InsuranceReward}. Sender and receiver are determined from MobileMessageParties.json.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The entity sending the message (Self). Sender/receiver from MobileMessageParties. |
| S1 | CustomMobileMessage ID (CustomMobileMessage.json). |
| S2 | Insurance ID (Insurance.json Id). |
Examples
| Description | BaseObject | Command | S1 | S2 |
|---|---|---|---|---|
| Send a life insurance promotion message | Self | SendInsuranceMessage | Insurance_Ad_Death | Insurance_Life |
| Send a vehicle insurance promotion message | Self | SendInsuranceMessage | Insurance_Ad_Car | Insurance_Vehicle |
| Send a health insurance fee notice | Self | SendInsuranceMessage | Insurance_Fee_Notice | Insurance_Health |
| Send a life insurance reward notification | Self | SendInsuranceMessage | Insurance_Reward | Insurance_Life |
Back to Command FinderSearch and filter all 399 Script Execution documents