Constant Contact Logo
Community Home
Resources
  • "Ask a Trainer" Sessions
  • Getting Started
  • Help Center
  • News and Announcements
  • Professional Services
  • Support Forum
Events & Webinars
  • On-Demand Webinars
  • Upcoming Webinars
Learn
  • Be A Marketer
  • Campaign Feedback
  • Community Blog
  • Community Coaches
  • Email Design Tips
  • Marketing Strategies
Groups
  • Nonprofit
  • Real Estate
  • Retail & Ecommerce
  • Small Business Voices
  • The ANZ Hub
Product Ideas
  • Sign up free
  • Log in
  • Constant Contact Community
  • >
  • About TimS3776

About TimS3776

TimS3776
TimS3776
Rookie
since ‎02-18-2021
‎02-24-2021
3
Posts
0
Kudos
0
Solutions
Badges
First Topic
View All
Latest Contributions by TimS3776
  • Topics TimS3776 has Participated In
  • Latest Contributions by TimS3776

Help with POST coming from Zapier to Update Contac...

by TimS3776 in API Developer Support
‎02-23-2021 04:59 PM
‎02-23-2021 04:59 PM
I feel like I’m very close to getting this working but I’m missing something. If I use the following code on Zapier I get a error saying “The app returned unauthorized”.   Method POST URL https://api.cc.email/v3/contacts/sign_up_form Data Pass-Through? Data { "email_address": "testuser@gmail.com", "first_name": "Test", "last_name": "User", "list_memberships": [ "d0f03d12-7217-11eb-9800-01010101010" ], "street_address": { "city": "Test City", "state": "Test State", "postal_code": "00000", } } Unflatten yes Basic Auth Headers Authorization Bearer 010101010101010101010101 Content-Type application/json     I then go in and change the URL and I get a error saying “The app returned “The requested resource was not found”.”   Method POST URL https://api.cc.email/v3/idfed?client_id=4ca4db8e-e9ee-40bb-85ad-2398972349f&redirect_uri=https://zapier.com/dashboard/auth/oauth/return/App123422CLIAPI&response_type=token&scope=contact_data Data Pass-Through? Data { "email_address": "testuser@gmail.com", "first_name": "Test", "last_name": "User", "list_memberships": [ "d0f03d12-7217-11eb-9800-01010101010" ], "street_address": { "city": "Test City", "state": "Test State", "postal_code": "00000", } } Unflatten yes Basic Auth Headers Authorization Bearer 010101010101010101010101 Content-Type application/json   This is about to drive me crazy, what am I missing with this? I’ve tried things about a hundred different ways without luck.   Thanks! ... View more
  • Tags:
  • API
  • Zapier

API Authorization issue with Zapier on custom PUT ...

by TimS3776 in API Developer Support
‎02-19-2021 11:28 AM
‎02-19-2021 11:28 AM
I'm trying to get information from Zapier into CC using the API. I think I finally have all the code working but when I do the test from the Zapier side I'm getting "the app returned "anauthorized". It seems I'm missing the authorization portion of this code but I'm having a hard time finding any examples of what I need to do after searching. Thanks   Current Code:   { "email_address": "{{90468520__email}}", "first_name": "{{90468520__first_name}}", "last_name": "{{90468520__last_name}}", "list_memberships": [ "d0f03d12-7217-11eb-9800-fa163edc3efc" ], "street_address": { "city": "{{113887163__city}}", "state": "{{113887163__state}}", "postal_code": "{{113887163__zip_code}}", } }   ... View more
  • Tags:
  • API
  • authorization
  • Zapier

API Integration with Zapier help

by TimS3776 in API Developer Support
‎02-18-2021 04:45 PM
‎02-18-2021 04:45 PM
For whatever reason the Constant Contact built in app in Zapier doesn’t allow me to update an address of a contact. From reading some other places it looks like I might need to use a Zapier Webhook and do this utilizing Constant Contacts API.   I’m not sure where to start though, I’ve looked through the Reference on the Constant Contact API and I think I can put the code together I need but when I add a PUT Webhook in Zapier there’s no place for that code. What am I missing? ... View more
  • Tags:
  • API
  • Zapier
Latest Tags
  • API
  • Zapier
  • authorization
View All
  • © Constant Contact, Inc. 1996-2025
  • Terms
  • Community Terms
  • Community Guidelines
  • Privacy
  • Vulnerability Disclosure