<?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: Trigger a webhook via Activity add/edit/del? in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Trigger-a-webhook-via-Activity-add-edit-del/m-p/237093#M15989</link>
    <description>&lt;P&gt;Follow up question for you &lt;A class="mention" href="https://community.hubspot.com/u/isaac_takushi"&gt;@Isaac_Takushi&lt;/A&gt;&lt;BR /&gt;
If we're creating meeting activities on the company record or deal record directly rather than on the contact record itself; how can we make sure those activities are also captured?&lt;/P&gt;
&lt;P&gt;Also it doesn't look like re-enrollment is available. See screenshot.&lt;BR /&gt;
&lt;/P&gt;&lt;DIV class="lightbox-wrapper"&gt;&lt;A class="lightbox" href="https://community.hubspot.com/legacyfs/online/uploads/default/original/2X/b/b84453c396a95a7697931e676aa2017b49085980.jpeg" data-download-href="/legacyfs/online/uploads/default/b84453c396a95a7697931e676aa2017b49085980" title="Capture.JPG" rel="nofollow noopener"&gt;&lt;IMG src="https://community.hubspot.com/legacyfs/online/uploads/default/original/2X/b/b84453c396a95a7697931e676aa2017b49085980.jpeg" alt="Capture" width="647" height="500" /&gt;&lt;DIV class="meta"&gt;
&lt;SPAN class="filename"&gt;Capture.JPG&lt;/SPAN&gt;&lt;SPAN class="informations"&gt;938x724 44.9 KB&lt;/SPAN&gt;&lt;SPAN class="expand"&gt;&lt;/SPAN&gt;
&lt;/DIV&gt;&lt;/A&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 26 Oct 2018 22:49:16 GMT</pubDate>
    <dc:creator>FrankTheTank</dc:creator>
    <dc:date>2018-10-26T22:49:16Z</dc:date>
    <item>
      <title>Trigger a webhook via Activity add/edit/del?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Trigger-a-webhook-via-Activity-add-edit-del/m-p/237091#M15987</link>
      <description>&lt;P&gt;Is there a way to have activities fire off a webhook, for example when a meeting is logged? I've looked through the api documentation and have tried building a webhook call directly in a workflow (since there is no way in the api to trigger a webhook from activities), but that hasn't worked.&lt;/P&gt;
&lt;P&gt;I'm trying to send this information to a sales management platform, basically triggered every time a meeting is added.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Oct 2018 23:45:52 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Trigger-a-webhook-via-Activity-add-edit-del/m-p/237091#M15987</guid>
      <dc:creator>L_E</dc:creator>
      <dc:date>2018-10-24T23:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger a webhook via Activity add/edit/del?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Trigger-a-webhook-via-Activity-add-edit-del/m-p/237092#M15988</link>
      <description>&lt;P&gt;Hi &lt;A class="mention" href="https://community.hubspot.com/u/l_e"&gt;@L_E&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Happy to help. Could you clarify what hasn't worked? Were you running into issues with the workflow's enrollment triggers, the webhook URL, or both? Would you share a link to the workflow you were testing?&lt;/P&gt;
&lt;P&gt;There are three types of meetings-related workflow enrollment triggers:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;"Contact has filled out &lt;A href="https://knowledge.hubspot.com/articles/kcs_article/meetings/use-meetings#create"&gt;Meetings Link: [Desired Meetings Link]&lt;/A&gt;."&lt;/LI&gt;
&lt;LI&gt;"The contact property &lt;STRONG&gt;Last meeting booked&lt;/STRONG&gt; is known" with re-enrollment enabled for whenever &lt;EM&gt;Last meeting booked&lt;/EM&gt; is known again.&lt;/LI&gt;
&lt;LI&gt;"The contact property &lt;STRONG&gt;Meeting description&lt;/STRONG&gt; / &lt;STRONG&gt;Meeting location&lt;/STRONG&gt; / &lt;STRONG&gt;Meeting name&lt;/STRONG&gt; / &lt;STRONG&gt;Meeting source&lt;/STRONG&gt; / &lt;STRONG&gt;Meeting start time&lt;/STRONG&gt; is known." These five properties are located under the &lt;EM&gt;Activity&lt;/EM&gt; filter, but none of them can be used for re-enrollment. Learn more &lt;A href="https://knowledge.hubspot.com/articles/kcs_article/lists/use-the-activity-filter-in-lists"&gt;here&lt;/A&gt;.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Some of these triggers may be more or less appropriate in your situation, however you should always be able to use a &lt;A href="https://knowledge.hubspot.com/articles/kcs_article/workflows/how-do-i-use-webhooks-with-hubspot-workflows"&gt;webhook&lt;/A&gt; at the end of the workflow to ping your system. If you choose to use the &lt;CODE&gt;POST&lt;/CODE&gt; method, keep in mind that you'll need to parse an entire contact-record's-worth of JSON-formatted data on your end.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Oct 2018 19:00:17 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Trigger-a-webhook-via-Activity-add-edit-del/m-p/237092#M15988</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2018-10-26T19:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger a webhook via Activity add/edit/del?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Trigger-a-webhook-via-Activity-add-edit-del/m-p/237093#M15989</link>
      <description>&lt;P&gt;Follow up question for you &lt;A class="mention" href="https://community.hubspot.com/u/isaac_takushi"&gt;@Isaac_Takushi&lt;/A&gt;&lt;BR /&gt;
If we're creating meeting activities on the company record or deal record directly rather than on the contact record itself; how can we make sure those activities are also captured?&lt;/P&gt;
&lt;P&gt;Also it doesn't look like re-enrollment is available. See screenshot.&lt;BR /&gt;
&lt;/P&gt;&lt;DIV class="lightbox-wrapper"&gt;&lt;A class="lightbox" href="https://community.hubspot.com/legacyfs/online/uploads/default/original/2X/b/b84453c396a95a7697931e676aa2017b49085980.jpeg" data-download-href="/legacyfs/online/uploads/default/b84453c396a95a7697931e676aa2017b49085980" title="Capture.JPG" rel="nofollow noopener"&gt;&lt;IMG src="https://community.hubspot.com/legacyfs/online/uploads/default/original/2X/b/b84453c396a95a7697931e676aa2017b49085980.jpeg" alt="Capture" width="647" height="500" /&gt;&lt;DIV class="meta"&gt;
&lt;SPAN class="filename"&gt;Capture.JPG&lt;/SPAN&gt;&lt;SPAN class="informations"&gt;938x724 44.9 KB&lt;/SPAN&gt;&lt;SPAN class="expand"&gt;&lt;/SPAN&gt;
&lt;/DIV&gt;&lt;/A&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Oct 2018 22:49:16 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Trigger-a-webhook-via-Activity-add-edit-del/m-p/237093#M15989</guid>
      <dc:creator>FrankTheTank</dc:creator>
      <dc:date>2018-10-26T22:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger a webhook via Activity add/edit/del?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Trigger-a-webhook-via-Activity-add-edit-del/m-p/237094#M15990</link>
      <description>&lt;P&gt;Hi &lt;A class="mention" href="https://community.hubspot.com/u/frank_devine"&gt;@Frank_Devine&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Apologies for the delayed response.&lt;/P&gt;
&lt;P&gt;At this time, re-enrollment is only available for &lt;EM&gt;contact-based&lt;/EM&gt; workflows, so you'll need to make sure the meetings created on company or deal records are associated with contacts. These contacts will be the objects you create automation around.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;DIV class="lightbox-wrapper"&gt;&lt;A class="lightbox" href="https://community.hubspot.com/legacyfs/online/uploads/default/original/2X/9/97a87db74822efce34754ce569d21fd817e6877c.jpeg" data-download-href="/legacyfs/online/uploads/default/97a87db74822efce34754ce569d21fd817e6877c" title="Add attendee.jpg"&gt;&lt;IMG src="https://community.hubspot.com/legacyfs/online/uploads/default/optimized/2X/9/97a87db74822efce34754ce569d21fd817e6877c_1_690x277.jpeg" alt="Add%20attendee" width="690" height="277" srcset="https://discourse-cdn-sjc1.com/hubspot/uploads/default/optimized/2X/9/97a87db74822efce34754ce569d21fd817e6877c_1_690x277.jpeg, https://discourse-cdn-sjc1.com/hubspot/uploads/default/optimized/2X/9/97a87db74822efce34754ce569d21fd817e6877c_1_1035x415.jpeg 1.5x, https://discourse-cdn-sjc1.com/hubspot/uploads/default/optimized/2X/9/97a87db74822efce34754ce569d21fd817e6877c_1_1380x554.jpeg 2x" /&gt;&lt;DIV class="meta"&gt;
&lt;SPAN class="filename"&gt;Add attendee.jpg&lt;/SPAN&gt;&lt;SPAN class="informations"&gt;1604x644 121 KB&lt;/SPAN&gt;&lt;SPAN class="expand"&gt;&lt;/SPAN&gt;
&lt;/DIV&gt;&lt;/A&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://community.hubspot.com/legacyfs/online/uploads/default/original/2X/6/6bbdfbfdd9e13039671cd194007b00e06196039b.jpeg" alt="Re-enrollment" width="575" height="473" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 12:40:59 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Trigger-a-webhook-via-Activity-add-edit-del/m-p/237094#M15990</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2018-10-31T12:40:59Z</dc:date>
    </item>
  </channel>
</rss>

