Recent searches


No recent searches

Parth Patel's Avatar

Parth Patel

Joined Mar 22, 2024

·

Last activity Mar 29, 2024

Following

0

Follower

1

Total activity

7

Vote

1

Subscriptions

2

ACTIVITY OVERVIEW

Latest activity by Parth Patel

Parth Patel commented,

Community comment Developer - Zendesk Apps Framework (ZAF)

Hi Tipene, uploaded to zendesk apps. I dont think i can run secure credentials locally. 

View comment · Posted Mar 29, 2024 · Parth Patel

0

Followers

0

Votes

0

Comments


Parth Patel commented,

Community comment Developer - Zendesk Apps Framework (ZAF)

Eric, Will, did you guys ever find a solution to this? I am attempting the exact same thing and getting this issue. 

manifest.json

 "location": {
    "support": {
      "nav_bar": "assets/iframe.html"
    }
  },
  "parameters": [
    {
      "name": "access_token",
      "type": "oauth"
    }
  ],
  "oauth": {
    "client_id": "*********************************",
    "client_secret": "**********************************",
    "access_token_uri": "https://app.ninjarmm.com/oauth/token",
    "scopes": [
      "control monitoring management"
    ]
  },

bottom of iframe.html
 
 

View comment · Posted Mar 25, 2024 · Parth Patel

0

Followers

0

Votes

0

Comments


Parth Patel commented,

Community comment Feedback - Apps and integrations (Platform)

If anyone else is looking for a solution to get third party emails to directly  get updates in the tickets, My solution was to use the ZAF Client Request to submit an internal comment in the ticket with the body containing [{{ticket.encoded_id}}] and then using regex to extract it and sending it as field to my third party platform as a field they put in the email response. and i have the email they send to as my Zendesk  support email. As long as the encoded_id is in the body somewhere, it should update the ticket directly.

View comment · Posted Mar 24, 2024 · Parth Patel

0

Followers

0

Votes

0

Comments


Parth Patel created a post,

Post Feedback - Apps and integrations (Platform)
Currently i have built a custom shipping solution directly in zendesk. Id want to have the option of passing an email to fedex to get updates directly in the ticket. I have tried both support+11111@pictureu.zendesk.com

Posted Mar 22, 2024 · Parth Patel

0

Followers

2

Votes

2

Comments