Create an event to send a campaign
Request
https://interface.experience-hotel.com/api/xp-evenemential/create{
"event_name": "test-event",
"contact_identifier": "test@test.com",
"data": {
"tags": {
"guest-firstname": {
"value": "John"
},
"expiration-date": {
"value": "2024-09-12"
},
"vip-status": {
"value": "Gold"
}
}
}
}Fields
Required
Description
Last updated