Skip to content

kevindesai777/StackOverflowLinkResolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stack Overflow Link Preview for Mixmax

This is an open source Mixmax Link Resolver. See http://sdk.mixmax.com/docs/tutorial-giphy-link-preview for more information about how to use this example code in Mixmax.

Running locally

  1. Install using npm install
  2. Run using npm start

To simulate locally how Mixmax calls the resolver URL (to return HTML that goes into the email), run:

curl localhost:9146/resolver?url=http%3A%2F%2Fstackoverflow.com%2Fquestions%2F34747143

To test it locally, open the Mixmax Dashboard, click Integrations, and click Add Link Resolver. Enter the following for the parameters:

  1. Description: StackOverflow(stackoverflow.com/questions/*)
  2. Regular Expression: stackoverflow.com/questions/[0-9]+
  3. Resolver API URL: http://localhost:9146/resolver

About

Stackoverflow link resolver for MixMax

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors