Follow this section! It’s a place for the monday dev success team to put feature announcements, helpful examples, and tips.
Here is a list of threads that might be helpful for folks designing and building monday apps. This document is a work in progress, and we’ll keep adding to it as y’all share your tips and tricks.
Getting started with the basics
Here’s some basic documentation to get you started building with the monday apps framework.
Code examples in different languages
Here are some code samples for building with specific technologies.
Python:
- Python API integration help
- Python Code Example: Importing existing Zendesk tickets using the API
- Python Quickstart Tutorial
- Moncli - Monday.com client for Python - Third-party library
- Python library for v2 api on github - Third-party library
cURL:
NodeJS:
- Node.js mutation example using Axios
- Node.js Change multiple column values
- Accessing and returning data from monday API v2 with Node.js
- Challenge with node Webhook
PHP:
C#:
How monday.com works – the nitty gritty
Here are some threads that answer common FAQs that developers have.
Common pitfalls and errors
Here’s a list of common errors that developers often run into:
- Full list of errors
- GraphQL parsing errors:
- CORS policies
- Unauthorized user
- Subitem querying limitations
- Dynamic mapping troubleshooting
- PowerApps and GraphQL