Markdown for whatsapp template message

Can someone assist me with this I’m composing a WhatsApp message template but cant seem to get alignment here is the template message
Share on WhatsApp, I`d like to place an order👇

At%20MerchantName%20
%20

I would like to order the following products:%20Product name %20

Price %20Product Price %20

Dear Customer,
Thanks for placing your order at%20Store we will confirm your order upon receiving the message.
%20
Here below are the payment options available%20 Cash,%20
Linx,%20
CreditCard…

This is how I would like the message to look once sent to WhatsApp

Hello, I`d like to place an order👇

At MerchantName

I would like to order the following products: Product name

Price Product Price

Dear Customer,
Thanks for placing your order at Store Name we will confirm your order upon receiving the message.

Here below are the payment options available
Cash,
Linx,
CreditCard…

Hey @Nigel_Mendoza

I have done it using the following:

https://api.whatsapp.com/send?phone={Telefono}&text=He%20creado%20un%20nuevo%20pedido%20por%20monto: %20{Monto}%20con:%20{List}

You have to change your own information for for {Telefono} etc.

The %20 has to be after each word.

Let us know if you need more help.

2 Likes

I’m trying to format the text as in layout separate lines

Try using %0D%0A to create a line break. You can also add some lines by hitting enter in the template as in creating a new line.

1 Like

Thanks but that’s not working

Do you have a screenshot?

This is how I have it set up.

And this is how it is sent.

Hola @Nigel_Mendoza,

Notice that in my screenshot I have the %20 after each word.

In your case, it should be something like this:

Hello,%20I’d%20to%20place%20an%20order👇🏿%0A%0D

At%20*{Merchant name}

I think you get the idea. Follow the pattern in my screenshot.

Why did you mention %20 after each word? We have construct URL column, it’ll automatically convert text to URL Encoded format.


Now, You can also use this column as a template column to swap WhatsApp numbers to each row.

3 Likes

Thanks this worked

1 Like