-
Notifications
You must be signed in to change notification settings - Fork 9
Destinations
Jakeable edited this page Apr 21, 2017
·
2 revisions
The destination is where the form response should be posted. This guide shows how to format the destination id to route your form submission to the right place. Before setting a destination, ensure that the bot account has permission to post/comment/message the destination.
| Form destination | Format |
|---|---|
| Subreddit (post) | /r/{subreddit} |
| Subreddit (modmail) | #{subreddit} |
| Comment reply to a post | t3_{parent_link_id} |
| Comment reply to another comment | t1_{parent_comment_id} |
| Reply to an existing message chain | t4_{message_id} |
| Message to a user* | {username} |
* note: this is not a variable destination - all responses will be sent to the username specified.