Description Usage Arguments Details Value Examples
contacts
queries the Freshdesk API and returns a data frame of contact data.
1 2 | contacts(client, contacts_path = "/api/v2/contacts", max_records = Inf,
date_fields = contact_date_fields)
|
client |
The Freshdesk API client object (see |
contacts_path |
The path of the agents API. Defaults to |
max_records |
Specifies the maximum number of records to return. |
date_fields |
Fields returned by the Freshdesk API that are date fields. Defaults
to |
This function queries the Freshdesk API to view the details regarding multiple contacts
A data frame of contacts or NULL
if there are no contacts.
1 2 3 4 5 6 7 | ## Not run:
fc <- freshdesk_client("your-domain", "your-api-key")
# view contacts
cs <- contacts(fc)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.