Subscribe to New Task in Project
POST
https://api.smarttask.io/v{api_version}/Webhook/Subscribe/{your_app_name}
Path Parameters
Name | Type | Description |
---|---|---|
your_app_name | string | Your App's name |
api_version | string | 1.0 |
Headers
Name | Type | Description |
---|---|---|
Authentication | string | Bearer Access Token |
Request Body
Name | Type | Description |
---|---|---|
target_url | string | url to send data to |
event | string | Event Name - TaskProjectAdded |
CompanyId | string | SmartTask Organization's - CompanyId |
ProjectId | string | ProjectId of the project in the organization |
Last updated