How to add record to zoho creator from Github webhook payload data
Hi,
I want to use a Github webhook to send data to Zoho Creator. I understand the Github webhook needs a payload URL to send the data to. Looking through community forum postings this URL will be a creator form URL in the format https://creator.zoho.com/api/<ownername>/<format>/<applicationName>/form/<formName>/record
/add
followed by the authtoken -
but authtokens have been discontinued. Can you explain how I can do this with Oauth instead please?
Thank you