GET https://api.engagor.com/{account_id}/settings/canned_responses

Description

Returns a list of canned responses.

Required Access Token Scope

accounts_read

GET Parameters

Param Description Required Default Value
query Search for specific words in the canned responses No
folder_ids A JSON encoded array of the ids of the folders you want to filter on No
page_token The paging parameter No
limit Amount of canned responses to return (Allowed: 1 to 100) No
(int) 20
order The sorting order (Alphabetically A-Z: sort_alpha_asc, Alphabetically Z-A: sort_alpha_desc, TYPE A-Z: sort_type_asc, TYPE Z-A: sort_type_desc, Least Frequently Used: sort_used_count_asc, Most Frequently Used: sort_used_count_desc, Most Recently Created: sort_most_recently_created, Least Recently Created: sort_least_recently_created, Most Recently Updated: sort_most_recently_updated) No
"sort_alpha_asc"
topic_id When a topic id is provided, together with YMID, it will filter all canned responses for those that can be used to reply to the provided mention. No
ymid When a YMID is provided, together with a topic id, it will filter all canned responses for those that can be used to reply to the provided mention. No
reply_type The reply type (post, privatemessage, comment, ...) No
service_type The type of the service (This parameter is needed for [profile.name] and [profile.url]) No
service_id The ID of the service (This parameter is needed for [profile.name] and [profile.url]) No

Result

paged_list of canned_response items.

Examples

Get all the canned responses of the account

Get the canned responses for a specific mention of the account

Get the canned responses by using query