Code in SMS-iT Workflow#

SMS-iT Workflow is a low-code tool. This means you can do a lot without code, then add code when needed.

Code in your workflows#

There are two places in your workflows where you can use code:

Other technical resources#

These are features that are relevant to technical users.

Technical nodes#

SMS-iT Workflow provides core nodes, which simplify adding key functionality such as API requests, webhooks, scheduling, and file handling.

Other developer resources#

  • The SMS-iT Workflow API

    SMS-iT Workflow provides an API, where you can programmatically perform many of the same tasks as you can in the GUI. There's an SMS-iT Workflow API node to access the API in your workflows.

    API

  • Self-host

    You can self-host SMS-iT Workflow. This keeps your data on your own infrastructure.

    Hosting

  • Build your own nodes

    You can build custom nodes, install them on your SMS-iT Workflow instance, and publish them to npm.

    Creating nodes