Change Updates

Do not miss any PlannrCRM API changes, ever again

Subscribe to the PlannrCRM API changelog to be up to date on recent changes.

RSS

May 13, 2022

main
1.0.0
Compare

API structure has changed

14 structure changes including:
7 Additions
7 Modifications
Modified 7 Breaking
DELETE /api/v1/automation-blueprints/{automationBlueprint}/blueprint-steps/{blueprintStep}
  • Path
  • $automationBlueprint path parameter Modified
GET /api/v1/automation-blueprints/{automationBlueprint}
  • Response
  • 200 response Modified
    • webhook_targets property Added
GET /api/v1/automation-blueprints/{automationBlueprint}/blueprint-steps/{blueprintStep}
  • Path
  • $automationBlueprint path parameter Modified
POST /api/v1/automation-blueprints
  • Body
  • content type Modified
    • trigger property Modified
  • Response
  • 200 response Modified
    • webhook_targets property Added
POST /api/v1/automation-blueprints/{automationBlueprint}/blueprint-steps
  • Path
  • $automationBlueprint path parameter Modified
  • Body
  • content type Modified
    • configuration property Modified
PUT /api/v1/automation-blueprints/{automationBlueprint}
  • Response
  • 200 response Modified
    • webhook_targets property Added
PUT /api/v1/automation-blueprints/{automationBlueprint}/blueprint-steps/{blueprintStep}
  • Path
  • $automationBlueprint path parameter Modified
Added 7
GET /api/v1/automation-blocks
GET /api/v1/automation-blocks/triggers
GET /api/v1/automation-blueprints/{automationBlueprint}/executions
GET /api/v1/automation-blueprints/{automationBlueprint}/executions/{automationExecution}
POST /api/v1/automation-blueprints/{automationBlueprint}/trigger
POST /api/v1/automation-blueprints/{automationBlueprint}/webhook-targets
POST /api/v1/webhooks/{webhookTarget}