Invision Community
With Invision Community modules in Make, you can manage the members, forum topics, blog entries, calendar events, database records, files, and gallery images in your Invision Community account.
To use the Invision Community modules, you must have a paid Invision Community account. You can create an account at invisioncommunity.com. For subscription information, refer to the Invision Community Pricing page.
Refer to the Invision Community API documentation for a list of available endpoints.
Connect Invision Community to Make
To establish the connection, you must:
Obtain your API key in Invision Community
To obtain your API key from your Invision Community account:
Log in to your Invision Community admin account with the credentials you received by email. You can also reach your admin account at
https://example.invisionservice.com/admin
if your community URL ishttps://example.invisionservice.com
.In the left sidebar under System, go to Site Features > API > REST API Keys.
Click Create New.
Enter a Reference Name for the API key.
In the Endpoint permissions section, enable the endpoints that will be configured to the API key.
Important
After enabling the required endpoints, configuration to your API key may take some time.
Click Save.
Copy the API key value shown and store it in a safe place.
You will use this value in the API Key field in Make.
Establish the connection with Invision Community in Make
To establish the connection in Make:
Log in to your Make account, add a Invision Community module to your scenario, and click Create a connection.
Optional: In the Connection name field, enter a name for the connection.
In the API Key field, enter the API key copied above.
In the Community field, enter the domain name of your community.
Note
For communities hosted at Invision: it should be
example.invisionservice.com
if your URL is https://example.invisionservice.com. For self-hosted communities: it should beexample.com/ips4
if your URL ishttps://example.com/ips4/
.Click Save.
If prompted, authenticate your account and confirm access.
You have successfully established the connection. You can now edit your scenario and add more Invision Community modules. If your connection requires reauthorization at any point, follow the connection renewal steps here.
Build Invision Community Scenarios
After connecting the app, you can perform the following actions:
Search Members
Get a Member
Create a Member
Update a Member
Delete a Member
Search Forum Topics
Search Forum Topic Posts
Get a Forum Topic
Create a Forum Topic
Update a Forum Topic
Delete a Forum Topic
Search Blog Entries
List Blog Entry Comments
Get a Blog Entry
Create a Blog Entry
Update a Blog Entry
Delete a Blog Entry
Search Calendar Events
Search Calendar Event Comments
Search Calendar Event Reviews
Get a Calendar Event
Create a Calendar Event
Update a Calendar Event
Delete a Calendar Event
Search Database Records
Search Database Record Comments
Search Database Record Reviews
Get a Database Record
Create a Database Record
Update a Database Record
Delete a Database Record
Search Files
Search File Comments
Search File Reviews
Get a File
Create a File
Update a File
Delete a File
Search Gallery Images
Search Gallery Image Comments
Search Gallery Image Reviews
Get a Gallery Image
Create a Gallery Image
Update a Gallery Image
Delete a Gallery Image
Make an API Call