@@ -11705,6 +11705,10 @@ paths:
1170511705 style: form
1170611706 responses:
1170711707 "200":
11708+ content:
11709+ application/json:
11710+ schema:
11711+ $ref: "#/components/schemas/listBroadcasts_200_response"
1170811712 description: Broadcasts list
1170911713 "401":
1171011714 $ref: "#/components/responses/Unauthorized"
@@ -11812,6 +11816,10 @@ paths:
1181211816 style: simple
1181311817 responses:
1181411818 "200":
11819+ content:
11820+ application/json:
11821+ schema:
11822+ $ref: "#/components/schemas/sendBroadcast_200_response"
1181511823 description: Broadcast sending started
1181611824 "400":
1181711825 description: Invalid status or no recipients
@@ -12003,6 +12011,10 @@ paths:
1200312011 style: form
1200412012 responses:
1200512013 "200":
12014+ content:
12015+ application/json:
12016+ schema:
12017+ $ref: "#/components/schemas/listSequences_200_response"
1200612018 description: Sequences list
1200712019 "401":
1200812020 $ref: "#/components/responses/Unauthorized"
@@ -28299,6 +28311,125 @@ components:
2829928311 items:
2830028312 type: string
2830128313 type: array
28314+ listBroadcasts_200_response_broadcasts_inner:
28315+ example:
28316+ completedAt: 2000-01-23T04:56:07.000+00:00
28317+ accountName: accountName
28318+ description: description
28319+ startedAt: 2000-01-23T04:56:07.000+00:00
28320+ readCount: 5
28321+ platform: platform
28322+ sentCount: 6
28323+ accountId: accountId
28324+ createdAt: 2000-01-23T04:56:07.000+00:00
28325+ failedCount: 5
28326+ recipientCount: 0
28327+ name: name
28328+ deliveredCount: 1
28329+ id: id
28330+ scheduledAt: 2000-01-23T04:56:07.000+00:00
28331+ status: draft
28332+ messagePreview: messagePreview
28333+ properties:
28334+ id:
28335+ type: string
28336+ name:
28337+ type: string
28338+ description:
28339+ type: string
28340+ platform:
28341+ type: string
28342+ accountId:
28343+ type: string
28344+ accountName:
28345+ description: Display name of the sending account
28346+ type: string
28347+ status:
28348+ enum:
28349+ - draft
28350+ - scheduled
28351+ - sending
28352+ - completed
28353+ - failed
28354+ - cancelled
28355+ type: string
28356+ messagePreview:
28357+ description: Template name or message text snippet
28358+ type: string
28359+ scheduledAt:
28360+ format: date-time
28361+ type: string
28362+ startedAt:
28363+ format: date-time
28364+ type: string
28365+ completedAt:
28366+ format: date-time
28367+ type: string
28368+ recipientCount:
28369+ type: integer
28370+ sentCount:
28371+ type: integer
28372+ deliveredCount:
28373+ type: integer
28374+ readCount:
28375+ type: integer
28376+ failedCount:
28377+ type: integer
28378+ createdAt:
28379+ format: date-time
28380+ type: string
28381+ listBroadcasts_200_response:
28382+ example:
28383+ pagination:
28384+ total: 1
28385+ limit: 5
28386+ hasMore: true
28387+ skip: 5
28388+ success: true
28389+ broadcasts:
28390+ - completedAt: 2000-01-23T04:56:07.000+00:00
28391+ accountName: accountName
28392+ description: description
28393+ startedAt: 2000-01-23T04:56:07.000+00:00
28394+ readCount: 5
28395+ platform: platform
28396+ sentCount: 6
28397+ accountId: accountId
28398+ createdAt: 2000-01-23T04:56:07.000+00:00
28399+ failedCount: 5
28400+ recipientCount: 0
28401+ name: name
28402+ deliveredCount: 1
28403+ id: id
28404+ scheduledAt: 2000-01-23T04:56:07.000+00:00
28405+ status: draft
28406+ messagePreview: messagePreview
28407+ - completedAt: 2000-01-23T04:56:07.000+00:00
28408+ accountName: accountName
28409+ description: description
28410+ startedAt: 2000-01-23T04:56:07.000+00:00
28411+ readCount: 5
28412+ platform: platform
28413+ sentCount: 6
28414+ accountId: accountId
28415+ createdAt: 2000-01-23T04:56:07.000+00:00
28416+ failedCount: 5
28417+ recipientCount: 0
28418+ name: name
28419+ deliveredCount: 1
28420+ id: id
28421+ scheduledAt: 2000-01-23T04:56:07.000+00:00
28422+ status: draft
28423+ messagePreview: messagePreview
28424+ properties:
28425+ success:
28426+ type: boolean
28427+ broadcasts:
28428+ items:
28429+ $ref: "#/components/schemas/listBroadcasts_200_response_broadcasts_inner"
28430+ type: array
28431+ pagination:
28432+ $ref: "#/components/schemas/getWhatsAppContacts_200_response_pagination"
2830228433 createBroadcast_request_message_attachments_inner:
2830328434 properties:
2830428435 type:
@@ -28364,6 +28495,32 @@ components:
2836428495 - name
2836528496 - platform
2836628497 - profileId
28498+ sendBroadcast_200_response:
28499+ example:
28500+ recipientCount: 1
28501+ success: true
28502+ failed: 6
28503+ sent: 0
28504+ status: sending
28505+ properties:
28506+ success:
28507+ type: boolean
28508+ status:
28509+ description: Current broadcast status after processing first batch
28510+ enum:
28511+ - sending
28512+ - completed
28513+ - failed
28514+ type: string
28515+ sent:
28516+ description: Recipients sent in this batch
28517+ type: integer
28518+ failed:
28519+ description: Recipients failed in this batch
28520+ type: integer
28521+ recipientCount:
28522+ description: Total recipient count
28523+ type: integer
2836728524 scheduleBroadcast_request:
2836828525 properties:
2836928526 scheduledAt:
@@ -28387,6 +28544,109 @@ components:
2838728544 useSegment:
2838828545 description: Auto-populate from broadcast segment filters
2838928546 type: boolean
28547+ listSequences_200_response_sequences_inner:
28548+ example:
28549+ exitOnUnsubscribe: true
28550+ totalCompleted: 1
28551+ accountName: accountName
28552+ totalEnrolled: 6
28553+ description: description
28554+ platform: platform
28555+ accountId: accountId
28556+ createdAt: 2000-01-23T04:56:07.000+00:00
28557+ name: name
28558+ exitOnReply: true
28559+ totalExited: 5
28560+ stepsCount: 0
28561+ id: id
28562+ messagePreview: messagePreview
28563+ status: draft
28564+ properties:
28565+ id:
28566+ type: string
28567+ name:
28568+ type: string
28569+ description:
28570+ type: string
28571+ platform:
28572+ type: string
28573+ accountId:
28574+ type: string
28575+ accountName:
28576+ description: Display name of the sending account
28577+ type: string
28578+ messagePreview:
28579+ description: First step template name or message text snippet
28580+ type: string
28581+ status:
28582+ enum:
28583+ - draft
28584+ - active
28585+ - paused
28586+ type: string
28587+ stepsCount:
28588+ type: integer
28589+ exitOnReply:
28590+ type: boolean
28591+ exitOnUnsubscribe:
28592+ type: boolean
28593+ totalEnrolled:
28594+ type: integer
28595+ totalCompleted:
28596+ type: integer
28597+ totalExited:
28598+ type: integer
28599+ createdAt:
28600+ format: date-time
28601+ type: string
28602+ listSequences_200_response:
28603+ example:
28604+ pagination:
28605+ total: 1
28606+ limit: 5
28607+ hasMore: true
28608+ skip: 5
28609+ success: true
28610+ sequences:
28611+ - exitOnUnsubscribe: true
28612+ totalCompleted: 1
28613+ accountName: accountName
28614+ totalEnrolled: 6
28615+ description: description
28616+ platform: platform
28617+ accountId: accountId
28618+ createdAt: 2000-01-23T04:56:07.000+00:00
28619+ name: name
28620+ exitOnReply: true
28621+ totalExited: 5
28622+ stepsCount: 0
28623+ id: id
28624+ messagePreview: messagePreview
28625+ status: draft
28626+ - exitOnUnsubscribe: true
28627+ totalCompleted: 1
28628+ accountName: accountName
28629+ totalEnrolled: 6
28630+ description: description
28631+ platform: platform
28632+ accountId: accountId
28633+ createdAt: 2000-01-23T04:56:07.000+00:00
28634+ name: name
28635+ exitOnReply: true
28636+ totalExited: 5
28637+ stepsCount: 0
28638+ id: id
28639+ messagePreview: messagePreview
28640+ status: draft
28641+ properties:
28642+ success:
28643+ type: boolean
28644+ sequences:
28645+ items:
28646+ $ref: "#/components/schemas/listSequences_200_response_sequences_inner"
28647+ type: array
28648+ pagination:
28649+ $ref: "#/components/schemas/getWhatsAppContacts_200_response_pagination"
2839028650 createSequence_request_steps_inner_message:
2839128651 properties:
2839228652 text:
0 commit comments