Skip to main content

 

its a action application in zapier i have used xero as an action app which is fetching new quotes from an organization and making it an object for each order i want to use api request(beta) inside lead connector to post that directly to my crm that creates an opportunity.   

how do i fix it?


gives me this error   

Failed to create a http request in LeadConnector

Raw request failed. Problem executing your request: Invalid JWT

 


@Talha1122 

For us to have current context, post updated screenshots with how your Zap step is now configured.

Error indicates your JWT (JSON web token) is invalid.

Also, link to the app API endpoint documentation you used to configure the Zap step.


its still the same gives this error 
 

Failed to create a http request in LeadConnector

Raw request failed. Problem executing your request: Invalid JWT


@Talha1122 

You likely need to add info to the Body for the API request based on the API endpoint documentation you reference to configure the Zap step.

 


Hi @Talha1122 

For us to have more context, posts screenshots with how the Zap step is configured in EDIT mode for the ‘Action’ tab section.

 

 

 

here are the screenshot 

#1

 

#2 action in lead connector

 

 


Hi @Talha1122 

For us to have more context, posts screenshots with how the Zap step is configured in EDIT mode for the ‘Action’ tab section.

 


i have used this url for endpoint     

https://services.leadconnectorhq.com

/opportunities/       

and for header autorization :   bearer   i have got the api key from my crm highlevel.

about version i dont know got that information from here https://highlevel.stoplight.io/docs/integrations/802093aa63900-create-opportunity

so please help me why its showing that invalid JWT issue.