Skip to content

Commit

Permalink
Merge pull request #477 from SparkPost/inline-seeds
Browse files Browse the repository at this point in the history
inline-seeds: add inline-seeds cloud docs
  • Loading branch information
samnixon authored Nov 8, 2021
2 parents cd7b016 + 9a3acc2 commit 90ccf38
Show file tree
Hide file tree
Showing 5 changed files with 32,839 additions and 170 deletions.
6 changes: 6 additions & 0 deletions content/api/account.apib
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ Retrieve information regarding your SparkPost account and set account options.
Account-level default for initial open tracking. `true` by default. In order for initial open tracking to be enabled for REST and SMTP by default, `rest_tracking_default` and `smtp_tracking_default` must be `true`.
+ click_tracking (boolean)
Set to `false` to turn off click tracking (overrides smtp_tracking_default and rest_tracking_default)
+ inline_seeds (boolean)
Set to `false` to pause Automatic Inline Seeding across the primary account and all subaccounts.
This option is valid for SparkPost <a href="https://www.sparkpost.com/features/email-deliverability/"><span class="label label-warning">Deliverability Add-On</span></a> customers only.
+ usage (object) - Account quota usage details. Specify 'include=usage' in query string to include usage info. Usage data is not available for Enterprise accounts.
+ timestamp (string) - ISO date usage data was retrieved
+ day (object) - Daily usage report.
Expand Down Expand Up @@ -194,6 +197,9 @@ Retrieve information regarding your SparkPost account and set account options.
+ initial_open_pixel_tracking (boolean) - Set to `false` to exclude the initial open tracking pixel from top of emails
+ click_tracking (boolean)
Set to `false` to turn off click tracking (overrides smtp_tracking_default and rest_tracking_default)
+ inline_seeds (boolean)
Set to `false` to pause Automatic Inline Seeding across the primary account and all subaccounts.
This option is valid for SparkPost <a href="https://www.sparkpost.com/features/email-deliverability/"><span class="label label-warning">Deliverability Add-On</span></a> customers only.



Expand Down
Loading

0 comments on commit 90ccf38

Please sign in to comment.