How to Trigger Webhook When Record is Created via API?

Good day!

While we have no problem firing a webhook from a manually created or edited record, we cannot say the same for records that are created via API.

Use case:

New Tada records are created via webhook POST from another service.

Once the record is created we immediately need to pass the ID of the newly created record back to the service that sent the original record.

Any thoughts?

Hi, from I learned with TB webhooks, TB always returns a response with the id; you can try using catch.tadabase.io web and test to see what happens. So you need to edit you trigger to get the TB response.

If you need webhooks to be triggered for api created records it must be enabled on your account. Let us know at Support and we can take care of it for you.