SFMC APIs - Running REST API Requests in POSTMAN Collection

Поділитися
Вставка
  • Опубліковано 19 жов 2024
  • SFMC APIs - Running REST API Requests in POSTMAN Collection
    Triggered Send: developer.sale...
    Transactional Email Send (Multiple Recipients): developer.sale...
    Get All Journeys: developer.sale...
    Inject a Contact into a Journey: developer.sale...
    List Journeys a Contact is in: developer.sale...
    Create a Contact: developer.sale...

КОМЕНТАРІ • 9

  • @Ayydos
    @Ayydos 3 роки тому +1

    This is so helpful and well explained!! You are the real MVP! Are you able to show an example of triggering an email send from a web application event e.g. form completion that adds a new record to send list in sfmc and then triggers a welcome email? THANK YOU!
    Also, when sending a triggered email, or an email through journey via API call, will the new contact that was added to the data extension also get added into the All subscribers list?

  • @youssefzaki9142
    @youssefzaki9142 2 роки тому

    Excellence as always. Thanks a lot

  • @voiceacting6537
    @voiceacting6537 Рік тому

    Hi
    Is there a way we can bulkify the send email call?
    I want to package 200 emails in 1 callout. is that possible?

  • @Incognitodevill
    @Incognitodevill Рік тому

    I got 404 error,even tough I got access token ,what might be the reason?

  • @yashikaaggarwal5382
    @yashikaaggarwal5382 2 роки тому

    Hi Shibu
    Your videos are commendable.I am stuck at a point while trying to inject records into the journey through API but getting an error:"EventDefinitionKey 'APIEvent-XXX-XXX' not found".Though i have created one and pasted this event definition from the journey but not working.Will you be able to advise here.
    Thanks in advance!

  • @madhavs7815
    @madhavs7815 Рік тому

    Can anyone share a video/article that tells us how to load data into data extensions using API calls?

    • @sfmctrailblazers
      @sfmctrailblazers  Рік тому

      You can use the DataExtension related REST APIs for this - there's both asynchronous and synchronous APIs - developer.salesforce.com/docs/marketing/marketing-cloud/guide/asynchronous_processing_scenarios.html. The examples in the documentation should be simple enough to follow.

  • @racorzog
    @racorzog 3 роки тому +1

    Thanks for sharing. How to connect an API with a Journey. Regards

    • @sfmctrailblazers
      @sfmctrailblazers  3 роки тому +1

      Use the Interactions route - i have shown few examples in the video on how to use the Interaction routes to connect to Journeys. There are many routes in the documentation - need to choose the appropriate one based on your need