Skip to main content
POST
/
webhooks
/
zapier
/
pipeline-run-events
/
subscribe
Subscribe Zapier to pipeline-run events
curl --request POST \
  --url https://api.sftpsync.io/webhooks/zapier/pipeline-run-events/subscribe \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "targetUrl": "<string>"
}
'
{
  "id": "<string>",
  "targetUrl": "<string>"
}

Authorizations

x-api-key
string
header
required

Body

application/json
targetUrl
string<uri>
required

Response

200 - application/json

Subscription

id
string
required
targetUrl
string<uri>
required