Zendesk Integration: Add Ticket # and Brand Fields

Fibery’s Zendesk integration doesn’t pull in the Brand field, and surprisingly, it also doesn’t include Ticket Numbers.

We use Zendesk to manage support for multiple brands within a single instance, which keeps everything well-organized and isolated by brand.

Adding support for these fields would be incredibly useful to:

  • Easily reference tickets by their actual Zendesk ticket #
  • Filter and organize tickets in Fibery by brand

Since Zendesk natively supports multiple brands, having these fields available in Fibery would make a big difference in keeping workflows complete and structured.

Hello,
by ticket # you mean ticket’s id from Zendesk?

We can easily add it. Meanwhile the url field contains real id from zendesk so it can be extracted from there into some formula field

1 Like

Nice! How quickly could it be added? I’m wondering if we should hold off on creating the formula field that extracts the ticket number from the url, if this field will be available soon.

What’s your take on the brand field? I’ve found a potential workaround, but it would require setting up an automation in Zendesk to apply a tag we could then use in Fibery. Ideally, I’d like to avoid relying on external automations where possible.

Another issue is when attaching a ticket to another database — it defaults to displaying by the name field. This is a problem since names aren’t unique in Zendesk.

CleanShot 2025-03-21 at 11.11.27

Example from our setup:

I’m trying to link a ticket that reported an issue to its corresponding bug in our Bugs database.

As you can see, searching by name isn’t helpful here, since multiple tickets share the same name:

It would be helpful if we could choose which field is displayed in the relation view — like the ticket number or any other field that makes it easier to distinguish between records.

Already added. You might need to press Sync and then explicitly enable it in “Edit Fields to Sync”

Will add brands soon as well

1 Like

As for “searching by name” problem:

At the moment “subject” is used as name. I have some doubts whether it’s a good idea to put id to the name, but I can definitely expose additional “subject” field so later you can just use formula for name field and configure it like [subject] + [zendesk_id]

1 Like

Amazing! :heart_eyes: The ticket numbers are now being synced.

The solution for the name will definitely do the trick if we can do [subject] + [zendesk_id].

Any thoughts on also syncing the brand?

Thank you so much! :folded_hands:

@Edan brands are now available as well

To sync them you’ll have to go to “Configure” and enable brands there

Also added Subject field to tickets.
Please let me know in case of any problems

2 Likes

Amazing—thank you so much!
Got it working nicely using a formula on the Name field.
Way easier to work with tickets now.

1 Like