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

Apr 25, 2022

main
1.0.0
Compare

API structure has changed

13 structure changes including:
1 Breaking change
11 Additions
1 Modification
1 Removal
Modified 1
GET /api/v1/note/{notableType}/{notableUuid}
  • Path
  • notableType, notableUuid path parameters Added
Removed 1 Breaking
GET /api/v1/note/{notable_type}/{notable_uuid}/mentions
Added 11
DELETE /api/v1/automation-blueprints/{automationBlueprint}
DELETE /api/v1/automation-blueprints/{automationBlueprint}/blueprint-steps/{blueprintStep}
GET /api/v1/automation-blueprints
GET /api/v1/automation-blueprints/{automationBlueprint}
GET /api/v1/automation-blueprints/{automationBlueprint}/blueprint-steps
GET /api/v1/automation-blueprints/{automationBlueprint}/blueprint-steps/{blueprintStep}
POST /api/v1/automation-blueprints
POST /api/v1/automation-blueprints/{automationBlueprint}/blueprint-steps
POST /api/v1/note/{notableType}/{notableUuid}/mentions
PUT /api/v1/automation-blueprints/{automationBlueprint}
PUT /api/v1/automation-blueprints/{automationBlueprint}/blueprint-steps/{blueprintStep}