API Success Response BUT email is missing

JayS604
Rookie
0 Votes
 
this landing page submits data via api which runs in the background.
 
problem, when an email is submit to the landing page, it submits to constantcontact via an api, however, even though I'm receiving a success response via the api, the email is not found in the appropriate list inside the constantcontact account.
 
tested email: ester0092@gmail.com
"id": "1439287267",
"name": "SP7",
 
see the response code here:
 
stdClass Object
(
[id] => 1157027898
[status] => ACTIVE
[fax] =>
[addresses] => Array
(
)

[notes] => Array
(
)

[confirmed] =>
[lists] => Array
(
[0] => stdClass Object
(
[id] => 1439287267
[status] => ACTIVE
)

)

[source] => API
[email_addresses] => Array
(
[0] => stdClass Object
(
[id] => 0b54025e-dce0-11ea-91e5-d4ae52a686bc
[status] => ACTIVE
[confirm_status] => NO_CONFIRMATION_REQUIRED
[opt_in_source] => ACTION_BY_VISITOR
[opt_in_date] => 2020-08-12T21:09:00.000Z
[email_address] => ester0092@gmail.com
)

)

[prefix_name] =>
[first_name] =>
[middle_name] =>
[last_name] =>
[job_title] =>
[company_name] =>
[home_phone] =>
[work_phone] =>
[cell_phone] =>
[custom_fields] => Array
(
)

[created_date] => 2020-08-12T21:09:00.000Z
[modified_date] => 2020-08-12T21:09:00.000Z
[source_details] => splc
1 REPLY 1
David_B.
Employee
0 Votes

Hello,

 

Thank you for reaching out to Constant Contact API Developer Support.

 

Since troubleshooting this requires us to dig into individual cases, please email us at webservices(at)constantcontact.com with the following information:


- API Key

- Constant Contact username

 

Once we have this, we can look into why the contact may not be in your list.

 

Please let us know if you have any other questions!

 

Regards,

David B.
Tier II API Support Engineer

Resources
Developer Portal

View API documentation, code samples, get your API key.

Visit Page

Announcements

API Updates

Join our list to be notified of new features and updates to our V3 API.

Sign Up