Updated Connector Proxy in 5 mins (markdown)

jbirddog 2024-01-22 11:13:10 -05:00
parent a28b790bed
commit c677946fa6
1 changed files with 6 additions and 0 deletions

@ -28,5 +28,11 @@
1. Use data provided by the Connector Proxy to form the needed request 1. Use data provided by the Connector Proxy to form the needed request
1. Make the request using the required protocol (HTTPS/FTP/Gopher/Fax/OS System Calls/docker run) 1. Make the request using the required protocol (HTTPS/FTP/Gopher/Fax/OS System Calls/docker run)
1. Use the result to form a response that can be returned through the Connector Proxy 1. Use the result to form a response that can be returned through the Connector Proxy
1. Examples
1. [smtp](https://github.com/sartography/connector-smtp/blob/main/src/connector_smtp/commands/send_email.py)
1. [http](https://github.com/sartography/connector-http/blob/main/src/connector_http/commands/get_request.py)
1. [aws](https://github.com/sartography/connector-aws/blob/main/src/connector_aws/commands/uploadFile.py)
1. [xero](https://github.com/status-im/spiffworkflow-connector/blob/master/connectors/connector-xero/connector_xero/commands/createInvoice.py)
1. [waku](https://github.com/status-im/spiffworkflow-connector/blob/master/connectors/connector-waku/connector_waku/commands/sendMessage.py)