Call A Flow From A REST Post
This article provides the resources and links to support the task of calling a flow from a REST post.
- Prerequisite
- Use The API Key
Prerequisite
This task requires an API key.
Use The API Key
The following information is a CURL example, using the API key.
curl --request POST \
--url https://api.customer-demo.mfgx.io/orchestration/executeFlow \
--header 'Authorization: Bearer ...' \
--header 'Content-Type: application/json' \
--data '{
"flowId": "testFlow",
"payload": {
"recordId": "123456"
}
}'
Related Articles
Call A Flow From An iOS Shortcut
This article provides the steps and resources to support the task of calling a flow from an iOS shortcut. Introduction Setup / Creation Javascript Code Interaction And Behavior Introduction Apple created the iOS Shortcuts feature, allowing users to ...
HTTP Post Endpoint
What is an HTTP Post Endpoint? An HTTP POST endpoint is a specific URL or resource on a web server that is designed to handle incoming HTTP POST requests. In the context of web development and web services, HTTP POST is one of the standard HTTP ...
Create A Document From Plex Data
This article provides the steps to create a document from Plex data by using the MFGx Document Designer. Getting Started Navigate To The Document Designer Screen Create A Document And Autogenerate A Flow Setting Up The Flow Getting Started Navigate ...
Data Flow Logs By Log Type
Open the Fuuz app. Select Fuuz → System → Orchestration → Data Flow Logs By Log Type dropdown menu. Or Type Data into the Search Bar: From here, it is possible to search for a data flow log by the flow name, start/end dates, log type and/or min/max ...
Create a Document With Fuuz Data
This article provides information resources, prerequisites, and instructions for creating documents with MFGx. Prerequisites Pulling Data Report Transform Evaluated Transform Prerequisites Become familiar with the Fuuz API. Become familiar with the ...