Automations
Configure comment-to-DM automation rules that trigger private replies when incoming comments match defined keyword patterns.
Authorization
ApiKeyAuth API key from your Aether dashboard
In: header
Query Parameters
Response Body
curl -X GET "https://example.com/automations/comment-to-dm"Authorization
ApiKeyAuth API key from your Aether dashboard
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/automations/comment-to-dm" \ -H "Content-Type: application/json" \ -d '{ "profileId": "string", "name": "string", "keywords": [ "string" ], "dmMessage": "string" }'Authorization
ApiKeyAuth API key from your Aether dashboard
In: header
Path Parameters
Response Body
curl -X GET "https://example.com/automations/comment-to-dm/string"Authorization
ApiKeyAuth API key from your Aether dashboard
In: header
Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PATCH "https://example.com/automations/comment-to-dm/string" \ -H "Content-Type: application/json" \ -d '{}'Authorization
ApiKeyAuth API key from your Aether dashboard
In: header
Path Parameters
Response Body
curl -X DELETE "https://example.com/automations/comment-to-dm/string"Authorization
ApiKeyAuth API key from your Aether dashboard
In: header
Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/automations/comment-to-dm/string/test" \ -H "Content-Type: application/json" \ -d '{ "platformPostId": "string", "commentText": "string" }'