활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
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!
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
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?
조회 수
답글
좋아요 수
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.
조회 수
답글
좋아요 수