1.4
Table Of Contents
For this to happen, we need one last process. This process also includes an HTTP Server
Input task, but in this case, the task is used to reply to POST requests, rather than GET
requests. When a Capture OnTheGo App user taps the Submit button, a POST request is sent
to a PlanetPress HTTP Server. The server replies by collecting the information, which is
passed down to other tasks. The process may include multiple branches and a large variety of
tasks. Some or all of the collected information may be used, as required, in a variety of ways.
l It may be passed on to other systems.
l It may be merged with the same form used by the Capture OnTheGo App user, or with a
different one, and then used to generate a PDF for archiving.
l It may be used to generate a client email.
Since this part of the processing is handled by PlanetPress Workflow, you can use its
renowned feature set to do virtually anything.
For detailed information on how to use and configure the HTTP Server Input task to reply to
POST requests, refer to PlanetPress Workflow documentation. Also refer to the same
documentation to know how to add those tasks that will let you send or process the received
data as required.
Page 24