Emarsys API Docs

Your Emarsys API username.

Your Emarsys API Secret

The sub domain of your Emarsys instance e.g. api if your instance domain is https://api.emarsys.net

{
    "url": "https://leadthing.dev/api/emarsys",
    "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"
    }
}