Hello everyone, I am writing to ask a question, I am having a problem being able to send information through Twilio.
In particular when I want to send a link so that the collaborator who receives the communication can open the pdf of the record that has been created.
The messages arrive correctly but I have not been able to get the link of the pdf file to arrive.
How can I achieve this? it's possible?
Solved! Go to Solution.
Tiene Twilio una manera en la cual enviar solo el PDF como archivo en un mensaje aparte?
O tiene Whatsapp una forma de que el link sea un botón aparte en lugar de texto?
En cualquiera de estos casos, el soporte de un enlace con parámetros es mucho mejor que solo dentro de tu texto.
El problema está en que Twilio está ignorando todo lo que viene después del primer "&".
Intenta por ahora cambiar <<ENTREGA_PDF>> por <<ENCODEURL([ENTREGA_PDF])>>
Tiene Twilio una manera en la cual enviar solo el PDF como archivo en un mensaje aparte?
O tiene Whatsapp una forma de que el link sea un botón aparte en lugar de texto?
En cualquiera de estos casos, el soporte de un enlace con parámetros es mucho mejor que solo dentro de tu texto.
El problema está en que Twilio está ignorando todo lo que viene después del primer "&".
Intenta por ahora cambiar <<ENTREGA_PDF>> por <<ENCODEURL([ENTREGA_PDF])>>
Great, it worked.
Thank you so much.
I would like to know if there is any way to use a return value, as a confirmation??
In this case I am sending a list of tools that the collaborator receives in the form of a loan and I send that information with a confirmation button. Can you set a column in the record from where this stream comes out and set a value in that column before the response?
In the meta for developer section there is a section where it says that: to configure alerts when you receive a message or when the status of a message changes, you have to configure a webhook endpoint for your app.
In my automation I have found the section to set a return value, but I can't find what Meta asks me to send that return value. Nor is it understood in the information how to use that return.
If I want a value of a column for the record that activates this flow to change its value based on the response, how do I do it?
You would need to dynamically edit the record asociated with the confirmation using the AppSheet API
User | Count |
---|---|
17 | |
11 | |
7 | |
5 | |
5 |