Hey there, I'm a newbie with the API and have started to look at the API and am getting a bit overwhelmed 😉 I'm looking to add customers every time we get an order from our 3rd party provider. Then I'd like to run a shell script to add the contact's email address (and a few other fields, such as name and country, etc.). I can generate the JSON file no problem. Two questions: 1. Do you have a curl example I can follow? (or whatever is appropriate to call from a shell script). 2. In our 3rd party order form, we will be asking if customers want to be added to our mailing list. I have that info when I run my shell script. I see in another thread that I can use ACTION_BY_VISITOR to get express consent set in your db, and ACTION_BY_OWNER to set implied (soft) consent. https://knowledgebase.constantcontact.com/articles/KnowledgeBase/18265-Create-a-Sign-Up-Form-with-the-new-sign-up-form-experience?lang=en_US However, I do not see that an ACTION field in the list of fields of the JSON data (https://developer.constantcontact.com/docs/bulk_activities_api/bulk-activities-import-contacts.html#structure) Any help on getting new contact info into the constant contact db via a shell script, complete with express or implied consent, would be very helpful! Pete
... View more