Mail Score is Activity which is performed to clean the Database and check its hygiene.
Netcore stores all the clients data in a central repository and maintains the logs for each email with the checks like Open, Click, etc in order to derive
Active: Activity done by a contact in last 6 months
Neutral: Contacts not in Netcore’s DB
In Active: No Activity done by a contact in last 6 months

Mail Score also checks for Spam Traps, Group ID’s, Foreign ID’s, Park Domains which is the primary reason for the Harvest Quarantine.

Form Setup

Select one app (Google Sheets, Zapier, or Webhooks) to collect form submission data.

Click Configure > Save Configurations to finish the setup.

📘

Points to Remember

  • If you set up two destinations, selecting Netcore CE as one of them is mandatory, followed by any one of the other three.
  • Integrate Google Sheets with an existing or new sheet.
  • Integrate Zapier directly from the Form Setup or Integrations page.

Refer to this sample JSON schema to set up a webhook for AMP emails.

{
  “webhook_id”: “2", // webhook id will be passed by Netcore
  “msg_id”: “2095", // campaign id will be passed by Netcore
  “bc”: “1", // broadcast indicator id will be passed by Netcore
  “clientid”: “81351", // client id will be passed by Netcore
  “userid”: “2", // user id will be passed by Netcore
  “channel”: “2", // channel id will be passed by Netcore
  “custom_params”: {
    “Date”: “08-01-2024”, // default parameter
    “Email”: [email protected], // form field
    “Firstname”: “Tushar”, // form field
    “Lastname”: “Shinde”, // form field
    “Submitted by”: [email protected], // default parameter
    “Time (IST)“: “11:36:45” // default parameter
  },
  “attr_data”: {}, // journey automation attributes will be passed if required
  “autoid”: “” // journey automation id field
}