• how to post data to Microsoft Forms through api

    I want to set one email field from SugarCRM to Microsoft Forms. I search through graph API and other platforms and Microsoft Forms documentation but did not anything, I am only getting solutions to get data from Forms. I am just curious, is it possible…
  • v10 API call for /Mail/attachment POST syntax

    Francesca Shiekh directing this straight to you as I believe you could assist, but asking for anyone else in the community for assistance. We are trying to use v10 API call for /Mail/attachment POST (i.e. {"email_attachment":"@\/path\/to\/ExampleDocument…
  • How can I retrieve fields from related records in a REST filter POST request?

    I'm using the filter endpoint to retrieve some fields from matching Contacts. Specifically I'm doing a POST to the {URL}/rest/v11/Contacts/filter endpoint. In the body I include the fields as follows: "fields": "id,name,description" That works great.…
  • Using API to create a new record with a relation field

    I'm currently developing a webform that saves the forms' info into Sugar, using the Sugar API. Everything is working fine except for one type of field in Sugar which I am having difficulties trying to save to. That field type is relation field . While…