<?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: Resetting a Messenger conversation by deleting the conversation at the end user's side. in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Resetting-a-Messenger-conversation-by-deleting-the-conversation/m-p/1169903#M82896</link>
    <description>&lt;P&gt;Hey, &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/938533"&gt;@Igee&lt;/a&gt;&lt;/SPAN&gt; &lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; Thanks for the question. It sounds like this is happening exclusively within the Facebook Messenger app. Is that correct? &amp;nbsp;If that's the case, the behavior you're seeing is likely the intended functionality.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;It's likely because:&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;Meta gives every user a permanent &lt;A href="https://developers.facebook.com/docs/messenger-platform/identity/user-profile/" target="_blank"&gt;&lt;STRONG&gt;Page-Scoped User ID (PSID)&lt;/STRONG&gt;&lt;/A&gt;&lt;/LI&gt;
 &lt;LI&gt;HubSpot uses this PSID to identify the contact and save their state&lt;/LI&gt;
 &lt;LI&gt;A user deleting a chat only clears their view. It does not notify HubSpot or reset their identity (Meta does &lt;STRONG&gt;not&lt;/STRONG&gt; provide a &lt;A href="https://developers.facebook.com/docs/messenger-platform/webhooks" target="_blank"&gt;&lt;STRONG&gt;webhook&lt;/STRONG&gt;&lt;/A&gt; event that fires when a user deletes a conversation)&lt;/LI&gt;
 &lt;LI&gt;When they message again, the same PSID is used, so the conversation continues&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;In this case, our community expert can provide deep expertise on building and troubleshooting your chatflow logic, setting contact properties, and using HubSpot APIs, the specific mechanics of the Messenger platform itself (like what the “delete” or “archive” functions do) are controlled by Meta.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Jaycee&lt;/P&gt;</description>
    <pubDate>Thu, 26 Jun 2025 21:02:41 GMT</pubDate>
    <dc:creator>Jaycee_Lewis</dc:creator>
    <dc:date>2025-06-26T21:02:41Z</dc:date>
    <item>
      <title>Resetting a Messenger conversation by deleting the conversation at the end user's side.</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Resetting-a-Messenger-conversation-by-deleting-the-conversation/m-p/1169563#M82874</link>
      <description>&lt;P&gt;Good Day,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been developing and testing a chatflow for a while now. When I was starting out deleting the conversastion on a test account on Messenger originally reset the whole conversation meaning it started on the first question of the chatflow, it also deleted and reset all custom states that were being used within the chatflow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These worked like this until recently we went to have it tested by other people, and one concern was after deleting the conversation by the end user. The conversation picks-up from where it left off.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The account that I have been using for testing still does this at times, but before it was doing it consistently. The accounts that are now just being used do not do this for some reason, and I can't figure out why.&lt;BR /&gt;&lt;BR /&gt;If it is possible I would like that the "reset" works on all accounts, at least just for testing. And if this is not possible is there another way to reset the conversation by the users. Or a better way to conduct the tests.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 09:39:10 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Resetting-a-Messenger-conversation-by-deleting-the-conversation/m-p/1169563#M82874</guid>
      <dc:creator>Igee</dc:creator>
      <dc:date>2025-06-26T09:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Resetting a Messenger conversation by deleting the conversation at the end user's side.</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Resetting-a-Messenger-conversation-by-deleting-the-conversation/m-p/1169903#M82896</link>
      <description>&lt;P&gt;Hey, &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/938533"&gt;@Igee&lt;/a&gt;&lt;/SPAN&gt; &lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; Thanks for the question. It sounds like this is happening exclusively within the Facebook Messenger app. Is that correct? &amp;nbsp;If that's the case, the behavior you're seeing is likely the intended functionality.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;It's likely because:&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;Meta gives every user a permanent &lt;A href="https://developers.facebook.com/docs/messenger-platform/identity/user-profile/" target="_blank"&gt;&lt;STRONG&gt;Page-Scoped User ID (PSID)&lt;/STRONG&gt;&lt;/A&gt;&lt;/LI&gt;
 &lt;LI&gt;HubSpot uses this PSID to identify the contact and save their state&lt;/LI&gt;
 &lt;LI&gt;A user deleting a chat only clears their view. It does not notify HubSpot or reset their identity (Meta does &lt;STRONG&gt;not&lt;/STRONG&gt; provide a &lt;A href="https://developers.facebook.com/docs/messenger-platform/webhooks" target="_blank"&gt;&lt;STRONG&gt;webhook&lt;/STRONG&gt;&lt;/A&gt; event that fires when a user deletes a conversation)&lt;/LI&gt;
 &lt;LI&gt;When they message again, the same PSID is used, so the conversation continues&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;In this case, our community expert can provide deep expertise on building and troubleshooting your chatflow logic, setting contact properties, and using HubSpot APIs, the specific mechanics of the Messenger platform itself (like what the “delete” or “archive” functions do) are controlled by Meta.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Jaycee&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 21:02:41 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Resetting-a-Messenger-conversation-by-deleting-the-conversation/m-p/1169903#M82896</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2025-06-26T21:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Resetting a Messenger conversation by deleting the conversation at the end user's side.</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Resetting-a-Messenger-conversation-by-deleting-the-conversation/m-p/1169966#M82899</link>
      <description>&lt;P&gt;I am not sure if it happens on other platforms since I am only working on Messenger right now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe that you are referring to the conversation being retained as the intended behavior. But it is not consistent with all accounts, I was using this method to reset the conversations up until yesterday and the behavior was the same, delete the conversation in Messenger and the conversation resets. Upon testing on other accounts is where I found out that it does not reset everytime.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also I found during recent testing that now the account I am using, sometimes does not reset everytime I delete. It still does reset most of the times, but not consistently anymore unlike before.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to know why this behaviour is not consistent between accounts, how to fix it, and if there is a better way to reset the conversation for testing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2025 00:44:29 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Resetting-a-Messenger-conversation-by-deleting-the-conversation/m-p/1169966#M82899</guid>
      <dc:creator>Igee</dc:creator>
      <dc:date>2025-06-27T00:44:29Z</dc:date>
    </item>
  </channel>
</rss>

