📄️ Implementing Connection
Implement the Connection class to share common HTTP request logic, authentication, and account-specific data across Browser and Operation implementations.
📄️ Implementing authentication for a connector
Implement AWS IAM Roles Anywhere authentication in a Boomi connector using the Connector SDK NetworkAuthenticator classes and X.509 certificate trust settings.
📄️ Implementing TestConnection
Add a Test Connection feature to your connector using GET_OBJECT_TYPES, GET_OBJECT_DEFINITIONS, or CUSTOM methods so users can validate settings before...