Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Setting up Coupa OAuth2.0 client and configuring a connection on webMethods.IO Integration
This article shows the step-by-step process of setup an OAuth 2.0 client in the Coupa backend and configuring a connection on webMethods.IO Integration.
Contents
URL : https://<your_coupa_instance>.coupacloud.com/oauth2/token BODY params : x-www-form-urlencoded client id : Identifier from Step 5 client secret: secret from Step 5 scope : scopes selected in Step 4 (separated by single space) grant_type : client_credentials
Click Send on the HTTP POST request formed
Note : Access token lasts for 24 hours, so Coupa’s recommendation is to renew the token every 20 hours. If the existing token expires, a new token call must be made.
Select the Coupa connector from the Connectors panel.
Click on Add after all the above fields are entered.
12.Account is now saved successfully and can be used to create and execute custom actions available in CoupaV30 connector.