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": "Fruitasj",
            "Address": "Puerto Princesa City, Palawan",
        }
    ]
}

Last updated