🧪 Do you have the secret formula for an effective subject line? Let's hear it! Join the discussion.

Error Create source is missing


Am getting error. I tried it on development API Portal. below is the payload. 
"error_message": "create_source is missing, create_source does not have a valid value" .

 

 

{
    "contacts": [
        {
         
            "email_address": {
                "address": "f***@***.com",
                "permission_to_send": "implicit"
            },
            "first_name": "Test Jonah",
            "last_name": "USA Account",
            "company_name": "Test Clinic",
            "create_source": "Account",
            "birthday_month": 7,
            "birthday_day": 2,
            "custom_fields": [
                {
                    "custom_field_id": "69fa344-743a-11ee-b1df-fa163ec87d62",
                    "value": "Doctor"
                }
            ],
            "street_addresses": [
                {
                    "kind": "home",
                    "street": "199 SW",
                    "city": "Toronto",
                    "state": "ON",
                    "postal_code": "MNO201",
                    "country": "Canada"
                }
            ],
          
            "taggings": [
                "Staff",
                "Ignore"
            ]
        }
    ]
}

 

 






2 replies

Leaderboard