IT and Development

AnnounceKit

16min
with announcekit modules in make, you can watch posts, comments, reactions, subscribers, and posts create, retrieve, search, and delete posts, update and delete post's locale execute a graphql query to get started with annoucnekit, create an account at zendesk com connect announcekit to make to connect annoucnekit app log in to your make account, insert an announcekit module, and click the add button next to the connection field in the connection name field, enter a name for the connection in the username and password fields, enter your annoucnekit account credentials and click save you have successfully connected the annoucnekit app and can now build {{scenario plural lowercase}} triggers you can watch posts, comments, reactions, subscribers, and posts using the following modules watch a post triggers when a new post has been created field description webhook name enter a name for the webhook connection establish a connection to your announcekit account project id select or map the project id whose posts you want to watch watch a comment triggers when a new post comment has been created field description webhook name enter a name for the webhook connection establish a connection to your announcekit account project id select or map the project id whose comments you want to watch watch a reaction triggers when a new post reaction has been created field description webhook name enter a name for the webhook connection establish a connection to your announcekit account project id select or map the project id whose reactions you want to watch watch a subscriber triggers when a new project subscription has occurred field description webhook name enter a name for the webhook connection establish a connection to your announcekit account project id select or map the project id whose subscribers you want to watch watch posts triggers when a new post has been created field description connection establish a connection to your announcekit account limit set the maximum number of posts make will return during one execution cycle the default value is 5 project id select or map the project id whose posts you want to watch actions you can create, retrieve, and delete posts, update, and delete post locale, and execute a graphql query using the following modules create a post creates a new post field description connection establish a connection to your announcekit account execute a graphql query performs an arbitrary authorized graphql query field description connection establish a connection to your announcekit account method select or map the method you want to execute for example, post (queries and mutations) query enter the query to execute for example, {me {id, email, title}} get a post returns a single post field description connection establish a connection to your announcekit account project id select or map the project id whose posts you want to retrieve post id select or map the post id whose details you want to retrieve delete a post deletes an existing post field description connection establish a connection to your announcekit account project id select or map the project id whose posts you want to delete post id select or map the post id you want to delete update a post locale updates the title and body of the post for the selected locale field description connection establish a connection to your announcekit account project id select or map the project id whose post locale you want to update delete a post locale deletes content of the post for the selected locale field description connection establish a connection to your announcekit account project id select or map the project id whose post locale you want to delete post id select or map the post id whose post locale you want to delete locale id select or map the locale id you want to delete searches you can search posts using the following modules searches posts returns a list of posts field description connection establish a connection to your announcekit account limit set the maximum number of posts make will return during one execution cycle the default value is 10 see the announcekit search api reference