Webhook event for organization.updated.
Sent when a organization is updated.
Discord & Slack support: Basic
The data field contains a PolarExpress.Schemas.Organization struct.
Summary
Functions
Returns the event type string.
Types
@type t() :: %PolarExpress.Events.OrganizationUpdated{ data: PolarExpress.Schemas.Organization.t(), timestamp: String.t(), type: String.t() }
type- Always"organization.updated".data- The event payload. SeePolarExpress.Schemas.Organization.timestamp- ISO 8601 timestamp of when the event occurred.
Functions
@spec event_type() :: String.t()
Returns the event type string.