Skip to main content

Zapier Integration API Documentation

Overview of each trigger supported by the Bubbles Zapier Integration

T
Written by Tom Medema
Updated over a month 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:

• id (string)

• title (string)

• url (string)

• embed_code (string)

• thumbnail_url (string)
• media_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. 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:

• id (string)

• title (string)

• url (string)

• embed_code (string)

• thumbnail_url (string)
• media_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?