HTTP Post Receiver (Parameter)
Description
An HTTP POST Receiver is used to handle with HTTP POST calls.
Purpose of Object
An HTTP POST Receiver is used to recognize HTTP POST calls at a specific URL and use them to trigger a process. A start event is generated and a message with the delivered data is created. This channel expects the incoming message to consist of Key-Value pairs, like it is sent from an HTML form. The message type must define a simple list of child elements. The names of the child elements are the parameters that will be extracted out of the incoming messages.
Creation
To create an HTTP POST Receiver (Parameter) follow the steps described in the general description of Channels