Consent for Marketing
This stage is triggered by step: CUSTOMER_OFFERS
Its purpose is getting User’s consent to receive marketing communications from Kavoon via email.
User may approve or decline, and his decision shall be submitted to respective API. The request sample:
{
"clientId":100500,
"step":"CUSTOMER_OFFERS",
"status":"APPROVAL",
}
It’s worthy of note that if User is about to switch on/off marketing communications after the onboarding flow, Client shall call another API (see below).
On/Off marketing communications
POST
https://api.kavoon.io/api/client-info/allow-marketing
Request Body
Name
Type
Description
optInMarketingOffers*
Boolean
Consent/refusal to receive marketing communications: true/false
{
"result":{}
}
Last updated