You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppose you have an app like WordPress that can write some content to internal DB.
Then you have a call logging service that can send call notifications through webhook.
Now you need to record call notifications into DB.
Suppose you don't know how to program WordPress, but you know how to write to DB.
The task is to setup a service running in container that will handle webhook and write_data_to_DB.
The text was updated successfully, but these errors were encountered:
Suppose you have an app like WordPress that can write some content to internal DB.
Then you have a call logging service that can send call notifications through webhook.
Now you need to record call notifications into DB.
Suppose you don't know how to program WordPress, but you know how to write to DB.
The task is to setup a service running in container that will handle webhook and write_data_to_DB.
The text was updated successfully, but these errors were encountered: