Skip to main content
POST
/
api
/
v1
/
campaigns
/
{campaign_id}
/
targets
/
{target_id}
/
step
/
{friendly_id}
Receive Webhook Step
curl --request POST \
  --url https://api.example.com/api/v1/campaigns/{campaign_id}/targets/{target_id}/step/{friendly_id} \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

target_id
string
required

The ID of the target.

campaign_id
string
required

The ID of the campaign.

friendly_id
string
required

The friendly ID of the step.

Body

application/json

The body is of type Target Data · object.

Response

Successful Response