addItemToFeed: Add items to your feed

Description Usage Arguments

View source: R/feed.R

Description

Add item to feed

Usage

1
2
3
addItemToFeed(mtoken = getMonzoToken(), accountId = getDefaultAccountId(),
  title = NULL, itembody = NULL, image_url = NULL,
  background_colour = NULL, title_colour = NULL, body_colour = NULL)

Arguments

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


ryanbateman/monzor documentation built on May 24, 2019, 2:03 a.m.