v1

latestOpenAPI 3.0.02026-07-241220330.3 KB
Journeys

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

note_author_agent_emailstring required

Email address of the agent creating the note

notestring required

The text content of the note being added to the journey application

Example request

{
  "note_author_agent_email": "matt@alloy.com"
}

Response

Success

notestring

The text content of the note being added to the Journey Application

note_author_agent_emailstring

Email address of the agent that created the note

created_atstring

Timestamp of when the Journey Application was created

updated_atstring

Timestamp of when the Journey Application was last updated

Example response

{
  "note_author_agent_email": "matt@alloy.com"
}