n8n-nodes-gofaxsms
v0.1.5
Published
n8n community node for GoFax API - send SMS messages and manage your account
Maintainers
Readme
n8n-nodes-gofaxsms
This is an n8n community node (n8n-nodes-gofaxsms) for the GoFax REST API. It lets you send SMS messages, retrieve message details, list sender IDs, and check your account balance.
Installation
- In n8n, go to Settings > Community Nodes.
- Select Install.
- Enter
n8n-nodes-gofaxsmsas the npm package name. - Click Install.
Credentials
Configure your GoFax credentials in n8n under Credentials > GoFax SMS API:
- Username: Your GoFax account username
- Password: Your GoFax account password
- Base URL:
https://restful-api.gofax.com.au
Authentication uses username/password to obtain a session token automatically on each execution.
Operations
Message
| Operation | Description | Endpoint |
|------------------|--------------------------------------|------------------------------|
| Send | Send an SMS message | PUT /v2.0/SMS |
| Get Detail | Get SMS message detail by ID | GET /v2.0/SMS/{smsId} |
| List Sender IDs | List available SMS sender IDs | GET /v2.0/SMS/SenderIds |
Account
| Operation | Description | Endpoint |
|----------------|-------------------------------|-----------------------------------|
| Get Balance | Get account credit balance | GET /v2.0/Account/CreditBalance |
