Skip to main content
List Journey Nodes

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Range
string

Limiting and Pagination

Range-Unit
string
default:items

Limiting and Pagination

Query Parameters

id
string

Journey node ID

journey_version_id
string

Journey version ID

organisation_id
string

Organisation ID

type
string

Node type

event_type
string

Event type for trigger nodes

extra_context_schema
string

Schema for additional context data

name
string

Node name

select
string

Filtering Columns

offset
string

Limiting and Pagination

limit
string

Limiting and Pagination

Response

200 - application/json

OK

id
string<uuid>
default:random uuid

Journey node ID

journey_version_id
string<uuid>

Journey version ID

organisation_id
string<uuid> | null

Organisation ID

type
enum<string> | null

Node type

Available options:
trigger,
form,
filter,
wait_for_event,
wait_until,
wait_for_time,
send_message,
if_else,
switch,
set_conversation_status,
move_conversation_to_inbox,
set_conversation_is_spam,
set_conversation_assignee,
update_contact_list_membership,
update_conversation_tag,
add_conversation_comment,
set_contact_value,
set_deal_value,
set_appointment_value,
update_marketing_subscription,
segment_filter,
http_request
event_type
enum<string> | null

Event type for trigger nodes

Available options:
contact_created,
contact_changed,
deal_created,
deal_changed,
appointment_created,
appointment_changed,
deal_won,
deal_lost,
appointment_confirmed,
appointment_cancelled,
message_inbound,
appointment_started,
appointment_ended,
appointment_approaching,
marketing_subscription_accepted,
date,
birthday,
message_action_click,
conversation_closed,
conversation_reopened,
http,
review_request_submitted,
review_submitted,
form_completed,
message_outbound,
message_sending_error,
custom_entity_created,
custom_entity_changed
extra_context_schema
object | null

Schema for additional context data

name
string<text> | null

Node name