Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
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
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
@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
I try to create an adobe access token in a headless action. first I tryed to use aio-lib-ims but this fails to include in the action (maybe an issue with the core library and their dependencies?) is there any easy way to create an adobe access token having all data in the .env file?
Is there a way to turn up the rate of events sent to a webhook in adobe.io events? We're currently seeing a rate of around 300 requests/min. For large changes, we would like to be able to send events at a much faster rate. Is there a way to do that?
Hi, I want to use https://adobedocs.github.io/lightroom-api-docs/#api-presets-presets_post. The question is how can I buy it? Where can I review pricing? I am using adobe console, but "Lightroom / Camera Raw API" is disabled (https://community.adobe.com/t5/image/serverpage/image-id/69497i84451C01F6FE5FCD/image-size/large?v=1.0&px=999)
Hi, That's been a month now that we are trying to understand how we can get access to Lightroom / Camera Raw API (https://adobedocs.github.io/lightroom-api-docs) from inside our integration.We cannot "activate" it because it's "grayed out" as you can see there :We have contacted chat support / phone support and mail support without any clear answer. It seems nobody from Adobe is able to explain us how to access their own exposed product.If anybody knows something it would be really appreciated 🙂 To be specific, we juste need to be able to apply a given preset to a given image through an API service. Just like this example :https://www.adobe.io/apis/creativecloud/photo-imaging-api/api-demo.html ! Maybe this API is not the one we want, so if you have any hint about that they are more than welcome 🙂 Thanks a lot ! Best regards,
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.