live-chat

POST /v1/chat/widgets

Create a chat for a site.

Të gjitha pikat e skajshme live-chat

Autentifikimi

Drgoni një çelës API si një token mbajtës. Çelësi duhet të ketë lejen livechat.manage; një çelës pa të refuzohet me 403, jo 404.

Ku shkon id i organizatës suaj

Ky endpoint pranon org_id si fushë në trupin JSON.

ID-ja e organizatës suaj ndodhet në ekranin e çelësave API në panelin tuaj të kontrollit, pranë vetë çelësit. Është i njëjti ID në çdo thirrje që bëni.

Provoje

Zëvendësoni çdo gjë brenda kllapave këndore me vlerat tuaja dhe vendbanuesin e çelësit me një çelës nga paneli juaj.

curl -X POST https://api.zinndigital.com/v1/chat/widgets \
  -H "Authorization: Bearer zdk_live_…" \
  -H "Content-Type: application/json" \
  -d '{ "name": <string> }'

Jeni kyçur? Konsola e API-së në panelin tuaj plotëson ID-në tuaj reale të organizatës dhe çelësin tuaj, dhe ekzekuton kërkesën kundrejt API-së live, kështu që ju mund të shihni përgjigjen aktuale. Hapni këtë pikë fundore në konsolën e API-së

Detajet

Requires `livechat.manage`. The new widget is created **switched off**: a chat window that starts talking to a customer's visitors before they have asked for one is a consent problem, not a feature.

Trupi i kërkesës

EmriLlojiKërkohetÇfarë është kjo
org_idstringJo
site_idstringJo
namestringPo
team_namestringJo
allowed_originsstring[]Jo

Përgjigja

EmriLlojiKërkohetÇfarë është kjo
idstringPo
site_idstringPo
namestringPo
public_keystringPo
enabledbooleanPoWhether the chat renders. Created FALSE always: the plugin ships in the deploy footprint of every WordPress site we host, so a widget may exist for a customer who never asked fo…
allowed_originsstring[]PoOrigins the widget may be embedded on. An EMPTY list refuses every page rather than allowing any — this is the only control stopping somebody else's site opening conversations a…
tierstringPo
greetingstringPo
team_namestringPo
accent_colourstringPo
positionstring<left, right>Po
hide_brandingbooleanPo
ai_enabledbooleanPo
offline_emailstringPo
business_hoursobjectJo
open_nowbooleanPo
ai_allowanceChatAiAllowancePo
limitsobjectPo
premium_extra_codestringPoThe catalogue code to buy for the premium tier.

Gabimet që ky pikëndalim mund të kthejë

401 · 403 · 422