Attach a webhook target to an automation blueprint
Headers
-
Content-Type
string -
Accept
string
Path parameters
-
automationBlueprint_uuid
string Required
POST
/api/v1/automation-blueprints/{automationBlueprint_uuid}/webhook-targets
curl \
--request POST 'https://api.plannrcrm.com/api/v1/automation-blueprints/automationBlueprint_uuid/webhook-targets' \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json"
Response examples (200)
{
"url": "https://api.plannrcrm.com/api/v1/webhooks/01605357-9fba-4cab-b4f0-141476dfa4ea",
"uuid": "8d0c3a55-016f-4e0d-be06-a08872551825",
"created_at": "2025-04-22T13:44:20+01:00",
"updated_at": "2025-04-22T13:44:20+01:00"
}