Description Usage Arguments Details Value Author(s) References Examples
This function is used to create a Zendesk.com API session.
| 1 | 
| username | Your Zendesk username. | 
| password | Your Zendesk password. | 
| url | Your organization's Zendesk URL (e.g. https://help.basho.com). | 
This function will initialize a Zendesk.com API session.
Initializes a Zendesk.com API session. Will throw an error if all 3 parameters are not passed to the function.
Tanya Cashorali
http://developer.zendesk.com/documentation/rest_api/introduction.html
| 1 2 3 4 5 | ## Not run: 
    ## This requires Zendesk authentication
    zendesk('username', 'password', 'https://help.basho.com')
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.