livechatCreateAccount: Setup connection with LiveChat's REST API using email and an...

Description Usage Arguments Value Examples

Description

Setup connection with LiveChat's REST API using email and an api key

Usage

1
livechatCreateAccount(email, api_key)

Arguments

email

Email address used to login from Live Chat API Docs

api_key

Your API Key from Live Chat API Docs

Value

A list of 2, the first item is called email and the second item is called api_key

Examples

1
2
3
# account <- livechatCreateAccount("email_here", "api_key_here")
# account$email
# account$api_key

livechatR documentation built on May 2, 2019, 6:11 a.m.