API Post

API Post

PHP code for interfacing between applications such as WordPress and Objective ERM.

Various PHP scripts for receiving GET and POST field data produced from applications such as cURL or WordPress Gravity Forms webhooks, converting the field data into a formatted XML document, and then POSTing the XML to the Objective ERM system via its API. Included intermediate scripts include the XML file reading and generation, cURL POST and GET submission interfaces. test scripts are supplied for logging and inspecting submitted GET and POST data.

GET or POST data to the send-xml-log PHP script from a webhook such as supplied by WordPress Gravity Forms or Ninja Forms, to test data received in a log file.

GET or POST data to the send-xml PHP script from a webhook such as supplied by WordPress Gravity Forms or Ninja Forms, to send data formatted as XML to the Objective ERM.

View source code on the Bitbucket Git API Post repository.

 


 
Back to Web Applications