Recent searches


No recent searches

Alejandro Rayón's Avatar

Alejandro Rayón

Joined Oct 16, 2021

·

Last activity Oct 21, 2021

Following

0

Followers

0

Total activity

5

Votes

0

Subscriptions

2

ACTIVITY OVERVIEW

Latest activity by Alejandro Rayón

Alejandro Rayón commented,

Community comment Developer - Zendesk APIs

Thanks Greg!

In our company we have developed our own STT (Speech to text) and TTS (Text to Speech). I want users who visit our page to be able to use our Zendesk chatbot by voice (speak to it and hear the responses by voice).

The integration is working but using the APIs that I mentioned in the post I am only able to receive the messages that the LiveAgent writes through the dashboard, but I do not receive the automatic messages from my Answerbot.

For example, using https://developer.zendesk.com/rest_api/docs/chat/introduction I only get Visitor and Agent messages but no more, and the AnswerBot API is very limited. 

The next step would be to receive the messages of a possible integration with any of the Marketplace Apps, that is, if we integrate an AI layer with Watson from IBM in the chatbot, we can also receive that information.

Thanks a lot!!

View comment · Posted Apr 06, 2021 · Alejandro Rayón

0

Followers

0

Votes

0

Comments


Alejandro Rayón commented,

Community comment Developer - Zendesk APIs

Hi there!

I have created in NodeJS a service following your example of Chat Conversations API.

Everything works fine, but I can't do 2 things:

- How do I get or generate the value of {chatMessage.channel.id} to start a conversation automatically?

- I do not receive messages in (sender .__ typename === TYPE.AGENT) if they are generated by an Answerbot (with or without flowbuilder). I only receive “Live Agent” type messages. Can this be done?

Thanks a lot!! Alex

View comment · Posted Apr 05, 2021 · Alejandro Rayón

0

Followers

0

Votes

0

Comments


Alejandro Rayón created a post,

Post Developer - Zendesk APIs

Hi there!

I'm trying to integrate my Zendesk chatbot (with Answerbot & FlowBuilder) and get via API / SDK all the answers from the bot and to be able to ask the questions from my Front-End in Javascript.

My goal is to integrate my own STT (Speech-to-text) and TTS (Text-to-speech) in order to interact with the bot only with voice (and listen to its responses).It is something that I only partially achieve since I am never able to receive messages from the Answerbot (However Live Agent type messages do work for me)

I have tried:

The SDK of the web_widget but seems to be deprecated.

The Web_sdk but “zChat.on ('chat’…” does not return automatic messages (from answer bot).

The LiveChat API  but only valid to customize the appearance.

The Chat API  (NodeJS) but I am not getting messages from AnswerBots.

The Sunshine conversations SDK (NodeJS)  but I can't, or I don't know how integrate it with my Zendesk chat...

You have a great product but from an integration point of view I must say that it is quite hard.

I am not an expert in integrations with chatbots, but I think you have too much "official information" on the web but not very organized. I've been doing research and testing for three days and I still don't know if I'm on the right track or if something is missing.

It is just a "constructive criticism" to help your product as much as possible.

Thank you very much!

Posted Mar 30, 2021 · Alejandro Rayón

1

Follower

2

Votes

2

Comments