-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Description
When a user signs up, they receive a confirmation e-mail with the api key in it. The body of this message should be configurable so that when the api key signup form is embedded on another site, they can tailor the message how they want. We allow this type of customization on the web signup page (for example, the message can contain a different example URL or a different message body), so we need to offer similar customization for the e-mail message (and maybe use the same parameters used to customize the webpage?).
This came up with the Auctions API embedding the signup page, so see here for a bit more context: GSA/auctions_api#12 (comment)