CRM

canned-replies

5 uç · /api/crm/v1/canned-replies

İstek örnekleri ucun GERÇEK metodu ve yolundan üretilir. 5 ucun elle doğrulanmış gövde örneği henüz yok; o uçlarda iskelet gövdesizdir — uydurma bir alan yazmıyoruz.

GET/api/crm/v1/canned-replies

List canned

Oturum
İstek
curl -X GET "https://{slug}.crm.blesyum.app/api/crm/v1/canned-replies" \
  -H "Authorization: Bearer <oturum-token>" \
  -H "Accept: application/json"
Yanıt
{
  "data": "…",
  "trace_id": "01JC…"
}
POST/api/crm/v1/canned-replies

Create canned

Oturum
İstek
curl -X POST "https://{slug}.crm.blesyum.app/api/crm/v1/canned-replies" \
  -H "Authorization: Bearer <oturum-token>" \
  -H "Accept: application/json"
Yanıt
{
  "data": "…",
  "trace_id": "01JC…"
}
GET/api/crm/v1/canned-replies/{ids}

Get canned

OturumYol parametresi: ids
İstek
curl -X GET "https://{slug}.crm.blesyum.app/api/crm/v1/canned-replies/<ids>" \
  -H "Authorization: Bearer <oturum-token>" \
  -H "Accept: application/json"
Yanıt
{
  "data": "…",
  "trace_id": "01JC…"
}
PUT/api/crm/v1/canned-replies/{ids}

Update canned

OturumYol parametresi: ids
İstek
curl -X PUT "https://{slug}.crm.blesyum.app/api/crm/v1/canned-replies/<ids>" \
  -H "Authorization: Bearer <oturum-token>" \
  -H "Accept: application/json"
Yanıt
{
  "data": "…",
  "trace_id": "01JC…"
}
DELETE/api/crm/v1/canned-replies/{ids}

Destroy canned

OturumYol parametresi: ids
İstek
curl -X DELETE "https://{slug}.crm.blesyum.app/api/crm/v1/canned-replies/<ids>" \
  -H "Authorization: Bearer <oturum-token>" \
  -H "Accept: application/json"
Yanıt
{
  "data": "…",
  "trace_id": "01JC…"
}
Bu sayfa işine yaradı mı?