Bambamsignals.com
  • 👋Welcome to Bambamsignals.com
  • Overview
    • ✨MAIN PAGE & OUR FEATURES
    • 🍎REGISTRATION
      • QUICK SETUP
      • Telegram Activation Progress
    • 🧠AI ANALYZER - TRADE MENTOR
      • 1 - AI PERSONA
      • 2 - SCREEN ENLARGEMENT
      • 3 - AI CHAT HISTORY
      • 4 - SHARE RESULTS
      • 5 - RUN IN BACKROUND
      • 6 - SAVE CONFIGURATION
      • 7 - CONFIGURE !!!!!!!!!!!!!
      • 8 - RESET
      • 9 - SAVE
      • 10 - OUR SELECTIONS
      • 11 - CHAT WINDOW
      • 12 - UPLOAD DATA
      • 13 - SEND
    • 💲MY WALLET
    • 🌍AFFILATE SYSTEM
      • 💲VIP AFFILATE SYSTEM
      • 💲SUPER AFFILATE SYSTEM
      • AFFILATE LOGO
  • 🎁SIGNAL BOXES
  • 📁FILTER AND SORTING
  • 💻BACKTEST TOOL
    • Backtest Settings / Options
    • Understanding Backtest Results: Insights and Analysis
    • Backtest Results Exp.
  • 💲CORIX -CORRELATION
    • What Should The Results Mean
  • 📈ACTIVE CHART
  • ☢️ADD SIGNALS
    • 🧠What is Automated Backtest
    • 🧠Automated Backtest Settings
    • Supported platforms.
      • Bambambot Telegram/Discord
      • Webhook
      • 3Commas
      • Telegram Group
      • WunderTrading
      • QUADENCY
      • FINANDY
  • 🎁MY BOX
  • 👩‍🏫MY PROFILE
    • MY SLOTS
    • MY BOX
    • PAYMENT - ADD
      • ADD BALANCE
      • ADD SLOT
    • BAMBAM AI
    • MY SETTINGS
      • TELEGRAM SETTINGS
      • EDIT MY SETTINGS
      • REFERENCE SETTINGS
    • REFERRAL SETTINGS
    • MY SALE PORTAL
      • OPTIONS
    • FINANCIAL HISTORY
  • 🚦BECOME SIGNAL PROVIDER
    • Let's set up a signal
    • API SETTINGS
    • exp : How to set an alarm in Tradingview.
  • 🆘SUPPORT
    • TELEGRAM ACTIVATION PROBLEMS
    • DISCORD ACTIVATION PROBLEMS
    • 3COMMAS CONNECTION PROBLEMS
    • WEBHOOK CONNECTION PROBLEMS
    • PROBLEMS WITH PAYMENT SYSTEM
    • REFERAL LINKS
      • BINANCE
      • BINANCE FUTURES
      • BINANCE TR
      • EXOLO
      • GATE.IO
      • LBANK
      • BINGX
      • MEXC
      • WHITEBIT
      • KUCOIN
      • HUOBI (HTX)
  • ❓HOW TO ?
    • ➡️How to find the right trading signal for me
    • ➡️Forwarding signals to the telegram group
    • ➡️How can I use the correlation tool
    • ➡️Let's find a trade using CORIX.
    • ➡️What is Automated Backtest and how to use it?
    • ➡️Creating a suitable signal for myself.
    • Page 1
  • Signals and Trade Strategies
    • REVERSE TRADING STRATEGIES
      • EXP 1
      • EXP 2
  • 🏠OTHERS
    • 📖INVESTORS & PITCH DECK
    • 👨‍🎤EVENT , SHOW CASE
    • 🛫PARTNERS & LINKS
    • 🔷SOCIAL MEDIA
    • 👩‍🏫ABOUT US - TEAM
Powered by GitBook
On this page
  • SAMPLE 1 Json Data :
  • SAMPLE 2 :
  • EXAMPLE CLICK IT
  1. ADD SIGNALS
  2. Supported platforms.

Webhook

With Webhook, you will be able to transfer data generated in a bambamsignals.com to anywhere.

PreviousBambambot Telegram/DiscordNext3Commas

Last updated 5 months ago

Webhook

When a signal is activated, Webhooks sends a POST request to the URL you specified.

Two fixed data are sent as pair and symbol in signal triggering

In the POST request to be triggered, you must use double curly braces to get this data.

for pair data : {{pair}}

for symbol data : {{symbol}}

Apart from these 2 fixed data, you can add any information you want to the data to be sent.

Example POST data could be as follows.

SAMPLE 1 Json Data :

{"signal_name":"Golden Cross For 15Min","pair":"{{pair}}" , "symbol":"{{symbol}}"}

In this example, if there is a signal for MATIC in BTC parity, the POST data to be sent to the specified URL will be as follows.

{"signal_name":"Golden Cross For 15Min","pair":"BTC" , "symbol":"MATIC"}

SAMPLE 2 :

id=1,signal_name=Golden Cross For 15Min,type=futures,pair={{pair}},symbol={{symbol}}

In this example, if there is a signal for MATIC in BTC parity, the POST data to be sent to the specified URL will be as follow.

id=1,signal_name=Golden Cross For 15Min,type=futures,pair=BTC,symbol=MATIC

As can be understood from the examples above, you can edit the data to be sent except for {{pair}} and {{symbol}} according to your needs

Note :

URL = Max must be 255 characters.

POST DATA = Max must be 255 characters.

☢️
EXAMPLE CLICK IT