Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 897 Bytes

File metadata and controls

28 lines (20 loc) · 897 Bytes

funding-service-design-notification-hub

made-with-python Code style : black

Repo for the funding service design notification.

Built with Flask.

Follow main README.md to install & run flask app

path: FUNDING-SERVICE-DESIGN-NOTIFICATION/README.md

How to post data for template APPLICATION_DEADLINE_REMINDER

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"
        }
    }
}