Adobe campaign
Update The Wallet Crew passes from Adobe Campaign Classic workflows by calling The Wallet Crew API.
Adobe Campaign (Classic)
Prerequisites
API request overview
curl -X 'PATCH' \
'https://app-qa.neostore.cloud/api/xxxxx/passes?id.y2.customerId=00100000207298' \
-H 'accept: */*' \
-H 'X-API-KEY: xyz' \
-H 'Content-Type: application/json' \
-d '{
"additionalData": {
"adobe_message": "Exclusive offer: come visit us."
}
}'Adobe Campaign workflow design
Implementation example (JavaScript activity)
Best practices
FAQ
Last updated

