I need to send PDFs to whats-app

I created an action to send whatsapp message, and it is working very well, but I want to send a PDF document, this document exists in my drive, inclusive this document was generated for another workflow and sent it sucessfully

That is possible?

2 10 2,048
10 REPLIES 10

I did it, i created a url file into table and after i built an action to save concatenated strings and a second action to send the whatsapp message including URL file

It is working very well

@Rinconada_Violetas
Provided you can share the details with some screenshots like a brief HOW-TO, community members can get benefit from your solution as well. Thnx for considering. You can create a post under Tips&Tricks section.

Hey Please Share this, Been looking for this.Seems extremely interesting

Sir please sent me a link or the procedure i want to implement in my automation, was looking for this a from a long period

Hey, if its not to much of a bother, could your share your solution to this?

@Rinconada_Viole  please can share details or link of procedure, I hope your help, thanks

Here is the alternative solution, it just send the URL link of the pdf file.

concatenate(
"https://wa.me/",
[Phone Number],
"?text=",
EncodeURL(concatenate(
....your pdf file URL here...
)))

can i Send pdf Attachment not url

 

Ben Whatsapp bot kullanarak yapฤฑyorum. Kullanmasฤฑ basit.

Top Labels in this Space