Simple webhook only notification handler php code

Description
I want to write a notification url using php language.

This url will get the json file posted by webhook. It will parse it and add meeting start and end time. Also attendee in and out times in a mysql database.
Can you share simple code that I can use to do this?

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Webhook only

Hey @sameer,

You would need to write PHP code that can, accept a HTTP post request, and then make an HTTP post request.

Please see our sample PHP code on each API endpoints:

Thanks,
Tommy