Repo for the funding service design notification.
Built with Flask.
path: FUNDING-SERVICE-DESIGN-NOTIFICATION/README.md
To post data, use /send endpoint with POST method. Data must be in the following format.
{
"type": "APPLICATION_DEADLINE_REMINDER",
"to": "[email protected]",
"content": {
"application": {
"round_name": "WINDOW 2 ROUND 2",
"reference":"WUHJFDWJ",
"deadline_date":"2022-05-20 14:47:12"
}
}
}