CRM - Templates
CRM - Templates — 6 נקודות קצה.
List communication templates with filtering and pagination
GET /crm/templates
Create a new communication template
POST /crm/templates
Get a communication template by ID
GET /crm/templates/id
Update a communication template
PATCH /crm/templates/id
Delete a communication template (soft delete)
DELETE /crm/templates/id
Preview a template with real client data substituted for variables
POST /crm/templates/id/preview

