Skip to content

Commit

Permalink
add back link to audience file and update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
amaan-lob committed Mar 5, 2024
1 parent 6769586 commit 6ecc301
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lob/openapi",
"version": "1.19.28",
"version": "1.19.29",
"engines": {
"node": ">=14.16.0",
"npm": ">=7.9.0"
Expand Down
2 changes: 1 addition & 1 deletion shared/models/qr_code_campaigns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ properties:
description: |
Redirect all mail recipients to either a single URL or specify a unique URL for each recipient.
To redirect all mail recipients in a campaign to the same URL, assign the desired URL to this field.
To redirect each mail recipient to a unique URL, leave this field empty and specify the redirect link for each row in the audience file. Then, when creating a new upload, map this column to the `qr_code_redirect_url` key in the `mergeVariableColumnMapping` property.
To redirect each mail recipient to a unique URL, leave this field empty and specify the redirect link for each row in the [audience file](https://help.lob.com/print-and-mail/building-a-mail-strategy/campaign-or-triggered-sends/campaign-audience-guide). Then, when creating a new upload, map this column to the `qr_code_redirect_url` key in the `mergeVariableColumnMapping` property.
Note: Failing to set or map the redirect URL when using QR codes may lead to errors in generating mail pieces.
oneOf:
Expand Down

0 comments on commit 6ecc301

Please sign in to comment.