Make sure you have:
To complete your integration, you will need an access token. To get your access token:
- In your Zendesk account, go to Settings.
- Click Accounts.
- Click API & SDK.
- Add a new API client.
Give it an appropriate name, such as inGeniousAI_Chatbot. - In the Redirect URLs, type:
http://localhost:8080.
- Copy the client_id and client_secret into Notepad.
- Either log out of your Zendesk account, or open a different browser.
- Log in as the chatbot user.
- In a new tab, paste in the link below and replace the placeholders as directed:
https://www.zopim.com/oauth2/authorizations/new?response_type=token&redirect_uri=http%3A%2F%2Flocalhost%3A8080&client_id={CLIENT_ID}&scope=read%20write%20chat&subdomain={SUBDOMAIN}
- Replace {CLIENT_ID} with the client_id you pasted into Notepad earlier.
- Replace {SUBDOMAIN} with your Zendesk subdomain.
For example:
https://www.zopim.com/oauth2/authorizations/new?response_type=token&redirect_uri=http%3A%2F%2Flocalhost%3A8080&client_id=837623956264tghgv734ve&scope=read%20write%20chat&subdomain=acme
- Press enter in your browser to go to this link.
Your browser will redirect to localhost with the access token in the URL of the browser bar. - Copy the access token into Notepad.
Comments
Article is closed for comments.