Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customer.io API calls fail on workspaces located in EU region #7484

Closed
martinezleoml opened this issue Oct 20, 2023 · 0 comments · Fixed by #7485
Closed

Customer.io API calls fail on workspaces located in EU region #7484

martinezleoml opened this issue Oct 20, 2023 · 0 comments · Fixed by #7485

Comments

@martinezleoml
Copy link
Contributor

Describe the bug
Customer.io triggers can't be setup for workspaces located in EU region as the connector uses the wrong API endpoint.

To Reproduce
Steps to reproduce the behavior:

  1. Try to setup a "Customer.io Trigger" block
  2. Use a credential tied to a EU hosted workspace
  3. Click to "Listen For Event"
  4. See 401 authentication error

Expected behavior
Selecting "EU region" when setting up Customer.io credentials on n8n should target the EU API (https://api-eu.customer.io/v1/api) instead of the global one (https://api.customer.io/v1/api).

Currently, the region settings only applies to the Tracking API.

Environment (please complete the following information):

  • OS: N/A
  • n8n Version: cloud
  • Node.js Version: N/A
netroy added a commit that referenced this issue Oct 23, 2023
## [1.12.1](https://github.com/n8n-io/n8n/compare/[email protected]@1.12.1)
(2023-10-23)


### Bug Fixes

* **core:** Do not return `inviteAcceptUrl` in response if email was
sent ([#7465](#7465))
([4a1f4da](4a1f4da))
* **core:** Handle gzip and deflate compressed request payloads
([#7461](#7461))
([75981fb](75981fb))
* **core:** Reduce logging overhead for levels that do not output
([#7479](#7479))
([4a1641d](4a1641d))
* **Customer.io Node:** Fix api endpoint when using EU region
([#7485](#7485))
([ea1b503](ea1b503)),
closes [#7484](#7484)
* **editor:** Allow importing the same workflow multiple times
([#7458](#7458))
([15e1737](15e1737)),
closes [#7457](#7457)
* **editor:** Fix canvas selection breaking after interacting with node
actions ([#7466](#7466))
([d84c367](d84c367))
* **editor:** Fix connections disappearing after reactivating canvas and
renaming a node ([#7483](#7483))
([368e3ee](368e3ee))
* **Google Sheets Node:** Append or update runs forever when without
column headers ([#7463](#7463))
([0d52490](0d52490))
* **MySQL Node:** Resolve expressions in v1
([#7464](#7464))
([70a10a9](70a10a9))

Co-authored-by: netroy <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant