WagnerMatosUK
WagnerMatosUK

Reputation: 4429

Is it possible to send an email to a list of users using Marketo API and PHP

I've got a Drupal website and I'd like to send an email via Marketo whenever a new post is created. I've got the Drupal side of things covered (I know how to create the custom module that will be triggered whenever a new content us created).

What I don't know is whether:

1) Marketo API allows for this? 2) How? As when I was trying to follow this tutorial, I got stuck on the $clientId and $clientSecret as these values are now available under Integration/LauchPoint nor in Integration/Web Services

Thanks!

Upvotes: 1

Views: 229

Answers (1)

Ardit Meti
Ardit Meti

Reputation: 581

You should have an admin account or something. http://developers.marketo.com/documentation/rest/custom-service/

Here is how you can obtain your client id and secret

Upvotes: 2

Related Questions