Create traveller journey

Adds a traveller to a specific journey. If the traveller does not exist as a company traveller, they will be automatically created and then subsequently added to the journey.

Request samples

{
   "journey":"8oz3gXzp",
   "email":"pippin@50skills.com",
   "name":"Pippin Took",
   "phone":"+441234567890",
   "journey_attribute__nLzNOaye":"2024-11-16",
   "source":"Manually added"
}

Response samples

{
   "id":"AOyeJ4GX"
}

Last updated