Discussions

Ask a Question
ANSWERED

List of all trigger names

Hi For the webhook triggers found here <https://docs.talkdesk.com/reference/create-a-webhook-trigger>, a trigger_name is required. Can you provide a list of all trigger_names please? Kind regards, Sam
ANSWERED

App changes are being revised by partner message on TD native apps.

![](https://files.readme.io/5a70d0d-image.png) Hi, Looking for advise on this message since it is not allowing to provision additional licenses to agents.
ANSWERED

Does talkdesk supports .Net (C#) SDKs?

Does talkdesk supports .Net (C#) SDKs?
ANSWERED

Talkdesk Voice and Chat integration with Amazon Lex V2

Does Talkdesk provide any SDK, API's to integrate third party Virtual Agents.
ANSWERED

Verifying the Payload in Conversation Orchestrator

When doing a bi-directional stream with wss in "Add External Voice Agent" block in studio, how do i verify if the request is coming from a particular source. When doing it with other providers, we validate the requests by signing the payload and sending it along as a header. Does something similar exist for talkdesk? Or would it have to be an IP based verification?
ANSWERED

I would like to get a sample payload of the following:

event:result data:{"metadata":{"name":"live_contacts_list","timestamp":"2020-11-13T18:17:43.092794Z"},"result":\[]}
ANSWERED

user_status question

I'm trying to make a request to /data/reports/user_status/jobs and am receiving this response: ``` { "code": "0011003", "message": "Unauthorized" } ``` I don't see a Description section to give me more info on what I'm missing. Can anyone help point me in the right direction? Sorry for the newbie question, still trying to learn everything. Thanks in advance.
ANSWERED

next page?

How do I get to the next page to look over other discussions/questions? I only see page 1 of 4 on the bottom...
ANSWERED

message: blocked

I'm trying to make a simple request to an endpoint and am getting this error: ``` { "code": "0015007", "message": "API '/reports/user_status/jobs' blocked" } ``` I never got this before, can someone help point me in the right direction? Thanks.
ANSWERED

Stuck trying to authenticate

Hey, I want to authenticate with the API and have tried to follow the instructions but am getting an error. I am trying this: <https://docs.talkdesk.com/reference/authorization-code-basic-post> as instructed by encoding my client ID and client secret but am still getting a weird error below. {"error":"invalid_client","error_description":"Unauthorized grant type: authorization_code"} I am copying the python code almost exactly as it is in the instructions. Please could I get a call with technical support on this? Thanks