Marketo and Dell Boomi Integration | Community
Skip to main content
Level 3
February 26, 2024
Question

Marketo and Dell Boomi Integration

  • February 26, 2024
  • 1 reply
  • 1042 views

Hello, 

Can anyone help me with the Step-by-Step process of Marketo and Dell Boomi Integration? Also, our Dell Boomi Admin as requested below these details: 

1. Endpoint, request/response Payload, header
2. Client id and secret
3. identity URL if you have identity API to extract the token

 

I have the 2nd and 3rd details, But I am confused with the 1st point. Where can I find these details, and what does that term mean?

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Darshil_Shah1
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
February 26, 2024

Mentioning details about the 2nd and 3rd pointers as well for the sake of completeness in case someone looking at it in the future is curious.

 

Well, you'd need to create an API user in Marketo with the right set of permissions, create a custom service using that API user in the Launchpoint, and then generate the Client Secret and Client ID, and then share those with your Dell Boomi Admin. Client Secret and Client Id are required to generate the short-lived (60-minute) access token that can be used to authenticate requests made to Marketo via the API. You'd also need to share the REST endpoint of your instance, which you can find in Marketo Admin > Webservices > REST API > Endpoint.

 

Read all about creating a new API user here: https://experienceleague.adobe.com/docs/marketo/using/product-docs/administration/users-and-roles/create-an-api-only-user.html?lang=en

Create a custom service in Marketo: https://developers.marketo.com/rest-api/custom-services/

Identity endpoint for generating the access token: https://developers.marketo.com/rest-api/endpoint-reference/authentication-endpoint-reference/#!/Identity/identityUsingGET

 

Also, different APIs in Marketo have different endpoints and header/query parameters, payload requirements, and you can check those on the Marketo Developers page, or let us know what you want to do, and we can share the API endpoint details for the same.