IFTTT and Tweet

in my app I want to send a tweet at a certain time, which if I do well, the problem is that I need to pass four values ​​of the table and I have not been able to pass any.

  1. I have not been able to pass a single one, in my tests I have obtained only empty spaces …
    1.1) I’ve already tried in “Body” with
    {
    “Value1”: “<< [TYPE SRV] >>”,
    “Value2”: “<< [ID NOTE] >>”,
    “Value3”: “<< [UPD] >>”
    1,2) and already probe with “body template” where automatically generate the file and add the variables {Value1, Value2, Value2}, I send you photo of this …

  2. I need to pass four values ​​and in the ifttt applet that I found I can only pass three … What to do? Should not I be able to pass the ones I need? will there be another applet with more variables that work with webhook and that I have not known how to search?

in your mail example, you can also only pass three values ​​!!

I send you a tweet screen, where the values ​​should be and it only contains the “-”

Please help !!!

0 6 811
6 REPLIES 6

@Phill & @Aleksi
Any comment on these problems …

  1. I can not pass any field for the tweet, where will the problem be?
  2. I need to send more than 3, and in the IFTTT only receives 3 …

Thanks in advance…

someone else ?

If that receipt can handle only 3 different fields, you should merge fields together.

what a good idea, although the IFTTT does not allow manipulating the field to separate them …
You did not find any errors in the “Body”
{
“Value1”: “<< [TYPE SRV] >>”,
“Value2”: “<< [ID NOTE] >>”,
“Value3”: “<< [UPD] >>”
}

or in JSON file. i send a picture.

Any reason why I do not pass any parameters?

According to your experience, will it be easier with zap?

You could merge fields directly in that body… like <<[TYPE SRV]&" "&[ID NOTE]>>

I tried your webhook workflow rule named “tweet”.

It is generating a JSON body with about 30 field values in it.

Here is the JSON body it created when I clicked the “Test” button.

{
“Value1”: “05/26/2019:M:rubi”,
“Value2”: “rubi:3194”,
“Value3”: “5/26/2019 10:35:00 AM”,
“TIPO SRV”: “SPE”,
“NOTA ID”: “rubi:3194”,
“TIPO PROD”: “V”,
“ART ID”: “rubi:LAV BLANCA”,
“ART CORTO”: “”,
“TURNO MOV”: “M”,
“MOV CORTE”: “05/26/2019:M:rubi”,
“CORTE FECHA”: “5/26/2019”,
“UNDS”: “pza”,
“CTD”: “1”,
“CTE ID”: “”,
“CANJE ?”: “N”,
“CORTE CANJE”: “”,
“FACTOR GASTO”: “20”,
“COSTO COMPRA”: “$9.45”,
“COSTO VTA”: “$27”,
“DIA SEM”: “1”,
“SEM”: “22”,
“MES”: “5”,
“AÑO”: “2,019”,
“UPD”: “5/26/2019 10:35:00 AM”,
“CORREO”: "lavanderiarubi938@gmail.com",
“SRV & ART”: “SPErubi:LAV BLANCA”,
“MOVS D INV”: “05/26/2019 10:35:00:DM:SPE:1”,
“NVA NOTA ID”: “SPE #3194 1 pza”,
“NOTA CTE MOS”: “”,
“ARTICULO”: “LAV BLANCA”
}

Top Labels in this Space