Hello guys,I am implementing Trigger by using Webhook and I m getting an error when I need to read this part of payload "com.adobe.mcloud.pipeline.pipelineMessage" and "com.adobe.mcloud.protocol.trigger" in order to read evar3. {"envelopeType":"DATA","partition":0,"offset":37047524,"createTime":1621...
Hello guys, Anyone knows how to create trigger as mentioned in the picture? I tried to create trigger in adobe.console.io but i did not see this choice.Thanks
Hi All, Is there some kind of limit on the request header size that we can send to IO. I tried to call IO with a JWT in the request authorization header and the IO starts rejecting the calls from the API Gateway the moment I increase the amount of information in the JWT. Please let me know if any ot...
Getting below error even though appropriate headers are set Access to fetch at '<workfront url>/attask/api/v12.0/upload' from origin 'https://localhost:9080' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is p...
Hi - I have customers-dashboard sample App Builder project. I want to add some custom HTML and PNG files in the project. I have added in "web-src/src" folder but I cannot access the file.I tried to use different paths like xxx.adobeio-static.net/src/ws.html etc.Is it even possible to have these extr...
We have a requirement to create an admin page in our firefly app which will be configured to take all the API's endpoints and API key initially on App setup and set those values for all the app users. It's mostly all the fields that go in .env file but we want it to be configurable by admin.1. Can w...
I have created new projects in the Adobve Dev Console. Now I wanted to give access to the Dev Console to other Admins in our organization. Although one of my colleagues is has the role System Admin he is not able to join my created projects. How can I give access to an addional admin?
We are rebuilding the forms submission endpoint in Adobe I/O Runtime. since we already have our existing business logic written in java it will save us heaps to effort moving the java code from aws Lambda servers to Adobe I/O runtime with very minimal effort. I have gone thru the Adobe I/O documenta...
Hi, I know the actions can be invoked using HTTP on using wsk, is it possible to schedule an action? Let's say I want to run an action every day at midnight, is it possible?