The notification content for when someone shares a folder.
Properties of content
The value for this can only be share_folder
.
If the type
of notification is share_folder
, the webhook payload object contains the following parameters:
The unique identifier for the notification.
When the notification was created, as a UNIX timestamp (in seconds since the UNIX epoch).
The notification content for when someone shares a folder.
content
The value for this can only be share_folder
.
{"id": "eb595730","created_at": 1377396000,"content": {"type": "share_folder","triggering_user": {"id": "uKakKUfI03Fg8k2gZ6OkT","display_name": "John Doe"},"receiving_team_user": {"user_id": "auDAbliZ2rQNNOsUl5OLu","team_id": "Oi2RJILTrKk0KRhRUZozX","display_name": "Jane Doe"},"folder": {"id": "FAF2lZtloor","title": "My awesome holiday","url": "https://www.canva.com/folder/FAF2lZtloor"},"share": {"message": "Check this out!"}}}