Execute_SendInsuranceStatusMessage
Description
Sends an insurance status message for the household that the entity belongs to. If the household has joined insurances, sends the S1 message (which must include the {JoinedInsurances} format token). If the household has no joined insurances, sends the S2 message instead.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The entity whose household insurance status is reported (Self or Target). |
| S1 | CustomMobileMessage ID to send when the household has joined insurances. |
| S2 | CustomMobileMessage ID to send when the household has no joined insurances. |
Examples
| Description | BaseObject | Command | S1 | S2 |
|---|---|---|---|---|
| Send insurance status check message to Self | Self | SendInsuranceStatusMessage | Insurance_StatusCheck_2 | Insurance_StatusCheck_1 |
| Send insurance status check message to Target | Target | SendInsuranceStatusMessage | Insurance_StatusCheck_2 | Insurance_StatusCheck_1 |
Back to Command FinderSearch and filter all 399 Script Execution documents