View source: R/get_flow_manual.R
get_flow_manual | R Documentation |
Runs an entire flow get request. Pass in a url manually formatted. Particularly useful when running an endpoint for just 1 flow.
get_flow_manual(url, key, sum = TRUE)
url |
url |
key |
an API token |
sum |
TRUE/FALSE if wish to sum values |
a dataframe
#NOT RUN
#get_flow_manual("https://app.communityconnectlabs.com/api/v2/contacts_report.json?flow=uuid124",key=myAPIkey)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.