Get Post Actions for the selected RecordSet.
GET
/dataflows/{dataflowId}/recordsets/{recordSetId}/postactions
curl \
--request GET 'https://dataflownode.zerionsoftware.com/zcrypt/v1.0/dataflows/{dataflowId}/recordsets/{recordSetId}/postactions' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"_id": "56f2b4a821f04e0ea484dfd4",
"actionName": "email_me",
"actionType": "email",
"conditions": [
{
"action": {
"connectionId": "56f2b34ca70e0243a2d5846e",
"emailBcc": "",
"emailCc": "",
"emailFrom": "support@gnosiz.com",
"emailSubject": "hi",
"emailTemplate": "hi",
"emailTo": "wl@zerionsoftware.com"
},
"conditionExpression": "",
"conditionHelperCode": ""
}
],
"entityId": "5684058f159fffbe29ff9912",
"inputRecordSetId": "56f2b48b21f04e0ea484dfd3",
"status": 1,
"type": "POST_ACTION",
"version": "2.1"
}
]