최근 검색


최근 검색 없음

IZA's Avatar

IZA

가입한 날짜: 2021년 4월 16일

·

마지막 활동: 2022년 2월 04일

팔로잉

0

팔로워

0

총 활동 수

10

투표

1

플랜 수

4

활동 개요

님의 최근 활동 IZA

IZA님이 에 댓글을 입력함

댓글Editor, atribuído e solicitante do ticket

Ola, estou precisando automatizar o assunto dos meus tickets criados por mensagens enviadas via WhatsApp. 

Aparentemente este artigo seria algo semelhante, ou seja, criar placeholders no texto da mensagem para que esta vire o assunto. Mas o conteudo esta incompleto ou mal definido. 

Como defino ou altero o assunto de um ticket gerado por msgs vindas do whatsapp, quem me ajuda?

Quando os tickets sao de origem do chat , formulario web ou manual e atribuido ao assunto a primeira linha da conversa , no caso de whats app isto nao esta ocorrendo, O assunto vem como "conversa com xpto".

댓글 보기 · 2021년 2월 08일에 게시됨 · IZA

0

팔로워

0

투표 수

0

댓글


IZA님이 에 댓글을 입력함

커뮤니티 댓글 Developer - Zendesk APIs

Thank you McCabe!! Worked perfectly!!!

댓글 보기 · 2021년 1월 26일에 게시됨 · IZA

0

팔로워

0

투표 수

0

댓글


IZA님이 에 댓글을 입력함

커뮤니티 댓글 Developer - Zendesk APIs

Hello, I´m trying to set a value on a custom field

But it´s returning a Promise

I got the ID from the top page
Any help, please?

 

Tks!

 

댓글 보기 · 2021년 1월 21일에 게시됨 · IZA

0

팔로워

0

투표 수

0

댓글


IZA님이 에 댓글을 입력함

커뮤니티 댓글 Developer - Zendesk APIs

In my case, I forgot to close the } on the HEADER lol problem solved thank you

댓글 보기 · 2021년 1월 19일에 게시됨 · IZA

0

팔로워

0

투표 수

0

댓글


IZA님이 에 게시물을 만듦

게시물 Developer - Zendesk APIs

Hello! 
So, I´m trying to POST information to an external API and I only receive 404 Proxy Not Allowed doesn´t matter what I try. I already read a lot of zendesk tutorials, and many others issues similar to mine but it doesn´t resolve my problem. Funny because the GET requests are working fine. But this POST one doesn´t.

That´s my request:

function sendNewClaim() {
  var d = new Date();
  var dtocomunic = d.toISOString();
  var y = new Date($("#dtocorrencia").val());
  var dtocorrencia = y.toISOString();
  var coverages = getCoverages();
  var settings = {
    headers: {"Authorization": "Basic {{setting.token}}", 
    secure : true,
    type: 'POST',
    contentType: 'application/json',
    data: JSON.stringify({
        coverages: [JSON.parse(coverages)],
        contract_id: $("#idcontract").val(),
        opening_at: dtocomunic,
        happening_at: dtocorrencia,  
        person_id: $("#idperson").val()
        //description: $("#descricaoTextarea").val(), 
        //personal_damage: $("#txtdanospessoais").val(), 
        //financial_damage: $("#txtdanosmateriais").val(), 
        //comunicante
    })
    
  }};
  client.request(settings).then(
    function(data) {   
      //success_modal();
    },
    function (response) {
      //error_modal();
    }
  );
  // client.invoke('destroy');


That´s the payload :
data: "{"coverages":[{"coverage_id":"49ba7f74-0ed5-4d92-85c6-d56f139e0bf7"}],"contract_id":"c62f679e-c570-410e-a660-cffe1c4bd003","opening_at":"2021-01-14T19:02:58.451Z","happening_at":"2021-01-12T00:00:00.000Z","person_id":"c4db4560-2700-44af-a441-d1f43de533fa"}"

Sorry my bad english, I´m brazilian! 
I tried support here in Brazil but they don´t support integrations to external API´s. lol
 
Thank you for your time

2021년 1월 14일에 게시됨 · IZA

0

팔로워

2

투표 수

2

댓글