Salesforce rest api documentation jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 salesforce rest api documentation jobs found, pricing in CAD

    ...another tool to obtain and manage SSL/TLS certificates. - Redirect HTTP requests to HTTPS. 4. Documentation: - Provide detailed documentation for CI/CD setup, logging configuration, and HTTPS setup. - Include instructions for maintaining and updating the configurations. Requirements: - Experience with GCP: Expertise in managing and configuring GCP services. - CI/CD Expertise: Proven experience with GitHub Actions for CI/CD pipelines. - Logging and Monitoring: Knowledge of setting up logging and monitoring for web applications. - HTTPS Configuration: Experience in configuring SSL/TLS certificates and managing HTTPS domains. - Documentation Skills: Ability to provide clear and comprehensive documentation. Timeline: 1 Day: The project must be completed within...

    $177 (Avg Bid)
    $177 Avg Bid
    9 bids

    ...POST request should be made to an API (which I will provide) sending the username and password in JSON format. The API will respond with the login status (granted/denied) and a token for future requests. On successful login, the Foreground scan service should be started and navigate to the Status screen. The login state should be saved locally (in local storage). If the user is already authenticated, future app accesses should go directly to the Status screen. - Status Screen: Displays the scan status and an updated list of the latest detected beacons, ordered by the most recent. User Authentication --------------------------------- - Authentication is performed on the login screen. A POST request is sent to an API with the username and password. The API r...

    $289 (Avg Bid)
    $289 Avg Bid
    7 bids

    ...flexibility to define these chapters yourself. 2. Initial Test Phase Create the first 2 books to test the quality and comprehensibility of your work. These initial books will help us ensure that your didactic approach is effective and that the content is accessible to people who are not familiar with AI. 3. Complete the Remaining Books Once the initial books are approved, proceed with completing the rest of the series. Example of books and categories: Here are the suggested titles for the 15 ebooks/scripts on artificial intelligence. If you think something is missing or should be changed, please let me know. Theory Background History of AI Machine Learning and Data Mining Neural Networks Reinforcement Learning Speech-to-Text and Text-to-Speech (and Deep Learning in this Relation)...

    $738 (Avg Bid)
    $738 Avg Bid
    68 bids

    I am looking for a AI developer who can speacilse in 3D Development. I am looking to create an extension for my website whereby I can show injuries a 3D skeleton. The user should be able to Move around the skeleton, click on different parts of the body and information on the injuries should be displayed. This skeleton should be trained on an AI api as the user should be able to also click on various parts of the body. A use case example would be a user clicking on the groin and the application to display a message on what happens in case of injury on the groin and surrounding body parts. The application should resemble something similar to . I have the project half complete I need someone to finish it off whereby majority of the 3D development and 1 injury example is

    $924 (Avg Bid)
    $924 Avg Bid
    10 bids

    I'm looking for a skilled Laravel developer with prior experience in MLM and HYIP systems, who can make the following modifications to my existing script. Key Responsibilities: - Identify and resolve bugs within the s...modifications to my existing script. Key Responsibilities: - Identify and resolve bugs within the script to ensure smooth operation. - Implement appropriate PHP conditions to update users in the database. Ideal Skills: - Expertise in Laravel framework - Previous experience with MLM and HYIP systems - Proficient in PHP and database management - Strong understanding of CRUD operations, authentication, and API integration in Laravel Please note, these modifications will require understanding of the existing codebase, so experience with similar scripts will be a...

    $233 (Avg Bid)
    $233 Avg Bid
    59 bids

    ...type=design&node-id=5042-102&mode=design The website should be built using JavaScript. The right developer is diligent, detail-oriented, highly responsive, and has a strong background in building e-commerce platforms, particularly with multi-vendor functionality and integration with print-on-demand services, and have experience with Figma for design implementation. Additionally, proficiency in REST API integration is crucial for connecting with Gelato's services. () The developer should also come with suggestions and know what features and solutions are needed for the intended function of the platform. If you believe you are a good fit for this project, please familiarize yourself with the attached document and the Figma design files before reaching ...

    $6115 (Avg Bid)
    $6115 Avg Bid
    69 bids

    ...developer to create a Telegram bot that can receive and distribute trading signals from my premium indicator on TradingView. Key Requirements: - The bot should have direct API integration with my TradingView account. This way, it can automatically fetch signals from my indicator as soon as they are generated. - The primary function of the bot will be to relay these signals directly to subscribers via Telegram. This service should be secure, efficient and timely. Additional Notes: - The ideal candidate will need to have a solid understanding of trading signals and how they are used. Experience with TradingView indicators and API integration is a significant plus. - Previous experience developing Telegram bots, especially those focused on the finance industry, would be hi...

    $279 (Avg Bid)
    $279 Avg Bid
    21 bids

    I've been encountering an error while trying to launch the Medium Tablet API 29 emulator in Android Studio 4.4 on my Windows system. The message says, "The emulator process for AVD Medium_Tablet_API_29 has terminated." I've scoured online resources and tried resolving the issue myself. However, the problem persists even after reinstalling the Android Emulator. I'm looking for a competent Android Studio expert who can help me resolve this error and get my emulator up and running it is, Unable to launch Medium Tablet API 29 - The emulator process for AVD Medium_Tablet_API_29 has terminated. Key Requirements: - Proficient in Android Studio - Experienced in troubleshooting emulator issues Your assistance in resolving this issue would be greatly appr...

    $76 (Avg Bid)
    $76 Avg Bid
    11 bids

    I'm seeking an experienced Node.js developer for a full-stack project. This will involve both front-end and back-end development. Ideal Skills and Experience: - Strong knowledge of Node.js - Proficiency in front-end technologies, such as HTML, CSS, and JavaScript - Experience with front-end frameworks like React or Angular - Knowledge of database integration - RESTful API development experience - User authentication and management I'm open to discussing the specific features and functionalities you can bring to the project.

    $35 (Avg Bid)
    $35 Avg Bid
    28 bids

    I'm seeking a Django/ Java Script with Bootstrap expert who can assist with the layout and design of my website atplands.com. The primary goal of this project is to update the site's v...Collaborating with the team to create a new, fresh look for the site - Ensuring the new design is functional and user-friendly Ideal skills for this project include: - Strong experience with Django/ Java Script with Bootstrap - Proven track record of working on front-end development using JavaScript/Bootstrap - A good eye for design and layout - Ability to understand and implement JavaScript to integrate Rest-APIs Your work will play a key role in enhancing the user experience of , so I'm looking for a freelancer who can bring creativity, expertise, and a problem-solving mindset to ...

    $152 (Avg Bid)
    $152 Avg Bid
    13 bids
    Java Code Issue Resolution 6 days left
    VERIFIED

    i have Pojo class where it is picking property value from api response as integer in the Pojo Class: @JsonProperty("intensity") private Integer intensity; public Integer getColor() { return color; } public void setColor(Integer color) { = color; } and in parser class (INTENSITY, ((), 0)); The problem is sometimes the Api giving the color value as string not as interger but only on on checkbox config we add and this already defined in java if(checkVariant is true) then consider it string and parse it what i have to do to fix my code based on that condition so i can parse the string value this way: updateProperties("color", (()

    $30 (Avg Bid)
    $30 Avg Bid
    25 bids

    We are looking for 5-10 years of .Net experienced developer who can also have experienced in React and .Net based web development. Long terms multiple projects development. Using Mainly Azure SQL server database with Visual Studio .Net Core API. Graph QL and EF. Worked on Azure Key Vault, Azure Logic app, Azure function is bonus.

    $152 (Avg Bid)
    $152 Avg Bid
    11 bids

    ...configuration in JSON array) What we need -------------------- - Standalone PHP Script where we will be able to select an item from provided JSON. - Through DHL API we will validate the provided addresses(in the form of exel or csv) if each individual address is valid - or we should be able to select the areas of over choice over google map is shown in the provided video - this funcationaly is also provided over DHL api I think. and there demographic filters can also be applied which are provided be DHL api also shown in the video Please apply only if you the the required experience. these links may help Here is the Link how it should work

    $871 (Avg Bid)
    $871 Avg Bid
    64 bids
    Website Content 9 days left

    I'd charge Rs. 600 to just write the Homepage content and if we're okay with it we can proceed to the rest.

    $10 / hr (Avg Bid)
    $10 / hr Avg Bid
    1 bids

    I need a professional who can help me with scraping data API from a specific website or platform. I'm looking to extract specific data points or information and potentially set up a regular scraping process. Key Requirements: - Proficiency in Web Scraping: I need someone who has experience with web scraping tools and techniques. - Data Mining Skills: The ability to identify and extract the specific data points I require is crucial. - Automation Expertise: If you have experience setting up automated scraping processes, that would be a huge advantage.

    $210 (Avg Bid)
    $210 Avg Bid
    30 bids

    My primary goal is to create a sophisticated machine translation project that focuses on Arabic to English language conversions. This is a challenging project that requires specific skill-set and in-depth knowledge in Natural Language Processing. Featu...Processing. Features I need: - Develop a multimodal machine translation model (MMT) using visuals and text to achieve accurate translation from English to Arabic and vice versa. Ideal Freelancer should have: - Proven experience in Natural Language Processing - Strong background in Machine Translation models - Ability to select and implement the most suitable Machine Translation model or API for this project, as I am open to the best possible options. If you have the necessary skills to accomplish this task, feel fr...

    $346 (Avg Bid)
    Urgent NDA
    $346 Avg Bid
    19 bids
    Asterisk WebRTC Integration 6 days left
    VERIFIED

    I require an experienced and proficient developer who is familiar with both WebRTC and Asterisk. The objective is to expand the functionality of my current Asterisk setup by integrating it with WebRTC. The specific features to be integrated are: -Voice Calling -Video Conferencing This project seeks to enhance the communication capabilities of my Asterisk setup, thus the ideal...The specific features to be integrated are: -Voice Calling -Video Conferencing This project seeks to enhance the communication capabilities of my Asterisk setup, thus the ideal candidate would have considerable experience managing such integrations in the past. Sound knowledge of VoIP, SIP, and related technologies will be greatly appreciated. An understanding of the Asterisk framework and its API will be...

    $82 (Avg Bid)
    $82 Avg Bid
    1 bids

    we are looking for react developer with experience in APIs to check api document and implement validations and fix the API posting . 90% of the code is already implemented , only validations and posting part needs to be fixed . this willl lead to more projects in future Key Requirements: - Proficiency in React development - Experience with API integration in React - Ability to determine and implement the most suitable React APIs for the project's needs

    $180 (Avg Bid)
    $180 Avg Bid
    100 bids

    I require an individual proficient in VB macro script for Mach3. This pr...script that need to be rewriten to mach3 VB language, I have also a video how it works in mach4 fo refernece. You should be able to implement these specifications based on available documentation. Please remember that the recreated script should maintain as much fidelity to the original Mach4 script as possible. Ideal skills and experiences for the job include: - Familiarity with Mach3 and Mach4 CNC software - Expertise in creating VB macro scripts - Understanding of CNC machine operation, particularly regarding arc motion control, B/C axis, and zeroing their position - Ability to work with provided documentation for accurate script translation - Past experience in similar projects would be a signi...

    $200 (Avg Bid)
    $200 Avg Bid
    8 bids

    As an investor seeking to streamline my algorithmic trading operations, I am in need of an able Python Developer who specializes in automation tasks. This role requires ...investor seeking to streamline my algorithmic trading operations, I am in need of an able Python Developer who specializes in automation tasks. This role requires an individual with: - Mastery of Python and experience with automation tasks, most especially within the investment and stock market scenario. - Skilled and knowledgeable in stock market terminology with experience in use of Websockets for API integration Suitable candidates are expected to have good communication skills to effectively understand and implement required changes in a timely fashion. Help me maximize my trading potential with your Python ...

    $234 (Avg Bid)
    $234 Avg Bid
    10 bids

    I'm looking for a skilled developer who can create a trading bot that can execute trades on TradingView. The bot should support scalping trading strategies. ...developer who can create a trading bot that can execute trades on TradingView. The bot should support scalping trading strategies. Key Requirements: - The bot should be able to connect to TradingView and execute trades. - The user should be able to manually enter trade details. Ideal Skills and Experience: - Strong experience in developing trading bots. - Proficiency in working with TradingView API. - Knowledge of scalping trading strategies. Please include any relevant experience you have in developing trading bots, especially those that connect to TradingView. A portfolio or examples of previous work would be hig...

    $188 (Avg Bid)
    $188 Avg Bid
    16 bids

    Hello Freelancers, I am looking for...the Tally database using ODBC Requirements: Strong knowledge and experience with Tally and its database structure. Proficiency in TDL or TCP file creation. Familiarity with ODBC for database connectivity. Ability to automate the extraction process to ensure seamless and accurate data retrieval. Deliverables: A functional TDL or TCP file that successfully extracts the specified data fields. Documentation and instructions on how to use the provided solution. Support for initial setup and troubleshooting any issues that arise during implementation. If you have the expertise to handle this project and can deliver high-quality results, please submit your proposal. Include your experience with similar projects and any relevant examples of your prev...

    $15 (Avg Bid)
    $15 Avg Bid
    26 bids

    ...version should resolve these. Fix Bugs and Security Issues: Identify and fix any existing bugs and security vulnerabilities in the current project. Ensure the new version adheres to the latest security standards. API Integration: Connect the backend with the frontend using APIs. The APIs should be well-documented, secure, and efficient, allowing seamless communication between the backend and frontend. Requirements: Proven experience with CodeIgniter 3 and 4. Strong knowledge of SQL query optimization. Expertise in identifying and fixing bugs and security issues. Experience with API development and integration. Ability to work with the existing database structure without alterations. Good communication skills and ability to provide regular updates. Deliverables: Fully ...

    $1496 (Avg Bid)
    $1496 Avg Bid
    26 bids

    2 api only to pass value. Work with ftp

    $33 (Avg Bid)
    $33 Avg Bid
    28 bids

    I have a small wordpress website. No e-commerce, forums etc., no other user-interaction except for an (optional) contact form. The website needs to be migrated to a simple Bootstrap website, maintaining roughly the look and feel of the existing site. Deliverables: - Bootstrap Website running on our hosting provider - Documentation and maintenance instructions Requirements: - The simpler the better - No external (3'rd party) dependencies - May suggest and implement improvements (functional and graphical) Time-Frame: - Completion within 3 months More details and link to website will be shared upon first contact.

    $191 (Avg Bid)
    $191 Avg Bid
    65 bids

    ... Perform testing and debugging to ensure smooth functionality of the plugin. Document the development process and create user guides. Collaborate with the internal team. Requirements: Proven experience in developing plugins and interfaces for e-commerce platforms. Strong knowledge of programming languages and technologies required for the listed platforms. Experience with API integrations and web services. Familiarity with best practices regarding security and performance optimization in e-commerce. Good communication skills and the ability to clearly document technical matters. Independent and reliable work style with a focus on quality and meeting deadlines. What We Offer: An exciting project with the opportunity to develop innovative s...

    $3180 (Avg Bid)
    $3180 Avg Bid
    58 bids

    I need an experienced Linux admin who can help me set up a CentOS server to function as a web, database, and file server. The ideal candidate will be familiar with CentOS and have experience configuring a server with multiple services. Key Requirements: - Install and configure CentOS on a server - Set up Nginx as the web server - Config...function as a web, database, and file server. The ideal candidate will be familiar with CentOS and have experience configuring a server with multiple services. Key Requirements: - Install and configure CentOS on a server - Set up Nginx as the web server - Configure the server to also function as a database and file server - Ensure the server is secure and optimized for performance - Provide documentation of the setup and configuration for future ...

    $11 / hr (Avg Bid)
    $11 / hr Avg Bid
    20 bids

    I am in need of a professional with reliable experience in photo restoration to restore less than five of my photos. The photos in question are missing small parts. Ideal skills and experience: - Proficiency in software such as Photoshop - Significant experience in restoring old or damaged photos - Attention to detail ...five of my photos. The photos in question are missing small parts. Ideal skills and experience: - Proficiency in software such as Photoshop - Significant experience in restoring old or damaged photos - Attention to detail and colour accuracy - Ability to work timely and accurately Responsibilities: - Replace small missing parts from the photos - Ensure the restored areas blend seamlessly with the rest of the photo - Deliver high-resolution, restored photos ready ...

    $125 (Avg Bid)
    $125 Avg Bid
    45 bids
    Fun Mobile Game Website 5 days left
    VERIFIED

    ...experience in Wordpress (Elementor) to create a fun and playful mobile app game website. The website will consist of 3 pages and will be designed to be fun and playful in style. Mobile application is already live and in production so the visual styling will have to be matched. Required: all Lighthouse metrics above 90 - **Pages**: Homepage - current active games carousel (fetch via API) - leaderboards (fetch via API) - prize winners with status carousel (shipped, waiting for contact...) - download section - about section - testimonial section - CTA section Terms of service - textual content Privacy policy - textual content The ideal candidate for this project should be: - Proficient in Wordpress (Elementor) to create a dynamic and user-friendly website. - A good under...

    $663 (Avg Bid)
    $663 Avg Bid
    83 bids

    I'm seeking an experienced developer who can integrate the TradingView API into a cross-platform mobile app. The app will essentially offer real-time market data and advanced charting features. Key Requirements: - Integration of TradingView API: The core focus of this project is to provide users with access to real-time market data and the ability to perform advanced technical analysis using TradingView's robust charting tools. - We will provide the datafeed with indicators required via web socket , the app will use this data and display a real time live chart on the app. You only need to do this chart on the app. No other funtions required. - Cross-Platform Development: You should have experience in developing cross-platform applications that run smoothly on both...

    $746 (Avg Bid)
    Featured
    $746 Avg Bid
    39 bids

    I am in need of a talented web designer and developer to create a Classic and Elegant, informational website that will represent my non-profit organization. Here's what I'm looking for: - **Design:** A classic and elegant design that refle...professionalism of a non-profit organization. - **Features:** I need a blog section, content posting capability, polls, news updates, and an advertising space. Your experience in creating similar websites and expertise in the following areas is highly desired: - Web design - User experience - Blogging platforms - Content management systems - SEO - Advertising and monetization techniques -Database user and rest of content manage using PHP, JS, HTML5. Please include samples of your previous work in your proposal. I'm looking for...

    $118 (Avg Bid)
    $118 Avg Bid
    25 bids

    Hello! I need someone who is an expert in web programming with PHP to translate any kind of PDF for free in using PHP. This PDF must not lose its quality. It must remain intact and it must preserve the ORC format, style and all. I want the translation to be exactly like the one from onlinedoctranslator.com. I know you're going to tell me that the Google Translate api isn't free, but you can use this library (link removed) . Then it has to choose the number of pages in the PDF. Even if the PDF is 100 pages or more, it must be able to translate it. It must support encrypted PDFs and PDFs protected by passwords. I will use your code in my site. You can visit it and you'll see that the PDF translation is missing. I've told you everything and I hope you'll give ...

    $39 (Avg Bid)
    $39 Avg Bid
    8 bids

    ...looking for: - **Purpose**: The platform will be primarily for selling products. It will be app-oriented, with main categories dedicated to specific apps, and subcategories under each app to organize products effectively. - **Vendor Dashboards**: Critical for vendors to manage their products, sales, discounts, wallet, delivery options, and other details effectively.. - **API Integration**: I need a sophisticated API to allow for seamless integration with different systems and services, allowing for extended functionality and data exchange. Payment integration with all major payments gateway, also 2 local payments gateway WhatsApp Integration: WhatsApp Invoicing: Send invoices and order updates via WhatsApp to keep customers informed. Customer Enquiries: Enable customers...

    $1659 (Avg Bid)
    $1659 Avg Bid
    90 bids

    ...being made. So long as it functions in a similar way. If not familiar you can view telethon api - **Expected Behavior**: The scraping script is supposed to collect data that matches specific regex patterns. This means that it's not just supposed to collect all messages or only new messages since the last run, but rather those that align with the predefined regex matches. It should give me the option to select which groups get scraped, how far back it crawls back and download/read/regex match/save data. I'm looking for a Python guy who can help me rectify these problems and ensure the script runs efficiently. Experience with Telegram/telethon API, regex, and web scraping is crucial for this task. So if you're a Python developer with

    $44 (Avg Bid)
    $44 Avg Bid
    12 bids

    I'm in search of a mobile application developer to create an engaging and innovative app designed for y...designed for young kids and families. Key Requirements: - **Purpose**: The primary goal of the app is to entertain preschoolers (0-5 years) with engaging content. - **Features**: The app should have colorful visuals to captivate the young audience. Skills and Experience: - Prior experience in developing entertainment apps for children will be highly valued. - Familiarity with integrating ChatGPT REST API is a plus, though not mandatory. - Strong capabilities in creating visually appealing and engaging user interfaces. If you have a creative edge, experience in child-friendly app development, and are ready to develop a delightful app for kids, I'd love to dis...

    $252 (Avg Bid)
    $252 Avg Bid
    39 bids

    I need a skilled freelancer with Android Studio experience to create a detailed, step-by-step guide for installing MLC Chat using Android Studio on Windows 11. The guide should be based on the provided documentation for MLC Chat v2023 available at: [](). please extend this documentation in an MS WORD document with additional detailed steps and screenshots. Requirements: - The guide should be aimed at users with a basic understanding of Android Studio and software installation. - It needs to be a thorough, detailed, and easy-to-follow document that leaves no room for confusion. - You should include the necessary steps for the successful installation of MLC Chat on Windows 11, outlining each step with appropriate

    $31 (Avg Bid)
    $31 Avg Bid
    6 bids

    ...creating a custom payment gateway for my platform. This gateway will be integrated using an API and I already have the API documentation for this. Key requirements: - Custom Payment Gateway Development: This project involves developing a brand new payment gateway from scratch. - API Integration: The developed gateway needs to be seamlessly integrated into the platform using the provided API documentation. Ideal skills and experience: - Strong background in payment gateway development and integration. - Experience with API integration, particularly for payment systems. - Familiarity with creating secure and scalable payment solutions. - Ability to understand and work with external API documentation. This project offer...

    $99 (Avg Bid)
    $99 Avg Bid
    7 bids

    ...m-1&scaling=scale-down-width&starting-point-node-id=9933%3A524 The key features I require include: - Fast loading - Google page speed check has to be 100% for both desktop and mobile - The page is image heavy, hence has to lazy load images correctly - Menu has drop down images heavy. Accordingly loading should be only on mouse over and not interfere with rest of page load. - First part of the page should load very fast. - Listing of rest of the page should re-fresh on scroll. - Listings are fetched from Mongo db on aws server. - User-friendly dropdown menu design - Solid understanding of interactive elements The ideal candidate should have a strong portfolio involving React and NextJs development and responsive web design. Familiarity with creating interactive an...

    $246 (Avg Bid)
    $246 Avg Bid
    62 bids

    Just create 2 api to pass value. WOrk with ftp only. Simple work

    $30 (Avg Bid)
    $30 Avg Bid
    31 bids

    I'm in need of a professional who can assist in documenting the Microsoft Teams Enterprise Voice solution. The main objective of this documentation is : As a first step, I am looking for documentation on complete set up of Microsoft Teams to use as Enterprise Voice solution (EV) - help with documenting EV solution. You will assist in formulating a MS Word document containing summary, hardware and software requirements, recommendation, architecture , license etc - in summary, if we want to set up Teams as EV, what I will need and how do I present it to manager with all details and recommendation? Thanks Other: support until task is completed Ideal Skills: - Strong understanding of Microsoft Teams Enterprise Voice solution - Experience in documenting technical soluti...

    $20 (Avg Bid)
    $20 Avg Bid
    2 bids

    I'm seeking an experienced software developer to create an accounting applic...developer to create an accounting application that is compatible with the Windows operating system. It's a high priority that this application seamlessly integrates with Zoho Books. Key Features: - Integration with Zoho Books Required Skills and Experience: - Software development - Familiarity with accounting software - Knowledge in developing Windows applications - Experience working with Zoho Books API would be a significant advantage Timeline: - The project needs to be completed within a month. This role is perfect for a problem solver who has an eye for detail and understands the importance of creating user-friendly applications. If you think this project aligns with your skills, I'...

    $1582 (Avg Bid)
    $1582 Avg Bid
    63 bids

    ...an experienced game developer who can bring our design concepts to life, creating a seamless and engaging front end for both web and mobile platforms. Must be developed using Phaser or Construct. Then I have this basic UI that also needs to be connected. We have an API/Backend developed already. The developer needs to be able to connect it. **Project Scope:** - Develop the front-end architecture for our platform, optimized for both web and mobile devices. - Ensure integration of visual content with live API connections for real-time data visualization. - Collaborate closely with our UX/UI designers to implement the visual and interaction design. - Conduct thorough testing across different platforms to ensure functionality and responsiveness. - Maintain reg...

    $29 / hr (Avg Bid)
    $29 / hr Avg Bid
    63 bids

    I am in need of a versatile developer who can build an integrated messaging system that ties together Facebook Messenger, Slack, and Instagram. The key features of this project include: - Ability to both manually and automatically respond to the received messages. - The automatic response should apply only to text messages. Desired Skills & Experience: - Extensive experience in API integration. - Deep understanding of Facebook Messenger, Instagram and Slack platforms. - Experience in designing systems that handle both automatic and manual responses to messages. - Familiarity with algorithms to effectively auto-reply text messages.

    $384 (Avg Bid)
    $384 Avg Bid
    14 bids

    ...on the front screen which are incremented for each version 8. Must use our new logo (to be supplied) Additional functions - A new section in the app to cover prize stats This section enables users to get finalists to each art prize using the api’s supplied. This includes: 1. Get finalists for a given prize for a given year (using the api 1 or 2) 2. Get winners for a given prize for a given year (using api 4) 3. Get top 15 finalists for a given year (using api 5) Note: A sponsored event is prioritised in the listing (as is) The listing can be filtered or resorted (as is)...

    $536 (Avg Bid)
    $536 Avg Bid
    66 bids

    I'm looking to revamp the Projects Page of my website with the main goal of realigning it. Key requirements: - Update the design of the Projects Page - Realign the Featured Projects section - Ensure consistency with the rest of the site This is a simple WorPress Fix

    $45 (Avg Bid)
    $45 Avg Bid
    21 bids

    I need a skilled video creator to produce one mixed media promotional videos for my learning platform. The ideal candidate will be able to handle both animated and live-action elements seamlessly, including script writing. Actually what I wanted is to show a real person using my platform https://ooro.com.au. However, a 2D Animation with voiceover would be acceptable as long as rest of the requirements are met. Platform is designed so anyone with a skill or talent can register as a mentor. This includes actual teachers. And then if someone wants help with something they are learning, they can search for a mentor, who will use video call on the platform to engage with them. As an example, trying to imagine a video where people are getting assistance from a mentor using the plat...

    $391 (Avg Bid)
    $391 Avg Bid
    52 bids

    I'm looking for a developer who can help me set up an OTP campaign using Twilio specifically for user verification through SMS. Key Requirements: - Utilize Twilio's API for OTP: The main focus of this project is to create a seamless OTP system for user verification. - SMS Integration: The OTP verification process must be conducted via SMS. - Previous Experience: It would be beneficial if you have prior experience with similar Twilio OTP campaigns. Please note that this project is strictly for user verification, not for transaction authentication or password reset. Your experience in this specific area would be greatly beneficial.

    $65 (Avg Bid)
    $65 Avg Bid
    13 bids

    I'm s...researcher and historian to assist me in creating an educational and informative radio program focusing on modern history within the Americas. Key Requirements: - Conduct thorough research and documentation on crucial events, figures, and socio-political developments within the Americas post-1500 AD. - Transform this research into engaging and informative content suitable for a radio audience. - Ensure all content is historically accurate and properly cited. Ideal Candidate: - Profound interest and expertise in modern history - particularly within the Americas. - Experience in historical documentation and research. - Excellent communication skills and ability to craft engaging content. - A strong background in radio production or similar audio format creation ...

    $180 (Avg Bid)
    $180 Avg Bid
    10 bids

    We are seeking a skilled developer or development team to create a comprehensive web crawler system. This system should scrape, structure, and update information from web pages, handle large projects, and be accessible via a powerful API. The system should offer user-friendly features for both individuals and businesses and include flexible user management for both customers and employees. Project Requirements 1. Web Crawling and Data Extraction -Develop a system capable of scraping entire websites and extracting data from each page. -The system should divide the scraped information into sections to facilitate easy reading and understanding. -For e-commerce sites, the system should identify and structure the following information: --Product category (including breadcrumbs for hiera...

    $3245 (Avg Bid)
    $3245 Avg Bid
    82 bids

    ...assist me in securing certification for both ISO/IEC 27001 and SOC-2 Type 2 standards. Key Requirements: - I'm already fully compliant but need to obtain the certificates for both standards. - I have existing documentation and policies in place, so the task involves reviewing and enhancing these to meet the certification requirements. Ideal Skills & Experience: - Proven track record of successfully obtaining ISO/IEC 27001 and SOC-2 Type 2 certifications. - Strong understanding of both standards and their documentation requirements. - Ability to assess existing policies and documentation for gaps and make necessary updates. - Excellent communication skills to work collaboratively with me in the process. If you're confident in your abilities to suppo...

    $146 (Avg Bid)
    $146 Avg Bid
    10 bids