Automations
What are Automations? Automations are a set of Triggers and Actions, which can be applied to Forms, Modules, and WebApps. For example: Trigger - When a WebApp item is edited in Admin Action - Send an email to the content approval t...
Zapier - Getting Started
Siteglide is now an app on Zapier, meaning you can now connect to more than 1,300 apps to give you more flexibility than ever in achieving what you're aiming for. What is Zapier? Zapier is an online automation tool that allows you to connect two o...
Public API - Error Handling
If there are any errors in your call then the “Response Body” will show and error message and a related message about what went wrong. Our response statuses follow the standard HTTP status codes and usually mean the following: 2xx - OK - Respon...
Public API - Get All Users
To test our first API call, you can run a GET request that will get all users from the CRM of your website. To do this, open the “users/crm” dropdown and click the “Try it out” button. If you want to just do a quick test, you can click the “Execu...
Public API - Authentication
To get started head to https://api.siteglide.co.uk , this will show your documentation and testing environment for our Public API. Please keep in mind that this is live API and so data shown or changed is live data from your websites. Authentica...
Automations - API Call example
Once you've read how our introduction to Automations , you're ready to start creating your own. Below is an example of an API call in Automations. This example will create a customer in Stripe, where the email address is WebApp field webapp_fiel...
Automations - Email example
Once you've read how our introduction to Automations , you're ready to start creating your own. Below is an example of an email in Automations. This example will send an email to 'site-admin@siteglide.com' with a link to the newly created item.
Automations - Custom example
Once you've read how our introduction to Automations , you're ready to start creating your own. Below is an example of a custom action in Automations. This example will log data if the WebApp item's name contains 'Hello'.