Hi all. I need some help with the API call. It’s acting pretty strangely as whenever I use the app with integration, the app works fine but when I get the client to test it, it comes up with an error code. I thought maybe someone could shed some light on what I could do to prevent it.
here is the call:
{
"query": "mutation { create_item ( board_id: 3188858191, group_id: \"topics\", item_name: \"<Name>\", column_values:\"{\\\"what_is_your_first_name_\\\":\\\"<fname>\\\", \\\"please_enter_your_mobile_number\\\":{\\\"Phone\\\":\\\"<phone>\\\",\\\"countryShortName\\\":\\\"GB\\\",\\\"changed_at\\\":\\\"<numberdate-yyyy-mm-dd>\\\"},\\\"please_enter_your_email_address_\\\":{\\\"Email\\\":\\\"<Email>\\\",\\\"Text\\\":\\\"<Email>\\\"},\\\"submitted_at\\\": \\\"<date-yyyy-mm-dd>\\\", \\\"description\\\":\\\"<description>\\\"}\") {id,name}}"
}