I am creating a recipe in monday.com Integration
The trigger is an inbuilt monday.com trigger, When a Status changes to Something
The action is custom.
When the column changes to the one configured then monday.com will send a post request to the url configured in my custom action.
I want the item values associated with that row as well, the idea is to take the email associated with that row and send an email
Is there some way I can achieve this ?
Hi @Nithin_phil
Your endpoint receiving the post triggered by the status change needs to post to your action through the subscriptionId. I guess you are already doing that. The custom action will call another endpoint in your app and from there you can issue an API call to get the data (you need to know the columnId) for that email column.
Hope it makes sense.
Yeah, that makes sense
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.