0.1.0 • Published 1 year ago

n8n-nodes-clicksend v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

n8n-nodes-clicksend

This is an n8n community node. It lets you use the ClickSend REST API in your n8n workflows.

ClickSend Business Communications. Solved. Communicate with your customers and staff like never before via SMS, Email, Rich Media, Direct Mail and more. From single to scale by web app or API.

There is a massive amount of endpoints available for ClickSend through their REST API. This is not the only API type they have.

ClickSend API Docs

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials Compatibility
Usage Resources
Version history

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

  • Account
    • Get details
    • Get Usage
  • SMS
    • History
    • Calculate SMS price
    • Send SMS
  • MMS
    • History
    • Calculate MMS price
    • Send MMS
  • Upload
    • Upload binary media file to be converted for use as a URL

Credentials

This node uses basic HTTP authentication in the headers. Authorization: Basic API KEY The API key is username:password Base64 encoded. See the oficial documentation for more information.

Compatibility

This is subject to change.

Usage

Use the node as you would any other, but some tips

  • Estimating cost for SMS/MMS uses the exact same fields as for sending them. So you should be able to flip back and forth between the different modes easily.
  • You must use the 'upload' operation before sending an MMS UNLESS your media is already a compatible format (See Docs about that here)

Resources

Version history

  • 0.1.0 - Initial release
    • Features:
      • Account
        • Get details
        • Get Usage
      • SMS
        • History
        • Calculate SMS price
        • Send SMS
      • MMS
        • History
        • Calculate MMS price
        • Send MMS
      • Upload
        • Upload binary media file to be converted for use as a URL