设置请求者的能力:Organization from Triggers

43岁的评论

  • Melanie Hobman

    I jumped the gun a little, using the HTTP trigger removed all the organisations from the user and updated the Organisation to only the last one set by the trigger. Over 200 tickets updated to the incorrect Organisation because the tickets are being generated from a single email address for multiple customers.

    The trigger would work if only one Organisation was required for the particular email address making the request but in our case we need to align just the ticket generated to the correct Organisation based on the email address it's received at, but I think I may be able to achieve this by using the below instead.

    https://{subdomain}.zendesk.com/api/v2/tickets/{id}.json

    1
  • Warren Ridley

    +1

    0
  • Abed Islam

    +1

    Props to James. That was awesome. That was my introduction to Webhooks and the ability to use Zendesk API from within Zendesk to make up for what you can't already do in Zendesk. You just have to be weary of your conditions so your updates only apply when you want them to. But that was awesome.

    1
  • Risetime

    嗨,有人能帮我工作round James mentioned, I followed his instructions, but my authentication is not working properly. I am not sure what I am doing incorrect. What should I be using as Basic Authentication:

    I used my username and password, but I get an error that says {"error":"Couldn't authenticate you"}

    0
  • Peter Hochstrasser

    @...

    You try to feed information back into your Zendesk domain, so this is a "internal" call.

    I suggest that you use an API Token instead of basic auth. That makes things a bit more secure - you don't have to deposit your UID/PW in a public record (well, accessible for every admin in your account).

    So, assuming that you are an admin, go to the cog (Admin), Channels, API, Settings, and clickAdd API token.Give your token a meaningful name, and, above all, copy and paste that API key into your password and key storage (mine is KeyPass 2) so you can retrieve it later on, as it cannot be retrieved ever after you clickSave. That's part of the enhanced security I talked about above.

    From the error message, it may well be that UID/PW access to the API has not been enabled - you can check that on the API Settings page as well, right at the top.

    To use the token, go to your target definition - cog, Settings, Extensions, Targets) and edit your target: Add the string/tokenat the end of your user name, and paste the token into the password field.

    SelectTest targetin the list box besides the Submit button, thenSubmityour update.

    That's all.

    Hope this helps.

    Yours truly

    Peter

    P.S. Is there a specific reason why you selected, against James' advice, HTTP POST instead of HTTP PUT?
    As is detailed in the API doc

    https://developer.zendesk.com/rest_api/docs/support/tickets#update-ticket

    You should use PUT, not POST.

    0
  • Nina Olding

    Hi all, thanks for sharing your feedback. I appreciate you highlighting this gap in the current product functionality. Whilst it's not something we're implementing at this moment in time, it's on our radar as a potential improvement as we're rethinking triggers and automations in the coming year. Thanks again for sharing - it's always helpful to understand what's top of mind for customers as we develop our roadmaps.

    0
  • 迈克尔石膏

    I'm curious if there has been any movement on this. I am wanting to set custom organization membership based on Azure AD fields so that managers can be setup as Lite Agents and review tickets opened by their staff.

    For exampled we want end users in the marketing dept. to be auto assigned into the Corporate and Marketing Orgs. This would allow VP's to see Corporate that includes several departments, but also allow limited granular views for the marketing manager.

    0
  • Peter Hochstrasser

    迈克尔石膏

    This has been open only since seven (7) years.

    Don't expect that kind of flash reaction from Zendesk.

    As you see in the note above from September 2021, Zendesk has about another 2 or 3 months before they might consider to react to this.

    Mind you, Zendesk discourages the use of triggers calling Webhooks, but in several areas, it's the only way to get some much needed functionality.

    Let's hope that they think a bit out of the box, like offering some kind of simple configuration scripts, so some arguments may be gained from the ticket, requester etc. instead of just having to create one trigger per organization you want to set etc.

    What I mean here is, some true if then else and/or case constructs so we can get things managed in one trigger instead of 1 per organization, for instance.

    Yours truly

    Peter

    1
  • Jonathan Perel

    Another important feature which Zendesk won't implement.

    1
  • Charlie T

    How on earth has this not been implemented?!

    We have organisation-specific services and need to offer organisation-specific support.

    We use organisation-specific zendesk email addresses, and I need to set a trigger whereby:

    Received at:ACME@us.zendesk.com

    Set Organisation to ACME

    And before someone says, setting potential domains in the organisation set-up doesn't capture all as it's common for user to email on personal rather than business email addresses.

    This is such a basic requirement and it blows my mind that it doesn't exist.

    0
  • Mo Shujaat

    I agree, I think this is a no brainer for Zendesk to implement. It should be doable and would meet our use case perfectly as well

    0
  • Traian Vila

    +1 we get tickets from slack, telegram, discord private groups/channels and need the ability to set the right Org in the trigger that matches the specific channel.

    0
  • Sebastian

    This is needed. Especially since tickets from members without organization open without having an organization but as soon as a user has one or two organizations the choice drop down appears and there is no way to not assign the ticket to an orga. Also no trigger to unassign or assign it to a standard orga, which does not even appear in the organ choice dropdown once a user is part of an orga.

    0

Pleasesign into leave a comment.

Powered by Zendesk