Skip to main content
Question

Using the miro's rest api with zapier's webhook to create new app card item.


Hey Guys, I have been trying to get data from google sheets -> then using zapier webhook , making a post call to create a new app card item.
Im not using miro card widget directly because it doesn’t have all the fields, like profile url and various data objects.

https://developers.miro.com/reference/create-app-card-item

So, when I try the post, its says "Failed to create a request in "Webhooks by Zapier
The app returned "No authorization data was found on the request". but I have provided Authorization, Accept and Content-Type. Can someone please help me with the issue? or can you replicate the same if it works for you?

Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

5 replies

Troy Tessalone
Forum|alt.badge.img+14

Hi @TrexMark32 

Good question.

For clarity and context, please provide detailed screenshots with how your Zap steps are configured along with the encountered error, thanks.


  • Author
  • Beginner
  • 2 replies
  • February 8, 2023

 

TrexMark32 wrote:

Hey Guys, I have been trying to get data from google sheets -> then using zapier webhook , making a post call to create a new app card item.
Im not using miro card widget directly because it doesn’t have all the fields, like profile url and various data objects.

https://developers.miro.com/reference/create-app-card-item

So, when I try the post, its says "Failed to create a request in "Webhooks by Zapier
The app returned "No authorization data was found on the request". but I have provided Authorization, Accept and Content-Type. Can someone please help me with the issue? or can you replicate the same if it works for you?

Troy Tessalone wrote:

Hi @TrexMark32 

Good question.

For clarity and context, please provide detailed screenshots with how your Zap steps are configured along with the encountered error, thanks.

Hey @Troy Tessalone, thank you for getting back.
 

here are the above details


Troy Tessalone
Forum|alt.badge.img+14

@TrexMark32 

Some things to check/try…

 

For the headers, put the left side as lowercase as shown below. (e.g. accept, authorization, content-type)

 

The left side needs a value of: data

 

Else try using a Custom Request (POST)

 


  • Author
  • Beginner
  • 2 replies
  • February 9, 2023
Troy Tessalone wrote:

@TrexMark32

Some things to check/try…

 

For the headers, put the left side as lowercase as shown below. (e.g. accept, authorization, content-type)

 

The left side needs a value of: data

 

Else try using a Custom Request (POST)

 



Hey @Troy Tessalone, I changed the structure of data a little bit and I was able to send some part of data, how ever Im not able to send the one which is in array.

Accepted JSON structure:
​​​​​


How zapier is accepting JSON:
 

In the data section, we can pas data _ _ keyName, i.e, the first two, then the call is successful. But when it comes to ‘fields’ which is an array of objects, in the above json, it is not allowed by zapier, can you suggest me something here?


Troy Tessalone
Forum|alt.badge.img+14

@TrexMark32 

Else try using a Custom Request (POST)