new(basic.gblib): SEND FILE pdf as temporary images.
This commit is contained in:
parent
f63f1c31ce
commit
007493628d
1 changed files with 1 additions and 1 deletions
|
@ -1402,7 +1402,7 @@ export class WhatsappDirectLine extends GBService {
|
||||||
const sendMessageEndpoint = `${baseUrl}/${this.whatsappServiceNumber}/messages`;
|
const sendMessageEndpoint = `${baseUrl}/${this.whatsappServiceNumber}/messages`;
|
||||||
|
|
||||||
const messageData = {
|
const messageData = {
|
||||||
recipient_type: 'individual',
|
messaging_product: 'whatsapp',
|
||||||
to: mobile,
|
to: mobile,
|
||||||
type: 'text',
|
type: 'text',
|
||||||
text: {
|
text: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue