Feedmena
    Feedmena
    • Request Feedback
      POST
    • Widebot Webhook
      POST

      Widebot Webhook

      Staging Env
      https://staging-api.feedmena.com
      Staging Env
      https://staging-api.feedmena.com
      POST
      /api/v1/webhooks/widebot/

      Request

      Header Params

      Body Params multipart/form-data

      Request Code Samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://staging-api.feedmena.com/api/v1/webhooks/widebot/' \
      --header 'X-Account-ID: FMXXXXXXXXXXXXX' \
      --header 'X-Auth-Key: XXXXXXXXXXXXXXXXXXXXXXX' \
      --form 'content="The Pizza is amazing !"' \
      --form 'content_type="Text"' \
      --form 'phone_number="+966541717173"'

      Responses

      🟢200Success
      application/json
      Body

      Examples
      {
      "message_sid": "string"
      }
      🟠400Bad Request
      Modified at 2025-04-22 08:19:07
      Previous
      Request Feedback
      Built with