In my case, I want the webhook trigger to send the same organization for a single account no matter which organization the ticket is creating under(like the organization the account belongs to).
I have tried {{ticket.organization.name}} and {{current_user.organization.name}}. But for end users assigned to different organization, the field would be different. Is there any way so that for a single (subscription) account, the same organization name is in the JSON body so that my app can distinguish between different tenants/companies?