Can resize image vbnet functiontrabajos

Filtro

Mis búsquedas recientes
Filtrar por:
Presupuesto
a
a
a
Tipo
Habilidades
Idiomas
    Estado del trabajo
    2,000 can resize image vbnet function trabajos encontrados

    ...---------------------------------------------------------- The aim is to carry out a project to reward the loyalty of the clients of a company “x”. In this sense, a client can have different accounts and/or products; and with this, their loyalty is evaluated. From 75% onwards, they are considered to be highly loyal and receive additional benefits. Determine the equivalent Boolean function of a truth table. To show the results, it is necessary to design a circuit that shows the information of the total percentage obtained from all possible combinations. Use the truth table and determine the equivalent Boolean function. That is, if they are a client of the product, it takes the value 1, if they are not, the value 0 is assigned. According to this result...

    $59 Average bid
    $59 Oferta promedio
    5 ofertas

    Tengo una imagen que me gustaría modificar para crear un logotipo. Las modificaciones consistirán principalmente en las formas (entiendo que algo parecido a calcar el dibujo, pero con modificaciones), concretamente en cambiar líneas (cerrar/abrir caminos). Es un logotipo muy de líneas rectas y picos. Está a en blanco y negro. Habilidades ideales: - Diseño gráfico - Diseño de logotipos - Edición de imágenes Se valorará la experiencia en la creación de logotipos monocromáticos, especialmente en blanco y negro.

    $24 Average bid
    $24 Oferta promedio
    57 ofertas

    Part 6 – Using the 7-segment display To write to the 7-segment displays, look at the schematic of the Arduino module. You must send 2 bytes through the serial input of the first byte of the 74HC595. The first byte is the 7-segment code to be displayed (active low), the second byte defines which digit will display the value sent in the first byte. (Active high). To send a byte, write a SendByte function that receives a byte and sends the 8 bits of the byte to the input of the 74HC595 (serial data in). For each bit present in this input, the Shift_Clock must be set to 1 and returned to 0. This must be repeated 8 times. Once the 2 bytes have been sent, the Latch_Clock must be set to 1 and returned to 0, so that the value sent in the first byte must be displayed in the selected di...

    $67 Average bid
    $67 Oferta promedio
    5 ofertas

    Estoy buscando un desarrollador web capacitado para crear un sitio web de comunicación integral. La plataforma permitirá a los usuarios enviar y recibir mensajes, realizar llamadas y participar en videollamadas. Características clave: - Registro de usuario: el sitio debe admitir la autenticación de correo electrónico y contraseña para el registro de usuario. - Mensajería: el sistema de mensajería debe incluir chat de texto, intercambio de archivos y mensajes de voz.

    $406 Average bid
    $406 Oferta promedio
    69 ofertas

    Necesito un editor de fotografías profesional para mejorar las imágenes de mis productos para publicarlos en línea. Esto incluye corrección de color, eliminación de imperfecciones, recorte y preparación de imágenes para la web y las redes sociales. Las tareas específicas incluyen: - Corrección de color: ajuste del brillo, el equilibrio de color y el contraste para resaltar las imágenes. - Eliminación de imperfecciones: eliminación de rayones, polvo, distracciones del fondo y cualquier imperfección o mancha. - Recortar: garantizar que el producto sea el punto focal sobre un fondo blanco limpio. - Optimización Web y Redes Sociales: Preparación de imágenes para diversas plataformas...

    $149 Average bid
    $149 Oferta promedio
    30 ofertas

    Necesito un editor de fotografías profesional para mejorar las imágenes de mis productos para publicarlos en línea. Esto incluye corrección de color, eliminación de imperfecciones, recorte y preparación de imágenes para la web y las redes sociales. Las tareas específicas incluyen: - Corrección de color: ajuste del brillo, el equilibrio de color y el contraste para resaltar las imágenes. - Eliminación de imperfecciones: eliminación de rayones, polvo, distracciones del fondo y cualquier imperfección o mancha. - Recortar: garantizar que el producto sea el punto focal sobre un fondo blanco limpio. - Optimización Web y Redes Sociales: Preparación de imágenes para diversas plataformas...

    $90 Average bid
    $90 Oferta promedio
    35 ofertas

    crea un codigo php para crear una url apartir de una variable y abre la url que es un archivo xml: la estructura de la url/variable siempre sera igual: $variable solo añadiras la variable la url obtenida, la vas abrir y te abrira un archivo xml como el siguiente: This XML file does not appear to have any style information associated with it. The document tree is shown below. <producto> <imagen></imagen> <imagen></imagen> </producto> informacion adicional del xml:<?xml version="1.0" encoding="ISO-8859-1"?> el codigo debe dar como resultado las urls, encontradas en el xml: separadas por coma ,

    $24 Average bid
    $24 Oferta promedio
    18 ofertas
    Bot de Telegram
    Finalizado left

    ...users, managing a white list for those who can use the bot. - Allows you to automate the permanence of a user on the white list according to the contracted plan: 5 days for trial users. (Pin user id to trial group id) 30 days for Pro users 180 days for Premium users 365 days for VIP users 5. Message Sending: - Allows you to send text and multimedia messages to specific or bulk groups and channels from a dashboard. - Schedule a list of messages to send at specific times or with a defined frequency. Ability to schedule multiple messages in the list by simply sending them all together differentiated by a separator. - Manage the list of scheduled messages from a dashboard. With the option to empty, edit, add more, and selectively delete. 6. Function Control: - Allows you to ...

    $84 Average bid
    $84 Oferta promedio
    9 ofertas

    ...Head para que se ejecute en cualquiera de las páginas que forman la web. - Añadir un píxel para que se ejecute solo cuando se realiza una compra en la tienda. SCRIPT: <script> // Función para crear una cookie function createCookie(name, value, days) { var expires = ""; if (days) { var date = new Date(); (() + (days * 24 * 60 * 60 * 1000)); expires = "; expires=" + (); } = name + "=" + value + expires + "; path=/"; } // Función para obtener el valor del parámetro de la URL function getParameterByName(name, url) { if (!url) url = ; name = (/[[]]/g, "$&"); var regex = new RegExp("[?&]" + name + "...

    $157 Average bid
    $157 Oferta promedio
    33 ofertas

    ...en todas las páginas que forman la web. - Añadir el siguiente píxel en la página que se ejecuta cuando se realiza una compra, en el archivo Order Confirmation SCRIPT: <script> // Función para crear una cookie function createCookie(name, value, days) { var expires = ""; if (days) { var date = new Date(); (() + (days * 24 * 60 * 60 * 1000)); expires = "; expires=" + (); } = name + "=" + value + expires + "; path=/"; } // Función para obtener el valor del parámetro de la URL function getParameterByName(name, url) { if (!url) url = ; name = (/[[]]/g, "$&"); var regex = new RegExp("[?&]" + name ...

    $185 Average bid
    $185 Oferta promedio
    27 ofertas

    Realizar imagenes para redes sociales solo con templates de canva 12 imagenes en 4 horas

    $27 Average bid
    $27 Oferta promedio
    40 ofertas

    EL bot debe poder operar en varios DEX usando flashloans como caracteristica pricipal, las oportunidades de las transacciones las debe buscar en los mempool de los contratos inteligentes de cada DEX. Tambien debe poder hacer frontrunning de las transsacciones The bot must can operate on many DEX using flashloans like principal function, the oportunities of transaction have to look for in the mempool of the Contratcs of the DEX. must can do frontrunning,and sandwich attack

    $149 Average bid
    $149 Oferta promedio
    21 ofertas

    I have 5 songs generated by AI. I need a musician to break down those 5 AI-generated licensed songs for me and make detailed sheet music for the basic instruments (guitar, bass, drums, keyboard) for my personal use. Thank you. Tengo 5 canciones generadas por IA. Necesito un musico que me desglose las canciones con licencia generadas por IA y me haga las partituras de los instrumentos básicos (guitarra, bajo, batería, voz, teclado) detallados para mi uso personal. Gracias.

    $28 Average bid
    $28 Oferta promedio
    16 ofertas

    ...hihello company with our own easy-to-use system that is in WordPress. It should have the same functionalities as the attached example: It is important that the template must be easy to manage since we want to create many cards, each card must include its email signature format and must include its QR. It must allow you to easily save as a contact and the template must include the required plugins to function correctly...

    $137 Average bid
    $137 Oferta promedio
    38 ofertas

    Hello I need your help to modify (change) some elements in the index of my web page. More details: 1. Change the layout/design 2. Adjustments in the existing layout 3. Redistribute elements on the page, Change the style of the page 4. Change and resize the logo on all pages Skills: 1. Php 2. Laravel 3. MySql Attachment: 1. Similar index page

    $35 Average bid
    $35 Oferta promedio
    25 ofertas

    English: We need your talent and proven experience to develop: 1. B2C/B2B WEBSITE in WORDPRESS 1.1 Propose the wireframe, flowchart (tree or map) and B2C and B2B conversion funnel of the website. 1.2 Functions to make calls, video conferences or chat with professionals by specialty for free or paid through payment button with T/C (Kushki or Paymentez). 1.3 Function to register for free or paid courses with Memberpress plugin. 1.4 Blog feature with paid registration option to read or display all content. 1.5 B2C Functions (freemium) active for everyone and B2B Functions (premium) active only for the local country and Colombia with the option to open it to other countries. 2. NATIVE B2C/B2B APP FOR iOS and Android (available in countries where the Latin community is loca...

    $4209 Average bid
    $4209 Oferta promedio
    31 ofertas
    retouch 2 image
    Finalizado left

    Hola ABN CLIPPING HOUSE, tu perfil llamó mi atención y me gustaría ofrecerte mi proyecto. Podemos conversar sobre los detalles por chat.

    $21 Average bid
    $21 Oferta promedio
    1 ofertas

    ...aquí, pero puedo ofrecerte un esbozo conceptual de cómo sería el flujo de trabajo: ```javascript // 1. Reconocimiento de voz: captura el audio y lo convierte en texto function recognizeSpeech(audio) { // Utilizar una API de reconocimiento de voz aquí } // 2. Traducción automática: toma el texto y lo traduce al idioma de destino function translateText(text, targetLanguage) { // Utilizar una API de traducción aquí } // 3. Síntesis de voz: toma el texto traducido y lo convierte en habla function textToSpeech(translatedText, language) { // Utilizar una API de síntesis de voz aquí } // Función que une todo el proceso function translateSpeech(audio, targetLanguage) { con...

    $446 Average bid
    $446 Oferta promedio
    3 ofertas

    ...who need help with some everyday things, and young people who can help them. These everyday things could be: picking up the children from school; babysit; go buy food; walk the dog; etc Key concepts: -There are two different types of records depending on whether the person wants to offer help to people (service provider), or the person needs help (service requester). -The application is very easy to use and very visual, because it can be used by older people. -Service seekers have two ways to find a service provider. Searching through the search engine, or publishing short ads explaining what they need. Service providers must enter in their profile the services they can offer to be found by the search engine, and also, they can see the ads posted by applic...

    $7526 Average bid
    $7526 Oferta promedio
    20 ofertas

    Estamos creado un sitio donde debemos proteger el contedido evitado las descarga de imagenes y video. quedo ateto a propuestas. laravel version 8 ideal propuestas en español.

    $20 / hr Average bid
    $20 / hr Oferta promedio
    36 ofertas

    ...want to rearrange the footer, placing the buttons on two lines. In the customer registration form, implement a rule to validate the email format and ensure compliance with the identification number format, avoiding letters or hyphens. I will verify specific requirements for each type of identification number. Additionally, allow adding multiple email addresses for a single customer, providing a function to send the invoice to all listed emails. In the 'Finish Payment' section, include a field to enter the customer's name and an email field. However, the system should not save this information in the database; instead, it should directly send the information to the customer's email without saving the name or email in the database (similar to sending to a third ...

    $151 Average bid
    $151 Oferta promedio
    19 ofertas

    Estamos buscando un desarrollador con experiencia en Xamarin Forms para crear una aplicación que permita la conversión de imágenes de fotos y archivos PDF a texto. Esta aplicación será una herramienta útil para usuarios que deseen extraer texto de imágenes o documentos PDF y utilizarlo de manera digital o en otros fines.

    $25 Average bid
    $25 Oferta promedio
    2 ofertas

    ...permita detectar y traducir el lenguaje de señas (frontend). 2. Se requiere un modelo basado en CNN capaz de clasificar el lenguaje de señas peruana (LSP) a texto en tiempo real (backend). 3. Tener una base de 1000 datos etiquetados para el entrenamiento del modelo CNN. 4. Realizar el entrenamiento de los modelos ajustando los hiperparametros generando las gráficas de cómo va el entrenamiento (loss function) y otras métricas de evaluación que crean convenientes. 5. Una vez entrenado el modelo se hace el test de prueba a la base de datos de las señas. 6. Realizar inferencias en el conjunto de datos de prueba: Ejecuta el modelo en las señas de prueba para obtener las detecciones. 7. Comparar las detecciones con las anotaciones...

    $12 / hr Average bid
    $12 / hr Oferta promedio
    13 ofertas

    Desarrollar un módulo backend en Python que permita a nuestras aplicaciones enviar mensajes de WhatsApp a nuestros clientes mediante la API de Twilio o Meta. El módulo debe ser implementado como una función de nube (Cloud Function) para garantizar la escalabilidad y eficiencia en el consumo de recursos. Además, el módulo debe cumplir con los siguientes requisitos: Utilizar la última versión de la API de Twilio o Meta para garantizar la compatibilidad y la seguridad. Implementar una interfaz de programación de aplicaciones (API) fácil de usar y bien documentada que permita a otras partes del sistema enviar mensajes de WhatsApp con facilidad. Garantizar la confidencialidad y la integridad de los datos del cliente mediante...

    $12 / hr Average bid
    $12 / hr Oferta promedio
    17 ofertas

    ...específicamente baches en las pistas se requieren: 1. Se requiere dos modelos de CNN (Yolo V8 y SSD V2) realizados en google colab para la detección de imágenes en las pistas. 2. Se tiene 1000 imágenes etiquetadas para el entrenamiento de los modelos en Yolo V8 y SSD V2. a. Realizar el entrenamiento de los modelos ajustando los hiperparametros generando las gráficas de cómo va el entrenamiento (loss function) y otras métricas de evaluación que crean convenientes. 3. Una vez entrenado los modelos se hace el test de prueba a la base de datos de las fotos, aproximadamente 5000 fotos etiquetadas y se evalúa el rendimiento de los modelos a. Realizar inferencias en el conjunto de datos de prueba: Ejecuta el modelo en las im...

    $732 Average bid
    $732 Oferta promedio
    5 ofertas

    ...específicamente baches en las pistas se requieren: 1. Se requiere dos modelos de CNN (Yolo V8 y SSD V2) realizados en google colab para la detección de imágenes en las pistas. 2. Se tiene 1000 imágenes etiquetadas para el entrenamiento de los modelos en Yolo V8 y SSD V2. a. Realizar el entrenamiento de los modelos ajustando los hiperparametros generando las gráficas de cómo va el entrenamiento (loss function) y otras métricas de evaluación que crean convenientes. 3. Una vez entrenado los modelos se hace el test de prueba a la base de datos de las fotos, aproximadamente 5000 fotos etiquetadas y se evalúa el rendimiento de los modelos a. Realizar inferencias en el conjunto de datos de prueba: Ejecuta el modelo en las i...

    $1029 Average bid
    $1029 Oferta promedio
    12 ofertas
    TRIO CAN PLUS
    Finalizado left

    ES UN PRODUCTO NUEVO PARA, EMPAQUE ALIMENTOS PARA PERROS, ES UN ALIMENTO DE STANDARD ALTO CON UNA PROTEINA DE 21%, ADJUNTO EL LOGO, LA COMPAÑIA SE LLAMA TRIO BALANCE.

    $41 Average bid
    $41 Oferta promedio
    32 ofertas

    lo que ocupo es un script que me de un documento similiar como el que te envie con el sku y la ruta de las imagenes o de la primer imagen, que se pueda montar en mi hosting, en la ruta que te di acceso es es la ruta de imagenes de productos, en algunos casos tiene 1 enlace en otros 2, 3, etc

    $27 Average bid
    $27 Oferta promedio
    5 ofertas

    Necesito desarrollar una cloud function de google utilizando SOAP para recibir los parámetros de una notificación de un procesador de pagos. Es solo armar la cloud function, configurar el wsdl necesario y exponer todo para ser consumido, una vez que se reciben los parametros en la funcion, nuestro equipo se encargará de validar y procesar el pago recibido.

    $158 Average bid
    $158 Oferta promedio
    6 ofertas

    busco a alguien que me pueda hacer una web y aplicación la base de la web es para un proyecto de Manhwa/manhua/manga estoy buscando algo parecido a las imágenes. los sistemas que estoy buscando es lo siguiente: 1.- Sistema donde los usuarios se pueden crear cuentas 2.- Sistema donde se clasifiquen por USUARIO/EDITOR&CREADOR-CONTENIDO/ADMISTRADOR(aqui el editor será las personas que puedan subir sus mangas/manhwa/manhua) 3.- Un sistema de COIN(moneda virtual) donde el usuario puede ganar monedas viendo anuncios y iniciar sesión. 4.- Un sistema de anuncios donde el usuario puede gane monedas EJM: una anuncio = 1 Coin. 5.- un sistema de pagos para creadores/editores. (agregar sistemas de pago por paypal,cryptomoendas,skrill,airtm etc) 6.- Un sistema donde se ...

    $715 Average bid
    $715 Oferta promedio
    10 ofertas

    ...an Amazon SES account to start using that system. Amazon has already authorized me to send 14 emails per second. I have configured the 3 required minimum mautic CRONjobs. I have the personalized images per recipient (QR) hosted on another server (obviously I also use other systems to send mass emailings). I need someone with knowledge of MAUTIC to configure that parameter of the parameterized image in an email template in MAUTIC and verify that a shipment of this type of template works and thus be able to use MAUTIC for this type of shipment. =======================================================...

    $190 Average bid
    $190 Oferta promedio
    14 ofertas

    necesita un desarrollador de wordpress que pueda arreglar JS .

    $921 Average bid
    $921 Oferta promedio
    7 ofertas

    ...61 00 00 We don't know what each line means, so we need to make the python program that follows the instructions in the attached file (list .jpg). The manual that indicates the codes for these heavy equipment is attached () We need the program to translate all the codes that the crane shows through j1939, I will attach a file showing a reading of several minutes You can write to me and I sent you a video of exactly what we want to achieve and a video of the current connection and the materials we have for this project ( ) Is this the currnt conexion ht tps: //youtu. be/ukBIB QUGr18 Is this what we want htt ps: / / /shorts/ S18N0S0snEY ?feature=share Is this a device conecc to raspbrry py and craner htt ps://ww /B07P9JGXXB

    $1125 Average bid
    $1125 Oferta promedio
    16 ofertas

    Estoy interesado en transcribir audios en ingles o español, traducir textos y editar imagenes y videos

    $22 Average bid
    $22 Oferta promedio
    35 ofertas
    Odoo portal function
    Finalizado left

    Hola Hareshkumar Karshanbhai K., vi tu perfil y me gustaría ofrecerte mi proyecto. Podemos conversar por chat acerca de los detalles.

    $78 Average bid
    $78 Oferta promedio
    1 ofertas

    Hola Shariq K., vi tu perfil y me gustaría ofrecerte mi proyecto. Podemos conversar por chat acerca de los detalles.

    $105 Average bid
    $105 Oferta promedio
    1 ofertas

    ...directly. } class Widget_SK_Tabla extends Widget_Base { public function get_name() { return 'Tabla'; } /** * Get widget title. * * Retrieve shortcode widget title. * * @since 1.0.0 * @access public * * @return string Widget title. */ public function get_title() { return __( 'Tabla', 'elementor' ); } /** * Get widget icon. * * Retrieve shortcode widget icon. * * @since 1.0.0 * @access public * * @return string Widget icon. */ public function get_icon() { return 'eicon-shortcode'; } /** * Get widget keywords. * * Retrieve the list of keywords the widget belongs to. * * @since 2.1.0 * @access public * * @return array Widget keywords. */ public function...

    $16 / hr Average bid
    $16 / hr Oferta promedio
    22 ofertas

    Hola Agustín Ezequiel, ¿cómo estás? Tengo un problema muy concreto y puntual pero parece que requiere código en mi web de wordpress Al comprar cualquiera de mis dos talleres online, aparece el error: is not a function ¿Me podrías ayudar? Gracias

    $41 Average bid
    $41 Oferta promedio
    10 ofertas

    Program the application according to the following specification: o The application takes the number of points to be calculated as user input. o It passes the number of points to a function that generates random point coordinates and writes them into an array of points in the following syntax: [[lat,lon][lat,lon]…]. o The points should vary +/- one degree around a central coordinate of your choice. o After all points have been generated, the “generate point” function calls a “sort and count” function. o The “sort and count” function checks in which quadrants the points fall: north-west, north-east, south-west or south-east of your central coordinate. o The sum of points for each quadrant are displayed on the website. a...

    $319 Average bid
    $319 Oferta promedio
    6 ofertas
    $401 Oferta promedio
    127 ofertas

    ...cada uno de ellos tengo un botón que es Editar. Este botón saca un formulario donde editar ciertos datos del Host Mediante Javascript hago el POST de los datos al archivo que hará el llamado a la API ( /action/ ) Aparentemente lo que falla es el javascript, me tira error de Internal Server Error <script type="text/javascript"> function zbxhostEdit(){ ("zabhosteditform").addEventListener("submit", function(event){ () }); var datos22d2 = new FormData(zabhosteditform); $.ajax({ type:'POST', url:"/action/", data:datos22d2, processData: false, contentType: false, dataType:'text', success:function(response){ (response); }, error:function(a,b,c){ (a);...

    $51 Average bid
    $51 Oferta promedio
    1 ofertas
    image logger roblox
    Finalizado left

    busco algun programador que me haga un image logger para roblox, solo por fines educativos, que sea funcional con la weebhook de discord.

    $24 Average bid
    $24 Oferta promedio
    3 ofertas

    Not english Español Please. Fotoperiodista solidario. Se trata de cubrir todo tipo de eventos sin ánimo de lucro, para personas enfermas, protectoras de animales, desalojo de viviendas de personas mayores. Dar visibilidad a esas noticias de forma desinteresada. Creo que una página de WordPress sería suficiente pero ni tengo las habilidades ni el tiempo. Una que me gusta por ejemplo es la siguiente.

    $12 Average bid
    $12 Oferta promedio
    5 ofertas

    Hola Agustín Ezequiel, ¿cómo estás? Tengo un problema muy concreto y puntual pero parece que requiere código en mi web de wordpress Al comprar cualquiera de mis dos talleres online, aparece el error: is not a function ¿Me podrías ayudar? Gracias

    $258 Average bid
    $258 Oferta promedio
    4 ofertas

    ...Trafico</h3> </div> <div class="panel-body"> <div id="active_queues_chart" style="height: 250px;"></div> </div> </div> <!-- END LINE CHART --> </div> Codigo Javascript grafica <script> var active_queues_chart=; (active_queues_chart); ({ element: "active_queues_chart", data: active_queues_chart, xkey: "clock", ykeys: ["value", "value_2"], resize: true, postUnits: " Clientes", lineColors: ["#9098a2", "#c7cbd1"] }); </script> ARREGLO 2 En la pagina tengo un formulario que se muestra en un popup ( Ese formulario al rellenarlo y dar al submit envia a un php...

    $62 Average bid
    $62 Oferta promedio
    1 ofertas

    I need one of those image replicated, but with a better resolution and quitting the mouse pad shape

    $26 Average bid
    $26 Oferta promedio
    10 ofertas

    Me gustaría contratar alguien que pueda brindarnos accesoria sobre nuestra imagen corporativa, me gustaría que tuviera experiencia en esa área y que de igual manera sepa hablar ingles y español, el objetivo que nos oriente y nos ayude a buscar la imagen que encaje perfecta con nuestra empresa.

    $66 Average bid
    $66 Oferta promedio
    14 ofertas

    My Instagram account does not have the Reels function, I've created a secondary account and it does. I have deleted cache, data, restarted the mobile, deleted and re-downloaded the app, log in and log out of the application, disabled Instagram for 48 hours and logged in again to see if it would reset and nothing. I consider then that it's a problem of the account itself and I don't know if it is possible to reset the data inside the account in some way more complex than a simple deletion of data/cache, maybe put some code or something, hack process. Thank you very much. Translated with (free version)

    $118 Average bid
    $118 Oferta promedio
    2 ofertas

    tengo un codigo muy simple, necesito que se ejecute UNA SOLA VEZ. PERO que dentro de esa ejecucion la funcion se repita varias veces cambiando el destinatario, un tipo loop el codigo que funciona actualmente es el siguiente y se ejecuta al entrar a una url especifica = function(context, event, callback) { ().({ to: "whatsapp:" +5215500550055, from: "whatsapp:" +12345678910, body: "YA disponibles.", mediaUrl: "" }).then(message => { callback(null, ); }).catch(err => callback(err)); }; de momento para enviar este mismo mensaje a varios destinatarios tengo que cambiar manualmente el "to: "whatsapp:" +5215500550055," a otro numero Tengo una lista

    $10 - $30
    Destacado Sellado
    $10 - $30
    7 ofertas

    Se requiere Químico Farmacéutico para actualización de dos registros sanitarios de dos productos capilares los cuales deben cumplir la legislación de la CAN para exportación de Colombia hacia el Ecuador.

    $250 - $750
    $250 - $750
    0 ofertas