Subscribe to New Contact Event
POST
https://api.smarttask.io/v{api_version}/Webhook/Subscribe/{your_app_name}
Path Parameters
Name | Type | Description |
---|---|---|
api_version | string | App Version = 1.0 |
your_app_name | string | Your name or app name |
Headers
Name | Type | Description |
---|---|---|
Authentication | string | Bearer Access Token |
Request Body
Name | Type | Description |
---|---|---|
target_url | string | Url to send the data |
event | string | Set to `ContactNew` |
CompanyId | string | SmartTask organization |
Last updated