Slack integration¶
Adding Qrowdify app to your slack let you fetch and show experiences inside slack channels and your temmate's can accept the experiences inside slack channels.
Experiences(Tasks)¶
You can use this API to fetch, update and create tasks on Qrowdify platform.
Fetch single task¶
Fetch task with a particular id.
Property | Type | Description |
---|---|---|
task_id | int | Qrowdify task id |
GET /task/{task_id} task:read
Slack view
Example request¶
/qtask fetch {task_id}
POST /task/create
Example slack create request¶
/qtask create {json_file_path}