Message builders
SendMessageInput objects for wazapin.messages.send().
Pagination helpers
Resources withlistPaginated() yield items one at a time.
channelscontactstemplates
Error handling
Methods return{ data, error } and do not throw on API errors. Check error in production code — the quickstart examples skip this to stay short.
Idempotency
Pass an idempotency key when sending messages you may retry.Low-level typed API client
Useclient.api for advanced OpenAPI-typed endpoints that are not wrapped by a resource yet.