<?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 Webhooks generate by Create-A-Deal in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Webhooks-generate-by-Create-A-Deal/m-p/297074#M27883</link>
    <description>&lt;P&gt;I've got a server setup to receive webhooks from Hubspot when a Create-A-Deal event happens, and I expect a single event to be sent when it happens. What actually is sent is two almost identical requests, with the variation being a different eventId for each:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;2019-10-15 15:01:52 warn dealPropertyChange { objectId: 1093809702,
  propertyName: 'dealstage',
  propertyValue: 'qualifiedtobuy',
  changeSource: 'CRM_UI',
  eventId: 1058485929,
  subscriptionId: 117673,
  portalId: 5896868,
  appId: 193388,
  occurredAt: 1571151714389,
  subscriptionType: 'deal.propertyChange',
  attemptNumber: 0}

2019-10-15 15:01:42 warn dealPropertyChange { objectId: 1093809702,
  propertyName: 'dealstage',
  propertyValue: 'qualifiedtobuy',
  changeSource: 'CRM_UI',
  eventId: 2756558016,
  subscriptionId: 117673,
  portalId: 5896868,
  appId: 193388,
  occurredAt: 1571151714389,
  subscriptionType: 'deal.propertyChange',
  attemptNumber: 0}&lt;/PRE&gt;&lt;P&gt;Why are there two events for what should be one? I'm having trouble using the API to find out more details about the event (both my hapikey and using access token seems to not have permissions to fetch from the API, not sure what to modify there)&lt;/P&gt;</description>
    <pubDate>Wed, 16 Oct 2019 14:01:44 GMT</pubDate>
    <dc:creator>zheng_feng</dc:creator>
    <dc:date>2019-10-16T14:01:44Z</dc:date>
  </channel>
</rss>

