To connect WordPress and Celigo, you typically need to use APIs to transfer data between them. Here’s a step-by-step guide: Steps to Connect WordPress and Celigo 1. Enable the WordPress REST API WordPress has a built-in REST API that allows you to send and receive data. Ensure the REST API is enabled (https://yourwebsite.com/wp-json/wp/v2/). You may… Continue reading Steps to Connect WordPress and Celigo
Tag: celigo connection
Error: The request has an invalid grant parameter : refresh_token. User may have revoked or didn’t grant the permission.
Scenario: The following error message has occurred when trying to connect to Amazon Seller Central from Celigo. {“error_description”:”The request has an invalid grant parameter : refresh_token. User may have revoked or didn’t grant the permission.”,”error”:”invalid_grant”} Reason: The Amazon connection was set up using the API type -Hybrid Selling Partner API (SP-API and MWS) . The… Continue reading Error: The request has an invalid grant parameter : refresh_token. User may have revoked or didn’t grant the permission.
Create a connection to Salsify
In order to create a connection to Salsify, the following required settings must be setup. Name your connection – Enter a clear and distinguishable name. API type – Choose the API type, depending on the Salsify API type you’re connecting to. The settings then become specific to the selected API type. Options are Salsify: V1 Salsify:… Continue reading Create a connection to Salsify
Configure refresh token in HTTP connection
Refresh token can be set up by giving the following Refresh token (required): Enter a token that can serve as a refresh expired auth token. You can place this token in the body, headers or URL simply by referencing it with the handlebars placeholder {{connection.http.auth.token.refreshToken}}. Multiple layers of protection, including AES 256 encryption, are in place to… Continue reading Configure refresh token in HTTP connection
Secret URL Verification type in Celigo Webhook Connection
Celigo’s webhook listener typically supports secret URL verification as a security measure to ensure that webhook endpoints are legitimate and owned by the intended recipient. This process involves including a secret key or token in the URL, and the webhook listener verifies this secret before accepting requests. Here’s a general overview of how you might… Continue reading Secret URL Verification type in Celigo Webhook Connection
Setting up Http connection in Celigo
A. Set up an HTTP connection Start establishing the universal, or generic, HTTP connection in either of the following ways: Select Connections from the Resources menu. Next, click + Create connection at the top right. In the resulting Create source panel, select HTTP from the Application list, under the Universal connectors group. While working in a new or existing integration, you can add an application to a flow simply by… Continue reading Setting up Http connection in Celigo
Use the connections of Integration app in custom flow
The connections which are included in any of the pre-built Integration apps cannot be used in custom flows. For custom flows separate connections need to be created. This is by design to limit the load sharing on the Integration App connections. However, multiple connections to same endpoint can be created in any Integration App. By… Continue reading Use the connections of Integration app in custom flow
Switch connection within an integration app from a sandbox to a production instance
The integration apps on the Celigo integrator.io platform are built with fairly heavy components or dependencies on each application and thus switching endpoints or accounts wouldn’t be permitted. Attempting to make changes might impact the overall stability of your integration app and is NOT recommended. If a connection is dependent on a user within the… Continue reading Switch connection within an integration app from a sandbox to a production instance
BigCommerce connection with celigo
To connect BigCommerce with celigo , we need the access token ,Store hash, Client ID. Go to settings in the BigCommerce account . Select the API accounts Click on “create API account“ Add name for the account Make the selection for Oauth Scopes: Store hash is “rxmzgid9dc“ Click Save. The BigCommerce API Credential page is displayed that… Continue reading BigCommerce connection with celigo
Base URI in Multiple Scenarios | Celigo
//Info: JSTN-1308 This common part of an API’s URL is used across all of the HTTP endpoints you invoke. A base URI makes it easier to configure exports and imports.In Celigo, we can define the Base URI in the connection itself and can add a version to it. The Base URI is further called in… Continue reading Base URI in Multiple Scenarios | Celigo