Install
openclaw skills install erxes-nextManage contacts, companies, products, tags, documents, brands, automations, team members, and organization data on an erxes instance. Use when the user wants to view, create, update, or remove erxes data through GraphQL.
openclaw skills install erxes-nextUse scripts/login.sh for authentication.
ERXES_BASE_URL=<url> ERXES_CLIENT_ID=${ERXES_CLIENT_ID:-erxes-local} bash scripts/login.sh
ERXES_BASE_URL is required.ERXES_CLIENT_ID is optional. Default to erxes-local.ERXES_BASE_URL=<url>.Read erxes-app-token-auth.md only when you need the quick login reference.
After login, use the returned session payload directly.
accessToken from the login JSON response.Authorization: Bearer <accessToken> and erxes-subdomain: <subdomain> headers on GraphQL calls.refreshToken to get a new access token..auth.json or any other project file.