diff --git a/src/provider-guides/asana.mdx b/src/provider-guides/asana.mdx index 2630b10f..d76311d1 100644 --- a/src/provider-guides/asana.mdx +++ b/src/provider-guides/asana.mdx @@ -80,7 +80,7 @@ Follow the steps below to create an Asana app and add ![Alt text](/images/provider-guides/9d9c63f-Asana2.gif) -The **Basic information** section displays **Client ID** and **Client Secret** keys for your App. You'll use these credentials to connect your app to [Ampersand](https://docs.withampersand.com/docs/asana#add-your-asana-app-info-to-ampersand) . +The **Basic information** section displays **Client ID** and **Client Secret** keys for your App. You'll use these credentials to connect your app to [Ampersand](https://docs.withampersand.com/docs/asana#add-your-asana-app-info-to-ampersand). ## Add Your Asana App info to Ampersand diff --git a/src/provider-guides/connectWise.mdx b/src/provider-guides/connectWise.mdx index b56634e1..20dde1a4 100644 --- a/src/provider-guides/connectWise.mdx +++ b/src/provider-guides/connectWise.mdx @@ -283,7 +283,7 @@ For writes, provide custom fields as if they were native fields; the connector c You only need to include the custom fields you want to set or change. To clear a field, set its value to `null`. -To find a custom field's ID, check a read response, custom fields are returned with their IDs in the `customFields` array. +To find a custom field's ID, check a read response; custom fields are returned with their IDs in the `customFields` array. ### Example integration diff --git a/src/provider-guides/highlevel.mdx b/src/provider-guides/highlevel.mdx index 42e4dec9..44ba418f 100644 --- a/src/provider-guides/highlevel.mdx +++ b/src/provider-guides/highlevel.mdx @@ -48,7 +48,7 @@ The HighLevel connector supports writing to and reading to the following objects - [users](https://highlevel.stoplight.io/docs/integrations/7f581f780cf2f-users-api) (read, write) - [workflows](https://highlevel.stoplight.io/docs/integrations/070d2f9be5549-get-workflow) (read) - [locations/search](https://highlevel.stoplight.io/docs/integrations/12f3fb56990d3-search) (read) -- [custom-menus](https://highlevel.stoplight.io/docs/integrations/e377daf40adc8-custom-menus-api ) (read, write) +- [custom-menus](https://highlevel.stoplight.io/docs/integrations/e377daf40adc8-custom-menus-api) (read, write) - [marketplace/billing/charges](https://highlevel.stoplight.io/docs/integrations/c8ed91df11efc-get-all-wallet-charges) (read) - [calendars/events/appointments](https://highlevel.stoplight.io/docs/integrations/a192f863cad27-create-appointment) (write) - [calendars/events/block-slots](https://highlevel.stoplight.io/docs/integrations/5a52896a68879-create-block-slot) (write) diff --git a/src/provider-guides/hubspot.mdx b/src/provider-guides/hubspot.mdx index b5267eb6..e033aa25 100644 --- a/src/provider-guides/hubspot.mdx +++ b/src/provider-guides/hubspot.mdx @@ -407,4 +407,4 @@ Share the [HubSpot customer guide](/customer-guides/hubspot) with your customers When you are ready to list on the HubSpot marketplace, follow the instructions in the [HubSpot documentation](https://developers.hubspot.com/docs/apps/developer-platform/list-apps/listing-your-app/listing-your-app). - For the **App Information** section, you should use information about your company, not about Ampersand. -- For **Install Button URL**, use the URL of your application that users go to to start the installation process (this is usually where you've embedded the Ampersand UI Component). +- For **Install Button URL**, use the URL of your application that users go to in order to start the installation process (this is usually where you've embedded the Ampersand UI Component). diff --git a/src/provider-guides/jobber.mdx b/src/provider-guides/jobber.mdx index 48436e6a..a135b2af 100644 --- a/src/provider-guides/jobber.mdx +++ b/src/provider-guides/jobber.mdx @@ -127,7 +127,7 @@ Jobber also emits a handful of account-level topics that don't map to a subscrib ### Example integration -For an example manifest file of an Jobber integration, visit our [samples repo on Github](https://github.com/amp-labs/samples/blob/main/jobber/amp.yaml). +For an example manifest file of a Jobber integration, visit our [samples repo on Github](https://github.com/amp-labs/samples/blob/main/jobber/amp.yaml). ## Before you get started @@ -166,7 +166,7 @@ Once your Jobber Developer account is ready, you need to create a Jobber applica 5. Click **Save** to create your app. -Upon creation, the app will display the necessary credentials: **Client ID** and **Client Secret.** Note these down, as you will need it to connect your app to Ampersand. +Upon creation, the app will display the necessary credentials: **Client ID** and **Client Secret.** Note these down, as you will need them to connect your app to Ampersand. ## Add your Jobber app info to Ampersand diff --git a/src/subscribe-actions.mdx b/src/subscribe-actions.mdx index 73d42b08..71865a47 100644 --- a/src/subscribe-actions.mdx +++ b/src/subscribe-actions.mdx @@ -130,7 +130,7 @@ integrations: ### Other events -Beyond the standard events that Ampersand supports, you have the ability to subscribe to any other event that that underlying platform supports. The event names listed in `otherEvents` must match the provider's raw event names exactly. +Beyond the standard events that Ampersand supports, you have the ability to subscribe to any other event that the underlying platform supports. The event names listed in `otherEvents` must match the provider's raw event names exactly. For Salesforce this includes [events like](https://developer.salesforce.com/docs/atlas.en-us.change_data_capture.meta/change_data_capture/cdc_event_fields_header.htm): - `UNDELETE`