Skip to main content

ActionUpdate

id object
anyOf
integer
ruleId object
anyOf
integer
type object
anyOf
ActionType (string)

Action type enum.

Possible values: [Coupon, Email, SMS, WhatsApp, Coupon Email, Coupon SMS, Coupon WhatsApp]

parameters object
anyOf
fromEmail objectrequired
emailEmail (string)required
name object
anyOf
string
subjectSubject (string)required
bodyBody (string)required
recipientRecipient (string)
Default value: surveyFiller
couponGroupId object
anyOf
integer
ActionUpdate
{
"id": 0,
"ruleId": 0,
"type": "Coupon",
"parameters": {
"fromEmail": {
"email": "string",
"name": "string"
},
"subject": "string",
"body": "string",
"recipient": "surveyFiller",
"couponGroupId": 0
}
}
Was this page helpful?