Automatically send experience entry data to a registered secure HTTP endpoint.
You can provide us with a secure URL endpoint. The Realtime push mechanism can be configured to send data as:
- HTTP POST containing a JSON body (recommended and default)
- HTTP GET request with fields in the query string
- HTTP FORM POST
You may choose to have a fixed set of fields (common to all experiences) pushed to your endpoint, or a variable set of fields which includes all of the fields a user may configure on a data capture form. Sending all fields is the default unless otherwise specified.
For more information, please download the API Guide.