Mailup API Docs

Gender
Subscription Mode

Select the list id from Mailup where the leads should be added to.

You can get the Mailup client id from your Mailup backend.

You can get the Mailup client secret from your Mailup backend.

Your mailup account username.

Your mailup account password.

{
    "url": "https://leadthing.dev/api/mailup",
    "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",
        subscriptionMode: "DOUBLE_OPT_IN",
        mailupListId: "MAILUP_LIST_ID",
        mailupClientId: "MAILUP_CLIENT_ID"
    }
}