Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

shikhartanwar
shikhartanwar
Offline

Badges

Badges
9

Accepted Solutions

Accepted Solutions
6

Likes Received

Likes Received
4

Posts

Posts
22

Discussions

Discussions
0

Questions

Questions
22

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by shikhartanwar
Customize the badges you want to showcase on your profile
Re: App builder logs not visible with aio app:logs --tail - Adobe Developer Events 12-06-2022
Hi @bartek_887: I believe this question is more relevant for the app builder community.Can you please reach out there and see if that helps!

Views

79

Like

1

Replies

1
Re: CloudEvent calling Webhook successfully, but Body is empty - Adobe Developer Events 13-04-2022
Hi @nuzil,I noticed that you are using the https://io-webhook.herokuapp.com/ as the webhook server. There is a known bug in this server where it's only able to display payloads when the content type is application/json.If you created this integration using developer console, you should be able to view debug traces of the events flowing.Alternatively, you can use https://webhook.site as the webhook server, but you'll have to take care of challenge deliveries manually then.Hope this helps!Thanks, ...

Views

141

Likes

2

Replies

1
Re: How to modify event payload to make it compatible to webhook? - App Builder 27-01-2022
@zeiss_hs I am not sure if I fully understand your question, but let me take a stab at it.If you have Adobe I/O Runtime enabled in your org, then you can deploy a Runtime action that essentially does the same modification. You can then use Runtime Action as a Webhook against your events integration and achieve the same goal.Hope this helps.

Views

281

Likes

0

Replies

0
Re: How to modify event payload to make it compatible to webhook? - App Builder 04-01-2022
Hi @zeiss_hs,You cannot directly use a Slack webook with Adobe I/O Events, because of the same constraint you mentioned. You will need a webhook to proxy your event payload to Slack in a compatible format. This can be achieved by a simple Adobe I/O Runtime action (or any other serverless function). Below is a sample repository for inspiration:https://github.com/hirenoble/webhook_server#update-slack-incoming-webhook

Views

332

Likes

0

Replies

2
Re: Webhook validation URL not formed correctly - Adobe Developer Events 17-11-2021
Hi @drewglass1,You can intercept the original validation URL if you own the webhook server (by simpy logging all requests). We purposefully obfuscate the validation URL in debug tracing tab for security reasons.Hope this helps.

Views

296

Likes

0

Replies

0
Re: Unable to subscribe from Cloud Manager - Adobe Developer Events 06-10-2021
Hi @humberto_munoz, would it be possible to share the logs that you are getting for the NPE?I am assuming the steps you mentioned, have been performed for both local and production environments in the exact same manner (especially setting up your workspace in the Developer Console, and as OSGI configuration and finalizing the Adobe IMS configuration in AEM).

Views

404

Likes

0

Replies

1
Re: Journal API - Timestamp, AEP - Adobe Developer Events 10-08-2021
Hi @navink386520: The Journaling API documentation that you are referring to contains an example where the original event has a timestamp field. We simply wrap the original event payload and deliver it as is.In your case, the AEP data ingestion events may not have a time-stamp field and that's why you don't see one in the journaling API response as well.

Views

405

Likes

0

Replies

0
Re: Adding custom fields in event json generated for aem... - Adobe Developer Events 09-08-2021
What exactly is your use-case?

Views

466

Like

1

Replies

0
Re: Adding custom fields in event json generated for aem... - Adobe Developer Events 09-08-2021
This is not possible right now with the already published package that we have (see https://www.adobe.io/apis/experienceplatform/events/docs.html#!adobedocs/adobeio-events/master/aem/aem_skyline_install.md). One thing that you could do is extend the package as per your needs.Having said that, we are in the middle of open sourcing the AEM <=> I/O Events package, and any open source contributions would be welcome.

Views

462

Likes

0

Replies

0
Re: Adobe Cloud Manager API Tutorial Webhook - x-adobe-si... - Adobe Developer Events 16-07-2021
When I posted my debug results, I included a snapshot of both the request and response tabs (see below for a better image). That's where you see the difference of headers. But looking at your traces, it seems that the events are being delivered just fine. Regarding the slack integration, I did not test that, but I believe it should work.  

Views

1.5K

Likes

0

Replies

0
Likes from