🧑💻 (whatsapp) Option to modify the default interactive split message number (#1296)
When using the whatsapp oficial api or another that use the same schema, with env we can modify the number of groups that the interactive group will be split. --------- Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com> Co-authored-by: Baptiste Arnaud <contact@baptiste-arnaud.fr>
This commit is contained in:
1
packages/env/env.ts
vendored
1
packages/env/env.ts
vendored
@ -307,6 +307,7 @@ const whatsAppEnv = {
|
||||
.url()
|
||||
.optional()
|
||||
.default('https://graph.facebook.com'),
|
||||
WHATSAPP_INTERACTIVE_GROUP_SIZE: z.coerce.number().optional().default(3),
|
||||
},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user