Import an auto reply template
sprkly_import_automation_templateRead an auto reply template, and optionally set it up. With no profile_id NOTHING is written: the template is checked and handed back, which is the safe first call. With a profile_id the automation is created, and it goes live when the trigger can be satisfied. A keyword or every-comment trigger needs post_id as well; without one it saves as a draft that sends nothing until a post is chosen.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | No | The published post to watch. Needed for a keyword or every-comment trigger. | |
| template | Yes | The template, as an object or as the file text. | |
| profile_id | No | The Instagram account to set it up on. Leave this out to only check the template. |