Hi,
I am in a situation where I need to record/log the response from the "actions". I have action in my journey which connects to the third-party system via API call, now after this action step in the journey I need to update a field based on the response from the successful action call(API).
Is it possible in first place? If so what configurations need to be done or is there any Out-of-the-box schema that AJO already supports to record this kind of response which we can utilize?
Thanks in Advance!
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Ikmoo,
Here are some options:
Hope this helps!
Regards,
Chetanya
Update profile under Actions can be used to update a profile field. Need to create /update profile enabled schema with filed which would be used in the update profile activity in the journey.
So basically you are saying that only profile enabled schema's field can be updated via this "Update Profile" action right?
And also for my other question you have any idea on that?
Views
Replies
Total Likes
Yes, only profile enable schema can be updated.
AJO has few OOTB schemas , which are not relevant in this scenario. Need to use a custom schema.
Hi @Ikmoo,
Here are some options:
Hope this helps!
Regards,
Chetanya
@Ikmoo another option to consider would be to create a feedback listener event sequenced after the action. If the 3rd party action that you are calling has the option to post feedback via a webhook endpoint, you could look to capture this fedback as a new experience event, allowing you to then record the response back to the individual profiles or use the response content to further progress profiles through a Journey.
Another option could be using datasource where we change to POST, so we are able to pass value as well as use the data source configuration.
Views
Replies
Total Likes
Views
Likes
Replies