Goal: Create a downloadFile action that will download a PDF document.
Url, field and fileExtension keys have to be assigned within the params object of the action.
{
"type": "downloadFile",
"params": {
"url": "https://example.mobilitysuite.de/pdf",
"field": "file",
"fileExtension": "pdf"
}
}