<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>webhooks on Platfone Docs</title><link>https://platfone.com/docs/api/webhooks/</link><description>Recent content in webhooks on Platfone Docs</description><generator>Hugo</generator><language>en</language><copyright>Copyright (c) 2024-2025 Platfone. All rights reserved.</copyright><atom:link href="https://platfone.com/docs/api/webhooks/index.xml" rel="self" type="application/rss+xml"/><item><title>Webhooks</title><link>https://platfone.com/docs/api/webhooks/webhooks/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://platfone.com/docs/api/webhooks/webhooks/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;Webhooks provide real-time notifications when significant state changes occur within the system. They enable external systems to react to updates without polling the API.&lt;/p&gt;</description></item><item><title>Webhook events</title><link>https://platfone.com/docs/api/webhooks/webhook-events/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://platfone.com/docs/api/webhooks/webhook-events/</guid><description>&lt;h2 id="webhook-event-types"&gt;Webhook Event Types&lt;/h2&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Category&lt;/th&gt;
 &lt;th&gt;Event Type&lt;/th&gt;
 &lt;th&gt;Description&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;Activation&lt;/td&gt;
 &lt;td&gt;&lt;a href="https://platfone.com/docs/api/specs/activation-api-doc.html#tag/Webhooks/operation/accountLowBalanceWebhook" target="_blank" rel="noopener"&gt;account.low_balance&lt;/a&gt;
&lt;/td&gt;
 &lt;td&gt;Notifies when an account (merchant) balance is low.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Activation&lt;/td&gt;
 &lt;td&gt;&lt;a href="https://platfone.com/docs/api/specs/activation-api-doc.html#tag/Webhooks/operation/activationUpdatedWebhook" target="_blank" rel="noopener"&gt;activation.updated&lt;/a&gt;
&lt;/td&gt;
 &lt;td&gt;Issued when a activation &lt;code&gt;sms_status&lt;/code&gt; changes.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Activation&lt;/td&gt;
 &lt;td&gt;&lt;a href="https://platfone.com/docs/api/specs/activation-api-doc.html#tag/Webhooks/operation/activationReportUpdatedWebhook" target="_blank" rel="noopener"&gt;activation_report.updated&lt;/a&gt;
&lt;/td&gt;
 &lt;td&gt;Issued when an activation &lt;code&gt;report_status&lt;/code&gt;changes.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Retail&lt;/td&gt;
 &lt;td&gt;&lt;a href="https://platfone.com/docs/api/specs/retail-api-doc.html#tag/Webhooks/operation/customerLowBalanceWebhook" target="_blank" rel="noopener"&gt;customer.low_balance&lt;/a&gt;
&lt;/td&gt;
 &lt;td&gt;Notifies when a customer&amp;rsquo;s balance is below a defined threshold.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Retail&lt;/td&gt;
 &lt;td&gt;&lt;a href="https://platfone.com/docs/api/specs/retail-api-doc.html#tag/Webhooks/operation/customerUpdatedWebhook" target="_blank" rel="noopener"&gt;customer.updated&lt;/a&gt;
&lt;/td&gt;
 &lt;td&gt;Sent when a customer&amp;rsquo;s status is updated.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Retail&lt;/td&gt;
 &lt;td&gt;&lt;a href="https://platfone.com/docs/api/specs/retail-api-doc.html#tag/Webhooks/operation/activationUpdatedWebhook" target="_blank" rel="noopener"&gt;customer.activation.updated&lt;/a&gt;
&lt;/td&gt;
 &lt;td&gt;Issued when a customer&amp;rsquo;s activation &lt;code&gt;sms_status&lt;/code&gt; changes.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Retail&lt;/td&gt;
 &lt;td&gt;&lt;a href="https://platfone.com/docs/api/specs/retail-api-doc.html#tag/Webhooks/operation/activationReportUpdatedWebhook" target="_blank" rel="noopener"&gt;customer.activation_report.updated&lt;/a&gt;
&lt;/td&gt;
 &lt;td&gt;Issued when an activation &lt;code&gt;report_status&lt;/code&gt;changes.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Alternative&lt;/td&gt;
 &lt;td&gt;&lt;a href="https://platfone.com/docs/api/specs/alternative-api-doc.html#tag/Webhooks/operation/alternativeActivationUpdatedWebhook" target="_blank" rel="noopener"&gt;alternative.activation.updated&lt;/a&gt;
&lt;/td&gt;
 &lt;td&gt;Sent when an alternative activation&amp;rsquo;s &lt;code&gt;sms_status&lt;/code&gt; changes.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Each event type has a corresponding &lt;code&gt;data&lt;/code&gt; object, which provides event-specific details.&lt;/p&gt;</description></item></channel></rss>