HTTP POST

Overview

The HTTP POST feature is used to submit data collected from your consumers via a Web Form, or to send from another system to Engage+ by means of an API Post.

The input parameters and their associated values are all contained within the header of the HTTP request, rather than in the body. This endpoint does not support authentication, nor does it support JSON or XML. The request can optionally be secured by using the HTTPS protocol. If using HTTPS, please note that the connection is encrypted, but the data being passed is not encrypted.

For more details on how to set up an HTTP POST, please see the HTTP POST Technical Guide.

The URLs for this feature are:

The HTTP POST feature can optionally be used as a triggering mechanism for the deployment of an Event-triggered Campaign. When this feature is utilized in this fashion, it's typically referred to as the HTTP POST Event.  See HTTP POST Event for more details.

The following diagram depicts the processing flow for loading data via the HTTP POST feature.

 

The HTTP POST feature requires that the following assets be defined within your Messaging account:

POST Method

The HTTP POST feature supports the following POST operation. This feature allows you to load a record into your database. The request must include the following:

For example:

https://ats.eccmp.com/ats/post.aspx?cr=394&fm=2678&s_email=johndoe@cheetahdigital.com&s_name_first=John&s_name_last=Doe

 

Back to API Category - Data Management