Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
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?
As part of our project firefly application we want to send out an email to the users, is there any email service available or we should rely on services like SES in AWS and Sendgrid to send an email? Please advice! TIA!
I have encountered an issue while adding slack Webhook URL for CLoudmanager events from console.adobe.io where Adobe makes a 'challenge' GET request before the integration can be enabled. The incoming Slack Webhooks URL takes POST but it doesn't get GET so wondering if anyone has a fix/workaround for this
Hi there, we are trying to send a webhook to slack, when the cloud manager deployment is finished. I found the following page: https://www.adobe.io/apis/experiencecloud/cloud-manager/docs.html#!AdobeDocs/cloudmanager-api-docs/master/tutorial/7-sending-notifications.mdhttps://github.com/AdobeDocs/cloudmanager-api-tutorial/blob/master/step7-slack.jsFollowing this, we need to host a small script on some server.Is there any option to get this done without some extra script? RegardsMartin
We are designing dresses, Our designers create the design (image) and assign some attributes to this design, these attributes should load from our web application, once the design and assigning attributes are done, we need a way to push this image with all attributes back to our web service. I can create webservices to push all attributes to Illustrator and create webservices to get information from Illustrator. Can you point me to the right direction?
Hi Team,I followed the codelab tutorial to setup Customer Dashboard and it returns 0 profiles. The specific error in the console is :"error": "missing parameter(s) 'tenant'" We have followed the steps in the document and have entered the ACS tenant.Our ACS Sandbox is of the following format : https://xxxxxxx.campaign-sandbox.adobe.com/ Can anyone please advise on why our tenant is not recognized?S
Hello Team, I'm working on POC where I need to access Adobe I/O runtime. I'm following below link to setup my environment https://www.adobe.io/apis/experienceplatform/runtime/docs.html#!adobedocs/adobeio-runtime/master/getting-started/setup.md Under Creating a Namespace and retrieving the credentials section - As per documentation the steps mentioned - when I open the developer console and click on create a new project, the project created successfully but I can't able to find Workspace, chose workspace like Production, Workspace overview section, and download all button instead above steps can only see if I Create a project from template section and chose Project Firefly as a template where all above option able to see. So the question is which option I supposed to chose? which is correct?
@1917098 while using adobeio-samples-customers-dashboard , I am getting following error - time: 82 Details:https://XXXX-navinprojectfirefly-navindevbox2/.adobeioruntime.net/api/v1/web/NavinProjectfirefly-0.0.1/get-profiles is the end-point on which am getting the error.note: Namespace: XXXX-navinprojectfirefly-navindevbox2 Any idea why this is coming?
I dont know how to find AIO_RUNTIME_NAMESPACE
Hi Team, We as a data team , building a project firefly. I have a query regarding adobo io api that i am putting below, Is there any way to get Primary Identity Column details of a dataset that has specific schema in AEP? I have tried schema registry,catalog,dataset apis but no use , if u could help me out with this it will be very helpful. Thanks In Advance, Prajwal
Hi,I’m trying to update my plugin in the same way as I use to do, but today I’m getting this error message:Service submitApplication failed. Error code: 400 , Error message: {“message”:“Extension name Preely User Testing with locale en for version 9cb2e4bb-7d6e-4063-b92a-cdfd3bd7c52c is already in use”,“error_code”:“887”} , Request ID: LUZmDo9VpCIsxB4VVHSveeVYAFUVzNzVObviously I use the same name for my update. Any suggestions on what might be wrong?Latest released version is 1.1.6 - trying to submit version 1.1.7 Thank you.
Hi, I'm following the documentation for creation the web actions. I'm able to successfully deploy using wskdeploy, but when i'm invoking the action, it throws the following error. Any input on what may be doing wrong? Initialization has failed due to: There was an error uncompressing the action archive. Documentation link - https://adobedocs.github.io/adobeio-runtime/guides/creating_actions.html
I have created a Adobe IO runtime project based on firefly template for fetching the profiles from the campaign. But when i am trying to invoke the action , it showing the below error. "error": "request is invalid, reason: failed authorization. Please use a valid user token for this SPA". Could you please help me to resolve this issue ? Thanks in advance.
Hi there, Is there a way to transfer ownership of an Adobe I/O Project? For example, is someone created a project that is being used by the organization and that user leaves the organization, how do I ensure that the project continues to run correctly after the person's Adobe access is removed?
Hi All,My organization has licenses for AEM, Adobe Analytics, Target and we use Adobe Launch.We want to use Adobe IO for SPA Server Side Rendering.Do we need to procure a license for it?
Hello thereI'm testing a use case where I could post some message on slack using adobe I/o headless app. I'm wondering what feature to use and how to set it up? to consume the events from slack "from slack help" Your app can subscribe to be notified of events in Slack (for example, when a user adds a reaction or creates a file) at a URL you choose I need to enter a requestURL in slack config, how do I generate this url within adobe I/o? any pointers would be great. anil
Hi, customer wants to use Adobe I/O and has a VIP teams account. Does he need to change to VIP Enterprise to get full functionality of I/O?
We are operating Adobe license management site separately through API. In order to integrate Adobe with our site, we're trying to get access token, but some issues are keep coming up. A message saying ‘there was an error with this action try again later’ appeared once I tried to exchanged jwt token to access token. https://console.adobe.io/home We need to exchange Jwt token issued from upper link to access token but errors are keep happening. It would be appreciated if you could look into this issue ASAP.
We've created a simple Adobe I/O Runtime action, developed using NodeJS, and successfully deployed our web push integration with Adobe Campaign Standard.We used the Project Firefly template for the runtime project and used the Campaign STAGE instance for this integration.The application uses serverless deploy method.This is fine as expected and we are able to send web push notifications from our ACS instance The issue we're facing is that "wsk api create" commands generate API endpoints that are only available for a few days, after we've noticed that the endpoint of the API returns the 404 exceptions, and again we need to redeploy the application and generate the API endpoint When we've been observing the behaviors, it's basically changing the one alphabet at the endpoint. Rest remains the same. How do we generate a static endpoint which basically doesn't change dynamically? The thing is every time the endpoint changes we need to change the respective ACS workflow
I am trying to create two projects for Adobe Campaign Classic to Analytics Triggers using this guide: https://experienceleague.adobe.com/docs/campaign-classic/using/integrating-with-adobe-experience-cloud/experience-triggers/configuring-adobe-io.html?lang=en#adobe-io-prerequisitesI have two servers (Stage & Prod) that use two different Analytics report suites via different Analytics Product Profiles. I have configured the Stage project with an Analytics API / JWT auth no problems and it is working.When I try to create a second Analytics API with JWT credential in the second project, and try to generate a new keypair I get the error "Credential with service type already exists in the workspace"Then I tried to upload the public key from the Stage project and it just hangs and does nothing except spin the wait icon.How do you create a second project with unique keypair so I can keep my JWT auth mechanisms separate?ThanksDarren
Hello Team, Do you have any use cases mainly into Insurance business on App Builder? If so can someone please share any guidance or links that will helpful. Also do we have a basic tutorial for App Builder - how to develop basic application ( step by step guide)
Hi Wanted to use the User management api to add/remove users but when i try to add it to a project it just says Contact your system admin to request access to this service, I am a system admin? Any ideas? ThanksAndrew
Hello I'm quite new in this word, and cannot find following information:One of the Firefly's purposes is to have a possibilities to integration Microservices in Adobe world.What about Technology stack?Can I have Database, Search, any other tools available on my project?And which develop languages I can use for creating an applications? Thanks in advance.
Hello, I'm building an application in Project App Builder that will be used to launch a daily automation that ends loading data into Customer Attributes FTP (Target). I've tested the code of the function by calling it from the development web interface (after aio app run) and invoking it directly from the terminal (aio rt action invoke). In both cases, it is working perfectly. The problems come when I try to launch the function daily in an automated way. I'm using nodejs:12, and it seems that it's changing to node10 when using the alarms. The code that I have at my manifest.yml is the same that is provided at this CodeLab:https://adobeio-codelabs-alarms-adobedocs.project-helix.page/?src=/lessons/lesson3.html Do you know what can be causing this repeated errors at the alarm execution? Regards
Hello everyone, I am building a javascript client to trigger transactional messages. I am stuck to obtain access_token with this error{"error":"invalid_client","error_description":"missing client_id parameter"}but I set this in the cUrl. I am using XMLHttpRequest approach and set the cUrl call in the body.xhr.send('curl -X POST -H "Cache-Control: no-cache" -H "Content-Type: multipart/form-data" -F "client_secret=xxxx" -F "client_id=xxxxx" -F" jwt_token=111111111111jVENjI5NDg2NTk4MDYwREQwQTQ5NUQ2MkBBZG9iZU9yZyIsInN1YiI6IkE3MkQ1OUZBNjAwQkU3QzQwQTQ5NUM0MEB0ZWNoYWNjdC5hZG9iZS5jb20iLCJodHRwczovL2ltcy1uYTEuYWRvYmVsb2dpbi5jb20vcy9lbnRfcmVhY3Rvcl9zZGsiOnRydWUsImF1ZCI6Imh0dHBzOi8vaW1zLW5hMS5hZG9iZWxvZ2luLmNvbS9jL2ZjYzNiYjcyODkxMDRmYmViNjdlZjljZjIzMmIwZDMzIn0.rNkFXFJChuslxMJenzWbRmDdG_JFIb4lWMsRrnhbhzaUfFw01sYGEy8aqWxwm7VnZfTsd9G9_QEbatsBhXIyDLGN4-DJGCsSy6PfU7jvZfMldMmeIMHAzuQ1p1wDlaVyeW7fKMhBa4_vG4P3SVu1sdM8IvFdKhD9jx8-T6uSvAea38VfrzWJ0hkEbP03_HNUaDzVGaIChUm3_X5f3QCZlg-kPaPQt0Tov
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.