Hi, We have the following python script code which we need to execute in AJO from flask import Flask, request, jsonifyapp = Flask(__name__)@app.route('/receive_email_copy', methods=['POST'])def receive_email_copy(): try: # Extract data from the incoming request data = request.json ...
Can we send email to the recipients who do not have AEP Profiles but their data is stored in a csv file? Is there a way that we can extract data from that csv file and send emails? Note: There is a Healthcare/Security shield in the sandbox.
Hi,I would like to understand what is the difference between the "Invalid Recipient" bounce reason and "Invalid Email Address" error reason which appears in the report?About the discarded profiles, how and where can we see the reasons for certain profiles to be discarded from the journey?Is there a ...
Hi, I am trying to export all the audience data attributes such as first name, last name, email id (5 profiles are present in the audience) through a single custom action, so that the response of the custom action comes as a set of 5 profiles with their attribute values. Can anyone please help me wi...
Hey all, We are using a custom action in a journey, which hits a proxy api to generate a token and inject it as an authentication header for subsequent calls. We are setting the cacheDuration in the authentication payload to 1 hour so that the token in response gets stored in the cache and it is goo...
Hi, How do we exactly fetch the journey status (i.e., whether it is live, stopped, draft, etc) through the query service in AJO? What is the field name which should be called for fetching the status? I am trying to fetch all the live journeys but not able to find the field name through which I can f...