actionenhancementgood first issuehelp wantedtriaged
Description
Is there a specific app this action is for? MEWS
Please provide a link to the relevant API docs for the specific service / operation. Neople needs two new actions added to the Mews Pipedream integration. Both use POST requests to https://api.mews.com/api/connector/v1/ and authenticate via ClientToken, AccessToken, and Client in the request body (with optional EnterpriseIds for multi-property setups).
-
Get All Bills — POST /bills/getAll
- Docs: https://mews-systems.gitbook.io/connector-api/operations/bills#get-all-bills
- Use case: retrieve bills for a given customer to surface open balances and payment status in our support workflow.
-
Get All Rates — POST /rates/getAll
- Docs: https://mews-systems.gitbook.io/connector-api/operations/rates#get-all-rates
- Use case: enrich reservations with their associated rate information (rate name, ID, modification policies, etc.) so we can determine whether a reservation is modifiable.