Integration with PlentyMarkets using an special TAB on ticket dashboard

Hello everybody!

We want to integrate Zammad with PlentyMarkets using a TAB on ticket dashboard, so when a ticket arrives, we can call PlentyMarkets Shop using API REST and show on Zammad key information about the ticket.

Is this possible?

Thanks a lot in advance.

Noe Sierra-Romero

Hi @nsierrar ,
Yes.

  • You could learn about ruby & rails and add some kind of event module for zammad on the ticket creation which gathers the information and saves it to the ticket into object manager attributes.

  • You could host your own code which accepts zammad webhook requests. With that you would be able to be informed when a zammad ticket is created. Then you could gather all related information you want to show up in zammad and save it to object manager attributes via ticket update request.

Like: Zammad ticket create → Wehook → Your script → Your scripts calls PlentyMarkets → Your scripts updates the zammad ticket

Hello Noe Sierra-Romero

We have already developed exactly what you are looking for.

Contact @ecomsilio for more information

https://forum.plentymarkets.com/t/crm-system-einrichten-aber-welches/752749/5
image

3 Likes

Seems to be a german only forum (just as a heads up) and requires login.

Yes, that’s right, it’s the official Plentymarkets customer forum.

As a Plentymarkets customer, the author should have access there.

1 Like