Búsquedas recientes


No hay búsquedas recientes

Integração Droz Nexo's Avatar

Integração Droz Nexo

Incorporación 09 ene 2024

·

Última actividad 17 jul 2024

Seguimientos

0

Seguidores

0

Actividad total

4

Voto

1

Suscripción

1

RESUMEN DE LA ACTIVIDAD

Última actividad de Integração Droz Nexo

Integração Droz Nexo hizo un comentario,

ComentarioBusiness 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}}"
 }

 

Ver comentario · Publicado 17 jul 2024 · Integração Droz Nexo

0

Seguidores

1

Voto

0

Comentarios


Integração Droz Nexo hizo un comentario,

ComentarioBusiness rules

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

Ver comentario · Publicado 09 ene 2024 · Integração Droz Nexo

0

Seguidores

0

Votos

0

Comentarios