Get leads

get_leads(
  account_id = NULL,
  start_date = NULL,
  end_date = NULL,
  feed_id = NULL
)

Arguments

account_id

your account id

start_date

start date (yyyy-mm-dd)

end_date

end date (yyyy-mm-dd)

feed_id

custom feed id. NULL by default.

Value

data frame of all leads for all the feeds (if feed_id is NULL) or for one specific feed (if feed_id is provided)

Examples

if (FALSE) { get_leads( account_id = "12345", start_date = "2020-11-01", end_date = "2020-11-30" ) }