amocrm-package: AmoCRM API client for R

Description Key features Usage Author(s) Examples

Description

A package for extracting data from AmoCRM into R.

P.S. Set all datetimes in timezone of your AmoCRM account. You don't need to do anything with timestamps, all will automatically convert from and to UTC.

Key features

To report a bug please type do an issue.

Usage

As simple as:

  1. Do auth_list with AmoAuthList function;

  2. Load the data e.g. AmoUsers function.

Author(s)

Eduard Gorkh eduardgorkh@gmail.com

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## Not run: 
# load package
library(amocrm)

# do auth list
auth_list <- AmoAuthList(email = "test@test.ru", apikey = "test", domain = "test")

# get users
users <- AmoUsers(auth_list = auth_list)

# get leads
leads <- AmoLeads(auth_list = auth_list)

## End(Not run)

grkhr/amocrm documentation built on May 24, 2021, 5:24 a.m.