Pesquisas recentes


Sem pesquisas recentes

Carl Bramblett's Avatar

Carl Bramblett

Entrou em 03 de mai. de 2024

·

Última atividade em 21 de jan. de 2025

Seguindo

0

Seguidores

0

Atividade total

30

Votos

4

Assinaturas

15

VISÃO GERAL DA ATIVIDADE

Atividade mais recente por Carl Bramblett

Carl Bramblett comentou,

Comentário na comunidade Developer - Zendesk SDKs

Hi, thank you for creating a ticket about this issue. Any updates?

Exibir comentário · Publicado 21 de jan. de 2025 · Carl Bramblett

0

Seguidores

0

Votos

0

Comentários


Carl Bramblett comentou,

Comentário na comunidade Developer - Zendesk SDKs

Thanks Tuomas Savonius! Looks like that is exactly the case. Erica Girges when you mentioned the issue has been resolved would you mind letting us know what we are missing?

Exibir comentário · Publicado 11 de jan. de 2025 · Carl Bramblett

0

Seguidores

0

Votos

0

Comentários


Carl Bramblett comentou,

Comentário na comunidade Developer - Zendesk SDKs

I agree, too. The only way I was able to get it to work was to use a regular fetch request that necessitated including API credentials which is far from optimal. I'm considering using secure parameters as is done for third-party  requests, but it would be great to just have support in the ZAF client.

 

            const currenturl = `https://.zendesk.com/api/v2/uploads.json?filename=${encodeURIComponent(file.name)}`

            let zendeskEmail = 'youruser@email.com';
            let zendeskApiToken = 'yourapitoken';
            let auth = 'Basic ' + btoa(zendeskEmail + '/token:' + zendeskApiToken);

            const request = await fetch(currenturl, {
                method: 'POST',
                headers: {
                    'Content-Type': 'application/binary',
                    'Authorization': auth
                },
                body: file
            });
            const uploadResponse = await request.json();

Exibir comentário · Editado 26 de dez. de 2024 · Carl Bramblett

0

Seguidores

0

Votos

0

Comentários


Carl Bramblett comentou,

Comentário na comunidade Feedback - Apps and integrations (Platform)

Hi, I was just wondering if this item was ever addressed? My interest would be in allowing window.print to be able to work within a custom app.

Exibir comentário · Publicado 03 de set. de 2024 · Carl Bramblett

0

Seguidores

0

Votos

0

Comentários


Carl Bramblett comentou,

Comentário na comunidade Developer - Zendesk APIs

Hi Ivan, I know this is an older post and you've probably already solved it, but just in case it's useful to anyone…I believe JavaScript apps would require OAUTH to be setup to get around CORS restrictions. https://developer.zendesk.com/documentation/ticketing/using-the-zendesk-api/making-cross-origin-browser-side-api-requests/

Exibir comentário · Publicado 29 de ago. de 2024 · Carl Bramblett

0

Seguidores

0

Votos

0

Comentários


Carl Bramblett comentou,

Comentário na comunidade Developer - Zendesk APIs

Hi Marcus, I'm running into the same issue. Did you ever discover what the issue was?

 

Cheers, Carl

Exibir comentário · Publicado 28 de ago. de 2024 · Carl Bramblett

0

Seguidores

1

Votos

0

Comentários


Carl Bramblett comentou,

Comentário na comunidade Developer - Zendesk Apps Framework (ZAF)

Thanks, Tipene!

Exibir comentário · Publicado 30 de mai. de 2024 · Carl Bramblett

0

Seguidores

0

Votos

0

Comentários


Carl Bramblett criou uma publicação,

Publicação Developer - Zendesk Apps Framework (ZAF)

Hi all,

I am working on my company's first Zendesk private app. So far, I'm finding it really powerful with one exception: it seems to not work when I try to use multiple pages. I am using vanilla JS. Is it possible to have more than one file in addition to iframe.html? Thanks in advance for the advice.

 

Carl

Publicado 25 de mai. de 2024 · Carl Bramblett

0

Seguidores

2

Votos

2

Comentários


Carl Bramblett comentou,

Comentário na comunidade Developer - Zendesk APIs

Is there a way to search for an unsuspended ticket? I know /api/v2/ticket_audits lists all kinds of events including the "SuspendedTicketRecovery" type, but it'd be nice to be able to search for just formerly suspended tickets.

Exibir comentário · Publicado 15 de mai. de 2024 · Carl Bramblett

0

Seguidores

0

Votos

0

Comentários


Carl Bramblett comentou,

Comentário na comunidade Developer - Zendesk APIs

Hi Tipene, Zendesk Support ended up pointing out that I had made the simple mistake of missing the protocol (https) in Postman. My bad! The strange part was that neither Postman, nor Zendesk gave me an error to clue me in. Thanks for your reply!

Exibir comentário · Publicado 06 de mai. de 2024 · Carl Bramblett

0

Seguidores

0

Votos

0

Comentários