Skip to main content

Hello community, 

 

I need to post a comment using Execute a GraphQL Query using Integromat, could anyone help me?

 

Thanks a lot!

Hi, @juliamsantarosa!

 

You can use this mutation:

 

mutation{
createComment(input: {
clientMutationId: "<any name for your mutation>"
card_id: <card_id>
text: "<text>"

})
}

 

Hope this helps. Let me know if you still have any questions


Hi, @juliamsantarosa!

 

You can use this mutation:

 

mutation{
createComment(input: {
clientMutationId: "<any name for your mutation>"
card_id: <card_id>
text: "<text>"

})
}

 

Hope this helps. Let me know if you still have any questions

Hi, @alicereis!

That’s great! Thanks for your answear!

Will definitely help!


Reply