Skip to content

Commit

Permalink
Merge pull request #53 from myemma/crm-5998
Browse files Browse the repository at this point in the history
[CRM-5998] add section of documentation for new webhook
  • Loading branch information
briwyatt authored Jul 25, 2024
2 parents 7d8e84e + d324e36 commit 837ef6d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions webhooks.html
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,19 @@ <h3>Member Status Update<a class="headerlink" href="#member-status-update" title
</pre></div>
</div>
</div>
<div class="section" id="subscriptions-member-opted-out">
<h3>Subscriptions Member Opted Out<a class="headerlink" href="#subscriptions-member-opted-out" title="Permalink to this headline"></a></h3>
<div class="highlight-python"><div class="highlight"><pre><span class="p">{</span>
<span class="s">&quot;event_name&quot;</span><span class="p">:</span> <span class="s">&quot;subscriptions-member-opted-out&quot;</span><span class="p">,</span>
<span class="s">&quot;data&quot;</span><span class="p">:</span> <span class="p">{</span>
<span class="s">&quot;member_id&quot;</span><span class="p">:</span> <span class="n">member_id</span><span class="p">,</span>
<span class="s">&quot;subscripition_id&quot;</span><span class="p">:</span> <span class="n">subscripition_id</span><span class="p">,</span>
<span class="s">&quot;account_id&quot;</span><span class="p">:</span> <span class="n">account_id</span><span class="p">,</span>
<span class="p">}</span>
<span class="p">}</span>
</pre></div>
</div>
</div>
</div>
</div>

Expand Down Expand Up @@ -462,6 +475,7 @@ <h3><a href="index.html">Table Of Contents</a></h3>
<li><a class="reference internal" href="#field-delete">Field Delete</a></li>
<li><a class="reference internal" href="#field-update">Field Update</a></li>
<li><a class="reference internal" href="#member-status-update">Member Status Update</a></li>
<li><a class="reference internal" href="#subscriptions-member-opted-out">Subscriptions Member Opted Out</a></li>
</ul>
</li>
</ul>
Expand Down

0 comments on commit 837ef6d

Please sign in to comment.