curl --location --request PUT '/smartflows//triggers/website-viewed/' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"name": "Custom activity name",
"urls": [
"https://www.incomaker.com",
"https://www.seznam.cz"
],
"productNames": [
"STEWIE 3 LACE EM UP",
"JOMA MASTER 1000"
],
"productTags": [
"Shoes"
],
"triggerViewsCount": 10,
"triggerEvaluationDuration": {
"value": 24,
"unit": "minute"
}
}'{
"error": "You don`t have permission to access this entity"
}