This Sample program given here is created for one of my requirement and may it could help someone who is seeking for a sample program to setup webhook and receive data over POST method and process it and send it to Airtable to create a record there in the already existing table.
Before you proceed
- Make sure you update the Destination Airtable URL in the code
- Make sure you replace the dummy API key given in the program with your authentic API key
- This is created for my requirement, you can use it/modify it/tweak it at your own risk/interest.
- This code creates a temp reporting file name "toairtable.txt". Remove or rename it as per your need
Thanks,
A K S A R A V
Write to us at [email protected]
Follow us on Facebook | Twitter
To Join our Community in Whatsapp – Click here
More from Middleware Inventory
-
Sample Java Web Application with Form-Based Authentication - Step by StepDesigning WEB Applications with Web Browser-based security is very common. There are three types of Authentication methods generally being used as follows Basic Authentication Form-Based Authentication SSL Client Cert Authentication Most of the Web Applications are using Form Based Authentication method where the user will be submitting their credentials through…
-
A Sample Java Web Application - War file to Deploy and TestThe Overview This post is about the Java J2EE web application and starts with explaining what is Web Application and why they are called as WAR files and what is the Standard Directory Structure of Web Application or WAR file and What WAR files are consists of etc and continues…
-
Activemq simple jms client to test queue and topic - ActiveMQ CLIIn this post, we will provide a Simple Java JMS Client Program to Test Active MQ Queue and Topic, this program is designed to take username and password(securely) and the broker URL from the user at the runtime. It is designed to do both Send and Receive operations for both…