-
Recently active
Hi, Can anyone let me know if integration to SAP Netweaver is possible from Appian? The Appian version I am referring to is 20.4/21.4. Or let us know if it is possible only with the latest versions. Regards, Chetana
Hi All, I have the requirement to connect EDQ with Appian to get data. Can anyone please tell me how to achieve this? Thanks, Shubham Yadav
Hello there, We are trying to implement the headless BPM. All users are associated to appian accounts but we need to validate the user login screen (not from appian), password reset etc on REACT WEB using API call. Now for that, we are in need the endpoint URL/smart service(which can validate the basic authentication using username/password based on group created in appian) for login authentication for typical appian login form/screen. can someone help me on the same please ? Note : This is on cloud instance and not on-premise/self managed servers.
Hi Appian, i am recently working with appian and in my project i have a requirement that i need to send data from my gmail to process model i found below link but i am not understanding how exactly need to execute my process model by clicking on gmail notification send button from my mail is it possible to do that can you please help me out. Regards, Prabhakar Vajja.
I was exploring Appian Web API and couldn't find any documentation regarding how we can implement OAuth 2.0 lient credential grant or Authorization code grant for Appian Web API with third party IDP (prefer Azure AD) I am able to implement client credential grant using service account and configuring client id and secret from admin console, but we are looking oauth 2 implementation using Azure AD.
The Call Web Service Smart Service requires WSDL URL. How can I use a .WSDL file instead of a link ? Thanks
Hello Everyone, We are on cloud (21.4). We would like to know whether it is possible to connect to DataBricks from Appian? From what we are told, there is not any REST API for that. So, I was wondering if Appian can connect to DataBricks via DataStore connectivity, or any other way? Thanks,Akshar
Hi Appian architect team, do you have suggestions for a method to auto-associate e-mails to an Appian record without CCing an Appian process email? A client is looking for CRM-style functionality which will pull in e-mails and associated replies in the continuing thread and associate them with a customer record in Appian. Pre-sales recommended custom development using MS Graph API but is seen as potentially too complex and/or risky. Welcome any alternative suggestions, third party tools or plugins for a workaround, etc.
Hi, I have got to know the Applications will be available on appian\applications on windows machine will you please help me with the path on Linux machine. As we have to do the Devops and versioning manager configuration. If you can help me with the reference guide that would also be very helpful. Thank you!
Hi Team,I have a requirement of integrating Appian process model or integration or web api to an external SOAP WSDL environment. We would send data from Appian to the external SOAP env and also receive data from the external environment. How can we do this, what are the pre-requisites for such integrations.
Hi, We want to integrate our appian code/objects on GIT repository and we are following https://community.appian.com/w/the-appian-playbook/198/deployment-automation#Automated_Versioning_Manager article. To proceed with we have already installed Appian Import manager and Appian Versioning manager on the server. We presume that we will find the Application folder of the applications which we have created on Web Interface in Zip format on the server. We have some queries related to it: Where can we find Zip file of the created application on the server(Please share the path) as we are accessing it through the bash console? What will be the admin_console_path? How the individual developer can get the code on their individual machines, as appian is common across?
I need to use array in my intagration, PATCH method : Body, for example: { "name":ri!name, "documents": [{"number":123456, "type":"id"}, {"number":789456, "type":"card"}] } but i get error "Invalide symbol found (open_bracket)" because I used "[" "]" How can i fix it?
Hi Can we create local repo of Appian code, if yes then please share the document and Please guide on local repo mapping through version manager.
Hi, I want to set CI/CD with azure devops directly I can see reference material for Jenkins but none which specify the direct integration with Aure devops. Is it possible to build this bridge if yes please share the references. Thanks in advance.
Hi Team, Can we export appian application through rest-api or through command line? Regards Abdul
i'm working on a integration with quickbooks online and i'm working on a process that requieres me to work on some objects. one after another and sometimes it does work but some other it doesn't and throw me this error " You and vladimir were working on this at the same time. vladimir finished before you did, so your work was not saved." is there a way to make to sure that that process was completed before starting another ?
What value should I enter here? header name or header parameter
Hello All, We have gone through the documentation of Appian's ICC docs.appian.com/.../icc_overview.html but it elaborates more on Appian's capability on ICC. As we all know, now that Appian's ICC is no more sold as a solution or available for Partner's download as a solution. Hence trying to implement the solution on our own - Issue we face here is Outbound call/sms is happening from appian but unable to receive the incoming call/sms/chat ( call from end customer to twilio's number is happening >> but from twilio to Appian's world the connection is not happening ) - no intimation of calls / sms etc.. Gone through the documentation of twilio as well. All those Task routing, worker's availablity, workspace are in place properly. Could anyone help me on this ?
Hi, We are using microservices architecture in our enterprise and all data related tasks are performed using rest APIs. These Rest API are using OAuth 2.0 for authentication purpose and we require a new JWT token for each request. Can we generate new token in Appian Open API connected service for each request (as token is valid for certain period) to implement client credential or authorization code flows?
Hi All, I have made one rest api localhost:5000/ its working on postman but not working for appian. Appian did not receive a response from https://localhost:5000 Next Steps Make sure that the URL is correct Try to open the URL in a web browser to verify that the external system is active For internal systems, contact an administrator to verify that the external system is active Check whether you have a firewall or VPN configuration that may be blocking access Any suggestion , Im new to the appian
Hi team, #1. Can I send a zip file (multipart/ form-data) to external system? Basically I am using integration object and connected system which called web API #2. in connected system I need more clarification, Authentication -> API key What should I have to insert in header name ? Thanks in advance
Hellowe are facing this issue in using the plugin "kafka-tools 1.0.1"We have setup all parameters as indicated in the manual (see image above) but we got this message error in the tomcat-stdOut.log 2022-01-24 09:33:25,708 [kafka-producer-network-thread | producer-15] ERROR org.apache.kafka.clients.NetworkClient - [Producer clientId=producer -15] Connection to node 0 (xxx.xxx.xxx.xxx/xxx.xxx.xxx.xxx:32410) failed authentication due to: SSL handshake failed2022-01-24 09:33:26,569 [kafka-producer-network-thread | producer-15] ERROR org.apache.kafka.clients.NetworkClient - [Producer clientId=producer -15] Connection to node 0 (xxx.xxx.xxx.xxx/xxx.xxx.xxx.xxx:32410) failed authentication due to: SSL handshake failed2022-01-24 09:33:26,609 [kafka-producer-network-thread | producer-15] ERROR org.apache.kafka.clients.NetworkClient -
Hello Everone, We are facing an issue when trying to hit the endpoint with the below header parameters. "Unsupported authentication" "This request requires authentication but does not specify the type of authentication expected HTTP/1.1 401 Unauthorized" Note: 1. Not using any connected system 2. Using the authentication as "None" 3. We have the "Authorization" header param, and we are constructing the value using "Cryptography Hash Functions" plugin from app market. Please let me know if anyone come across this error before. Thank You, Sneha.
Good Morning All, I was tasked with evaluating Appian. So far it's pretty straight forward, but I ran into an aissue when trying to pull data from Sheety API. I get a Success response and the correct data being pulled back But once I get to the next step I get an error stating: I followed the instructions in the Course video but still keep getting the same error. Any assistance would be great
IS there any plugin which would upload the XML file and parse the content of the file based on the XPath?
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.