<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Error Says Missing Required email Field but I have it in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Error-Says-Missing-Required-email-Field-but-I-have-it/m-p/384383#M37889</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to send a CONTACT sync message, but its giving me an error about missing an email field:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "storeId": "eib-wsm",
    "objectType": "CONTACT",
    "externalObjectId": "6705",
    "hubspotId": null,
    "lastProcessedAt": 1604596977126,
    "errors": [
        {
            "portalId": 8172849,
            "storeId": "eib-wsm",
            "objectType": "CONTACT",
            "externalObjectId": "6705",
            "changedAt": 1604596976187,
            "erroredAt": 1604596976478,
            "type": "MISSING_REQUIRED_PROPERTY",
            "details": "Message missing required fields [email]",
            "status": "OPEN"
        }
    ]
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But as you can see in my request below, I have the email property included&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
                        "storeId": "eib-wsm",
                        "objectType": "CONTACT",
                        "messages": [
                                {
                                        "action": "UPSERT",
                                        "externalObjectId": "6705",
                                        "properties": {
                                                "email": "xxxx@gmail.com",
                                                "firstname": "XXXX",
                                                "lastname": "XXXX"
                                        },
                                        "associations": {

                                        }
                                }
                        ]
                }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can somebody help me out with this?&lt;/P&gt;</description>
    <pubDate>Thu, 05 Nov 2020 19:26:26 GMT</pubDate>
    <dc:creator>eibach-cv</dc:creator>
    <dc:date>2020-11-05T19:26:26Z</dc:date>
    <item>
      <title>Error Says Missing Required email Field but I have it</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Error-Says-Missing-Required-email-Field-but-I-have-it/m-p/384383#M37889</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to send a CONTACT sync message, but its giving me an error about missing an email field:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "storeId": "eib-wsm",
    "objectType": "CONTACT",
    "externalObjectId": "6705",
    "hubspotId": null,
    "lastProcessedAt": 1604596977126,
    "errors": [
        {
            "portalId": 8172849,
            "storeId": "eib-wsm",
            "objectType": "CONTACT",
            "externalObjectId": "6705",
            "changedAt": 1604596976187,
            "erroredAt": 1604596976478,
            "type": "MISSING_REQUIRED_PROPERTY",
            "details": "Message missing required fields [email]",
            "status": "OPEN"
        }
    ]
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But as you can see in my request below, I have the email property included&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
                        "storeId": "eib-wsm",
                        "objectType": "CONTACT",
                        "messages": [
                                {
                                        "action": "UPSERT",
                                        "externalObjectId": "6705",
                                        "properties": {
                                                "email": "xxxx@gmail.com",
                                                "firstname": "XXXX",
                                                "lastname": "XXXX"
                                        },
                                        "associations": {

                                        }
                                }
                        ]
                }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can somebody help me out with this?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 19:26:26 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Error-Says-Missing-Required-email-Field-but-I-have-it/m-p/384383#M37889</guid>
      <dc:creator>eibach-cv</dc:creator>
      <dc:date>2020-11-05T19:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error Says Missing Required email Field but I have it</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Error-Says-Missing-Required-email-Field-but-I-have-it/m-p/384401#M37893</link>
      <description>&lt;P&gt;I figured it out. Property names need to be the external name set in the mappings, not the Hubspot name&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 20:37:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Error-Says-Missing-Required-email-Field-but-I-have-it/m-p/384401#M37893</guid>
      <dc:creator>eibach-cv</dc:creator>
      <dc:date>2020-11-05T20:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error Says Missing Required email Field but I have it</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Error-Says-Missing-Required-email-Field-but-I-have-it/m-p/384579#M37916</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/148664"&gt;@eibach-cv&lt;/a&gt; !&lt;/P&gt;
&lt;P&gt;Thanks for posting the solution!&amp;nbsp; Going to accept it as the solution because, by golly, you deserve it &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 14:18:12 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Error-Says-Missing-Required-email-Field-but-I-have-it/m-p/384579#M37916</guid>
      <dc:creator>dennisedson</dc:creator>
      <dc:date>2020-11-06T14:18:12Z</dc:date>
    </item>
  </channel>
</rss>

