Hello community,
I need to post a comment using Execute a GraphQL Query using Integromat, could anyone help me?
Thanks a lot!
Hello community,
I need to post a comment using Execute a GraphQL Query using Integromat, could anyone help me?
Thanks a lot!
Hi,
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,
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,
That’s great! Thanks for your answear!
Will definitely help!
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.