diff --git a/pages/custom-connectors/examples.md b/pages/custom-connectors/examples.md index 6d901fae0..e8de11841 100644 --- a/pages/custom-connectors/examples.md +++ b/pages/custom-connectors/examples.md @@ -217,4 +217,4 @@ The other example is taken from the ZohoCRM connector. You can see how parameter } {% endraw %} -[Learn About Custom Connector Fields](./fields) +[Learn About Custom Connector Fields](./custom-connector-fields) diff --git a/pages/custom-connectors/methods.md b/pages/custom-connectors/methods.md index eaaeb4b67..b60ab0dd5 100644 --- a/pages/custom-connectors/methods.md +++ b/pages/custom-connectors/methods.md @@ -17,4 +17,4 @@ tags: [connector-creation] * **RequestFormat **/ **ResponseFormat **– this contains the request or response message format Fields. Each Field has ConnectorField, SystemField, and DisplayName. ConnectorField is the field name used in the connector. If a field is inside an array, it needs to be defined as \[Array\].Field. Multiple-dimension arrays can be defined as \[Array1\].\[Array2\].Field, etc. What if there is a field called \[Array2\].Field inside an Array1? We use \[Array1\].\\Array2.Field\\ to explicitly define Array2.Field as a field name. SystemField is the system name for the field. We use PascalCasing for system names as a convention. DisplayName is the name shown in the Cyclr UI. * **Fields **– the names of fields to use in the API call. Fields must have been defined in the connector to appear here. Name, TriggerName, IdentifierKey, and HumanReadableKey are needed. -[Take a Look at Custom Connector Examples](./examples) +[Take a Look at Custom Connector Examples](./custom-connector-examples) diff --git a/pages/custom-connectors/properties.md b/pages/custom-connectors/properties.md index 413118c2a..4fbb54400 100644 --- a/pages/custom-connectors/properties.md +++ b/pages/custom-connectors/properties.md @@ -54,4 +54,4 @@ Your connector needs an icon. * Minimum: square @ 256px x 256px * 24-bit PNG on a transparent background -[Learn About Custom Connector Parameters & Triggers ](./parameters-and-triggers) +[Learn About Custom Connector Parameters & Triggers ](./custom-connectors-parameters-triggers)