<?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 Re: Web-hook trigger for Engagement events like Meeting, etc/ in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Web-hook-trigger-for-Engagement-events-like-Meeting-etc/m-p/480581#M46044</link>
    <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/217107"&gt;@PSG&lt;/a&gt; not yet, but the engagements api is being reworked so it may be in the future&lt;/P&gt;</description>
    <pubDate>Tue, 17 Aug 2021 13:40:46 GMT</pubDate>
    <dc:creator>dennisedson</dc:creator>
    <dc:date>2021-08-17T13:40:46Z</dc:date>
    <item>
      <title>Web-hook trigger for Engagement events like Meeting, etc/</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Web-hook-trigger-for-Engagement-events-like-Meeting-etc/m-p/313903#M30120</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I was going through Hubspot Webhook documentation and was not able to find support for web-hook trigger for engagement events like booking of a meeting, etc.&lt;BR /&gt;My use-case is to get engagment info via web-hook to our callback url whenever someone books / schedules a meeting.&lt;BR /&gt;I checked the engagement API's link -&amp;nbsp;&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/methods/engagements/get-all-engagements" target="_blank"&gt;https://developers.hubspot.com/docs/methods/engagements/get-all-engagements&lt;/A&gt;&lt;BR /&gt;But this will require polling from our end (which we are planning to avoid).&lt;BR /&gt;&lt;BR /&gt;Can we also use change in user/contact property when an engagement event is created / updated ?&lt;BR /&gt;&lt;BR /&gt;It will be a great help, if someone can help / redirect me to achieve the above use-case.&lt;BR /&gt;Any help will be appreciated.&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 07:39:00 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Web-hook-trigger-for-Engagement-events-like-Meeting-etc/m-p/313903#M30120</guid>
      <dc:creator>nitishSliderule</dc:creator>
      <dc:date>2020-01-23T07:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Web-hook trigger for Engagement events like Meeting, etc/</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Web-hook-trigger-for-Engagement-events-like-Meeting-etc/m-p/315384#M30159</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/116423"&gt;@nitishSliderule&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Apologies for the delayed response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At this time, the &lt;A href="https://developers.hubspot.com/docs/methods/webhooks/webhooks-overview" target="_self"&gt;Webhooks API&lt;/A&gt; does not support subscriptions to &lt;A href="https://developers.hubspot.com/docs/methods/engagements/engagements-overview" target="_self"&gt;engagements&lt;/A&gt; (notes, meetings, calls, 1:1 emails, and tasks).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could subscribe to changes on a contact property like&amp;nbsp;&lt;EM&gt;Date of last meeting booked in meetings tool&lt;/EM&gt; (&lt;CODE&gt;engagements_last_meeting_booked&lt;/CODE&gt;), but you would still have to poll and Engagements API endpoint &lt;A href="https://developers.hubspot.com/docs/methods/engagements/get-recent-engagements" target="_self"&gt;like this&lt;/A&gt; to get the details of the engagement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another imperfect alternative would be to create workflows which enroll contacts who have new engagements and use&amp;nbsp;&lt;A href="https://knowledge.hubspot.com/workflows/how-do-i-use-webhooks-with-hubspot-workflows" target="_self"&gt;workflow webhook actions&lt;/A&gt;&amp;nbsp;to ping your webhook URL. However, the JSON payload which is &lt;CODE&gt;POST&lt;/CODE&gt;ed by the workflow does&amp;nbsp;&lt;EM&gt;not&lt;/EM&gt; contain engagement information, so you would still need to poll the &lt;A href="https://developers.hubspot.com/docs/methods/engagements/get-recent-engagements" target="_self"&gt;Engagements API&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 14:53:01 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Web-hook-trigger-for-Engagement-events-like-Meeting-etc/m-p/315384#M30159</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2020-01-29T14:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Web-hook trigger for Engagement events like Meeting, etc/</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Web-hook-trigger-for-Engagement-events-like-Meeting-etc/m-p/480514#M46037</link>
      <description>&lt;P data-unlink="true"&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/665"&gt;@IsaacTakushi&lt;/a&gt;,&amp;nbsp;does&amp;nbsp;Webhooks API&lt;SPAN&gt;&amp;nbsp;now support subscriptions to&amp;nbsp;&lt;/SPAN&gt;engagements?? It's been a long time since this question was asked.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 11:18:08 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Web-hook-trigger-for-Engagement-events-like-Meeting-etc/m-p/480514#M46037</guid>
      <dc:creator>PSG</dc:creator>
      <dc:date>2021-08-17T11:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Web-hook trigger for Engagement events like Meeting, etc/</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Web-hook-trigger-for-Engagement-events-like-Meeting-etc/m-p/480581#M46044</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/217107"&gt;@PSG&lt;/a&gt; not yet, but the engagements api is being reworked so it may be in the future&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 13:40:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Web-hook-trigger-for-Engagement-events-like-Meeting-etc/m-p/480581#M46044</guid>
      <dc:creator>dennisedson</dc:creator>
      <dc:date>2021-08-17T13:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Web-hook trigger for Engagement events like Meeting, etc/</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Web-hook-trigger-for-Engagement-events-like-Meeting-etc/m-p/825889#M66010</link>
      <description>&lt;P&gt;Just checking in on any update on here?? (another couple of years since last reply...)&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 10:35:21 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Web-hook-trigger-for-Engagement-events-like-Meeting-etc/m-p/825889#M66010</guid>
      <dc:creator>AdamGrohs</dc:creator>
      <dc:date>2023-07-27T10:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Web-hook trigger for Engagement events like Meeting, etc/</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Web-hook-trigger-for-Engagement-events-like-Meeting-etc/m-p/953262#M72429</link>
      <description>&lt;P&gt;Hi, any update on this? It's been years since this question was originally raised. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 12:33:11 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Web-hook-trigger-for-Engagement-events-like-Meeting-etc/m-p/953262#M72429</guid>
      <dc:creator>estheribrown</dc:creator>
      <dc:date>2024-04-02T12:33:11Z</dc:date>
    </item>
  </channel>
</rss>

