Learn R Programming

livechatR (version 0.1.0)

livechatGetCannedResponses: Create a list of canned responses with LiveChat credentials as parameters

Description

Create a list of canned responses with LiveChat credentials as parameters

Usage

livechatGetCannedResponses(account, group = 0)

Arguments

account
defined by the livechatCreateAccount function
group
defaults to 0, see LiveChat REST API

Value

a data frame of canned responses

Examples

Run this code
# account <- livechatCreateAccount("email_here", "api_key_here")
# livechatGetCannedResponses(account, group = 0)

Run the code above in your browser using DataLab