get_pipeline_report {lacrmr} | R Documentation |
get_pipeline_report
Description
Return your pipeline report information from Less annoying CRM.
Usage
get_pipeline_report(user_code, api_token, pipelineid)
Arguments
user_code |
The user code to identify your account |
api_token |
The api token to connect to your account |
pipelineid |
The id of the pipeline you want to get the report from |
Details
For this you will need to know the pipelineId, StatusId, and CustomFieldId You can get this PipelineId's at https://www.lessannoyingcrm.com/app/Settings/Api'
Examples
## Not run:
get_pipeline_report(user_code = "6A6E88",
api_token = "96066",
pipelineid = "57102821")
## End(Not run)
[Package lacrmr version 1.0.5 Index]