Fruitask API
  • Welcome!
  • Quick Start
  • Reference
    • Limitation
    • Response Code
    • Webhook
    • Resources
Powered by GitBook
On this page
  1. Reference

Webhook

This features supports only the specific app features we currently have (Form)

This event triggers when you set up a callback URL from the Fruitask Form configuration. Every submitted data will pass following JSON response

// callback data from Fruitask Server
{
    "action:submit_event",
    "data": [
    {
            "Name": "John Doe",
            "Org": "Fruitask",
            "Address": "Puerto Princesa City, Palawan",
        }
    ]
}
PreviousResponse CodeNextResources

Last updated 1 month ago