Skip to main content

#Postman0 utenti parlano di questo argomento

7 risposte
  1. 5 mar 2024, 17:23

    Hi @Kondam Uttam Reddy

    If your issue is still not resolved do let us know the URL of the unit you are stuck in and we'll create a help case on your behalf 

0/9000

Now Available: Event Platform API Additions to the Postman API

Extended Salesforce Platform APIs collection for Postman now available.

 

Learn more in this blog post from Principal Developer Advocate @Philippe Ozil.

Now Available: Event Platform API Additions to the Postman APIExtended Salesforce Platform APIs collection for Postman now available. Learn more in this blog post from Principal Developer Advocate .

#API #Postman #Postman Collection 

0/9000

Announcing: 50,000 Forks to our Platform APIs GetPostman Collection!

 

We've achieved 50k forks to our Platform APIs GetPostman Collection - incredible! This is our 1-stop shop for exploring the Salesforce APIs, not limited to Platform. 

 

Head over here and give it a try: https://www.postman.com/salesforce-developers

Announcing: 50,000 Forks to our Platform APIs GetPostman Collection! We've achieved 50k forks to our Platform APIs GetPostman Collection - incredible! This is our 1-stop shop for exploring the Salesfo

 

#Postman #Postman Collection

1 commento
0/9000

Certamente se você irá utilizar as APIs padrões do Salesforce ou até mesmo expor uma API customizada, você precisará obter um token de segurança.

 

Quer aprender como criar um aplicativo conectado, como configurar um ambiente no Postman e ainda como utilizar essas informações para fazer um POST Request para obter um TOKEN de segurança no Salesforce?

 

Esse vídeo é pra você!

___

 

Certainly, if you are going to use the standard Salesforce APIs, or even expose a custom API, you will need to obtain a security token.

 

Want to learn how to create a connected app, how to set up a Postman environment, and how to use this information to make a POST request to get a security TOKEN in Salesforce?

 

This video is for you!

 

___

 

Gostou do vídeo? Se inscreva, curta e compartilhe nossas redes sociais para não perder todas as novidades!

 

Canal Salesforce Brasil: https://campsite.bio/canalsalesforcebrasil

SalesCast Podcast: https://campsite.bio/salescast

 

#salesforce #trailhead #api #token #connectedapp #postman #canalsalesforcebrasil #salescast

bit.ly

1 commento
0/9000

Hi All,

 

I was trying to using postman with trailhead playground and referred multiple resources. It was failing initially to get the token and later it failed with error "Session expired..".

 

I finally reverted to use of workbench and from there a bit of discovery helped me to resolve the error. Here are my findings, hope it will be of use, if not already shared here:

 

  • To do request token, following parameters were selected:
    • Callback URl -- https://<your org in playground>-dev-ed.lightning.force.com/oauth2/callback
      • basically picked the base url as is which was on the playground URL
    • Auth URL - https://<baseurl from above>/services/oauth2/authorization
    • ClientID - picked from connected app
    • Grant type -- Implicit
  • This should give the request token successfully after prompting you for the username and password
  • Once this is done, user need to select the token from drop down, click on preview headers, which should add the new access token to the headers. Verify the same.
  • In URL for request don't use the same URL as above, it will not work, instead use :
    • https://<your org in playground>-dev-ed.my.salesforce.com/<path of your service>
    • this URL can be seen from Workbench -> Info --> Session Information --> Endpoint:
0/9000
1 commento
0/9000

I'm trying to get a response for a basic API call from Postman to a SFMC MID that I have access to. I'm following the process detailed here: https://gortonington.com/introduction-to-making-api-calls-to-sfmc-from-postman/ When I hit Send, I get "operationStatus": "FAIL"

 

This Trailhead: https://trailhead.salesforce.com/en/content/learn/modules/marketing-cloud-developer-basics/create-an-api-requests says to look in Contacts Builder for the result. I don't think that's in SF 1.0? Maybe that's why I'm getting the error? Any ideas?

8 commenti
  1. 3 mar 2020, 19:51
    @Nick Kroehl Funny you ask. That account is brand new and has no contacts in it right now. I'll have to do an import or manually add something. But I like you're thinking. I tried to omit that part of the call before and I got an error.
0/9000