Skip to main content
All CollectionsIntegrations
Zapier Integration API Documentation
Zapier Integration API Documentation

Overview of each trigger supported by the Bubbles Zapier Integration

D
Written by Dylan Husted
Updated over 2 weeks ago

Note: The Bubbles Zapier Integration is currently in private testing and is not public to all users yet. If you'd like early access, please reach out to hello@usebubbles.com and we will grant private access for your team.

Triggers

1. New Bubble

Description: Triggers when a new bubble is created.

Key: new_bubble

Trigger Type: Hook

Event Properties:

• bubble_id (string)

• bubble_title (string)

• bubble_url (string)

• embed_code (string)

• thumbnail_url (string)

• creation_date_human_format_12H (string)

• creation_date_human_format_24H (string)

• creation_date_iso (string)

• creation_date_timestamp (number)

• timer_expiration (number)

• author_name (string)

• author_id (string)

• author_email (string)

• in_channel (boolean)

• channel_name (string)

• channel_id (string)

• summary (string)

• full_transcript (string)

• action_items (markdown)

• has_external_invitees (boolean)

• external_invitee_email_domains (string)

• participant_response_required (boolean)

• participant_names (string)

• participant_emails (string)

• participant_ids (string)

• team_plan (string)

2. New Transcript

Description: Triggers when a new transcript from a bubble is available.

Key: new_transcript

Trigger Type: Hook

Event Properties:

• (Same as New Bubble Created)

3. New Action Item

Description: Triggers when a new action item is added to a bubble.

Key: new_action_item

Trigger Type: Hook

Event Properties:

• (Same as New Bubble Created)

4. New Summary

Description: Triggers when a new summary is added to a bubble.

Key: new_summary

Trigger Type: Hook

Event Properties:

• (Same as New Bubble Created)

5. New Activity

Description: Triggers when there is new activity in a bubble that the user follows.

Key: new_activity

Trigger Type: Hook

Event Properties:

• (Same as New Bubble Created, with the addition of):

• commenter_id (string)

• commenter_name (string)

• commenter_email (string)

• comment_text (string)

• comment_image (string)

• comment_url (string)

6. Bubble Expires

Description: Triggers when the timer in a bubble reaches zero.

Key: bubble_expires

Trigger Type: Hook

Event Properties:

• (Same as New Bubble Created)

7. Get Filter

Description: Filters when the trigger will run.

Key: get_filter

Trigger Type: Hook

Visibility: Hidden

Details: Filters are set by workspace and channels:

• {workspace_name} My Bubbles

• {workspace_name} Live Meetings

• {workspace_name} Bubbles I’m Following

• {workspace_name} Channel A, {workspace_name} Channel B, etc.

General Event Properties

Common Across All Triggers:

Bubble Details:

• bubble_id (string)

• bubble_title (string)

• bubble_url (string)

• embed_code (string)

• thumbnail_url (string)

• creation_date_human_format_12H (string)

• creation_date_human_format_24H (string)

• creation_date_iso (string)

• creation_date_timestamp (number)

• timer_expiration (string)

Author Details:

• author_name (string)

• author_id (string)

• author_email (string)

Participants:

• participant_names (string)

• participant_emails (string)

• participant_ids (string)

• participant_response_required (boolean)

Channel Details:

• in_channel (boolean)

• channel_name (string)

• channel_id (string)

Miscellaneous:

• bubble_has_external_invitees (boolean)

• external_invitee_email_domains (string)

Did this answer your question?