Very simple and helpful information as usual. Thank you, Cameron!😀
@mosesvuma1811 Жыл бұрын
Very helpful and informative. Thank you Sir.
@de-frag01212 жыл бұрын
Fantastic video as always. There are really no other videos with such a simple guide like this. Thank you Cam!
@anitha6605 Жыл бұрын
This was really helpful, Thank you so much Cameron.🤞
@JanBerger1 Жыл бұрын
Great Video Cameron! I really love the style of your videos and the learnings I take with me afterwards.
@JaychanderPatel-o1x Жыл бұрын
Hello, thanks for the great video. Can you please make a video on how to use POSTMAN and API's on a beginner level ? Or can you please suggest some good reference material ?
@ValerieRichmond-q2k Жыл бұрын
I'm brand new to triggering journeys outside of from a static list. Do you need to create an API event for anyone you want to enter a journey if they are added to a Data Extension after the initial journey runs? In other words, do I need to have an event fire if someone gets added to the list, in order for them to enter the journey, or will they enter if I add them to the list later?
@priyankadaimary2 жыл бұрын
Thank you Cameron, helpful video 👍
@rogermateusemis431 Жыл бұрын
Hello Cameron, I have a triggered send DE where Im injecting records via API call and I want them to send a Triggered send real time email, after this email, I would like to impact them with a serie of activities and messages, how do you thing I should approach this case? Many thanks for your content and contribution to the community!
@CameronRobert Жыл бұрын
Hi Roger, it sounds like Journey Builder is your best option! Don’t forget you can build very complex journeys with the default journey activities, and you could even build your own custom activity if you needed to!
@BaluMahendra3192 ай бұрын
Fabulous one ...
@shivaniparihar18547 ай бұрын
Hi Cameron, Can you Please help which video I need to watch to learn Cloud Page?
@LaurinFedora-t7k2 ай бұрын
What if the record doesn't already exist in SFMC and there's not a Contact ID?
@hishmatrai913 ай бұрын
Thanks for the efforts
@vk-bb Жыл бұрын
I understand that Postman is used for testing purposes. How is this Journey will be triggered after it completed and ready to run continuously? What would trigger REST API to be executed?
@CameronRobert Жыл бұрын
Correct. The Rest API is used to add/insert a contact into the Journey.
@nponta0126 Жыл бұрын
Thanks for the help! In the journey payload, you entered the information for subscriber key, email, etc. What do we do if this is variable? For example, I want this to trigger for anyone who fills out a form based on their email and subscriber key. What would the value be if I want this to change everytime someone fills it out?
@CameronRobert Жыл бұрын
It depends on the platform and language used. These fields would be set as variables sourced from the submitted form.
@shivamv67422 жыл бұрын
Thanks for the video ☺️
@VamsiB-s6r Жыл бұрын
Hi Robert, Here you have inserted/updated single record. but i want to insert multiple records with JSON...how to acheive this?
@CameronRobert Жыл бұрын
Currently you could need to use a LOOP function to call the API multiple time (once for each record to insert). There has been talk in the community about a Batch Journey Entry API coming soon - so keep an eye on the SFMC Release notes!
@arinashishmintseva7099 Жыл бұрын
Thank you for the valuable content. "Currently the API only supports 1 record at a time; however a few weeks ago at Sydney World Tour some roadmap items were discussed, including a batch entry method! I’ll be sure to make a video on it once it is released.". Do you know where we can find some documentation which proves that we can send only 1 record at a time or some idea?
@CameronRobert Жыл бұрын
The information shared with the community at the event was around an upcoming batch entry method. No indication on limitations or availability dates were shared, however I’m sure this is something you could talk to your Salesforce Account Executive about to get the most up to date information!
@samarknp Жыл бұрын
Nice explanations:)
@CameronRobert Жыл бұрын
Thanks, glad you liked it
@VamsiB-s6r Жыл бұрын
Is there any way to insert multiple records through JSON?
@CameronRobert Жыл бұрын
Not just yet sadly.
@swapnilverma7691 Жыл бұрын
Thanks for the video
@CameronRobert Жыл бұрын
My pleasure!
@mathiasbakken894 Жыл бұрын
Hi! How do I add more records to the payload in postman? For instance if I want to post several records at one time. Tried to put the “data”-object in an array and added more objects, but got a JSON deserialization error. Any tips for adding more than one record per call?
@CameronRobert Жыл бұрын
Currently the API only supports 1 record at a time; however a few weeks ago at Sydney World Tour some roadmap items were discussed, including a batch entry method! I’ll be sure to make a video on it once it is released.
@mathiasbakken894 Жыл бұрын
Alright, that sounds cool. Any idea when that will possibly be available?
@tinyamasisurum0 Жыл бұрын
There is a Runner feature in Postman (at the right bottom you will see) and you can create records with a batch read from the csv file.@@mathiasbakken894
@bharatbbd Жыл бұрын
Don't we need access token first to send data through postman request
@victormenezes192 Жыл бұрын
you need. check the documentation of this postman collection