你要瀏覽的網頁目前並未提供你慣用的語言版本。你可以在頁面底部選取其他語言版本,或使用 Google Chrome 內建的翻譯功能,將網頁內容即時翻譯成所選的語言。

Integrate with PHP

You can create a bot in your AppSheet app that will post a JSON payload to a PHP service that you created.

To do this:

  1. Call a webhook from a bot in your AppSheet app.
  2. Add a JSON Body Template.
  3. The template controls the format of the JSON data sent in the body of the webhook post.
  4. Your PHP code that is invoked by the webhook post can retrieve the post body data by specifying:
    $postdata = json_decode(file_get_contents("php://input"));
  5. After successfully processing the webhook request, your PHP code should return a JSON object containing: {"Status":"Success"}

Was this helpful?

How can we improve it?

Need more help?

Try these next steps:

Search
Clear search
Close search
Main menu
16491613597718555964
true
Search Help Center
true
true
true
false
false