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?
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 ?
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!
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!
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?
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?
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!
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?
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!
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?
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.
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
Very simple and helpful information as usual. Thank you, Cameron!😀
Fantastic video as always. There are really no other videos with such a simple guide like this. Thank you Cam!
This was really helpful, Thank you so much Cameron.🤞
Great Video Cameron! I really love the style of your videos and the learnings I take with me afterwards.
Very helpful and informative. Thank you Sir.
Thank you Cameron, helpful video 👍
Fabulous one ...
Thanks for the efforts
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?
Thanks for the video ☺️
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 ?
Thanks for the video
My pleasure!
What if the record doesn't already exist in SFMC and there's not a Contact ID?
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!
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!
Nice explanations:)
Thanks, glad you liked it
Hi Cameron, Can you Please help which video I need to watch to learn Cloud Page?
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?
Correct. The Rest API is used to add/insert a contact into the Journey.
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?
It depends on the platform and language used.
These fields would be set as variables sourced from the submitted form.
Hi Robert, Here you have inserted/updated single record. but i want to insert multiple records with JSON...how to acheive this?
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!
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?
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!
Is there any way to insert multiple records through JSON?
Not just yet sadly.
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?
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.
Alright, that sounds cool. Any idea when that will possibly be available?
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
Don't we need access token first to send data through postman request
you need. check the documentation of this postman collection