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.
{
"content": {
"contact_help_email": "help@example.com",
"fund_name": "Funding service",
"magic_link_url": "https://www.example.com/",
"request_new_link_url": "https://www.example.com/new_link"
},
"to": "example@email.com",
"type": "MAGIC_LINK"
}