AnnounceKit
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.
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 .
You can watch posts, comments, reactions, subscribers, and posts using the following modules.
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. |
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. |
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. |
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. |
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. |
You can create, retrieve, and delete posts, update, and delete post locale, and execute a graphql query using the following modules.
Creates a new post.
Field | Description |
---|---|
Connection | Establish a connection to your AnnounceKit account. |
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}}. |
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. |
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. |
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. |
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. |
You can search posts using the following modules.
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.