Skip to content

Constant Contacts

1sioma edited this page Aug 5, 2024 · 1 revision

Services Used

  • Followed OAuth2 Flow to create authorization request and get code
  • Callback API posts authorization code to Constant Contacts API and gets back token which is stored in database
  • Refresh token API posts expired authorization token to Constant Contacts API and gets back new token
  • email_list API to post user information to Constant Contacts list

Clone this wiki locally