← Tools Reference

ChartMogul

ChartMogul integration (Finance, Data). Imported from open-connector.

API key5 toolshttps://api.chartmogul.com
GET
chartmogul_get_account
Retrieve basic ChartMogul account settings for the authenticated API key.

/v1/account

1 parameter
ParamTypeRequiredDescription
includearrayoptionalAdditional account settings to include in the response.
GET
chartmogul_list_sources
List ChartMogul data sources with optional source name or billing system filters.

/v1/data_sources

2 parameters
ParamTypeRequiredDescription
namestringoptionalThe source name to filter by.
systemstringoptionalThe billing system type to filter by, such as Stripe, Recurly, or Custom.
GET
chartmogul_list_customers
List ChartMogul customers with cursor pagination and common customer filters.

/v1/customers

8 parameters
ParamTypeRequiredDescription
dataSourceUuidstringoptionalThe ChartMogul source UUID used to filter customers.
externalIdstringoptionalThe external customer identifier to filter by.
emailstringoptionalThe customer email address to search for.
withAssociatedEmailsbooleanoptionalWhether email search should also match associated contact email addresses.
statusstringoptionalThe lead or subscription status to filter by.
systemstringoptionalThe billing system to filter by, such as Stripe, Recurly, or Custom.
cursorstringoptionalThe cursor returned by ChartMogul for fetching the next page.
perPageintegeroptionalThe maximum number of records to return. ChartMogul caps this at 200.
GET
chartmogul_get_customer
Retrieve a single ChartMogul customer by customer UUID.

/v1/customers/{customerUuid}

1 parameter
ParamTypeRequiredDescription
customerUuidstringrequiredThe ChartMogul UUID of the customer.
GET
chartmogul_list_contacts
List ChartMogul contacts with cursor pagination and common contact filters.

/v1/contacts

6 parameters
ParamTypeRequiredDescription
emailstringoptionalThe contact email address to filter by.
customerExternalIdstringoptionalThe customer external identifier whose contacts should be returned.
customerUuidstringoptionalThe ChartMogul UUID of the customer.
dataSourceUuidstringoptionalThe source UUID whose contacts should be returned.
cursorstringoptionalThe cursor returned by ChartMogul for fetching the next page.
perPageintegeroptionalThe maximum number of records to return. ChartMogul caps this at 200.