diff --git a/src/api/integrations/channel/meta/whatsapp.business.service.ts b/src/api/integrations/channel/meta/whatsapp.business.service.ts index ce067f83..56533ff9 100644 --- a/src/api/integrations/channel/meta/whatsapp.business.service.ts +++ b/src/api/integrations/channel/meta/whatsapp.business.service.ts @@ -1195,7 +1195,7 @@ export class BusinessStartupService extends ChannelStartupService { formData.append('typeFile', mimetype); formData.append('messaging_product', 'whatsapp'); - const token = process.env.FACEBOOK_USER_TOKEN; + const token = this.token; const headers = { Authorization: `Bearer ${token}` }; const url = `${this.configService.get('WA_BUSINESS').URL}/${