Sandbox
Sandbox
Table of Contents
1
2.2) Add a sender system with https adapter
Drag and drop a Sender adapter (e.g., HTTPS) to the iFlow canvas.
Configure the sender adapter with the necessary details like the endpoint URL
(/address)
Drag and drop a Content Modifier to set the headers required for the API call.
In the Message Header section, add a new header,take 3 headers
Name: 1)APIKey 2)Accept 3)Content-Type
Type: 1,2,3)Constant
Value: 1)Your actual API key 2)application/json 3)application/json
Drag and drop a Receiver adapter (e.g., HTTP) to the iFlow canvas.
Configure the receiver adapter with the following details:
Address: https://sandbox.api.sap.com/cpi/api/v1/IntegrationPackages
HTTP Method: GET (or the appropriate method for your use case)
Authentication: Select None (since you are using an API key in the header)
Request headers : APIKey, Accept, Content-Type
4) Output :
2
3