And there are [many more connectors](https://github.com/sartography?q=connector&type=public&language=python&sort=).
A connector can implement many commands.
Commands are also known as operators in the SpiffWorkflow frontend properties panel user interface.
Like the above examples, you will want to inherit from the `ConnectorCommand` class.
You will see that there are two important functions that your command class must implement:
*`__init__`
*`run`
Code introspection is used based on the implementation of the `__init__` method to determine which parameters should be allowed in the properties panel.