You and your teams might be usually on the go due to work, business conferences, meetings, and many other reasons. So, it might be difficult for you and your employees to stay in front of the desktop every time to stay up-to-date, access customer data, respond to incoming inquiries, manage conversat...
Hi All, I have created a simple application using aio CLI but when I am running aio app deploy Only static files are getting deployed but not the action to the runtime environment. √ Built 1 action(s) for 'dx/excshell/1'√ Building web assets for 'dx/excshell/1'√ Deployed 1 action(s) for 'dx/excshel...
Hello, I'm new in Adobe Runtime and trying to learn usage of the actions. But i'm stuck with usage of a new modules.For example i have following action created:const fetch = require('node-fetch')const FormData = require('form-data')async function main(params) { let formDataVar = new FormData(...
Hi, I created an events subscription for AEP in the Development console of my API Project,the events that I selected areData ingestion notificationProfile Ingestion Delays, Failures and errorsProfile Ingestion InfoAfter that, I ingest profiles with the streaming endpoint of AEP -> Sources -> Account...
Hello, I am working with Adobe App builder and sample todo app code base: https://developer.adobe.com/app-builder/docs/resources/todo-app/I deployed the app using aio app deploy and now I am trying to view logs for my actions - to do that I run aio app logs --tail -v and then I am invoking my actio...
We've been exploring the creation of PDF files from Excel files using the Adobe PDF Services API. Obviously converting from XLS->PDF can be tricky in terms of the printable area, orientation, etc. We managed to get the basics working, but in one example we have, the Excel file is converted to a PDF ...
Is TypeScript supported for the App builder? Developing complicated actions with pure JS can get a bit hard to maintain - does Adobe provide any samples how to work with Adobe IO with TypeScript? Thanks !
Hello, I am working with Adobe App builder and sample todo app code base: https://developer.adobe.com/app-builder/docs/resources/todo-app/I deployed the app using aio app deploy and now I am trying to view logs for my actions - to do that I run aio app logs --tail -v and then I am invoking my actio...
Hello, I am researching Adobe App Builder and I am working with a sample ToDo app tutorial: https://developer.adobe.com/app-builder/docs/resources/todo-app/ This app is using IMS profile and allows to create user todo list. When I run this app with aio app run it shows me two options to view my dep...
Hi everyone,I’m working on User Management API: Authentication for API AccessI’m calling this API:https://usermanagement.adobe.io//v2/usermanagement/organizations/A139DC7957D898C77F000101@AdobeOrg/userswith Headers:Authorization: Bearer access_tokenx-api-key: Client ID from Developer ConsoleBut I’m ...