This webhook is triggered whenever a new audio review is received in your Feedspace account.Documentation Index
Fetch the complete documentation index at: https://docs.feedspace.io/llms.txt
Use this file to discover all available pages before exploring further.
Webhook Type
feed.audio.received
Payload Format
Object Structure
User Object
Theuser object contains information about the Feedspace user who owns the workspace.
User Fields
id: Unique identifier for the Feedspace user accountname: Display name of the Feedspace useremail: Email address associated with the Feedspace accountnotification: Object containing notification preferencesreceived_text_feed: Whether user receives notifications for text reviewsreceived_audio_feed: Whether user receives notifications for audio reviewsreceived_video_feed: Whether user receives notifications for video reviews
custom_domain: Object containing custom domain settingsdomain: Custom domain URL if configuredstatus: Boolean indicating if custom domain is activefavicon: URL to custom domain’s favicon
Project Object
Theproject object contains information about the workspace/project where the review was submitted.
Project Fields
logo: URL to the project’s logo imagename: Name of the project/workspacedescription: Description or identifier for the project
Feed Form Object
Thefeed_form object contains information about the review form used to collect the feedback.
Feed Form Fields
id: Unique identifier for the review formurl: Public URL where the form can be accessedlogo: URL to the form’s logo imagename: Name or title of the review form
Response Object
Theresponse object contains the actual review data submitted by the user.
Fields
Name: Name of the person who submitted the reviewEmail: Email address of the reviewertype: Type of review (e.g., “Audio”, “Upload”)consent: Whether the reviewer gave consent to share their informationposition: Position or role of the reviewerorganization_name: Name of the organization of the reviewercontact_number: Phone number of the reviewerphoto: URL to the reviewer’s photoother_text: Answer of the custom field added by the Feedspace user in the feed form settings
Top-Level Fields
Top-Level Field Descriptions
feed_id: Unique identifier for this specific reviewfeed_url: Public URL where the review is accessibleaudio_url: URL to access the audio fileaudio_size: Size of the audio file in bytesaudio_extension: File extension of the audio (e.g., mp3)favourite: Whether this review is marked as favoritecreated_at: Timestamp when the review was createdupdated_at: Timestamp when the review was last updatedlive_mode: Whether this is a live mode (true) or test mode (false)