SalesManago API Docs

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

Subscription Mode

The domain of your SalesManago instance e.g.: app2.salemanago.com

{
    "url": "https://leadthing.dev/api/salesmanago",
    "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",
        tag: "Example Lead Tag",
        subscriptionMode: "DOUBLE_OPT_IN",
        salesManagoClientId: "SALES_MANAGO_CLIENT_ID",
        salesManagoApiKey: "SALES_MANAGO_API_KEY",
        salesManagoSha: "SALES_MANAGO_SHA",
        salesManagoOwner: "SALES_MANAGO_OWNER"
    }
}