최근 검색


최근 검색 없음

Oksana Segedenko's Avatar

Oksana Segedenko

가입한 날짜: 2021년 11월 04일

·

마지막 활동: 2021년 11월 09일

팔로잉

0

팔로워

0

총 활동 수

5

투표 수

0

플랜 수

2

활동 개요

님의 최근 활동 Oksana Segedenko

Oksana Segedenko님이 에 댓글을 입력함

커뮤니티 댓글 Developer - Zendesk SDKs

We are testing Chat Professional for IOS SDK.

We make a request from the iOS application by sending the agent's authorization. But, we get an error: MissingOrInvalidAuthentication. When we try to make the test request as in example just in the terminal we have the same error: MissingOrInvalidAuthentication.
The documentation says: You can use your email and password to access the API.
Please clarify about the email and password. Whose should they be? We set in the parameters the login and password that we have for the agent, but we still receive the same error.

 

댓글 보기 · 2021년 11월 09일에 게시됨 · Oksana Segedenko

0

팔로워

0

투표 수

0

댓글


Oksana Segedenko님이 에 게시물을 만듦

게시물 Developer - Zendesk SDKs
Hi!
To use the event api, it is needed to activate the profiles and register the user and then send his events.

     But on request “https://exmohelp.zendesk.com/api/v2/user_profiles?identifier=acme:customer:email:jdoe@example.com
     we get an error {“id”: “6a8cf907c9115036-DUB”, “code”: “MissingOrInvalidAuthentication”, “title”: “Invalid or Missing Authentication”}
     What login and password should we transfer? Which account/e-mail should they belong to?

2021년 11월 04일에 게시됨 · Oksana Segedenko

0

팔로워

4

투표 수

3

댓글


Oksana Segedenko님이 에 게시물을 만듦

게시물 Developer - Zendesk SDKs

Hi!

How to rename standard fields that appear for a client at the beginning of a chat:
“What is your name” and “What is your email address”. We need another text.

https://zendesk.github.io/mobile_sdk_iOS_jazzy_docs/Classes/ChatFormConfiguration.html

The ChatFormConfiguration class referenced takes name, email, phoneNumber, department
each of which in its turn is a FormFieldStatus enum type in which you can choose any of
required optional hidden types and there is no way to change the display of these fields according to the documentation.
Yes, we know that there is a public var description: String {get} but this field has only get, there are no methods of its setup, and most likely it is there just to comply with the CustomStringConvertible protocol.
It seems that according to this documentation, there is no possibility to change the display text?

2021년 11월 04일에 게시됨 · Oksana Segedenko

0

팔로워

4

투표 수

1

댓글