Submit POST Request
1 2 3 4 | submit_post_request(gallery, endpoint, request_params, request_body,
encode, content_type = NULL,
alteryx_api_key = getOption("alteryx_api_key"),
alteryx_secret_key = getOption("alteryx_secret_key"), ...)
|
gallery |
URL for your Alteryx Gallery |
endpoint |
The api endpoint beginning and ending with "/" |
request_params |
List of request parameters |
request_body |
JSON body of request containing values for app questions |
encode |
Encoding passed to |
content_type |
Content type passed to |
alteryx_api_key |
Admin API key for target environment |
alteryx_secret_key |
Admin API secret key for target environment |
... |
Additional arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.