Hello,
I am planning to develop a Monday.com automation app that will allow users to send messages to phone numbers stored in a Phone column.
The app will work as follows:
-
Users will have access to a list of pre-approved message templates.
-
The user can select one template, and the message editor will automatically populate with the template text.
-
Inside the message editor, users will be able to map values dynamically using suggested column names (Monday automatically suggests columns with the “Message” field type).
-
Once the automation is configured and saved, it will listen for the specified trigger event.
-
When the event occurs, a custom execution API endpoint will capture the event and process the operation (sending the message to the phone number).
I would appreciate guidance on the recommended approach, required APIs, and best practices to implement this workflow in a Monday.com automation app.
Thank you in advance for your support.