diff --git a/Connector-Proxy-in-5-mins.md b/Connector-Proxy-in-5-mins.md index 9b6db07..6c96a20 100644 --- a/Connector-Proxy-in-5-mins.md +++ b/Connector-Proxy-in-5-mins.md @@ -29,11 +29,11 @@ 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. 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) + 1. [aws](https://github.com/sartography/connector-aws/blob/main/src/connector_aws/commands/uploadFile.py) + 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) ## External Contributions More Than Welcome