---
title: "Changes to invoice.communication.triggered"
method: POST
path: "/webhook-events/invoice.communication.triggered"
---

# Changes to invoice.communication.triggered

`POST /webhook-events/invoice.communication.triggered`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 28 of 108 revisions.

- **2026-08-20** `562f13cf61dd` — 3 info
- **2026-08-14** `29f14678f58f` — 103 warning
- **2026-07-31** `50b7421a9690` — 1 warning, 3 info
- **2026-07-15** `f8ecf435d25d` — 14 warning, 5 info
- **2026-07-09** `646d6658479b` — 3 info
- **2026-07-09** `7d57386313c7` — 1 breaking, 2 info
- **2026-07-09** `4b1a811c4179` — 1 breaking, 2 warning
- **2026-06-29** `7857ddc6e44d` — 2 warning, 3 info
- **2026-06-26** `0b54d0a8a98f` — 4 warning
- **2026-06-24** `774ba8074d08` — 1 info
- **2026-06-16** `257509e66883` — 6 info
- **2026-06-12** `7084974acc30` — 1 info
- **2026-06-10** `2a40f94de722` — 1 info
- **2026-06-03** `7adf4f33ea1a` — 6 info
- **2026-05-18** `8ec2edea6b20` — 1 info
- **2026-05-13** `7d5041d23ecb` — 1 info
- **2026-05-13** `7934fabd26c1` — 2 warning
- **2026-04-25** `5cfd03c5fc75` — 1 warning
- **2026-04-23** `2ead4d5de7c1` — 2 warning, 2 info
- **2026-04-22** `147c5358b6c7` — 1 info
- **2026-04-10** `5856ed2fbdd6` — 6 warning, 2 info
- **2026-04-07** `7088f74400b7` — 1 info
- **2026-04-06** `95af41a12111` — 4 warning, 1 info
- **2026-04-06** `bfd855f86563` — 1 breaking
- **2026-04-04** `daf147b28b31` — 1 info
- **2026-04-04** `33afc71210f5` — 1 warning
- **2026-04-04** `3d452eb9ebcc` — 43 warning, 3 info
- **2026-03-20** `fdc2d8c76b76` — 1 info

## Changes

- **2026-08-20** `562f13cf61dd` — 3 info
  - added the optional property `invoice/customer/environment_id` to the response with the `200` status
  - added the optional property `invoice/environment_id` to the response with the `200` status
  - added the optional property `invoice/subscription/customer/environment_id` to the response with the `200` status
- **2026-08-14** `29f14678f58f` — 103 warning
  - removed the optional property `invoice/adjustment_amount` from the response with the `200` status
  - removed the optional property `invoice/billing_period` from the response with the `200` status
  - removed the optional property `invoice/billing_sequence` from the response with the `200` status
  - removed the optional property `invoice/coupon_applications` from the response with the `200` status
  - removed the optional property `invoice/created_at` from the response with the `200` status
  - removed the optional property `invoice/created_by` from the response with the `200` status
  - removed the optional property `invoice/customer/contact` from the response with the `200` status
  - removed the optional property `invoice/customer/created_at` from the response with the `200` status
  - removed the optional property `invoice/customer/created_by` from the response with the `200` status
  - removed the optional property `invoice/customer/environment_id` from the response with the `200` status
  - removed the optional property `invoice/customer/integrations` from the response with the `200` status
  - removed the optional property `invoice/customer/status` from the response with the `200` status
  - removed the optional property `invoice/customer/tenant_id` from the response with the `200` status
  - removed the optional property `invoice/customer/updated_at` from the response with the `200` status
  - removed the optional property `invoice/customer/updated_by` from the response with the `200` status
  - removed the optional property `invoice/description` from the response with the `200` status
  - removed the optional property `invoice/environment_id` from the response with the `200` status
  - removed the optional property `invoice/idempotency_key` from the response with the `200` status
  - removed the optional property `invoice/issue_date` from the response with the `200` status
  - removed the optional property `invoice/last_computed_at` from the response with the `200` status
  - removed the optional property `invoice/line_items/items/adjusted_entitlement_quantity` from the response with the `200` status
  - removed the optional property `invoice/line_items/items/commitment_info` from the response with the `200` status
  - removed the optional property `invoice/line_items/items/created_at` from the response with the `200` status
  - removed the optional property `invoice/line_items/items/created_by` from the response with the `200` status
  - removed the optional property `invoice/line_items/items/currency` from the response with the `200` status
  - removed the optional property `invoice/line_items/items/customer_id` from the response with the `200` status
  - removed the optional property `invoice/line_items/items/entity_id` from the response with the `200` status
  - removed the optional property `invoice/line_items/items/entity_type` from the response with the `200` status
  - removed the optional property `invoice/line_items/items/environment_id` from the response with the `200` status
  - removed the optional property `invoice/line_items/items/invoice_id` from the response with the `200` status
  - removed the optional property `invoice/line_items/items/invoice_level_discount` from the response with the `200` status
  - removed the optional property `invoice/line_items/items/line_item_discount` from the response with the `200` status
  - removed the optional property `invoice/line_items/items/metadata` from the response with the `200` status
  - removed the optional property `invoice/line_items/items/meter_display_name` from the response with the `200` status
  - removed the optional property `invoice/line_items/items/meter_id` from the response with the `200` status
  - removed the optional property `invoice/line_items/items/prepaid_credits_applied` from the response with the `200` status
  - removed the optional property `invoice/line_items/items/price_type` from the response with the `200` status
  - removed the optional property `invoice/line_items/items/price_unit` from the response with the `200` status
  - removed the optional property `invoice/line_items/items/price_unit_amount` from the response with the `200` status
  - removed the optional property `invoice/line_items/items/price_unit_id` from the response with the `200` status
  - …63 more
- **2026-07-31** `50b7421a9690` — 1 warning, 3 info
  - added the new `entitlement.grant.exhausted` enum value to the `event_type` response property for the response status `200`
  - added the optional property `invoice/subscription/coupon_associations/items/subscription_line_item/meter` to the response with the `200` status
  - added the optional property `invoice/subscription/entitlements` to the response with the `200` status
  - added the optional property `invoice/subscription/line_items/items/meter` to the response with the `200` status
- **2026-07-15** `f8ecf435d25d` — 14 warning, 5 info
  - added the new `ADDON` enum value to the `invoice/subscription/coupon_associations/items/subscription_line_item/price/plan/credit_grants/items/scope` response property for the response status `200`
  - added the new `ADDON` enum value to the `invoice/subscription/credit_grants/items/scope` response property for the response status `200`
  - added the new `ADDON` enum value to the `invoice/subscription/plan/credit_grants/items/scope` response property for the response status `200`
  - added the new `event.rejected` enum value to the `event_type` response property for the response status `200`
  - added the new `invoice_line_item` enum value to the `invoice/customer/integrations/items/entity_type` response property for the response status `200`
  - added the new `invoice_line_item` enum value to the `invoice/subscription/customer/integrations/items/entity_type` response property for the response status `200`
  - added the new `subscription.group_spend.threshold_reached` enum value to the `event_type` response property for the response status `200`
  - added the new `subscription.group_spend.threshold_recovered` enum value to the `event_type` response property for the response status `200`
  - added the new `subscription.line_item_spend.threshold_reached` enum value to the `event_type` response property for the response status `200`
  - added the new `subscription.line_item_spend.threshold_recovered` enum value to the `event_type` response property for the response status `200`
  - added the new `subscription.spend.threshold_reached` enum value to the `event_type` response property for the response status `200`
  - added the new `subscription.spend.threshold_recovered` enum value to the `event_type` response property for the response status `200`
  - added the new `wallet.ongoing_balance.updated` enum value to the `event_type` response property for the response status `200`
  - added the new `wallet.transaction.updated` enum value to the `event_type` response property for the response status `200`
  - added the optional property `invoice/customer/contact` to the response with the `200` status
  - added the optional property `invoice/subscription/coupon_associations/items/subscription_line_item/price/plan/credit_grants/items/addon_id` to the response with the `200` status
  - added the optional property `invoice/subscription/credit_grants/items/addon_id` to the response with the `200` status
  - added the optional property `invoice/subscription/customer/contact` to the response with the `200` status
  - added the optional property `invoice/subscription/plan/credit_grants/items/addon_id` to the response with the `200` status
- **2026-07-09** `646d6658479b` — 3 info
  - the `billing_period_count` response's property default value `1` was removed for the status `200`
  - the `billing_period_count` response's property default value `1` was removed for the status `200`
  - the `billing_period_count` response's property default value `1` was removed for the status `200`
- **2026-07-09** `7d57386313c7` — 1 breaking, 2 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `event_type` to the response with the `200` status
  - added the optional property `invoice` to the response with the `200` status
- **2026-07-09** `4b1a811c4179` — 1 breaking, 2 warning
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `event_type` from the response with the `200` status
  - removed the optional property `invoice` from the response with the `200` status
- **2026-06-29** `7857ddc6e44d` — 2 warning, 3 info
  - removed the optional property `invoice/subscription/customer_timezone` from the response with the `200` status
  - added the new `checkout.session.expired` enum value to the `event_type` response property for the response status `200`
  - added the optional property `invoice/customer/timezone` to the response with the `200` status
  - added the optional property `invoice/subscription/customer/timezone` to the response with the `200` status
  - added the optional property `invoice/subscription/timezone` to the response with the `200` status
- **2026-06-26** `0b54d0a8a98f` — 4 warning
  - added the new `VOIDED` enum value to the `invoice/payment_status` response property for the response status `200`
  - added the new `checkout.session.completed` enum value to the `event_type` response property for the response status `200`
  - added the new `checkout.session.failed` enum value to the `event_type` response property for the response status `200`
  - added the new `checkout.session.initiated` enum value to the `event_type` response property for the response status `200`
- **2026-06-24** `774ba8074d08` — 1 info
  - added the optional property `invoice/subscription/coupon_associations/items/subscription_line_item` to the response with the `200` status
- **2026-06-16** `257509e66883` — 6 info
  - added the optional property `invoice/subscription/line_items/items/commitment_time_buckets/items/commitment_type` to the response with the `200` status
  - added the optional property `invoice/subscription/line_items/items/commitment_time_buckets/items/commitment_value` to the response with the `200` status
  - added the optional property `invoice/subscription/line_items/items/commitment_time_buckets/items/id` to the response with the `200` status
  - added the optional property `invoice/subscription/line_items/items/commitment_time_buckets/items/overage_factor` to the response with the `200` status
  - added the optional property `invoice/subscription/line_items/items/commitment_time_buckets/items/price_id` to the response with the `200` status
  - added the optional property `invoice/subscription/line_items/items/commitment_time_buckets/items/true_up_enabled` to the response with the `200` status
- **2026-06-12** `7084974acc30` — 1 info
  - added the optional property `invoice/subscription/coupon_associations/items/coupon/coupon_code` to the response with the `200` status
- **2026-06-10** `2a40f94de722` — 1 info
  - added the optional property `invoice/subscription/line_items/items/commitment_time_buckets` to the response with the `200` status
- **2026-06-03** `7adf4f33ea1a` — 6 info
  - added the optional property `invoice/customer/integrations/items/metadata` to the response with the `200` status
  - added the optional property `invoice/line_items/items/adjusted_entitlement_quantity` to the response with the `200` status
  - added the optional property `invoice/line_items/items/subscription_line_item_id` to the response with the `200` status
  - added the optional property `invoice/subscription/customer/integrations/items/metadata` to the response with the `200` status
  - added the optional property `invoice/subscription/line_items/items/price/sequence` to the response with the `200` status
  - added the optional property `invoice/subscription/synced_price_sequence` to the response with the `200` status
- **2026-05-18** `8ec2edea6b20` — 1 info
  - added the optional property `invoice/issue_date` to the response with the `200` status
- **2026-05-13** `7d5041d23ecb` — 1 info
  - added the optional property `invoice/subscription/auto_invoice_threshold` to the response with the `200` status
- **2026-05-13** `7934fabd26c1` — 2 warning
  - added the new `delegated_invoicing` enum value to the `invoice/subscription/subscription_type` response property for the response status `200`
  - added the new `grouped_invoicing` enum value to the `invoice/subscription/subscription_type` response property for the response status `200`
- **2026-04-25** `5cfd03c5fc75` — 1 warning
  - removed the optional property `invoice/subscription/line_items/items/trial_period_days` from the response with the `200` status
- **2026-04-23** `2ead4d5de7c1` — 2 warning, 2 info
  - removed the optional property `invoice/subscription/line_items/items/price/trial_period` from the response with the `200` status
  - removed the optional property `invoice/subscription/line_items/items/trial_period` from the response with the `200` status
  - added the optional property `invoice/subscription/line_items/items/price/trial_period_days` to the response with the `200` status
  - added the optional property `invoice/subscription/line_items/items/trial_period_days` to the response with the `200` status
- **2026-04-22** `147c5358b6c7` — 1 info
  - added the optional property `invoice/subscription/line_items/items/addon_association_id` to the response with the `200` status
- **2026-04-10** `5856ed2fbdd6` — 6 warning, 2 info
  - added the new `ONETIME` enum value to the `invoice/line_items/items/commitment_info/duration` response property for the response status `200`
  - added the new `ONETIME` enum value to the `invoice/subscription/billing_period` response property for the response status `200`
  - added the new `ONETIME` enum value to the `invoice/subscription/commitment_duration` response property for the response status `200`
  - added the new `ONETIME` enum value to the `invoice/subscription/line_items/items/billing_period` response property for the response status `200`
  - added the new `ONETIME` enum value to the `invoice/subscription/line_items/items/commitment_duration` response property for the response status `200`
  - added the new `ONETIME` enum value to the `invoice/subscription/line_items/items/price/billing_period` response property for the response status `200`
  - removed the `ONETIME` enum value from the `invoice/subscription/billing_cadence` response property for the response status `200`
  - removed the `ONETIME` enum value from the `invoice/subscription/line_items/items/price/billing_cadence` response property for the response status `200`
- **2026-04-07** `7088f74400b7` — 1 info
  - added the optional property `invoice/subscription_customer_id` to the response with the `200` status
- **2026-04-06** `95af41a12111` — 4 warning, 1 info
  - removed the optional property `invoice/customer/parent_customer` from the response with the `200` status
  - removed the optional property `invoice/customer/parent_customer_id` from the response with the `200` status
  - removed the optional property `invoice/subscription/customer/parent_customer` from the response with the `200` status
  - removed the optional property `invoice/subscription/customer/parent_customer_id` from the response with the `200` status
  - added the optional property `invoice/subscription/subscription_type` to the response with the `200` status
- **2026-04-06** `bfd855f86563` — 1 breaking
  - the `invoice/billing_period` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
- **2026-04-04** `daf147b28b31` — 1 info
  - added the optional property `invoice/subscription/coupon_associations/items/coupon` to the response with the `200` status
- **2026-04-04** `33afc71210f5` — 1 warning
  - removed the optional property `invoice/subscription/coupon_associations/items/coupon` from the response with the `200` status
- **2026-04-04** `3d452eb9ebcc` — 43 warning, 3 info
  - added the new `SKIPPED` enum value to the `invoice/invoice_status` response property for the response status `200`
  - added the new `credit_note.created` enum value to the `event_type` response property for the response status `200`
  - added the new `credit_note.updated` enum value to the `event_type` response property for the response status `200`
  - added the new `customer.created` enum value to the `event_type` response property for the response status `200`
  - added the new `customer.deleted` enum value to the `event_type` response property for the response status `200`
  - added the new `customer.updated` enum value to the `event_type` response property for the response status `200`
  - added the new `entitlement.created` enum value to the `event_type` response property for the response status `200`
  - added the new `entitlement.deleted` enum value to the `event_type` response property for the response status `200`
  - added the new `entitlement.updated` enum value to the `event_type` response property for the response status `200`
  - added the new `feature.created` enum value to the `event_type` response property for the response status `200`
  - added the new `feature.deleted` enum value to the `event_type` response property for the response status `200`
  - added the new `feature.updated` enum value to the `event_type` response property for the response status `200`
  - added the new `feature.wallet_balance.alert` enum value to the `event_type` response property for the response status `200`
  - added the new `invoice.communication.triggered` enum value to the `event_type` response property for the response status `200`
  - added the new `invoice.payment.overdue` enum value to the `event_type` response property for the response status `200`
  - added the new `invoice.update` enum value to the `event_type` response property for the response status `200`
  - added the new `invoice.update.finalized` enum value to the `event_type` response property for the response status `200`
  - added the new `invoice.update.payment` enum value to the `event_type` response property for the response status `200`
  - added the new `invoice.update.voided` enum value to the `event_type` response property for the response status `200`
  - added the new `payment.created` enum value to the `event_type` response property for the response status `200`
  - added the new `payment.failed` enum value to the `event_type` response property for the response status `200`
  - added the new `payment.pending` enum value to the `event_type` response property for the response status `200`
  - added the new `payment.success` enum value to the `event_type` response property for the response status `200`
  - added the new `payment.updated` enum value to the `event_type` response property for the response status `200`
  - added the new `subscription.activated` enum value to the `event_type` response property for the response status `200`
  - added the new `subscription.cancelled` enum value to the `event_type` response property for the response status `200`
  - added the new `subscription.created` enum value to the `event_type` response property for the response status `200`
  - added the new `subscription.draft.created` enum value to the `event_type` response property for the response status `200`
  - added the new `subscription.paused` enum value to the `event_type` response property for the response status `200`
  - added the new `subscription.phase.created` enum value to the `event_type` response property for the response status `200`
  - added the new `subscription.phase.deleted` enum value to the `event_type` response property for the response status `200`
  - added the new `subscription.phase.updated` enum value to the `event_type` response property for the response status `200`
  - added the new `subscription.renewal.due` enum value to the `event_type` response property for the response status `200`
  - added the new `subscription.resumed` enum value to the `event_type` response property for the response status `200`
  - added the new `subscription.updated` enum value to the `event_type` response property for the response status `200`
  - added the new `wallet.created` enum value to the `event_type` response property for the response status `200`
  - added the new `wallet.credit_balance.dropped` enum value to the `event_type` response property for the response status `200`
  - added the new `wallet.credit_balance.recovered` enum value to the `event_type` response property for the response status `200`
  - added the new `wallet.ongoing_balance.dropped` enum value to the `event_type` response property for the response status `200`
  - added the new `wallet.ongoing_balance.recovered` enum value to the `event_type` response property for the response status `200`
  - …6 more
- **2026-03-20** `fdc2d8c76b76` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/flexprice/apis/flexprice-api/docs/webhook-events/invoice.communication.triggered/post.md) · [API](https://skmtc.dev/flexprice/apis/flexprice-api.md) · [Page](https://skmtc.dev/flexprice/apis/flexprice-api/changes/webhook-events/invoice.communication.triggered/post)
