# Create Post Action **POST /dataflows/{dataflowId}/recordsets/{recordSetId}/postactions** Create a Post Action for the selected RecordSet. Supported variants (see request examples): Email, iForm Record, iForm Option List, RecordSet push, Http Post, PDF, SQL Server, Zoho and Link RecordSet. ## Servers - https://dataflownode.zerionsoftware.com/zcrypt/v1.0: https://dataflownode.zerionsoftware.com/zcrypt/v1.0 () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **dataflowId** (string) id of the Dataflow - **recordSetId** (string) id of the RecordSet ### Body: application/json (object) - **entityId** (string) Entity Id - **inputRecordSetId** (string) RecordSet Id for this Post Action - **actionType** (string) Post Action Type (email, iform_record, iform_option, pushrs, http_post, pdf, SqlServer, zoho) - **actionName** (string) Name of the Post Action - **version** (string) Version - **conditions** (array) Conditions with conditionHelperCode, conditionExpression and a type-specific action object (see request examples) - **type** (string) Type (POST_ACTION) - **status** (number) Status ## Responses ### 200 Successful response #### Body: application/json (object) - **_id** (string) the delete Post Action Id [Powered by Bump.sh](https://bump.sh)