How To Send Data Via Webhook/API from a Pref Center or Landing Page

The power of Push Planet is that we can format the JSON Payload any way you need (for the most part)!

Here is a simple example of how to use our “merge tags” to dynamically build the desired payload.  The field number corresponds to what is listed in the Editor for each field.

{
"email":"[EMAIL]",
"first_name":"[FIELD2]",
"last_name":"[FIELD3]"
}

Here are all of the merge tags that we offer on our platform:
[EMAIL]
[NAME]
[FIRST_NAME]
[LAST_NAME]
[FIELD1]
[FIELD2]
[FIELD3]
[FIELD4]
[FIELD5]
[FIELD6]
[FIELD7]
[FIELD8]
[FIELD9]
[FIELD10]
[FIELD11]
[FIELD12]
[FIELD13]
[FIELD14]
[FIELD15]
[FIELD16]
[FIELD17]
[FIELD18]
[FIELD19]
[FIELD20]
[CITY]
[REGION]
[COUNTRY]
[COUNTRY_CODE]
[POSTAL_CODE]
[WEB_SOURCE]
[SEARCH_ENGINE]
[DEVICE]
[OPERATING_SYSTEM]
[BROWSER_TYPE]
[BROWSER_VERSION]
[PAGE_VISITS]
[PAST_VISITS]
[REFERRING_URL]
[LANDING_URL]
[SUBMIT_URL]
[SUBMIT_DATE]
[USER_ID]
[PAGE_ID]
[PAGE_NAME]
[CLIENT_ID]
[SUBMISSION_ID]