Búsquedas recientes
No hay búsquedas recientes

Galen Richards
Incorporación 14 sept 2023
·
Última actividad 14 sept 2023
Seguimientos
0
Seguidores
0
Actividad total
2
Votos
0
Suscripción
1
RESUMEN DE LA ACTIVIDAD
INSIGNIAS
ARTÍCULOS
PUBLICACIONES
COMENTARIOS DE LA COMUNIDAD
COMENTARIOS DE ARTÍCULOS
RESUMEN DE LA ACTIVIDAD
Última actividad de Galen Richards
Galen Richards hizo un comentario,
Comentario de la comunidad 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
}
}
}
Ver comentario · Publicado 14 sept 2023 · Galen Richards
0
Seguidores
1
Voto
0
Comentarios