This content from the SAP Concur Community was machine translated for your convenience. SAP does not provide any guarantee regarding the correctness or completeness of this machine translated text. View original text custom.banner_survey_translated_text
- Mute
- Subscribe
- Bookmark
- Report Inappropriate Content
SAP Concur API Webhook callback not working
Hello Tech Experts,
(ESS Subscription assist)
As Per the Documentation, we have requested for ESS as follows:
{
"id": "a1347584-678e-4857-a36b-6ad37d27299d",
"filter": ".*",
"topic": "public.concur.expense.report",
"webHookConfig": {
"endpoint": "https://cgu2u4u1w0.execute-api.us-east-1.amazonaws.com/default"
}
}}
And it was registered successfully. When we try to get the list of subscriptions we are able to successfully retrieved it.
[ { "allowPublicAccess": true,
"startFromEarliest": false,
"id": "a1347584-678e-4857-a36b-6ad37d27299d",
"topic": "public.concur.expense.report",
"filter": ".*",
"webHookConfig": {
"endpoint": "https://cgu2u4u1w0.execute-api.us-east-1.amazonaws.com/default"
},
"applicationId": "0032f1cf-d297-4122-84da-62a0884fbcfd",
"scope": "",
"groups": [],
"companyIds": []
}
]
When we changed the report ideally, we should get the Event information to my endpoint which is not happening.
We have hosted our endpoint on AWS and we verified the Logs but no events got pushed to it. (observed Cloudwatch Logs). Even first time verification Log also we could not able to see.
Could you please let us know if the subscription is properly configured?
Or please let us know where we can see the related Logs?
Thanks in advance.
Br,
D Kuma
- Labels:
-
API
This content from the SAP Concur Community was machine translated for your convenience. SAP does not provide any guarantee regarding the correctness or completeness of this machine translated text. View original text custom.banner_survey_translated_text
- Mute
- Subscribe
- Bookmark
- Report Inappropriate Content
@dkumar I'm going to ask someone about this as APIs are not my area of expertise.
Thank you,
Kevin
SAP Concur Community Manager
Did this response answer your question? Be sure to select “Accept as Solution” so your fellow community members can be helped by it as well.
This content from the SAP Concur Community was machine translated for your convenience. SAP does not provide any guarantee regarding the correctness or completeness of this machine translated text. View original text custom.banner_survey_translated_text
- Mute
- Subscribe
- Bookmark
- Report Inappropriate Content
@dkumar my contact said for this type of issue, you will need contact Concur Support.
Thank you,
Kevin
SAP Concur Community Manager
Did this response answer your question? Be sure to select “Accept as Solution” so your fellow community members can be helped by it as well.
This content from the SAP Concur Community was machine translated for your convenience. SAP does not provide any guarantee regarding the correctness or completeness of this machine translated text. View original text custom.banner_survey_translated_text
- Mute
- Subscribe
- Bookmark
- Report Inappropriate Content