Ricerche recenti


Nessuna ricerca recente

Integração Droz Nexo's Avatar

Integração Droz Nexo

Data ingresso 09 gen 2024

·

Ultima attività 17 lug 2024

Seguiti

0

Follower

0

Attività totali

4

Voto

1

Abbonamento

1

PANORAMICA ATTIVITÀ

Ultima attività di Integração Droz Nexo

Integração Droz Nexo ha commentato,

CommentoBusiness rules

I use this template and I'm able to get an array of attachments with filename and url properties.

{
   "ticketId": "{{ticket.id}}",
   "externalId": "{{ticket.external_id}}",
   "tags": "{{ticket.tags}}",
   "comment": "{{ticket.latest_public_comment_html}}",
   "attachments": [
    {% for comment in ticket.comments limit:1 offset:0 %}
      {% for attachment in comment.attachments %}
        {
          "filename":"{{attachment.filename}}",
          "url":"{{attachment.url}}"
        }{% if forloop.last %}{% else %},{% endif %}
      {% endfor %}
    {% endfor %}
   ],
   "authorId": "{{ticket.latest_comment.author.id}}",
   "status": "{{ticket.status}}"
 }

 

Visualizza commento · Data ultimo post: 17 lug 2024 · Integração Droz Nexo

0

Follower

1

Voto

0

Commenti


Integração Droz Nexo ha commentato,

CommentoBusiness rules

I see there's no content_type property in the attachment, would it be possible to add that?

Visualizza commento · Data ultimo post: 09 gen 2024 · Integração Droz Nexo

0

Follower

0

Voti

0

Commenti