ocoya.com intergration
please add this tool on the picaos plateform for the social median mangement and social medaia content creators

Junaid MK 3 months ago
Integrations
ocoya.com intergration
please add this tool on the picaos plateform for the social median mangement and social medaia content creators

Junaid MK 3 months ago
Integrations
Sunset Transportation
Sunset Trans provides reliable, efficient transportation and logistics solutions tailored to the needs of businesses across North America.

Paul Krishnamurthy 3 months ago
Integrations
Sunset Transportation
Sunset Trans provides reliable, efficient transportation and logistics solutions tailored to the needs of businesses across North America.

Paul Krishnamurthy 3 months ago
Integrations
AuthKit bug
Hi Pica Support Team, I'm integrating AuthKit into a Next.js App Router project and discovered a critical bug in the @picahq/authkit-token npm package (I am using the latest version). The AuthKitToken.create() method is not generating a token string. Instead, it is returning a paginated JSON response containing my workspace's available integrations, which silently breaks the frontend useAuthKit React component because it fails to receive a valid token string. I inspected the compiled source code of the SDK inside node_modules/@picahq/authkit-token/dist/src/apis/link.api.jsand found the root cause: The createEventLinkTokenApi function makes a POST request to /v1/authkit (which seems to be the endpoint to fetch configured workspace integrations) instead of an endpoint to mint a new token. It even paginates the response and returns an array called rows. javascript // From your node_modules/@picahq/authkit-token/dist/src/apis/link.api.js const fetchAuthkitPage = async (page, pageLimit) => { // BUG: This endpoint returns a list of configured apps, not a token const response = await axios_1.default.post(`${url}/v1/authkit?limit=${pageLimit}&page=${page}`, payload || {}, { headers }); return response.data; }; Workaround Used: We have bypassed the npm package entirely and are successfully generating tokens using a manual fetch to https://api.picaos.com/v1/authkit/tokens, which works perfectly and correctly returns the { token: "..." } payload. Could you please have the engineering team update the Node.js SDK to hit the correct token generation endpoint (/v1/authkit/tokens) instead of the workspace config endpoint? Thank you,

News Feed 18 days ago
Bug Reports
AuthKit bug
Hi Pica Support Team, I'm integrating AuthKit into a Next.js App Router project and discovered a critical bug in the @picahq/authkit-token npm package (I am using the latest version). The AuthKitToken.create() method is not generating a token string. Instead, it is returning a paginated JSON response containing my workspace's available integrations, which silently breaks the frontend useAuthKit React component because it fails to receive a valid token string. I inspected the compiled source code of the SDK inside node_modules/@picahq/authkit-token/dist/src/apis/link.api.jsand found the root cause: The createEventLinkTokenApi function makes a POST request to /v1/authkit (which seems to be the endpoint to fetch configured workspace integrations) instead of an endpoint to mint a new token. It even paginates the response and returns an array called rows. javascript // From your node_modules/@picahq/authkit-token/dist/src/apis/link.api.js const fetchAuthkitPage = async (page, pageLimit) => { // BUG: This endpoint returns a list of configured apps, not a token const response = await axios_1.default.post(`${url}/v1/authkit?limit=${pageLimit}&page=${page}`, payload || {}, { headers }); return response.data; }; Workaround Used: We have bypassed the npm package entirely and are successfully generating tokens using a manual fetch to https://api.picaos.com/v1/authkit/tokens, which works perfectly and correctly returns the { token: "..." } payload. Could you please have the engineering team update the Node.js SDK to hit the correct token generation endpoint (/v1/authkit/tokens) instead of the workspace config endpoint? Thank you,

News Feed 18 days ago
Bug Reports
Fix GHL Integration
HttpException: No integration found with the id: 694e3ec635612c588af3d4e2 Error on login attempt. This is a massive hold back for us moving to paid because we canβt test this integration.

Gabe Fletcher 25 days ago
Bug Reports
Fix GHL Integration
HttpException: No integration found with the id: 694e3ec635612c588af3d4e2 Error on login attempt. This is a massive hold back for us moving to paid because we canβt test this integration.

Gabe Fletcher 25 days ago
Bug Reports
Quickbooks Integration Not Working
Just tried Quickbooks integration and that does not let me select my real companies. Only shows me sandbox companies even though I am in production mode.

Paul Hughes About 1 month ago
Bug Reports
Quickbooks Integration Not Working
Just tried Quickbooks integration and that does not let me select my real companies. Only shows me sandbox companies even though I am in production mode.

Paul Hughes About 1 month ago
Bug Reports
Error adding GoHighLevel connection
Iβm getting a βerror.noAppVersionIdFoundβ error when trying to connect to my gohighlevel account. I have superuser/owner access on their ProSaaS plan and it connects fine to other tools like n8n. Is there a fix for this?

titus About 2 months ago
Bug Reports
Error adding GoHighLevel connection
Iβm getting a βerror.noAppVersionIdFoundβ error when trying to connect to my gohighlevel account. I have superuser/owner access on their ProSaaS plan and it connects fine to other tools like n8n. Is there a fix for this?

titus About 2 months ago
Bug Reports
Support non-restricted Gmail scopes in AuthKit (readonly, send, modify)
I want to be able to configure AuthKit's Gmail connection to use non-restricted scopes (like gmail.readonly, gmail.send, and gmail.modify) instead of the restricted 'mail.google.com' scope. This is important because the restricted scope triggers Google's verification process immediately, which I want to avoid for applications that only need to read, respond, or flag mail as read. I'm requesting the extension of the Gmail authkit spec to optionally include these items if the overarching gmail spec is de-selected.

Tan Custard About 2 months ago
Feature Requests
Support non-restricted Gmail scopes in AuthKit (readonly, send, modify)
I want to be able to configure AuthKit's Gmail connection to use non-restricted scopes (like gmail.readonly, gmail.send, and gmail.modify) instead of the restricted 'mail.google.com' scope. This is important because the restricted scope triggers Google's verification process immediately, which I want to avoid for applications that only need to read, respond, or flag mail as read. I'm requesting the extension of the Gmail authkit spec to optionally include these items if the overarching gmail spec is de-selected.

Tan Custard About 2 months ago
Feature Requests
Google Ads integration doesn't work
Hi guys, could you please check the Google Ads integration? Iβve tried to connect and reconnect many times using the right ID but it doesnβt work. Pica canβt access any information.

Florian About 2 months ago
Bug Reports
Google Ads integration doesn't work
Hi guys, could you please check the Google Ads integration? Iβve tried to connect and reconnect many times using the right ID but it doesnβt work. Pica canβt access any information.

Florian About 2 months ago
Bug Reports
Intergration request - Ring Central
Hey Team. Connectors for VoIP systems, such as Ring Central would be great. Specifically to access historical call data (meta data and call recordings) for analysis purposes. A bonus would be ability to query current wait times, read phone line data (ie phone lines and who theyβre assign to) and really huge win would be the ability to redirect calls via the integration (ie divert calls to specific numbers for certain conditions, ie after hours). Ring Central seems to be the main VoIP platform in the US, but AirCall and others would also be great to be able to connect to. Thank you.

eddie-caeluslabs About 2 months ago
Integrations
Intergration request - Ring Central
Hey Team. Connectors for VoIP systems, such as Ring Central would be great. Specifically to access historical call data (meta data and call recordings) for analysis purposes. A bonus would be ability to query current wait times, read phone line data (ie phone lines and who theyβre assign to) and really huge win would be the ability to redirect calls via the integration (ie divert calls to specific numbers for certain conditions, ie after hours). Ring Central seems to be the main VoIP platform in the US, but AirCall and others would also be great to be able to connect to. Thank you.

eddie-caeluslabs About 2 months ago
Integrations
WordPress Integration
The WordPress integration only seems to connect to wordpress.com and doesnβt allow me to put in my website url and app password information. How do I set up that integration?

Paul Hughes About 2 months ago
Feature Requests
WordPress Integration
The WordPress integration only seems to connect to wordpress.com and doesnβt allow me to put in my website url and app password information. How do I set up that integration?

Paul Hughes About 2 months ago
Feature Requests
Twilio Authentication Problem
I am trying to add Twilio integration but when adding SID/Token information it keeps telling me credentials are invalid. I know they are valid because I use them with Zapier and other apps. Any ideas?

Paul Hughes About 2 months ago
Feature Requests
Twilio Authentication Problem
I am trying to add Twilio integration but when adding SID/Token information it keeps telling me credentials are invalid. I know they are valid because I use them with Zapier and other apps. Any ideas?

Paul Hughes About 2 months ago
Feature Requests
Odoo
Integration with the Odoo ERP system, An integration with the Odoo ERP system could open up a large number of possibilities for the company.

ludo Charme 3 months ago
Integrations
Odoo
Integration with the Odoo ERP system, An integration with the Odoo ERP system could open up a large number of possibilities for the company.

ludo Charme 3 months ago
Integrations