interface PlivoNodeParameters {
answer_method?: "GET" | "POST";
answer_url?: string;
from?: string;
media_urls?: string;
message?: string;
operation?: "send" | "make";
resource?: "call" | "sms" | "mms";
to?: string;
}
interface PlivoNodeParameters {
answer_method?: "GET" | "POST";
answer_url?: string;
from?: string;
media_urls?: string;
message?: string;
operation?: "send" | "make";
resource?: "call" | "sms" | "mms";
to?: string;
}
HTTP verb to be used when invoking the Answer URL Default: "POST"