Method Community

As of January 2026, our team is now on Reddit. Have CRM, workflow, or automation questions? Join the community at r/MethodCRM.

 

Search

You searched for the word(s): tables
Page 117 of 132 (1317 items) « First ... < Previous 115 116 117 118 119 Next > ... Last »
  • Files API Post

    Would it be possible to get an example (preferably in JSON) of a successful POST to the Files API?  We are consistently getting a 415 Unsupported Media Type error when trying to POST a pdf file.  The documentation for this operation seems a little sparse compared to some other operations and those on ...
    Posted to Method:API Q&A (Forum) by v.cameron on 01-25-2024
  • Filters not working with API Key

    Hello,  I am trying to pull invoices between a range of dates using the API, but when I add the filter parameter to the url I receive curl error #3 indicating the the url is a bad format or is missing.  Should I be able to use an API key get filtered results?  Here is an example of the URL I am trying to ...
    Posted to Method:API Q&A (Forum) by Bradvb123 on 04-04-2023
  • API Filter - How to search for a Company Name that has a single quote in it?

    I am using the API to search for customer records. Any that have single quotes in their names are erroring in teh API. I have tried encordURI, as well as replacing the single quotes with %27 and keep getting the same error. Any advice on how to search for a name with a single ...
    Posted to Method:API Q&A (Forum) by jamieroyce on 02-04-2023
  • How to Create an Item from API?

    I have been using the Method API for a couple years now and even when things are not clearly documented I have been able to figure them out from the examples in the API docs. However I have not been able to successfully create an Item through the API.  For example, I tried posting this item with this API call:  curl --location ...
    Posted to Method:API Q&A (Forum) by jamieroyce on 01-19-2023
  • Run Function using External Cron

    Hi All, I'm looking to run a function on a scheulde within Method. using an external cron. I can see there are options to run a function behind the load event of a webform, but wanted something more stable off the back of an extenrnal scheduled job through the Method API. From what I can see in the forum and the API documentation, ...
    Posted to Method:Classic General Q&A (Forum) by Pedalo on 11-14-2022
  • Trigger Function via Webform

    Hi Community, I'm looking to run a function on a scheulde within Method. I can see there are options to run a function behind the load event of a webform, but wanted something more stable off the back of an extenrnal scheduled job through the Method API. From what I can see in the forum and the API documentation, it's only ...
    Posted to Method:Classic Web Forms (Forum) by Pedalo on 11-14-2022
  • Trigger Function via API

    Hi Community, I'm looking to run a function on a scheulde within Method. I can see there are options to run a function behind the load event of a webform, but wanted something more stable off the back of an extenrnal scheduled job through the Method API. From what I can see in the forum and the API documentation, it's only possible to ...
    Posted to Method:API Q&A (Forum) by Pedalo on 11-14-2022
  • 200 Response but the content is the Method homepage.

    import requests url = "https://domain.method.me/api/v1/tables/Contacts/7" headers = { 'Authorization': f'Bearer {key}' } response = requests.request("GET", url, headers=headers, data = payload) print(response.text.encode('utf8')) b'<!DOCTYPE html>\n<html ...
    Posted to Method:API Q&A (Forum) by dvananda on 07-18-2022
  • Need help in uploading images using Method API

    Hello Support, I am working on an integration to sync the items with Method CRM using REST API. I am able to insert the items successfully using the API. But there is a problem with uploading the image. I have tried sending the web URL link in the FeaturedPhotoFileName field using PATCH request ...
    Posted to Method:API Q&A (Forum) by Mark.QB on 10-25-2021
  • Payment postback

    We need some more help regarding posting back a payment to the Method. We have looked into the reference links shared. We saw the Method CRM portal and there are number of tables already present. PaymentTransactionLog is one among them which I thought is the table to write a record for posting back a payment. I tried using the web service method ...
    Posted to Method:API Q&A (Forum) by AswinChepuri on 03-28-2020
Page 117 of 132 (1317 items) « First ... < Previous 115 116 117 118 119 Next > ... Last »