-
Notifications
You must be signed in to change notification settings - Fork 0
Support different opt-out messages per state #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This reverts commit 1bc2542.
|
|
|
||
| lookup.zipCode = zip; | ||
|
|
||
| const res = await client.send(lookup); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just noting we do have a comprehensive static cache of zip to state seeded in the db (raw data), though there may be benefits to using the Smarty API?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I didn't even realize this! The benefit of using the Smarty API is up-to-date data. But this is useful to know for future work if we or another org doesn't want to use Smarty API



Description
Allows Spoke to be configured for unique opt-out-messages per state and org using the Smarty Streets API.
Checklist: