Add item to feed
1 2 3 | addItemToFeed(mtoken = getMonzoToken(), accountId = getDefaultAccountId(),
title = NULL, itembody = NULL, image_url = NULL,
background_colour = NULL, title_colour = NULL, body_colour = NULL)
|
mtoken |
The Monzo API token |
accountId |
The id of the account you're requesting transactions from |
title |
The title of the item to be displayed in the feed |
itembody |
The body text of the item to be displayed in the feed |
image_url |
The URL of the image/icon to be displayed alongside the item in the feed |
background_colour |
The hex value of the colour of the background for the feed item |
title_colour |
The hex value of the colour of the title text for the feed item |
body_colour |
The hex value of the colour of the body text for the feed item |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.