How to do automation when i change status in airtable it send message through whatsapp api to update the customers with template

how to do automation when i change status in airtable it send message through whatsapp api to update the customers with template?
i Making templates in the WhatsApp API I connected the WhatsApp pabbly

i can change pabbly or use in pipedream?

Hello @hamo1234,

First off, welcome to Pipedream!

To track changes in Airtable’s status column and send a WhatsApp message. Here are the steps:

  1. Create a new workflow in Pipedream.
  2. Add an Airtable trigger - New or Modified Record to the workflow.
  3. Select the base and table you want to track.
  4. Add a filter action to the workflow to only continue when the status column changes.
  5. Add a code step to the workflow to format the message you want to send.
  6. Add a WhatsApp Business - Send message action, or Add a Twilio step to the workflow to send the message to your WhatsApp number

I hope this helps! Let me know if you have any other questions.