The platform is available in over 80 languages

Create a new Video

The Create a New Video for Task event is triggered within GitScrum when a user adds a new video to a task. Videos provide a visual medium for conveying information, demonstrating processes, or sharing presentations related to a specific task, enhancing collaboration and facilitating effective communication.

When this event occurs, GitScrum sends out a webhook notification, allowing integrations and external services to be informed and take appropriate actions based on the newly added video. This event enables seamless integration with various third-party applications and services, enhancing project management workflows.

The webhook payload associated with the Create a New Video for Task event typically includes relevant information such as the video URL, task ID, author details, creation timestamp, and other metadata. This data can be utilized to automatically update connected systems, notify team members, or trigger custom actions based on the specific requirements of your project management workflow.

By leveraging this webhook event, teams can streamline collaboration, share visual information effectively, and maintain an organized workspace within GitScrum. Integrations can facilitate real-time updates, sync video data with other tools, and enable a seamless flow of information between GitScrum and your software development ecosystem.

Whether you need to integrate with a media platform, automate video notifications, or synchronize videos with a documentation system, the Create a New Video for Task webhook event in GitScrum empowers you to extend the capabilities of your project management and collaboration processes. This event allows you to enhance task documentation, promote efficient video sharing, and maintain transparency and productivity within your project team.

Raw Content

{
  "id": 966,
  "uuid": 966,
  "resource": {
    "type": "task",
    "uuid": "f1144074-3751-435a-99f9-7ea35c1b3c51"
  },
  "video_id": "Gqzm6qLrIzg",
  "url": "https://www.youtube.com/watch?v=Gqzm6qLrIzg",
  "title": "Santorini Chill Music | Wonderful Playlist Lounge Chillout | New Age Ambient Music",
  "thumbnail": "",
  "user": {
    "name": "Renato Marinho de Carvalho",
    "headline": "GitScrum Founder",
    "username": "renato.marinho",
    "avatar": "https://gitscrum-storage-avatars.s3.amazonaws.com/5467e2bdd31886166112fea09debe9f72aae06dd.png",
    "location": "Lisbon",
    "timezone_id": 37,
    "timezone_name": "Etc/Greenwich",
    "since": "October 2019"
  },
  "created_at": {
    "date_for_humans": "1 second ago",
    "timezone": "2023-05-15 13:50:52",
    "timestamp": 1684158652
  }
}

Delete Video

The Delete Video for Task event is triggered within GitScrum when a user removes a video associated with a task. Videos serve as a visual medium for conveying information, demonstrating processes, or sharing presentations related to a specific task, enhancing collaboration and facilitating effective communication.

When this event occurs, GitScrum generates a webhook notification, allowing integrations and external services to be informed and take appropriate actions based on the deleted video. This event enables seamless integration with various third-party applications and services, enhancing project management workflows.

The webhook payload associated with the Delete a Video for Task event typically contains relevant information such as the video UUID. This data can be utilized to automatically update connected systems, notify team members, or trigger custom actions based on the specific requirements of your project management workflow.

By leveraging this webhook event, teams can maintain the accuracy and relevance of task-related videos, ensure an organized workspace, and foster efficient collaboration within GitScrum. Integrations can facilitate real-time updates, synchronize video data with other tools, and enable a seamless flow of information between GitScrum and your software development ecosystem.

Whether you need to integrate with a media platform, update video repositories, or automate notifications related to deleted videos, the Delete a Video for Task webhook event in GitScrum empowers you to extend the capabilities of your project management and collaboration processes. This event allows you to effectively manage task documentation, maintain data integrity, and promote a transparent and productive workflow within your project team.

Raw Content

{
  "uuid": 1
}