Cloud Elements currently supports events via polling or webhooks depending on the endpoint.
n
minutes and captures the changed information.If you would like to see more information on our Events framework, please see the Event Management Guide.
Cloud Elements supports both webhook events for SAP Anywhere.
The following JSON may be used to create a SAP Anywhere Instance with webhooks enabled:
{
"element": {
"key": "sapanywhere"
},
"providerData": {
"code": "<CODE_ON_THE_RETURN_URL>"
},
"configuration": {
"oauth.callback.url": "https://www.mycoolapp.com/auth",
"oauth.api.key": "<INSERT_CLIENT_ID>",
"oauth.api.secret": "<INSERT_CLIENT_SECRET>",
"event.notification.enabled": "true",
"event.vendor.type": "webhook",
"event.notification.callback.url": "<INSERT_YOUR_APPS_CALLBACK_URL>"
},
"tags": [
"<ADD_YOUR_TAG>"
],
"name": "<INSERT_INSTANCE_NAME>"
}