SDK Configuration Type
This is the object that is used to configure each of the sub-classes of the SDK.
Example
{
"wa_base_url" : "https://graph.facebook.com/",
"m4d_app_id" : 12345,
"m4d_app_secret" : "example_app_secret_123",
"wa_phone_number_id" : 0987654321,
"wa_business_account_id" : 1234567890,
"cloud_api_version" : "v16",
"cloud_api_access_token" : "example_access_token_123",
"webhook_endpoint" : "webhook",
"webhook_verification_token" : "1234567890abcd",
"listener_port" : 3000,
"max_retries_after_wait" : 30,
"request_timeout" : 20000,
"debug" : true
}
Properties
wa_base_url
: string —m4d_app_id
: number -m4d_app_secret
: string -wa_phone_number_id
: number -wa_business_account_id
: number -cloud_api_version
: string -cloud_api_access_token
: string -webhook_endpoint
: string -webhook_verification_token
: string -listener_port
: number -max_retries_after_wait
: number -request_timeout
: number -debug
: boolean -