Create an activation step in journey

Create an activation step in a journey.

SecurityTdApikeyAuth
Request
path Parameters
journeyId
required
integer <int64>

Journey ID

Request Body schema: application/json

parameters to configure the journey activation step

id
required
string[1-9][0-9]*
type
required
string
Value: "journeyActivationStep"
required
object
required
object
Responses
200

Returns a summary of the activation step in the journey

post/entities/journeys/{journeyId}/activations
Request samples
application/json
{
  • "id": "string",
  • "type": "journeyActivationStep",
  • "attributes": {
    },
  • "relationships": {
    }
}
Response samples
application/json
{
  • "data": {
    },
  • "included": [
    ]
}