Pesquisas recentes


Sem pesquisas recentes

Galen Richards's Avatar

Galen Richards

Entrou em 14 de set. de 2023

·

Última atividade em 14 de set. de 2023

Seguindo

0

Seguidores

0

Atividade total

2

Votos

0

Assinatura

1

VISÃO GERAL DA ATIVIDADE

Atividade mais recente por Galen Richards

Galen Richards comentou,

Comentário na comunidade Developer - Zendesk APIs

FWIW I was able to activate Chat via PUT with the following JSON (we're using a custom role for Support). It works even if the Chat object does not exist on the user and you don't need to supply the user_id parameter since it's in the URL.

{
  "entitlements": {
    "chat": {
      "name": "agent",
      "is_active": true
    },
    "explore": {
      "name": "admin",
      "is_active": true
    },
    "guide": {
      "name": "admin",
      "is_active": true
    },
    "support": {
      "name": "custom_16653721760667",
      "is_active": true
    },
    "talk": {
      "name": "agent",
      "is_active": false
    }
  }
}

Exibir comentário · Publicado 14 de set. de 2023 · Galen Richards

0

Seguidores

1

Votos

0

Comentários