Skip to main content
Start a PailFlow AI bot inside a Daily room using the Video, Audio & Live Streaming bundle.

Fields

Use the Bundle PailFlow - Start bot action in your Bubble workflow and configure the fields below.
FieldTypeRequiredDescription
room urlTextYesThe complete meeting room link you want the bot to join.
bot promptTextYesMain instruction the bot should follow when joining the room.
bot greetingTextOptionalCustom greeting message appended to the default introduction. If not provided, only the default introduction is used.
stop phraseTextOptionalTriggers force-leave when the assistant says it (case-insensitive). For best results, use phrases without punctuation like “have a nice day” or “goodbye friend”. Punctuation (especially apostrophes) may cause inconsistent detection. Does not trigger on user speech.
nameTextOptionalFriendly identifier shown wherever the bot appears.
tokenTextOptionalMeeting token for private rooms that require an access token.
providerDropdownYesVideo provider name. Defaults to daily.
webhook callback urlTextOptionalWebhook endpoint that receives the bot’s summaries and results. See PailFlow webhooks for payload details.

Returned values

OutputTypeDescription
errorBooleanIndicates whether the API call failed.
error messageTextDetails returned when an error occurs.
error statusNumberHTTP status code for failed requests.
statusTextOverall request status reported by the API.
bot_idTextIdentifier for the bot that joined the room.
room_urlTextEcho of the room URL used for the request.