v1
latestOpenAPI 3.0.02026-07-241220330.3 KBJourneys
Create Journey Application Note
Create a note associated with the specified Journey Application
post/journeys/{journey_token}/applications/{journey_application_token}/notes
Path parameters
journey_tokenstring required
Example:J-VCQoADBJxeHtmdAvFqoS
Identifier of the journey
journey_application_tokenstring required
Example:JA-mhjlfS6nZe1G6HuvAKVq
Token associated with your Journey Application
Request body
Example request
{
"note_author_agent_email": "matt@alloy.com"
}Response
Success
Example response
{
"note_author_agent_email": "matt@alloy.com"
}