How to use Postman with Eloqua to make API calls.

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ก.ย. 2024
  • How to use Postman with Eloqua to test APIs and make API calls.
    Postman can be found at: www.postman.com
    You can view the Eloqua API documents at: docs.oracle.co...

ความคิดเห็น • 10

  • @joshibhargav20
    @joshibhargav20 ปีที่แล้ว

    Thanks a lot. Extremely helpful video. Keep up the good work! Such things are really life saver while working with complexities of Eloqua.

  • @doctormclovin2634
    @doctormclovin2634 ปีที่แล้ว

    Waiting for Bulk API example Mark!!! Keep up the good work, very useful video!

  • @harikasravani3974
    @harikasravani3974 ปีที่แล้ว

    Please upload more videos on Eloqua

    • @martechhero
      @martechhero  ปีที่แล้ว

      Plan to upload more Eloqua videos soon. If there is any particular topic you are interested in let me know.

    • @joshibhargav20
      @joshibhargav20 ปีที่แล้ว

      @@martechhero For example, you can create a video where to put the tracking pixels when we use Eloqua's Blank Responsive Landing Page using Drag and Drop Builder. It is very challenging to add meta data, Google Analytics and Google Tag Manager's conversion pixels on the page. Right now I am using a work-around, but it is not the real way of doing it.

  • @spicy_bala
    @spicy_bala 2 ปีที่แล้ว

    Super useful video, how to delete bulk records in eloqua using postman

  • @advension-tasksplus
    @advension-tasksplus ปีที่แล้ว

    Thanks for the vid mate, helps a lot!
    Two questions:
    1. how do you get the actual names of the custom fields when retrieving a contact?
    2. how do you update only few fields on an existing contact?

    • @martechhero
      @martechhero  ปีที่แล้ว

      Hi, not sure if this is what you are looking for but in this example Get call "secure.p01.eloqua.com/API/REST/2.0/data/contact/view/100001/contacts/segment/22038" it will pull all the contacts that are in a certain segment (in this example the SegmentID is 22038) and in the body it returns the field names.
      If you want to update just a few fields of a contact you should be able to just use the endpoint detailed here: docs.oracle.com/en/cloud/saas/marketing/eloqua-rest-api/op-api-rest-1.0-data-contact-id-put.html
      Hope that helps

  • @robertchilver2880
    @robertchilver2880 2 ปีที่แล้ว

    Hi - if you log into your Eloqua instance via SSO , what do you put for the auth login details?

    • @martechhero
      @martechhero  2 ปีที่แล้ว

      There is a way to use SSO with Postman but you would need to have the "Professional" Postman plan. You can't do it with the Postman Free or Basic plan unfortunately.