Monday.com Automation Setup:
- Go to your Monday.com board
- Click "Automate" in the top menu
- Select "Create automation"
- Choose the trigger: Column Value Change
- Select column: Invoice
- Set value to: Generate Final Invoice
- Add action: "Send webhook"
- Paste URL:
https://mcc.ba.spotwa.re/webhook
- Set method to: POST
Sample Payload:
{
"event": {
"boardId": 1504720845,
"pulseId": 2051082261,
"pulseName": "Invoice Item",
"type": "update_column_value",
"columnTitle": "Invoice",
"value": {
"label": {
"text": "Generate Final Invoice"
}
}
}
}