Enums§
- Confirm
Customer Payment Error - struct for typed errors of method
confirm_customer_payment
- Create
Customer Payment Error - struct for typed errors of method
create_customer_payment
- GetCloud
Customer Error - struct for typed errors of method
get_cloud_customer
- GetCloud
Limits Error - struct for typed errors of method
get_cloud_limits
- GetCloud
Products Error - struct for typed errors of method
get_cloud_products
- GetInvoice
ForSubscription AsPdf Error - struct for typed errors of method
get_invoice_for_subscription_as_pdf
- GetInvoices
ForSubscription Error - struct for typed errors of method
get_invoices_for_subscription
- GetSubscription
Error - struct for typed errors of method
get_subscription
- Post
Endpoint ForCws Webhooks Error - struct for typed errors of method
post_endpoint_for_cws_webhooks
- Update
Cloud Customer Address Error - struct for typed errors of method
update_cloud_customer_address
- Update
Cloud Customer Error - struct for typed errors of method
update_cloud_customer
Functions§
- confirm_
customer_ payment - Confirms the payment setup intent initiated when posting to
/cloud/payment
. ##### Permissions Must havemanage_system
permission and be licensed for Cloud. Minimum server version: 5.28 Note: This is intended for internal use and is subject to change. - create_
customer_ payment - Creates a customer setup payment intent for the given Mattermost cloud installation. ##### Permissions Must have
manage_system
permission and be licensed for Cloud. Minimum server version: 5.28 Note:: This is intended for internal use and is subject to change. - get_
cloud_ customer - Retrieves the customer information for the Mattermost Cloud customer bound to this installation. ##### Permissions Must have
manage_system
permission and be licensed for Cloud. Minimum server version: 5.28 Note: This is intended for internal use and is subject to change. - get_
cloud_ limits - Retrieve any cloud workspace limits applicable to this instance. ##### Permissions Must be authenticated and be licensed for Cloud. Minimum server version: 7.0 Note: This is intended for internal use and is subject to change.
- get_
cloud_ products - Retrieve a list of all products that are offered for Mattermost Cloud. ##### Permissions Must have
manage_system
permission and be licensed for Cloud. Minimum server version: 5.28 Note: This is intended for internal use and is subject to change. - get_
invoice_ for_ subscription_ as_ pdf - Retrieves the PDF for the invoice passed as parameter ##### Permissions Must have
manage_system
permission and be licensed for Cloud. Minimum server version: 5.30 Note: This is intended for internal use and is subject to change. - get_
invoices_ for_ subscription - Retrieves the invoices for the subscription bound to this installation. ##### Permissions Must have
manage_system
permission and be licensed for Cloud. Minimum server version: 5.30 Note: This is intended for internal use and is subject to change. - get_
subscription - Retrieves the subscription information for the Mattermost Cloud customer bound to this installation. ##### Permissions Must have
manage_system
permission and be licensed for Cloud. Minimum server version: 5.28 Note: This is intended for internal use and is subject to change. - post_
endpoint_ for_ cws_ webhooks - An endpoint for processing webhooks from the Customer Portal ##### Permissions This endpoint should only be accessed by CWS, in a Mattermost Cloud instance Minimum server version: 5.30 Note: This is intended for internal use and is subject to change.
- update_
cloud_ customer - Updates the customer information for the Mattermost Cloud customer bound to this installation. ##### Permissions Must have
manage_system
permission and be licensed for Cloud. Minimum server version: 5.29 Note: This is intended for internal use and is subject to change. - update_
cloud_ customer_ address - Updates the company address for the Mattermost Cloud customer bound to this installation. ##### Permissions Must have
manage_system
permission and be licensed for Cloud. Minimum server version: 5.29 Note: This is intended for internal use and is subject to change.