
Learn Appian API fundamentals, test with Postman, build get and post web APIs, authenticate with API keys and OAuth 2.0, and implement integrations in a two-community complaint management project.
Master API configuration and creation, and implement integration with external systems. Expose data via web APIs, authenticate calls, test with Postman, and explore Google Drive integration for file upload.
Learn the four API methods—get, post, put, delete—and focus on get and post, illustrating how get returns data unchanged while post triggers updates to data.
Explore postman as a tool to test APIs across the full life cycle, validating authentication, responses, and required parameters before integrating into projects.
Sign in to Postman with Google, create a blank workspace named API crash course, and explore the basic Postman interface for web and desktop usage.
Learn to set up Postman collections and environments, add a request, and test a free API using a get method, guided by API documentation and saving your work.
Learn to trigger your first API by creating a collection and a request, using Postman with a cat facts endpoint, and observe responses, headers, and cookies.
Explore the differences between rest and soap APIs, and how JSON and XML formats shape API architecture. See how Appian and Pega exchange data through JSON for uniform interoperability.
Explore the key components of an API, including headers, body, and status codes, and learn how JSON data and content type metadata are exchanged in Postman workflows for Appian integration.
Learn how to trigger a post request in Postman, using body parameters and a JSON payload to create or modify API data, and view the resulting response.
Explore how a connected system in Appian stores authentication details and a base URL to streamline API integrations across multiple endpoints, using http connectors and centralized credentials.
Explain how to create and configure an integration using a connector system, including endpoints, base URL, query parameters, headers, and testing with HTTP request and response, while noting logging cautions.
Test your first integration by calling the /users endpoint with postman, verify the HTTP request and response details, then convert the JSON body into Appian values for easy data rendering.
Learn to call an Appian integration from an expression rule and an interface, test via the console, and access complete data in a local variable for use in process models.
Call an integration in the process model with the call integration smart service to invoke get integration, map inputs and outputs, and handle success or error to drive the workflow.
Create a post integration in Appian by triggering a post request to the users api, sending a json body with name and job, and testing with dynamic rule inputs.
Learn how to invoke a post integration from Appian rules and interfaces, test it, and configure on success and on error, using save into to store the result.
Test post integration in the process model by triggering the git integration and creating a user with name Udemy, platform, and job fields, and verify the post results.
Learn how to authenticate API requests by using an API key, obtain and configure the key in RapidAPI headers, test with Postman, and apply it in Appian connectors.
Connect to a superhero API using an HTTP connector, configure an API key in the header, and test requests to retrieve a list of heroes for reusable integrations.
Learn to build an Appian integration to fetch and format user data, then display it in a card-layout interface with images and pagination.
Create your first web API in Appian using a hello world template, set the get endpoint, and test the API via its URL and Postman.
Configure the API body by converting data to JSON with the to_json function, create key-value pairs, add date and success fields, and review status codes, headers, and authentication.
Master basic authentication in Postman by using environment variables for username and secret password, and reference them with curly braces to test the Appian API securely.
Learn to test a secured API endpoint using curl by embedding basic authentication in the header, using encrypted snippets from Postman, and understanding authorization.
generate and use an api key in appian with admin access and a service account. pass the key in the appian api key http header to authenticate web APIs.
Diagnose 404 issues by checking client-side triggers and security permissions, ensure the service account has viewer access, add it to the users group, and verify API key authentication in postman.
Create a query record API using a get method to fetch all customer records, configure the endpoint, and test with console and Postman to verify data access.
Learn how to pass query parameters to a web API and fetch them with an HTTP request, including retrieving query parameters, the body, and headers, and test with Postman.
Add validation to a web API by checking for null or empty data and returning a failed response with a data not present message, using conditional logic.
Configure a document download endpoint in a web API template, including document ID handling, extension whitelisting, and content-disposition headers to trigger downloadable outputs tested via Postman.
Learn how to create and test a post API that writes new records to the Voff customer table using a JSON body, with endpoints, write records, and error handling.
Create and test a json body for a post api, format and validate fields like id, name, tier, and created on, and verify responses with console and postman.
Explore deleting a customer record with a post API in Appian integration, using an id parameter to delete a specific record and receiving a 200 status in the response.
Learn how to test and upload documents to an Appian web API using Postman, including setting API key authorization, binary file upload, and using headers to name documents.
Hey Guys,
Started out to learn Appian and want to extend your understanding by mastering Integration and Web API? Then this course is for you.
This course will help you learn API and integration with external systems from scratch. Various API-related topics are covered in detail with practical examples. Additionally, the course includes a project - "Complaint Management System" - which utilizes Web APIs and Integration, spread over two different Appian communities.
The topics covered in this course are:
1. API Fundamentals - Understand the basics of APIs and their importance in modern applications.
2. Introduction to Postman for Testing APIs - Learn how to use Postman to test and debug your APIs efficiently.
3. Different Parts of REST API - Explore the structure and components of RESTful APIs.
4. Appian Integration Objects - Get to know the integration objects in Appian and how to use them.
5. GET and POST Integration - Learn how to implement GET and POST requests in your integrations.
6. Authenticating APIs with Basic, API Key, and OAuth 2.0 Methods - Understand different authentication methods and how to implement them.
7. Creating and Testing APIs to Expose Appian Data to External Systems - Develop and test APIs to share Appian data with other systems.
8. Process Models and APIs - Learn how to integrate APIs with Appian process models for enhanced workflows.
9. Appian and Google Drive Integration - Discover how to connect Appian with Google Drive for seamless data management.
10. API Project: Complaint Management System - Apply your knowledge in a practical project that integrates Web APIs and Appian.
By the end of this course, you will have a thorough understanding of Appian integrations and Web APIs, equipped with practical skills to implement them effectively. Join us to elevate your Appian capabilities and become a proficient developer in API integrations!