SmartTask Developers
Main Website
  • Overview
  • Authentication
    • Basics
    • Details
  • Endpoints
    • Organization
      • Fetch Organizations
    • Task
      • Create a Task
    • Record Activity
      • Fetch Activities
      • Add Comment
    • Project
      • Fetch Projects
    • Organization User
      • Filter Users
    • Webhooks
      • Subscribe to an Event
      • Unsubscribe from a Webhook
  • Models
    • Organization
      • Organization User
    • Group
    • Project
    • Record
    • Record Activity
    • Task
    • Contact
    • Webhook
    • Membership
    • File
    • Custom Field
      • Custom Field Value
    • User
Powered by GitBook
On this page
  1. Endpoints
  2. Webhooks

Subscribe to an Event

POST https://ext-v2.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

  • Please refer to Webhook

  • Please confirm the required fields for different type of events

{id: 12551}

PreviousWebhooksNextUnsubscribe from a Webhook

Last updated 7 days ago