AmoCustomersTransactions: Customers transactions

Description Usage Arguments Value References Examples

View source: R/AmoCustomersTransactions.R

Description

Function to get transactions of customers.

Usage

1
2
3
4
5
6
7
8
9
AmoCustomersTransactions(
  email = NULL,
  apikey = NULL,
  domain = NULL,
  auth_list = NULL,
  limit = 500,
  id = NULL,
  customer_id = NULL
)

Arguments

email

Email

apikey

Your api key from settings in interface

domain

Your domain in AmoCRM (xxx in xxx.amocrm.ru)

auth_list

List with auth data, you can build from AmoAuthList

limit

Batch limit, sometimes AmoCRM's API doesn't work properly, you can reduce the value and have a chance to load your data

id

Filter. Pass id of transaction.

customer_id

Filter. Pass id of customer to get transaction from its. You can get ids from AmoCustomers().

Value

Dataframe in output.

References

Please READ this: Function documentation in Russian on GitHub

Also nice to read: AmoCRM official documentation

Examples

1
2
3
4
5
## Not run: 
# get all
transactions <- AmoCustomersTransations(auth_list = auth_list)

## End(Not run)

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