Mapp API Docs

Provide an ISO country code e.g.: GB, DE or US

Provide an ISO language code e.g.: en or de

Gender
Subscription Mode

Provide a comma separated list of custom attributes e.g.: user.attributeName=attributeValue, user.anotherAttribute=anotherValue

{
    "url": "https://leadthing.dev/api/mapp",
    "method": "POST",
    "headers": {
        "apiKey": "Sign in to get your LEADTHING.DEV API key",
        "content-type": "application/json"
    },
    "body": {
        firstname: "John",
        lastname: "Smith",
        email: "john.smith@example.com",
        listId: "1234",
        subscriptionMode: "DOUBLE_OPT_IN",
        mappUsername: "MAPP_USERNAME",
        mappPassword: "MAPP_PASSWORD",
        mappDomain: "MAPP_DOMAIN"
    }
}