Importing Entries From A WebHook

we send the URL you provide a JSON structed data
Deal breaker.
Any decent system usually allows you how to send the data and also allows to map the data you send over because the fields might be different at source vs destination, like, in your source the email field might be called email while on destination is EMAIL.

Anyway, alternatively you can use the API and receive these webhook requests to a url of your choice where using the api you will parse the json you receive and then do something with that data.
 
Thanks. I wasn't sure about it.

Can you expand a little on:
Code:
You can use the API and receive these webhook requests to a url of your choice where using the api you will parse the json you receive and then do something with that data.
Are there any docs or pointers for this so I can share it with a dev?
 
Back
Top