- Get <SAP_BTP_INTEGRATION_SUITE_ENDPOINT>
- Get <SAP_BTP_PROCESS_INTEGRATION_RUNTIME_...>
- Go to the SAP BTP Cockpit
- Go to the Services > Instances and Subscriptions
- Create an instance
- After created, click the created instance
- Go to the Service Keys
- Create a key
- Service Key Name: ms-teams-process-integration-key (or any name you want)
- After created, click the created service key
- Save the key information
- update /backend/.env
# SAP Integration flow
iFlowUrl=<SAP_BTP_INTEGRATION_SUITE_ENDPOINT>
iFlowClientId=<SAP_BTP_PROCESS_INTEGRATION_RUNTIME_CLIENT_ID>
iFlowClientSecret=<SAP_BTP_PROCESS_INTEGRATION_RUNTIME_CLIENT_SECRET>