Hi, Dear Community.
I have the following situation.
I am sending my ticket data to the external Database via Webhook with JSON.
It is being sent per ticket, but I want to send all tickets data at once.
For the e-mail sending, I have the automation and using {{#issues}} {{/}} this in the e-mail format, also the checkbox is set in the bulk operation, and it is working for e-mails.
But for the Webhook, it didn't work. I put the audit log, it is being shown that all tickets information is being printed, but the external datasource is getting it per ticket.
Please help, how to achieve that.