gabrieldwight / Whatsapp-Business-Cloud-Api-Net

This is C# wrapper of whatsapp business cloud api for .NET
MIT License
284 stars 104 forks source link

Stiker method its not working #35

Closed Maktub83 closed 1 year ago

Maktub83 commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

gabrieldwight commented 1 year ago

Hi, this is a requirement to send stickers in WhatsApp:

Maktub83 commented 1 year ago

i am try send this https://warlockcode.com/wp-content/uploads/2023/03/WarWA-e1679408803781.webp but its not working

[image: Mailtrack] https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11& Sender notified by Mailtrack https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11& 03/21/23, 09:27:49 AM

El mar, 21 mar 2023 a la(s) 02:04, Gabriel Odero @.***) escribió:

Hi, this is a requirement to send stickers in WhatsApp:

  • The sticker file should be a webp file. Note that the animated WebP or stickers are not yet supported in WhatsApp.
  • Stickers are usually images with a transparent background, therefore you must download a background eraser that does the same for your images.
  • A sticker must have an exact 512x512 pixel canvas within which the art must be contained. There must also be a 16-pixel gap between the edge of the sticker art and the border of the canvas.
  • The sticker must be capable of rendering on a wide variety of backgrounds like white, black, coloured and patterned since users tend to have different kinds of WhatsApp chat backgrounds.
  • The size of the sticker file cannot exceed 100KB.
  • An animated sticker must be 512x512 pixels and cannot exceed 500 KB.

— Reply to this email directly, view it on GitHub https://github.com/gabrieldwight/Whatsapp-Business-Cloud-Api-Net/issues/35#issuecomment-1477363785, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYA6ILGX372RWQVKGCYSX4LW5FHHXANCNFSM6AAAAAAWBXKQQQ . You are receiving this because you authored the thread.Message ID: @.*** .com>

-- Juan Manuel Castillo Pinto

Director de Arquitectura

350 273 24 33 @.*** www.warlockcode.com Carrera 50a 24 - 51 - 417 [image: facebook] https://es-la.facebook.com/enespanol/ [image: linkedin] https://www.linkedin.com/company/warlockcode [image: instagram] https://www.instagram.com/warlockcode/?hl=es

La información contenida en esta comunicación es privilegiada y confidencial. El contenido está destinado únicamente para el uso de la persona o entidad mencionada anteriormente. Si el lector de este mensaje no es el destinatario previsto, se le notifica que cualquier difusión, distribución o copia de esta comunicación está estrictamente prohibida. Si ha recibido esta comunicación por error, notifíqueme de inmediato por teléfono o correo electrónico y elimine este mensaje de sus sistemas. Tenga en cuenta el impacto ambiental de imprimir este correo electrónico innecesariamente.

gabrieldwight commented 1 year ago

On my side worked with no issues, I uploaded the sticker to get the media Id. Afterward, I send the sticker message using media Id.

Cloud API will ignore the sticker if your background is not transparent or your sticker image is larger. The sticker image you sent has dimensions of 513 x 513.

image

gabrieldwight commented 1 year ago

On my side worked with no issues, I uploaded the sticker to get the media Id. Afterward, I send the sticker message using media Id.

  • Make sure the image is exactly 512 x 512 pixels in webp format
  • Make sure the image background is transparent

Cloud API will ignore the sticker if your background is not transparent or your sticker image is larger. The sticker image you sent has dimensions of 513 x 513.

image

You can try to make adjustments to your sticker image and send using media Id.

Maktub83 commented 1 year ago

How you upload the stikers? Not understand this topic brother, thanks for your help On Tue, 21 Mar 2023 at 6:39 PM Gabriel Odero @.***> wrote:

On my side worked with no issues, I uploaded the sticker to get the media Id. Afterward, I send the sticker message using media Id.

  • Make sure the image is exactly 512 x 512 pixels in webp format
  • Make sure the image background is transparent

Cloud API will ignore the sticker if your background is not transparent or your sticker image is larger. The sticker image you sent has dimensions of 513 x 513.

[image: image] https://user-images.githubusercontent.com/28096255/226765215-5dc58c7c-9cd6-46fc-be66-17330b8cf19a.png

You can try to make adjustments to your sticker image and send using media Id.

— Reply to this email directly, view it on GitHub https://github.com/gabrieldwight/Whatsapp-Business-Cloud-Api-Net/issues/35#issuecomment-1478729854, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYA6ILAQQQDY5WMHKLZVIKLW5I32NANCNFSM6AAAAAAWBXKQQQ . You are receiving this because you authored the thread.Message ID: @.*** .com>

-- Juan Manuel Castillo Pinto

Director de Arquitectura

350 273 24 33 @.*** www.warlockcode.com Carrera 50a 24 - 51 - 417 [image: facebook] https://es-la.facebook.com/enespanol/ [image: linkedin] https://www.linkedin.com/company/warlockcode [image: instagram] https://www.instagram.com/warlockcode/?hl=es

La información contenida en esta comunicación es privilegiada y confidencial. El contenido está destinado únicamente para el uso de la persona o entidad mencionada anteriormente. Si el lector de este mensaje no es el destinatario previsto, se le notifica que cualquier difusión, distribución o copia de esta comunicación está estrictamente prohibida. Si ha recibido esta comunicación por error, notifíqueme de inmediato por teléfono o correo electrónico y elimine este mensaje de sus sistemas. Tenga en cuenta el impacto ambiental de imprimir este correo electrónico innecesariamente.

gabrieldwight commented 1 year ago

You can upload stickers or any media using the uploadmediaasync function.

Make sure you specify filepath and file content type. Cloudapi will return media id which you can use to send the sticker and any media message.

You can check for reference in the sample file homecontroller on line 799.

Maktub83 commented 1 year ago

Hi bro, sorry but i need little help , i don't can generate permanent token , All app working with this token how you can see , expira 24 hours

then i try generate permanent token in then second image this email, but don't working

if you have any idea, i am happy the to heard it

[image: image.png]

[image: image.png]

[image: Mailtrack] https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11& Sender notified by Mailtrack https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11& 03/22/23, 08:53:02 PM

El mar, 21 mar 2023 a la(s) 09:28, Juan Manuel Castillo Pinto ( @.***) escribió:

i am try send this https://warlockcode.com/wp-content/uploads/2023/03/WarWA-e1679408803781.webp but its not working

[image: Mailtrack] https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11& Sender notified by Mailtrack https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11& 03/21/23, 09:27:49 AM

El mar, 21 mar 2023 a la(s) 02:04, Gabriel Odero @.***) escribió:

Hi, this is a requirement to send stickers in WhatsApp:

  • The sticker file should be a webp file. Note that the animated WebP or stickers are not yet supported in WhatsApp.
  • Stickers are usually images with a transparent background, therefore you must download a background eraser that does the same for your images.
  • A sticker must have an exact 512x512 pixel canvas within which the art must be contained. There must also be a 16-pixel gap between the edge of the sticker art and the border of the canvas.
  • The sticker must be capable of rendering on a wide variety of backgrounds like white, black, coloured and patterned since users tend to have different kinds of WhatsApp chat backgrounds.
  • The size of the sticker file cannot exceed 100KB.
  • An animated sticker must be 512x512 pixels and cannot exceed 500 KB.

— Reply to this email directly, view it on GitHub https://github.com/gabrieldwight/Whatsapp-Business-Cloud-Api-Net/issues/35#issuecomment-1477363785, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYA6ILGX372RWQVKGCYSX4LW5FHHXANCNFSM6AAAAAAWBXKQQQ . You are receiving this because you authored the thread.Message ID: <gabrieldwight/Whatsapp-Business-Cloud-Api-Net/issues/35/1477363785@ github.com>

-- Juan Manuel Castillo Pinto

Director de Arquitectura

350 273 24 33 @.*** www.warlockcode.com Carrera 50a 24 - 51 - 417 [image: facebook] https://es-la.facebook.com/enespanol/ [image: linkedin] https://www.linkedin.com/company/warlockcode [image: instagram] https://www.instagram.com/warlockcode/?hl=es

La información contenida en esta comunicación es privilegiada y confidencial. El contenido está destinado únicamente para el uso de la persona o entidad mencionada anteriormente. Si el lector de este mensaje no es el destinatario previsto, se le notifica que cualquier difusión, distribución o copia de esta comunicación está estrictamente prohibida. Si ha recibido esta comunicación por error, notifíqueme de inmediato por teléfono o correo electrónico y elimine este mensaje de sus sistemas. Tenga en cuenta el impacto ambiental de imprimir este correo electrónico innecesariamente.

-- Juan Manuel Castillo Pinto

Director de Arquitectura

350 273 24 33 @.*** www.warlockcode.com Carrera 50a 24 - 51 - 417 [image: facebook] https://es-la.facebook.com/enespanol/ [image: linkedin] https://www.linkedin.com/company/warlockcode [image: instagram] https://www.instagram.com/warlockcode/?hl=es

La información contenida en esta comunicación es privilegiada y confidencial. El contenido está destinado únicamente para el uso de la persona o entidad mencionada anteriormente. Si el lector de este mensaje no es el destinatario previsto, se le notifica que cualquier difusión, distribución o copia de esta comunicación está estrictamente prohibida. Si ha recibido esta comunicación por error, notifíqueme de inmediato por teléfono o correo electrónico y elimine este mensaje de sus sistemas. Tenga en cuenta el impacto ambiental de imprimir este correo electrónico innecesariamente.

fercom commented 1 year ago

Hi bro, sorry but i need little help , i don't can generate permanent token , All app working with this token how you can see , expira 24 hours then i try generate permanent token in then second image this email, but don't working if you have any idea, i am happy the to heard it [image: image.png] [image: image.png] [image: Mailtrack] https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11& Sender notified by Mailtrack https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11& 03/22/23, 08:53:02 PM El mar, 21 mar 2023 a la(s) 09:28, Juan Manuel Castillo Pinto ( @.) escribió: i am try send this https://warlockcode.com/wp-content/uploads/2023/03/WarWA-e1679408803781.webp but its not working [image: Mailtrack] https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11& Sender notified by Mailtrack https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11& 03/21/23, 09:27:49 AM El mar, 21 mar 2023 a la(s) 02:04, Gabriel Odero @.) escribió: > Hi, this is a requirement to send stickers in WhatsApp: > > - The sticker file should be a webp file. Note that the animated WebP > or stickers are not yet supported in WhatsApp. > - Stickers are usually images with a transparent background, > therefore you must download a background eraser that does the same for your > images. > - A sticker must have an exact 512x512 pixel canvas within which the > art must be contained. There must also be a 16-pixel gap between the edge > of the sticker art and the border of the canvas. > - The sticker must be capable of rendering on a wide variety of > backgrounds like white, black, coloured and patterned since users tend to > have different kinds of WhatsApp chat backgrounds. > - The size of the sticker file cannot exceed 100KB. > - An animated sticker must be 512x512 pixels and cannot exceed 500 KB. > > — > Reply to this email directly, view it on GitHub > <#35 (comment)>, > or unsubscribe > https://github.com/notifications/unsubscribe-auth/AYA6ILGX372RWQVKGCYSX4LW5FHHXANCNFSM6AAAAAAWBXKQQQ > . > You are receiving this because you authored the thread.Message ID: > <gabrieldwight/Whatsapp-Business-Cloud-Api-Net/issues/35/1477363785@ > github.com> > -- Juan Manuel Castillo Pinto Director de Arquitectura [350 273 24 33](tel:350 273 24 33) @. www.warlockcode.com Carrera 50a [24 - 51 - 417](tel:24 - 51 - 417) [image: facebook] https://es-la.facebook.com/enespanol/ [image: linkedin] https://www.linkedin.com/company/warlockcode [image: instagram] https://www.instagram.com/warlockcode/?hl=es La información contenida en esta comunicación es privilegiada y confidencial. El contenido está destinado únicamente para el uso de la persona o entidad mencionada anteriormente. Si el lector de este mensaje no es el destinatario previsto, se le notifica que cualquier difusión, distribución o copia de esta comunicación está estrictamente prohibida. Si ha recibido esta comunicación por error, notifíqueme de inmediato por teléfono o correo electrónico y elimine este mensaje de sus sistemas. Tenga en cuenta el impacto ambiental de imprimir este correo electrónico innecesariamente. -- Juan Manuel Castillo Pinto Director de Arquitectura [350 273 24 33](tel:350 273 24 33) @. www.warlockcode.com Carrera 50a [24 - 51 - 417](tel:24 - 51 - 417) [image: facebook] https://es-la.facebook.com/enespanol/ [image: linkedin] https://www.linkedin.com/company/warlockcode [image: instagram] https://www.instagram.com/warlockcode/?hl=es La información contenida en esta comunicación es privilegiada y confidencial. El contenido está destinado únicamente para el uso de la persona o entidad mencionada anteriormente. Si el lector de este mensaje no es el destinatario previsto, se le notifica que cualquier difusión, distribución o copia de esta comunicación está estrictamente prohibida. Si ha recibido esta comunicación por error, notifíqueme de inmediato por teléfono o correo electrónico y elimine este mensaje de sus sistemas. Tenga en cuenta el impacto ambiental de imprimir este correo electrónico innecesariamente.

@Maktub83 Try this for the permanent token generation, it is in spanish https://youtu.be/g_LUH-W45PQ

Maktub83 commented 1 year ago

You are the best , its Working my app

If you need help with SQL Server, I'm available, I'll leave you my email and phone number. For anything, you helped me a lot, bro, I'm very grateful. In Medellin, Colombia, you have a new friend

[image: Mailtrack] https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11& Sender notified by Mailtrack https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11& 03/22/23, 09:47:22 PM

El mié, 22 mar 2023 a la(s) 21:38, fercom @.***) escribió:

Hi bro, sorry but i need little help , i don't can generate permanent token , All app working with this token how you can see , expira 24 hours then i try generate permanent token in then second image this email, but don't working if you have any idea, i am happy the to heard it [image: image.png] [image: image.png] [image: Mailtrack] https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11& Sender notified by Mailtrack https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11& 03/22/23, 08:53:02 PM El mar, 21 mar 2023 a la(s) 09:28, Juan Manuel Castillo Pinto ( @.

) escribió: … <#m-4010095165795981006> i am try send this https://warlockcode.com/wp-content/uploads/2023/03/WarWA-e1679408803781.webp https://warlockcode.com/wp-content/uploads/2023/03/WarWA-e1679408803781.webp but its not working [image: Mailtrack] https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11& https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11& Sender notified by Mailtrack https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11& https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11& 03/21/23, 09:27:49 AM El mar, 21 mar 2023 a la(s) 02:04, Gabriel Odero @.) escribió: > Hi, this is a requirement to send stickers in WhatsApp: > > - The sticker file should be a webp file. Note that the animated WebP > or stickers are not yet supported in WhatsApp. > - Stickers are usually images with a transparent background, > therefore you must download a background eraser that does the same for your > images. > - A sticker must have an exact 512x512 pixel canvas within which the > art must be contained. There must also be a 16-pixel gap between the edge > of the sticker art and the border of the canvas. > - The sticker must be capable of rendering on a wide variety of > backgrounds like white, black, coloured and patterned since users tend to > have different kinds of WhatsApp chat backgrounds. >

@Maktub83 https://github.com/Maktub83 Try this for the permanent token generation, it is in spanish https://youtu.be/g_LUH-W45PQ

— Reply to this email directly, view it on GitHub https://github.com/gabrieldwight/Whatsapp-Business-Cloud-Api-Net/issues/35#issuecomment-1480508500, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYA6ILADH4CX5WOBPV5UPM3W5OZRJANCNFSM6AAAAAAWBXKQQQ . You are receiving this because you were mentioned.Message ID: @.*** .com>

-- Juan Manuel Castillo Pinto

Director de Arquitectura

350 273 24 33 @.*** www.warlockcode.com Carrera 50a 24 - 51 - 417 [image: facebook] https://es-la.facebook.com/enespanol/ [image: linkedin] https://www.linkedin.com/company/warlockcode [image: instagram] https://www.instagram.com/warlockcode/?hl=es

La información contenida en esta comunicación es privilegiada y confidencial. El contenido está destinado únicamente para el uso de la persona o entidad mencionada anteriormente. Si el lector de este mensaje no es el destinatario previsto, se le notifica que cualquier difusión, distribución o copia de esta comunicación está estrictamente prohibida. Si ha recibido esta comunicación por error, notifíqueme de inmediato por teléfono o correo electrónico y elimine este mensaje de sus sistemas. Tenga en cuenta el impacto ambiental de imprimir este correo electrónico innecesariamente.

fercom commented 1 year ago

You are the best , its Working my app If you need help with SQL Server, I'm available, I'll leave you my email and phone number. For anything, you helped me a lot, bro, I'm very grateful. In Medellin, Colombia, you have a new friend [image: Mailtrack] https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11& Sender notified by Mailtrack https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11& 03/22/23, 09:47:22 PM El mié, 22 mar 2023 a la(s) 21:38, fercom @.) escribió: Hi bro, sorry but i need little help , i don't can generate permanent token , All app working with this token how you can see , expira 24 hours then i try generate permanent token in then second image this email, but don't working if you have any idea, i am happy the to heard it [image: image.png] [image: image.png] [image: Mailtrack] https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11& Sender notified by Mailtrack https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11& 03/22/23, 08:53:02 PM El mar, 21 mar 2023 a la(s) 09:28, Juan Manuel Castillo Pinto ( @. ) escribió: … <#m-4010095165795981006> i am try send this https://warlockcode.com/wp-content/uploads/2023/03/WarWA-e1679408803781.webp https://warlockcode.com/wp-content/uploads/2023/03/WarWA-e1679408803781.webp but its not working [image: Mailtrack] https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11& https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11& Sender notified by Mailtrack https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11& https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11& 03/21/23, 09:27:49 AM El mar, 21 mar 2023 a la(s) 02:04, Gabriel Odero @.) escribió: > Hi, this is a requirement to send stickers in WhatsApp: > > - The sticker file should be a webp file. Note that the animated WebP > or stickers are not yet supported in WhatsApp. > - Stickers are usually images with a transparent background, > therefore you must download a background eraser that does the same for your > images. > - A sticker must have an exact 512x512 pixel canvas within which the > art must be contained. There must also be a 16-pixel gap between the edge > of the sticker art and the border of the canvas. > - The sticker must be capable of rendering on a wide variety of > backgrounds like white, black, coloured and patterned since users tend to > have different kinds of WhatsApp chat backgrounds. > - The size of the sticker file cannot exceed 100KB. > - An animated sticker must be 512x512 pixels and cannot exceed 500 KB. > > — > Reply to this email directly, view it on GitHub > <#35 (comment) <#35 (comment)>>, > or unsubscribe > https://github.com/notifications/unsubscribe-auth/AYA6ILGX372RWQVKGCYSX4LW5FHHXANCNFSM6AAAAAAWBXKQQQ > . > You are receiving this because you authored the thread.Message ID: > < /issues/35 <#35> /1477363785@ > github.com> > -- Juan Manuel Castillo Pinto Director de Arquitectura [350 273 24 33](tel:[350 273 24 33](tel:350 273 24 33)) @. www.warlockcode.com Carrera 50a [24 - 51 - 417](tel:[24 - 51 - 417](tel:24 - 51 - 417)) [image: facebook] https://es-la.facebook.com/enespanol/ [image: linkedin] https://www.linkedin.com/company/warlockcode [image: instagram] https://www.instagram.com/warlockcode/?hl=es La información contenida en esta comunicación es privilegiada y confidencial. El contenido está destinado únicamente para el uso de la persona o entidad mencionada anteriormente. Si el lector de este mensaje no es el destinatario previsto, se le notifica que cualquier difusión, distribución o copia de esta comunicación está estrictamente prohibida. Si ha recibido esta comunicación por error, notifíqueme de inmediato por teléfono o correo electrónico y elimine este mensaje de sus sistemas. Tenga en cuenta el impacto ambiental de imprimir este correo electrónico innecesariamente. -- Juan Manuel Castillo Pinto Director de Arquitectura [350 273 24 33](tel:[350 273 24 33](tel:350 273 24 33)) @. www.warlockcode.com Carrera 50a [24 - 51 - 417](tel:[24 - 51 - 417](tel:24 - 51 - 417)) [image: facebook] https://es-la.facebook.com/enespanol/ [image: linkedin] https://www.linkedin.com/company/warlockcode [image: instagram] https://www.instagram.com/warlockcode/?hl=es La información contenida en esta comunicación es privilegiada y confidencial. El contenido está destinado únicamente para el uso de la persona o entidad mencionada anteriormente. Si el lector de este mensaje no es el destinatario previsto, se le notifica que cualquier difusión, distribución o copia de esta comunicación está estrictamente prohibida. Si ha recibido esta comunicación por error, notifíqueme de inmediato por teléfono o correo electrónico y elimine este mensaje de sus sistemas. Tenga en cuenta el impacto ambiental de imprimir este correo electrónico innecesariamente. @Maktub83 https://github.com/Maktub83 Try this for the permanent token generation, it is in spanish https://youtu.be/g_LUH-W45PQ — Reply to this email directly, view it on GitHub <#35 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYA6ILADH4CX5WOBPV5UPM3W5OZRJANCNFSM6AAAAAAWBXKQQQ . You are receiving this because you were mentioned.Message ID: @. .com> -- Juan Manuel Castillo Pinto Director de Arquitectura [350 273 24 33](tel:350 273 24 33) @.*** www.warlockcode.com Carrera 50a [24 - 51 - 417](tel:24 - 51 - 417) [image: facebook] https://es-la.facebook.com/enespanol/ [image: linkedin] https://www.linkedin.com/company/warlockcode [image: instagram] https://www.instagram.com/warlockcode/?hl=es La información contenida en esta comunicación es privilegiada y confidencial. El contenido está destinado únicamente para el uso de la persona o entidad mencionada anteriormente. Si el lector de este mensaje no es el destinatario previsto, se le notifica que cualquier difusión, distribución o copia de esta comunicación está estrictamente prohibida. Si ha recibido esta comunicación por error, notifíqueme de inmediato por teléfono o correo electrónico y elimine este mensaje de sus sistemas. Tenga en cuenta el impacto ambiental de imprimir este correo electrónico innecesariamente.

@Maktub83 the real MVP is @gabrieldwight, I am a chatbot specialist, if there is something I can help you with feel free to add me in LinkedIn https://www.linkedin.com/in/fer-galv%C3%A1n-02789b34

gabrieldwight commented 1 year ago

@fercom thanks. @Maktub83 if there's no any other issue regarding to sending a sticker message, you can close the issue.