Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 903 Bytes

File metadata and controls

27 lines (19 loc) · 903 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 MAGIC_LINK

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