Mailchimp api v3 - replicate campaign - mailchimp

How can you replicate an existing campaign
according to v3 of the MailChimp API - programmatically? (I know you can do it via the frontend.)
https://us9.api.mailchimp.com/schema/3.0/Campaigns/Instance.json

It's not yet possible to create or replicate campaigns in API v3.0. See the API v3 roadmap.

The replicate API has now been implemented.

Related

In mailchimp API v3 whats the alternative for user invite api from v2?

Heres the corresponding API spec in v2 : https://apidocs.mailchimp.com/api/2.0/users/invite.php
Does v3 not support this?
I was not able to find it in documentation at : https://developer.mailchimp.com/documentation/mailchimp/reference

Parse.com Stripe Integration - Obtaining credit card token

I'm currently building a mobile application using Ionic framework, with Parse as a back end. I'm now looking into creating a Stripe customer via Parse's Cloud Code for subscriptions, and i've found the brief documentation on Parse's site.
For obtaining the Credit Card Token, the docs refer to using the Stripe's REST API docs, but I would've assumed parse's Stripe integration would provide a method to perform this.
How can I obtain a token? Thank you.

Mailchimp Webhooks API v3

I am new to mailchimp API and i need to work on v3, everything is going good as expected. I need to create a webhook for a list similar to webhook-add in v2 But i could not find the resource for webhooks in API v3. I have tried multiple collections like lists/<list_id>/webhooks-add and lists/<list_id>/webhooks etc and i am getting The resource could not be found.
Is mailchimp webhooks APIs deprecated in v3 ? OR they have been renamed in v3 ? Any help will be highly appreciated.
Webhooks are not yet implemented in API v3.
I just want to update this thread, may be this could help some one out there.
At the time of this post there were no webhooks in Mailchimp API V3 but they have added now. Here is the link for webhooks in Mailchimp API V3.
webhooks has not been implemented yet in v3. i have used v2 for implementing webhooks

MailChimp send email v3.0

The version 2.0 of MailChimp APIs has a campaign send API. However I don't find any similar API on v3.0. I do find an automation API where in I can start a workflow, however it appears from the documentation that workflows can't be created using APIs and can be created only using the GUI.
The requirement is to be able to send emails using MailChimp API. Please advise.
It's now possible to both create and send a campaign through the V3.0 API.
See the 'Action' tab here
You can send to a saved segment, but as far as I can tell, there's no way to create a saved segment via the API.
You actually cannot send one on one email with APIv3.0. Mandrill now takes over for the transactional emails.
It's not yet possible to edit or create campaigns in API v3.0. See the API v3 roadmap.

Is there any api available that can get contacts from my gmail account?

There are many api's available e.g. for post the message, list profile, get threads but I need the api to get the contacts from my account.
Google Contacts API version 3.0 can do that.
Documentation Link: https://developers.google.com/google-apps/contacts/v3/
What language do you use ?

Resources